]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update the description of longtables and captions
[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.x
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 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3022  festgelegt; mit Ausnahme der ersten, wenn 
3023 \family sans
3024 Erste
3025 \begin_inset space ~
3026 \end_inset
3027
3028 Kopfzeile
3029 \family default
3030  aktiviert ist.
3031 \end_layout
3032
3033 \begin_layout Description
3034 Erste
3035 \lang english
3036
3037 \begin_inset space ~
3038 \end_inset
3039
3040
3041 \lang ngerman
3042 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3043  Seite einer mehrseitigen Tabelle definiert.
3044 \end_layout
3045
3046 \begin_layout Description
3047 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3048  mit Ausnahme der letzten, wenn 
3049 \family sans
3050 Letzte
3051 \begin_inset space ~
3052 \end_inset
3053
3054 Fußzeile
3055 \family default
3056  aktiviert ist.
3057 \end_layout
3058
3059 \begin_layout Description
3060 Letzte
3061 \begin_inset space ~
3062 \end_inset
3063
3064 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3065  einer mehrseitigen Tabelle definiert.
3066 \end_layout
3067
3068 \begin_layout Description
3069 Legende: Die aktuelle Zeile enthält die Legende.
3070  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3071  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3072 \begin_inset space ~
3073 \end_inset
3074
3075
3076 \begin_inset CommandInset ref
3077 LatexCommand ref
3078 reference "uab:Beschriftungen-langer-Tabellen"
3079
3080 \end_inset
3081
3082  erklärt.
3083 \end_layout
3084
3085 \begin_layout Standard
3086 Hier ist ein Beispiel einer langen Tabelle:
3087 \end_layout
3088
3089 \begin_layout Standard
3090 \align center
3091 \begin_inset Tabular
3092 <lyxtabular version="3" rows="69" columns="3">
3093 <features islongtable="true">
3094 <column alignment="left" valignment="top" width="0cm">
3095 <column alignment="left" valignment="top" width="0pt">
3096 <column alignment="right" valignment="top" width="0pt">
3097 <row endfirsthead="true">
3098 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \series bold
3104 Telefonliste (ignoriere die Namen)
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row endfirsthead="true">
3129 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \series bold
3135 NAME
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \series bold
3155 TEL.
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 <row endhead="true">
3162 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \series bold
3168 Telefonliste
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row endhead="true">
3193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \series bold
3199 NAME
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 TEL.
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 <row endfoot="true">
3226 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \series bold
3232 wird fortgesetzt
3233 \series default
3234  \SpecialChar \ldots{}
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Annovi
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Silvia
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Bertoli
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Stefano
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Bozzi
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Walter
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Cachia
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Maria
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Cachia
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Maurizio
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Cinquemani
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Giusi
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Colin
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Bernard
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Concli
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Gianfranco
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Dal Bosco
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Carolina
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Dalpiaz
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Annamaria
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Feliciello
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Domenico
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Focarelli
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Paola
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Galletti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Oreste
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Gasparini
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Franca
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Rizzardi
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Paola
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Lassini
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Giancarlo
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Malfatti
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Luciano
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Malfatti
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Valeriano
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Meneguzzo
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Roberto
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Mezzadra
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Roberto
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Pirpamer
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Erich
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Pochiesa
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Paolo
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111, 222
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Radina
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Claudio
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Stuffer
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Oskar
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Tacchelli
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Ugo
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Tezzele
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Margit
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Unterkalmsteiner
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Frieda
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Vieider
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Hilde
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Vigna
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Jürgen
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Weber
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Maurizio
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Winkler
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Franz
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225  
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Annovi
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Silvia
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Bertoli
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Stefano
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Bozzi
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Walter
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Cachia
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Maria
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Cachia
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Maurizio
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Cinquemani
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Giusi
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Colin
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Bernard
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Concli
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Gianfranco
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Dal Bosco
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Carolina
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Dalpiaz
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Annamaria
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Feliciello
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Domenico
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Focarelli
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Paola
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Galletti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Oreste
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Gasparini
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Franca
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Rizzardi
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Paola
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Lassini
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Giancarlo
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Malfatti
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Luciano
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Malfatti
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Valeriano
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Meneguzzo
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Roberto
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Mezzadra
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Roberto
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Pirpamer
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Erich
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Pochiesa
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Paolo
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555, 222
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Radina
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Claudio
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Stuffer
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Oskar
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Tacchelli
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Ugo
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Tezzele
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Margit
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Unterkalmsteiner
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Frieda
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Vieider
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Hilde
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Vigna
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Jürgen
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 999
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Weber
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Maurizio
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Winkler
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Franz
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row endlastfoot="true">
5211 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Ende
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 </lyxtabular>
5240
5241 \end_inset
5242
5243
5244 \begin_inset ERT
5245 status collapsed
5246
5247 \begin_layout Plain Layout
5248
5249
5250 \backslash
5251 addtocounter{table}{-1}
5252 \end_layout
5253
5254 \end_inset
5255
5256
5257 \begin_inset Note Note
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5262 \begin_inset space ~
5263 \end_inset
5264
5265
5266 \begin_inset CommandInset ref
5267 LatexCommand ref
5268 reference "uab:Beschriftungen-langer-Tabellen"
5269
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \begin_layout Subsection
5281 Fußnoten in langen Tabellen
5282 \begin_inset CommandInset label
5283 LatexCommand label
5284 name "uab:Fußnoten-in-langen"
5285
5286 \end_inset
5287
5288
5289 \begin_inset Index
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293 Tabellen ! lange ! Fußnoten
5294 \end_layout
5295
5296 \end_inset
5297
5298
5299 \end_layout
5300
5301 \begin_layout Standard
5302 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5303  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5304  Tabelle
5305 \begin_inset space ~
5306 \end_inset
5307
5308
5309 \begin_inset CommandInset ref
5310 LatexCommand ref
5311 reference "tab:DiffCaptions"
5312
5313 \end_inset
5314
5315  hat zum Beispiel eine Fußnote.
5316 \end_layout
5317
5318 \begin_layout Subsection
5319 Ausrichtung langer Tabellen
5320 \begin_inset Index
5321 status collapsed
5322
5323 \begin_layout Plain Layout
5324 Tabellen ! lange ! Ausrichtung
5325 \end_layout
5326
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5334  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5335 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5336  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5337  Längen 
5338 \series bold
5339
5340 \backslash
5341 LTleft 
5342 \series default
5343 und 
5344 \series bold
5345
5346 \backslash
5347 LTright
5348 \series default
5349  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5350  wird:
5351 \end_layout
5352
5353 \begin_layout Standard
5354
5355 \series bold
5356
5357 \backslash
5358 setlength{
5359 \backslash
5360 LTleft}{Wert}
5361 \end_layout
5362
5363 \begin_layout Standard
5364 Wobei der Wert eine der in Tabelle
5365 \begin_inset space ~
5366 \end_inset
5367
5368
5369 \begin_inset CommandInset ref
5370 LatexCommand ref
5371 reference "tab:Maßeinheiten"
5372
5373 \end_inset
5374
5375  aufgelisteten Einheiten haben kann.
5376  
5377 \series bold
5378
5379 \backslash
5380 LTleft
5381 \series default
5382  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5383  
5384 \series bold
5385
5386 \backslash
5387 LTright
5388 \series default
5389  den Abstand von rechts.
5390  Die Voreinstellung für beide Werte ist 
5391 \series bold
5392
5393 \backslash
5394 fill
5395 \series default
5396 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5397  in LyX ist.
5398 \end_layout
5399
5400 \begin_layout Standard
5401 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5402 \series bold
5403
5404 \backslash
5405 LTleft
5406 \series default
5407  auf den Wert 0
5408 \begin_inset space \thinspace{}
5409 \end_inset
5410
5411 pt gesetzt wurde.
5412 \begin_inset ERT
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416
5417
5418 \backslash
5419 setlength{
5420 \backslash
5421 LTleft}{0pt}
5422 \end_layout
5423
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \begin_layout Standard
5430 \begin_inset Tabular
5431 <lyxtabular version="3" rows="5" columns="5">
5432 <features islongtable="true">
5433 <column alignment="center" valignment="top" width="0">
5434 <column alignment="center" valignment="top" width="0">
5435 <column alignment="center" valignment="top" width="0">
5436 <column alignment="center" valignment="top" width="0">
5437 <column alignment="center" valignment="top" width="0">
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 1
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 2
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 3
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 4
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 5
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 asd
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 s
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 s
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 s
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 asd
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 </row>
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 asd
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 s
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 s
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 asd
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 asd
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 asd
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 </lyxtabular>
5674
5675 \end_inset
5676
5677
5678 \begin_inset ERT
5679 status collapsed
5680
5681 \begin_layout Plain Layout
5682
5683
5684 \backslash
5685 setlength{
5686 \backslash
5687 LTleft}{
5688 \backslash
5689 fill}
5690 \end_layout
5691
5692 \end_inset
5693
5694
5695 \begin_inset ERT
5696 status collapsed
5697
5698 \begin_layout Plain Layout
5699
5700
5701 \backslash
5702 addtocounter{table}{-1}
5703 \end_layout
5704
5705 \end_inset
5706
5707
5708 \begin_inset Note Note
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5713 \begin_inset space ~
5714 \end_inset
5715
5716
5717 \begin_inset CommandInset ref
5718 LatexCommand ref
5719 reference "uab:Beschriftungen-langer-Tabellen"
5720
5721 \end_inset
5722
5723
5724 \end_layout
5725
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \begin_layout Subsection
5732 Beschriftungen langer Tabellen
5733 \begin_inset CommandInset label
5734 LatexCommand label
5735 name "uab:Beschriftungen-langer-Tabellen"
5736
5737 \end_inset
5738
5739
5740 \begin_inset Index
5741 status collapsed
5742
5743 \begin_layout Plain Layout
5744 Tabellen ! lange ! Titel
5745 \end_layout
5746
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5754  nur auf eine Seite gedruckt werden können.
5755  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5756 \begin_inset space ~
5757 \end_inset
5758
5759
5760 \begin_inset CommandInset ref
5761 LatexCommand ref
5762 reference "abs:Lange-Tabellen"
5763
5764 \end_inset
5765
5766  erklärt.
5767  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5768 \end_layout
5769
5770 \begin_layout Standard
5771 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5772 \end_layout
5773
5774 \begin_layout Standard
5775 \begin_inset Tabular
5776 <lyxtabular version="3" rows="6" columns="5">
5777 <features islongtable="true">
5778 <column alignment="center" valignment="top" width="0">
5779 <column alignment="center" valignment="top" width="0">
5780 <column alignment="center" valignment="top" width="0">
5781 <column alignment="center" valignment="top" width="0">
5782 <column alignment="center" valignment="top" width="0">
5783 <row caption="true">
5784 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 \begin_inset Caption
5789
5790 \begin_layout Plain Layout
5791 Eine lange Tabelle mit Titel
5792 \begin_inset OptArg
5793 status open
5794
5795 \begin_layout Plain Layout
5796 Lange Tabelle
5797 \end_layout
5798
5799 \end_inset
5800
5801
5802 \end_layout
5803
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 1
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 2
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 3
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 4
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 5
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 s
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 s
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 asd
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 s
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 s
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 s
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 s
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 s
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 asd
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 </lyxtabular>
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 \begin_inset VSpace medskip
6092 \end_inset
6093
6094
6095 \begin_inset Note Greyedout
6096 status open
6097
6098 \begin_layout Plain Layout
6099
6100 \series bold
6101 Bemerkung
6102 \begin_inset space ~
6103 \end_inset
6104
6105 1:
6106 \series default
6107  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6108  Titel vergeben.
6109  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6110 \begin_inset space ~
6111 \end_inset
6112
6113 2.4 auf Tabelle
6114 \begin_inset space ~
6115 \end_inset
6116
6117 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6118  Beschriftung sind.
6119  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6120  LaTeX-Befehl als TeX-Code einfügen:
6121 \end_layout
6122
6123 \begin_layout Plain Layout
6124
6125 \series bold
6126
6127 \backslash
6128 addtocounter{table}{-1}
6129 \end_layout
6130
6131 \begin_layout Plain Layout
6132 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6133  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6134 \end_layout
6135
6136 \begin_layout Plain Layout
6137
6138 \series bold
6139
6140 \backslash
6141 let
6142 \backslash
6143 myEnd
6144 \backslash
6145 endlongtable
6146 \begin_inset Newline newline
6147 \end_inset
6148
6149
6150 \backslash
6151 renewcommand{
6152 \backslash
6153 endlongtable}{
6154 \backslash
6155 myEnd
6156 \backslash
6157 addtocounter{table}{-1}}
6158 \end_layout
6159
6160 \end_inset
6161
6162
6163 \end_layout
6164
6165 \begin_layout Standard
6166 \begin_inset Note Greyedout
6167 status open
6168
6169 \begin_layout Plain Layout
6170
6171 \series bold
6172 Bemerkung
6173 \begin_inset space ~
6174 \end_inset
6175
6176 2:
6177 \series default
6178  Wenn Sie 
6179 \series bold
6180 hyperref
6181 \series default
6182
6183 \begin_inset Index
6184 status collapsed
6185
6186 \begin_layout Plain Layout
6187 LaTeX-Pakete ! hyperref
6188 \end_layout
6189
6190 \end_inset
6191
6192  in den
6193 \family sans
6194  PDF-Eigenschaften
6195 \family default
6196  im 
6197 \family sans
6198 Dokument-Einstellungen
6199 \family default
6200  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6201  immer auf den Anfang des Dokuments zeigen.
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Subsubsection
6210 Querverweise auf 
6211 \family sans
6212 lange Tabelle
6213 \family default
6214 n
6215 \begin_inset Index
6216 status collapsed
6217
6218 \begin_layout Plain Layout
6219 Tabellen ! lange ! Querverweis
6220 \end_layout
6221
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \begin_inset Tabular
6229 <lyxtabular version="3" rows="6" columns="5">
6230 <features islongtable="true">
6231 <column alignment="center" valignment="top" width="0">
6232 <column alignment="center" valignment="top" width="0">
6233 <column alignment="center" valignment="top" width="0">
6234 <column alignment="center" valignment="top" width="0">
6235 <column alignment="center" valignment="top" width="0">
6236 <row caption="true">
6237 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 \begin_inset Caption
6242
6243 \begin_layout Plain Layout
6244 Lange Tabelle mit Marke
6245 \begin_inset CommandInset label
6246 LatexCommand label
6247 name "tab:LangeTabelle-mit-Marke"
6248
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 </row>
6298 <row>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 1
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 2
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 3
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 4
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 5
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 asd
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 asd
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 s
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 s
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 s
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 asd
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 s
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 s
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 s
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 asd
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 </row>
6486 <row>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 sad
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 asd
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 asd
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 </row>
6533 </lyxtabular>
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6542  im Titel einfügen.
6543 \end_layout
6544
6545 \begin_layout Standard
6546 Dies ist ein Verweis auf Tabelle
6547 \begin_inset space ~
6548 \end_inset
6549
6550
6551 \begin_inset CommandInset ref
6552 LatexCommand ref
6553 reference "tab:LangeTabelle-mit-Marke"
6554
6555 \end_inset
6556
6557 .
6558 \end_layout
6559
6560 \begin_layout Standard
6561 Mit dem LaTeX-Paket 
6562 \series bold
6563 caption
6564 \series default
6565
6566 \begin_inset Index
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 LaTeX-Pakete ! caption
6571 \end_layout
6572
6573 \end_inset
6574
6575 , siehe Abschnitt
6576 \begin_inset space ~
6577 \end_inset
6578
6579
6580 \begin_inset CommandInset ref
6581 LatexCommand ref
6582 reference "abs:Titel-Formatierung"
6583
6584 \end_inset
6585
6586 , können Sie alle anderen Beschriftungsoptionen benutzen.
6587 \end_layout
6588
6589 \begin_layout Subsubsection
6590 Titelbreite
6591 \begin_inset Index
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Tabellen ! lange ! Beschriftungsbreite
6596 \end_layout
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Die maximale Titelbreite wird durch die Variable 
6605 \series bold
6606
6607 \backslash
6608 LTcapwidth
6609 \series default
6610  definiert.
6611  Ihr Standardwert ist 4
6612 \begin_inset space \thinspace{}
6613 \end_inset
6614
6615 Zoll (
6616 \begin_inset Formula $\approx10$
6617 \end_inset
6618
6619
6620 \begin_inset space \thinspace{}
6621 \end_inset
6622
6623 cm).
6624  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6625  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6626 \end_layout
6627
6628 \begin_layout Standard
6629
6630 \series bold
6631
6632 \backslash
6633 setlength{
6634 \backslash
6635 LTcapwidth}{Breite}
6636 \end_layout
6637
6638 \begin_layout Standard
6639 wobei die Breite eine der in Anhang
6640 \begin_inset space ~
6641 \end_inset
6642
6643
6644 \begin_inset CommandInset ref
6645 LatexCommand ref
6646 reference "kap:In-LyX-verfügbare"
6647
6648 \end_inset
6649
6650  aufgelisteten Einheiten haben kann.
6651 \end_layout
6652
6653 \begin_layout Standard
6654 Die beiden folgenden Tabellen zeigen den Unterschied:
6655 \end_layout
6656
6657 \begin_layout Standard
6658 \begin_inset Tabular
6659 <lyxtabular version="3" rows="6" columns="5">
6660 <features islongtable="true">
6661 <column alignment="center" valignment="top" width="0">
6662 <column alignment="center" valignment="top" width="0">
6663 <column alignment="center" valignment="top" width="0">
6664 <column alignment="center" valignment="top" width="0">
6665 <column alignment="center" valignment="top" width="0">
6666 <row caption="true">
6667 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 \begin_inset Caption
6672
6673 \begin_layout Plain Layout
6674 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6675 \begin_inset OptArg
6676 status open
6677
6678 \begin_layout Plain Layout
6679 Titel mit Standardbreite
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 </row>
6731 <row>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 1
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 2
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 3
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 4
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 5
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 </row>
6778 <row>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 s
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 s
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 s
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 s
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 s
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 s
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 </row>
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 s
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 s
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 s
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 asd
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 sad
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 asd
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 asd
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 asd
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 </lyxtabular>
6967
6968 \end_inset
6969
6970
6971 \end_layout
6972
6973 \begin_layout Standard
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 setlength{
6982 \backslash
6983 LTcapwidth}{5cm}
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \begin_inset Tabular
6990 <lyxtabular version="3" rows="6" columns="5">
6991 <features islongtable="true">
6992 <column alignment="center" valignment="top" width="0">
6993 <column alignment="center" valignment="top" width="0">
6994 <column alignment="center" valignment="top" width="0">
6995 <column alignment="center" valignment="top" width="0">
6996 <column alignment="center" valignment="top" width="0">
6997 <row caption="true">
6998 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 \begin_inset Caption
7003
7004 \begin_layout Plain Layout
7005 Langer Titel mit 5
7006 \begin_inset space \thinspace{}
7007 \end_inset
7008
7009 cm Breite, Langer Titel mit 5
7010 \begin_inset space \thinspace{}
7011 \end_inset
7012
7013 cm Breite
7014 \begin_inset OptArg
7015 status open
7016
7017 \begin_layout Plain Layout
7018 Titel mit 5
7019 \begin_inset space \thinspace{}
7020 \end_inset
7021
7022 cm Breite
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 1
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 2
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 3
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 4
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 5
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 s
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 s
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 sad
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 asd
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 </lyxtabular>
7310
7311 \end_inset
7312
7313
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 setlength{
7322 \backslash
7323 LTcapwidth}{4in}
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \begin_inset Note Note
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333 Beschriftungsbreite zurücksetzen
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \begin_layout Standard
7342 \begin_inset Note Greyedout
7343 status open
7344
7345 \begin_layout Plain Layout
7346
7347 \series bold
7348 Achtung:
7349 \series default
7350  Wenn das LaTeX-Paket 
7351 \series bold
7352 caption
7353 \series default
7354
7355 \begin_inset Index
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359 LaTeX-Pakete ! caption
7360 \end_layout
7361
7362 \end_inset
7363
7364  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7365  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7366  4
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 Zoll für 
7371 \series bold
7372
7373 \backslash
7374 LTcapwidth
7375 \series default
7376  benutzen.
7377  Um in diesem Fall eine genau 4
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7382  4
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 Zoll veränderten Wert wie z.
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 B.
7391  3.99
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 Zoll verwenden oder den LaTeX-Befehl 
7396 \series bold
7397
7398 \backslash
7399 captionsetup{width=Wert}
7400 \series default
7401  benutzen, der vom 
7402 \series bold
7403 caption
7404 \series default
7405 -Paket bereitgestellt wird.
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \begin_layout Subsubsection
7414 Unterschiedliche Titel für Tabellenseiten
7415 \begin_inset Index
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419 Tabellen ! lange ! mehrere Titel
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \begin_layout Standard
7428 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7429  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7430  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7431 \end_layout
7432
7433 \begin_layout Standard
7434
7435 \series bold
7436
7437 \backslash
7438 caption*{Beschriftung}
7439 \backslash
7440
7441 \backslash
7442 %
7443 \end_layout
7444
7445 \begin_layout Standard
7446 Tabelle
7447 \begin_inset space ~
7448 \end_inset
7449
7450
7451 \begin_inset CommandInset ref
7452 LatexCommand ref
7453 reference "tab:DiffCaptions"
7454
7455 \end_inset
7456
7457  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7458  ohne Tabellennummer auf der zweiten Seite.
7459 \end_layout
7460
7461 \begin_layout Standard
7462 \align center
7463 \begin_inset Tabular
7464 <lyxtabular version="3" rows="60" columns="3">
7465 <features islongtable="true">
7466 <column alignment="left" valignment="top" width="0cm">
7467 <column alignment="left" valignment="top" width="0pt">
7468 <column alignment="right" valignment="top" width="0pt">
7469 <row caption="true">
7470 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset Caption
7475
7476 \begin_layout Plain Layout
7477 Telefonliste
7478 \begin_inset CommandInset label
7479 LatexCommand label
7480 name "tab:DiffCaptions"
7481
7482 \end_inset
7483
7484
7485 \begin_inset OptArg
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489 Telefonliste
7490 \end_layout
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row endfirsthead="true">
7524 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \series bold
7530 Telefonliste (ignoriere die Namen)
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row endfirsthead="true">
7555 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \series bold
7561 NAME
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579
7580 \series bold
7581 TEL.
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row endhead="true">
7588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 \begin_inset ERT
7593 status open
7594
7595 \begin_layout Plain Layout
7596
7597
7598 \backslash
7599 caption*{Fortsetzung der Telefonliste}
7600 \backslash
7601
7602 \backslash
7603 %
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell 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 </row>
7632 <row endhead="true">
7633 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \series bold
7639 Telefonliste
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row endhead="true">
7664 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 NAME
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 TEL.
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row endfoot="true">
7697 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 wird fortgesetzt\SpecialChar \ldots{}
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Annovi
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 Silvia
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 111
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Bertoli
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 Stefano
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 111
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 Bozzi
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 Walter
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 111
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \series bold
7826 Cachia
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 Maria
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 111
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \series bold
7857 Cachia
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 Maurizio
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 111
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 Cinquemani
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Giusi
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 Colin
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 Bernard
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \series bold
7950 Concli
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 Gianfranco
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \series bold
7981 Dal Bosco
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 Carolina
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \series bold
8012 Dalpiaz
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Annamaria
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 111
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Feliciello
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Domenico
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 111
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \series bold
8074 Focarelli
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Paola
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Galletti
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Oreste
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \series bold
8136 Gasparini
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Franca
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Rizzardi
8168 \series default
8169
8170 \begin_inset Foot
8171 status open
8172
8173 \begin_layout Plain Layout
8174 Beispielfußnote
8175 \end_layout
8176
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Paola
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Lassini
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Giancarlo
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Malfatti
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Luciano
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Malfatti
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Valeriano
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Meneguzzo
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 Roberto
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 111
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \series bold
8334 Mezzadra
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Roberto
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Pirpamer
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Erich
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Pochiesa
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 Paolo
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 111, 222
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \series bold
8427 Radina
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 Claudio
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 111
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Stuffer
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Oskar
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 111
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \series bold
8489 Tacchelli
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Ugo
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 111
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Tezzele
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 Margit
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 111
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \series bold
8551 Unterkalmsteiner
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Frieda
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 111
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 Vieider
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Hilde
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 111
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Vigna
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Jürgen
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 111
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Weber
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Maurizio
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 111
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Winkler
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Franz
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 111
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704  
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Annovi
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Silvia
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 555
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Bertoli
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Stefano
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 555
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Bozzi
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Walter
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 555
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \series bold
8828 Cachia
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Maria
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 555
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \series bold
8859 Cachia
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Maurizio
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 555
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Cinquemani
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Giusi
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 555
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Colin
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Bernard
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 555
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Concli
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Gianfranco
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 555
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Dal Bosco
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Carolina
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 555
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Dalpiaz
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Annamaria
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 555
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \series bold
9045 Feliciello
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 Domenico
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 555
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \series bold
9076 Focarelli
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 Paola
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 555
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \series bold
9107 Galletti
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 Oreste
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 555
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 <row>
9132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136
9137 \series bold
9138 Gasparini
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 Franca
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 555
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 <row>
9163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167
9168 \series bold
9169 Rizzardi
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 Paola
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 555
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 <row>
9194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198
9199 \series bold
9200 Lassini
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 Giancarlo
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 555
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 </row>
9224 <row>
9225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \series bold
9231 Malfatti
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 Luciano
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 555
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \series bold
9262 Malfatti
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 Valeriano
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 555
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \series bold
9293 Meneguzzo
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 Roberto
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 555
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 </row>
9317 <row>
9318 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322
9323 \series bold
9324 Mezzadra
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 Roberto
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 555
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 </row>
9348 <row endlastfoot="true">
9349 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 </lyxtabular>
9378
9379 \end_inset
9380
9381
9382 \end_layout
9383
9384 \begin_layout Section
9385 Weitere Möglichkeiten für 
9386 \family sans
9387 lange Tabelle
9388 \family default
9389 n
9390 \begin_inset CommandInset label
9391 LatexCommand label
9392 name "abs:Special-Longtable-Issues"
9393
9394 \end_inset
9395
9396
9397 \end_layout
9398
9399 \begin_layout Subsection
9400 L
9401 \family sans
9402 ange Tabelle
9403 \family default
9404 n: Berechnung
9405 \begin_inset Index
9406 status collapsed
9407
9408 \begin_layout Plain Layout
9409 Tabellen ! lange ! Berechnung
9410 \end_layout
9411
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \begin_layout Standard
9418 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9419  sogenannten 
9420 \emph on
9421 chunks
9422 \emph default
9423  (Brocken).
9424  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9425  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9426  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9427  das die Druckausgabe.
9428  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9429  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9430  einfügen:
9431 \end_layout
9432
9433 \begin_layout Standard
9434
9435 \series bold
9436
9437 \backslash
9438 setcounter{LTchunksize}{100}
9439 \end_layout
9440
9441 \begin_layout Subsection
9442 Gleitobjekte und L
9443 \family sans
9444 ange Tabelle
9445 \family default
9446 n
9447 \begin_inset Index
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 Tabellen ! lange ! und Gleitobjekte
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \begin_layout Standard
9460 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9461 \family sans
9462 lange
9463 \begin_inset space ~
9464 \end_inset
9465
9466 Tabelle
9467 \family default
9468  beginnt, ein Gleitobjekt befindet.
9469  Um das zu vermeiden, können Sie vor der 
9470 \family sans
9471 langen
9472 \begin_inset space ~
9473 \end_inset
9474
9475 Tabellen
9476 \family default
9477  einen manuellen Seitenumbruch
9478 \family sans
9479  Einfügen\SpecialChar \menuseparator
9480 Formatierung\SpecialChar \menuseparator
9481 [Doppel]Seite
9482 \begin_inset space \space{}
9483 \end_inset
9484
9485 leeren
9486 \family default
9487  einfügen, siehe 
9488 \emph on
9489 Benutzerhandbuch
9490 \emph default
9491 .
9492 \end_layout
9493
9494 \begin_layout Subsection
9495 Manuelle Seitenumbrüche
9496 \begin_inset Index
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500 Tabellen ! lange ! manueller Seitenumbruch
9501 \end_layout
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \begin_layout Standard
9509 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9510  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9511  der Zelle umbrechen wollen, fügen Sie den Befehl  
9512 \begin_inset Quotes gld
9513 \end_inset
9514
9515
9516 \series bold
9517
9518 \backslash
9519
9520 \backslash
9521
9522 \series default
9523
9524 \begin_inset Quotes grd
9525 \end_inset
9526
9527  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9528  werden kann.
9529  Vor dem 
9530 \begin_inset Quotes gld
9531 \end_inset
9532
9533
9534 \series bold
9535
9536 \backslash
9537
9538 \backslash
9539
9540 \series default
9541
9542 \begin_inset Quotes grd
9543 \end_inset
9544
9545 -Befehl müssen Sie so viele 
9546 \begin_inset Quotes gld
9547 \end_inset
9548
9549
9550 \series bold
9551 &
9552 \series default
9553
9554 \begin_inset Quotes grd
9555 \end_inset
9556
9557  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9558  Mit 
9559 \begin_inset Quotes gld
9560 \end_inset
9561
9562
9563 \series bold
9564 &
9565 \series default
9566
9567 \begin_inset Quotes grd
9568 \end_inset
9569
9570   werden in LaTeX Tabellenzellen getrennt.
9571  Hinter jedes 
9572 \begin_inset Quotes gld
9573 \end_inset
9574
9575
9576 \series bold
9577 &
9578 \series default
9579
9580 \begin_inset Quotes grd
9581 \end_inset
9582
9583  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9584  und löschen den Inhalt dieser Zellen.
9585 \end_layout
9586
9587 \begin_layout Standard
9588 Hinter dem 
9589 \begin_inset Quotes gld
9590 \end_inset
9591
9592
9593 \series bold
9594
9595 \backslash
9596
9597 \backslash
9598
9599 \series default
9600
9601 \begin_inset Quotes grd
9602 \end_inset
9603
9604 -Befehl müssen Sie so viele 
9605 \begin_inset Quotes gld
9606 \end_inset
9607
9608
9609 \series bold
9610 &
9611 \series default
9612
9613 \begin_inset Quotes grd
9614 \end_inset
9615
9616  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9617  In Tabelle
9618 \begin_inset space ~
9619 \end_inset
9620
9621
9622 \begin_inset CommandInset ref
9623 LatexCommand ref
9624 reference "tab:ForcedPagebreak"
9625
9626 \end_inset
9627
9628  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9629  Es folgt noch eine weitere Spalte.
9630  Deshalb wurde hinter dem Wort 
9631 \emph on
9632 Castelchiodato, 
9633 \emph default
9634 folgendes eingefügt:
9635 \end_layout
9636
9637 \begin_layout Standard
9638
9639 \series bold
9640 & 111
9641 \backslash
9642
9643 \backslash
9644  
9645 \backslash
9646 newpage
9647 \begin_inset Newline newline
9648 \end_inset
9649
9650 &
9651 \end_layout
9652
9653 \begin_layout Standard
9654 Die 
9655 \begin_inset Quotes gld
9656 \end_inset
9657
9658 111
9659 \begin_inset Quotes grd
9660 \end_inset
9661
9662  in der dritten Spalte wurde gelöscht.
9663  
9664 \series bold
9665
9666 \backslash
9667 newpage
9668 \series default
9669  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9670  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9671  Wenn die Fußzeile Ihrer 
9672 \family sans
9673 langen
9674 \begin_inset space ~
9675 \end_inset
9676
9677 Tabelle
9678 \family default
9679  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9680  Befehle benutzen:
9681 \end_layout
9682
9683 \begin_layout Standard
9684
9685 \series bold
9686 & 111
9687 \backslash
9688
9689 \backslash
9690
9691 \begin_inset Newline newline
9692 \end_inset
9693
9694
9695 \backslash
9696 hline &
9697 \end_layout
9698
9699 \begin_layout Standard
9700 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9701  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9702 \end_layout
9703
9704 \begin_layout Standard
9705
9706 \series bold
9707
9708 \backslash
9709 setlength{
9710 \backslash
9711 parfillskip}{0pt}
9712 \end_layout
9713
9714 \begin_layout Standard
9715 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9716  erscheint.
9717 \end_layout
9718
9719 \begin_layout Standard
9720 \align center
9721 \begin_inset Tabular
9722 <lyxtabular version="3" rows="39" columns="3">
9723 <features islongtable="true">
9724 <column alignment="left" valignment="top" width="0cm">
9725 <column alignment="left" valignment="top" width="3cm">
9726 <column alignment="right" valignment="top" width="0pt">
9727 <row caption="true">
9728 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 \begin_inset Caption
9733
9734 \begin_layout Plain Layout
9735 Tabelle mit manuellem Seitenumbruch in einer Zelle
9736 \begin_inset CommandInset label
9737 LatexCommand label
9738 name "tab:ForcedPagebreak"
9739
9740 \end_inset
9741
9742
9743 \begin_inset OptArg
9744 status collapsed
9745
9746 \begin_layout Plain Layout
9747 Tabelle mit manuellem Seitenumbruch in einer Zelle
9748 \end_layout
9749
9750 \end_inset
9751
9752
9753 \end_layout
9754
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row endfirsthead="true">
9782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \series bold
9788 Telefonliste (ignoriere die Namen)
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row endfirsthead="true">
9813 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \series bold
9819 NAME
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 TEL.
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row endhead="true">
9846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 \begin_inset ERT
9851 status collapsed
9852
9853 \begin_layout Plain Layout
9854
9855
9856 \backslash
9857 caption*{Fortsetzung der Tabelle}
9858 \backslash
9859
9860 \backslash
9861 %
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endhead="true">
9891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Telefonliste
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row endhead="true">
9922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 NAME
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 TEL.
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endfoot="true">
9955 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 wird fortgesetzt\SpecialChar \ldots{}
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Annovi
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Silvia
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Bertoli
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Stefano
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Bozzi
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Walter
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Cachia
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Maria
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Cachia
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Maurizio
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Cinquemani
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Giusi
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Colin
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Bernard
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Concli
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Gianfranco
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Dal Bosco
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Carolina
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Dalpiaz
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Annamaria
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Feliciello
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Domenico
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Focarelli
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Paola
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Galletti
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Oreste
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Gasparini
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Franca
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Lassini
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Giancarlo
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Malfatti
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Luciano
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Malfatti
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Valeriano
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Meneguzzo
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Roberto
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Mezzadra
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Roberto
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Pirpamer
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Erich
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Pochiesa
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Paolo
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111, 222
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Radina
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Claudio
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 111
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Rizzardi
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Paolo, 11.
10683  Fürst von Monte\SpecialChar \-
10684 com\SpecialChar \-
10685 patri, 11.
10686  Fürst von Sulmona und Vivaro, 10.
10687  Fürst von Rossano, 5.
10688  Herzog von Canemorte, 11.
10689  Herzog von Palombara, 5.
10690  Herzog von Castelchiodato,
10691 \begin_inset ERT
10692 status open
10693
10694 \begin_layout Plain Layout
10695
10696 & 111
10697 \backslash
10698
10699 \backslash
10700  
10701 \backslash
10702 newpage
10703 \end_layout
10704
10705 \begin_layout Plain Layout
10706
10707 &
10708 \end_layout
10709
10710 \end_inset
10711
10712  11.
10713  Herzog von Poggionativo, 11.
10714  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10715  Graf von Valinfreda, 11.
10716  Baron von Cropalati, 11.
10717  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \series bold
10739 Stuffer
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 Oskar
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 111
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 <row>
10764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \series bold
10770 Tacchelli
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 Ugo
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 111
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row>
10795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \series bold
10801 Tezzele
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Margit
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 111
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 <row>
10826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830
10831 \series bold
10832 Unterkalmsteiner
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 Frieda
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 111
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 <row>
10857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \series bold
10863 Vieider
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Hilde
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 111
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Vigna
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Jürgen
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Weber
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Maurizio
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Winkler
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Franz
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row endlastfoot="true">
10981 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 </lyxtabular>
11010
11011 \end_inset
11012
11013
11014 \end_layout
11015
11016 \begin_layout Section
11017 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11018 \end_layout
11019
11020 \begin_layout Subsection
11021 Mehrfache Zeilen in Zellen
11022 \begin_inset CommandInset label
11023 LatexCommand label
11024 name "uab:Mehrfache-Zeilen-in"
11025
11026 \end_inset
11027
11028
11029 \begin_inset Index
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033 Mehrfache ! Zeilen in Zellen
11034 \end_layout
11035
11036 \end_inset
11037
11038
11039 \begin_inset Index
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043 Tabellen ! Zeilenumbrüche
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Standard
11052 \noindent
11053 \begin_inset Float table
11054 placement H
11055 wide false
11056 sideways false
11057 status open
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Caption
11061
11062 \begin_layout Plain Layout
11063 \begin_inset CommandInset label
11064 LatexCommand label
11065 name "tab:Table-with-multiple"
11066
11067 \end_inset
11068
11069 Tabelle mit mehrfachen Zeilen in einer Zelle
11070 \end_layout
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Plain Layout
11078 \align center
11079 \begin_inset Tabular
11080 <lyxtabular version="3" rows="3" columns="3">
11081 <features>
11082 <column alignment="center" valignment="middle" width="2.5cm">
11083 <column alignment="center" valignment="middle" width="0.5cm">
11084 <column alignment="center" valignment="middle" width="0.5cm">
11085 <row>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 zwei
11091 \begin_inset Newline linebreak
11092 \end_inset
11093
11094 Zeilen
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 b
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 c
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 <row>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 d
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 e
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 f
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 g
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 h
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 i
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 </lyxtabular>
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Standard
11189 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11190  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11191  Tabelle
11192 \begin_inset space ~
11193 \end_inset
11194
11195
11196 \begin_inset CommandInset ref
11197 LatexCommand ref
11198 reference "tab:Table-with-multiple"
11199
11200 \end_inset
11201
11202  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11203 \family sans
11204 Tabellen-Einstellungen
11205 \family default
11206 -Dialog auf 2.5
11207 \begin_inset space \thinspace{}
11208 \end_inset
11209
11210 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11211  Weil unser Text schmaler als 2.5
11212 \begin_inset space \thinspace{}
11213 \end_inset
11214
11215 cm ist, würde er in einer Zeile gedruckt werden.
11216  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11217
11218 \family sans
11219 Strg-Shift-Enter
11220 \family default
11221 ) eingefügt.
11222  Wenn der Text länger ist, wird er automatisch umgebrochen.
11223 \end_layout
11224
11225 \begin_layout Standard
11226 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11227  setzen Sie die Breite der beiden Spalten im 
11228 \family sans
11229 Tabellen-Einstellungen
11230 \family default
11231 -Dialog auf 0.5
11232 \begin_inset space \thinspace{}
11233 \end_inset
11234
11235 cm und die vertikale Ausrichtung auf zentriert.
11236 \end_layout
11237
11238 \begin_layout Standard
11239 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11240  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11241  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11242  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11243  Fügen sie daher 0
11244 \begin_inset space \thinspace{}
11245 \end_inset
11246
11247 pt horizontalen Abstand vor dem Wort ein.
11248  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11249  Tabelle
11250 \begin_inset space ~
11251 \end_inset
11252
11253
11254 \begin_inset CommandInset ref
11255 LatexCommand ref
11256 reference "tab:Table-with-and"
11257
11258 \end_inset
11259
11260  zeigt die Wirkungen.
11261 \end_layout
11262
11263 \begin_layout Standard
11264 \begin_inset Float table
11265 placement h
11266 wide false
11267 sideways false
11268 status open
11269
11270 \begin_layout Plain Layout
11271 \begin_inset Caption
11272
11273 \begin_layout Plain Layout
11274 \begin_inset CommandInset label
11275 LatexCommand label
11276 name "tab:Table-with-and"
11277
11278 \end_inset
11279
11280 Tabelle ohne und mit Silbentrennung
11281 \end_layout
11282
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \begin_layout Plain Layout
11289 \begin_inset space \hfill{}
11290 \end_inset
11291
11292
11293 \begin_inset Tabular
11294 <lyxtabular version="3" rows="3" columns="3">
11295 <features>
11296 <column alignment="center" valignment="middle" width="2.5cm">
11297 <column alignment="center" valignment="middle" width="0.5cm">
11298 <column alignment="center" valignment="middle" width="0.5cm">
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 einsehrlangesZellenwort
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 b
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 c
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 <row>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 d
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 e
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 f
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 g
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 h
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 i
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 </lyxtabular>
11387
11388 \end_inset
11389
11390
11391 \begin_inset space \hfill{}
11392 \end_inset
11393
11394
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features>
11398 <column alignment="center" valignment="middle" width="2.5cm">
11399 <column alignment="center" valignment="middle" width="0.5cm">
11400 <column alignment="center" valignment="middle" width="0.5cm">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 \begin_inset space \hspace{}
11407 \length 0pt
11408 \end_inset
11409
11410 einsehrlangesZellenwort
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 b
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 c
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 d
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 e
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 f
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 g
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 h
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 i
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 </lyxtabular>
11493
11494 \end_inset
11495
11496
11497 \begin_inset space \hfill{}
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \begin_layout Subsection
11509 Mehrfachspalten
11510 \begin_inset CommandInset label
11511 LatexCommand label
11512 name "uab:Mehrfachspalten"
11513
11514 \end_inset
11515
11516
11517 \begin_inset Index
11518 status collapsed
11519
11520 \begin_layout Plain Layout
11521 Mahrfachspalten
11522 \end_layout
11523
11524 \end_inset
11525
11526
11527 \begin_inset Index
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531 Tabellen ! Mahrfachspalten
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Subsubsection
11540 Grundlagen
11541 \end_layout
11542
11543 \begin_layout Standard
11544 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11545  und verwenden dann den Knopf 
11546 \begin_inset Graphics
11547         filename ../../images/tabular-feature_multicolumn.png
11548         scale 70
11549         scaleBeforeRotation
11550         BoundingBox 0bp 6bp 22bp 22bp
11551
11552 \end_inset
11553
11554  in der Werkzeugleiste, das Menü 
11555 \family sans
11556 Bearbeiten\SpecialChar \menuseparator
11557 Tabelle\SpecialChar \menuseparator
11558 Mehrfachspalte
11559 \family default
11560  oder den 
11561 \family sans
11562 Tabellen-Einstellungen
11563 \family default
11564 -Dialog, in dem Sie auf der Karteikarte 
11565 \family sans
11566 Tabellen-Einstellungen
11567 \family default
11568  
11569 \family sans
11570 Mehrfachspalte
11571 \family default
11572  ankreuzen.
11573 \end_layout
11574
11575 \begin_layout Standard
11576 Mehrfachspalten haben ihre eigenen Einstellungen.
11577  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11578  Hier ist ein Beispiel, wobei 
11579 \begin_inset Quotes gld
11580 \end_inset
11581
11582 B 2
11583 \begin_inset Quotes grd
11584 \end_inset
11585
11586  keine Mehrfachzeile ist, wie in Abschnitt
11587 \begin_inset space ~
11588 \end_inset
11589
11590
11591 \begin_inset CommandInset ref
11592 LatexCommand ref
11593 reference "uab:Mehrfachzeilen"
11594
11595 \end_inset
11596
11597  beschrieben.
11598  Es wurde nur eine Linie weggelassen:
11599 \end_layout
11600
11601 \begin_layout Standard
11602 \align center
11603 \begin_inset Tabular
11604 <lyxtabular version="3" rows="3" columns="4">
11605 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11606 <column alignment="center" valignment="top" width="0pt">
11607 <column alignment="center" valignment="middle" width="0">
11608 <column alignment="center" valignment="top" width="0in">
11609 <column alignment="center" valignment="top" width="0pt">
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 abc
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 def ghi
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 jkl
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653
11654 \family roman
11655 \series medium
11656 \shape up
11657 \size normal
11658 \emph off
11659 \bar no
11660 \noun off
11661 \color none
11662 A
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 B
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 C
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 D
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 1
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 2
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 3
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 4
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Subsubsection
11741 Mehrfachspalten-Berechnungen
11742 \begin_inset CommandInset label
11743 LatexCommand label
11744 name "uab:Mehrfachspalten-Berechnungen"
11745
11746 \end_inset
11747
11748
11749 \begin_inset Index
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 Mahrfachspalten ! Berechnung
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \begin_inset Index
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763 Tabellen ! Mahrfachspalten ! Berechnung
11764 \end_layout
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11773  Zellen beachten.
11774 \end_layout
11775
11776 \begin_layout Standard
11777 \begin_inset Float table
11778 placement h
11779 wide false
11780 sideways false
11781 status open
11782
11783 \begin_layout Plain Layout
11784 \begin_inset Caption
11785
11786 \begin_layout Plain Layout
11787 \begin_inset CommandInset label
11788 LatexCommand label
11789 name "tab:Table-with-centered"
11790
11791 \end_inset
11792
11793 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11794  die halbe Breite der Mehrfachspalten-Zelle haben
11795 \begin_inset OptArg
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799 Eine Mehrfachspalten-Tabelle
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Plain Layout
11813 \align center
11814 \begin_inset Tabular
11815 <lyxtabular version="3" rows="3" columns="3">
11816 <features>
11817 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11818 <column alignment="center" valignment="middle" width="0">
11819 <column alignment="center" valignment="top" width="0">
11820 <row>
11821 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 Dies ist eine Mehrfach\SpecialChar \-
11826 spalten-Zelle
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 c
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 </row>
11850 <row>
11851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 d
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 e
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 f
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 </row>
11879 <row>
11880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 g
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 h
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 i
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 </lyxtabular>
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \begin_layout Standard
11921 Um Tabelle
11922 \begin_inset space ~
11923 \end_inset
11924
11925
11926 \begin_inset CommandInset ref
11927 LatexCommand ref
11928 reference "tab:Table-with-centered"
11929
11930 \end_inset
11931
11932  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11933  3×3-Tabelle, kreuzen im 
11934 \family sans
11935 Tabellen-Einstellungen
11936 \family default
11937 -Dialog 
11938 \family sans
11939 Mehrfachspalte
11940 \family default
11941  an, setzen die 
11942 \family sans
11943 Horizontale
11944 \begin_inset space ~
11945 \end_inset
11946
11947 Ausrichtung
11948 \family default
11949  auf 
11950 \family sans
11951 Zentriert
11952 \family default
11953  und die 
11954 \family sans
11955 Breite
11956 \family default
11957  auf 2.5
11958 \begin_inset space \thinspace{}
11959 \end_inset
11960
11961 cm.
11962  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11963  Sie die Breite der ersten Spalte auf 1.25
11964 \begin_inset space \thinspace{}
11965 \end_inset
11966
11967 cm setzen.
11968  Die zweite Spalte wird dann automatisch 1.25
11969 \begin_inset space \thinspace{}
11970 \end_inset
11971
11972 cm breit (Breite der 
11973 \family sans
11974 Mehrfachspalte
11975 \family default
11976  
11977 \begin_inset Formula $-$
11978 \end_inset
11979
11980  Breite der ersten Spalte).
11981  Dies wurde so für Tabelle
11982 \begin_inset space ~
11983 \end_inset
11984
11985
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "tab:Table-without-half"
11989
11990 \end_inset
11991
11992  gemacht.
11993 \end_layout
11994
11995 \begin_layout Standard
11996 \begin_inset Float table
11997 wide false
11998 sideways false
11999 status open
12000
12001 \begin_layout Plain Layout
12002 \begin_inset Caption
12003
12004 \begin_layout Plain Layout
12005 \begin_inset CommandInset label
12006 LatexCommand label
12007 name "tab:Table-without-half"
12008
12009 \end_inset
12010
12011 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12012  wie die Mehrfachspalte
12013 \begin_inset OptArg
12014 status collapsed
12015
12016 \begin_layout Plain Layout
12017 Eine unvollkommene Mehrfachspalten-Tabelle
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \end_layout
12029
12030 \begin_layout Plain Layout
12031 \align center
12032 \begin_inset Tabular
12033 <lyxtabular version="3" rows="3" columns="3">
12034 <features>
12035 <column alignment="center" valignment="top" width="1.25cm">
12036 <column alignment="center" valignment="top" width="0">
12037 <column alignment="center" valignment="top" width="0">
12038 <row>
12039 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 Dies ist auch eine Mehr\SpecialChar \-
12044 fach\SpecialChar \-
12045 spalten-Zelle
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 c
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 </row>
12069 <row>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 d
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 e
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 f
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 </row>
12098 <row>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 g
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 h
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 i
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 </row>
12127 </lyxtabular>
12128
12129 \end_inset
12130
12131
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12141  als die zweite ist.
12142  Das liegt daran, dass die Zellenbreite 
12143 \begin_inset Formula $W_{\mathrm{tot}}$
12144 \end_inset
12145
12146  nicht ihre definierte Breite 
12147 \begin_inset Formula $W_{g}$
12148 \end_inset
12149
12150  ist, sondern ein wenig mehr.
12151  Anhang
12152 \begin_inset space ~
12153 \end_inset
12154
12155
12156 \begin_inset CommandInset ref
12157 LatexCommand ref
12158 reference "kap:Exläuterung-einer-Gleichung"
12159
12160 \end_inset
12161
12162  erklärt das genauer.
12163 \end_layout
12164
12165 \begin_layout Standard
12166 Wenn 
12167 \emph on
12168 n
12169 \emph default
12170  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12171  die definierte Breite 
12172 \begin_inset Formula $W_{g\, n}$
12173 \end_inset
12174
12175  einer Spalte, deren totale Breite = 
12176 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12177 \end_inset
12178
12179  sein soll, wie folgt:
12180 \begin_inset Formula \begin{equation}
12181 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Standard
12189 In unserem Falls ist 
12190 \begin_inset Formula $n=2$
12191 \end_inset
12192
12193
12194 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12195 \end_inset
12196
12197 cm, und damit wird aus Gleichung
12198 \begin_inset space ~
12199 \end_inset
12200
12201
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "eq:Wgn"
12205
12206 \end_inset
12207
12208  
12209 \begin_inset Formula \begin{equation}
12210 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Damit LaTeX rechnen kann, muss das Paket 
12219 \series bold
12220 calc
12221 \series default
12222  im Vorspann geladen werden.
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 LaTeX-Pakete ! calc
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \begin_layout Standard
12236
12237 \series bold
12238
12239 \backslash
12240 usepackage{calc}
12241 \end_layout
12242
12243 \begin_layout Standard
12244 LyX erlaubt im 
12245 \family sans
12246 Breite
12247 \family default
12248 -Feld des 
12249 \family sans
12250 Tabellen-Einstellungen
12251 \family default
12252 -Dialogs keine Berechnungen.
12253  Deshalb müssen Sie die Formel für die Breite im Feld 
12254 \family sans
12255 LaTe
12256 \begin_inset ERT
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260
12261 {}
12262 \end_layout
12263
12264 \end_inset
12265
12266 X-Argument
12267 \family default
12268  eingeben.
12269  Hier iss ein Überblick über die Argumente:
12270 \end_layout
12271
12272 \begin_layout Itemize
12273
12274 \series bold
12275 p{Breite}
12276 \series default
12277  die Zelle bekommt eine feste 
12278 \series bold
12279 Breite
12280 \series default
12281 , und die vertikale Ausrichtung ist 
12282 \family sans
12283 Oben
12284 \end_layout
12285
12286 \begin_layout Itemize
12287
12288 \series bold
12289 m{Breite}
12290 \series default
12291  die Zelle bekommt eine feste 
12292 \series bold
12293 Breite
12294 \series default
12295 , und die vertikale Ausrichtung ist 
12296 \family sans
12297 Mitte
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 b{Breite}
12304 \series default
12305  die Zelle bekommt eine feste 
12306 \series bold
12307 Breite
12308 \series default
12309 , und die vertikale Ausrichtung ist 
12310 \family sans
12311 Unten
12312 \end_layout
12313
12314 \begin_layout Standard
12315 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12316  für diese Zelle überschrieben.
12317 \end_layout
12318
12319 \begin_layout Standard
12320 \begin_inset Note Greyedout
12321 status open
12322
12323 \begin_layout Plain Layout
12324
12325 \series bold
12326 Bemerkung:
12327 \series default
12328  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12329  angezeigt.
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12339  der Zelle mit dem Inhalt 
12340 \begin_inset Quotes gld
12341 \end_inset
12342
12343 d
12344 \begin_inset Quotes grd
12345 \end_inset
12346
12347  der Tabelle
12348 \begin_inset space ~
12349 \end_inset
12350
12351
12352 \begin_inset CommandInset ref
12353 LatexCommand ref
12354 reference "tab:Table-with-centered"
12355
12356 \end_inset
12357
12358  auch noch der Befehl
12359 \family typewriter
12360 \series bold
12361  
12362 \family default
12363
12364 \backslash
12365 centering
12366 \series default
12367  hinzugefügt.
12368  Das Ganze sieht dann so aus:
12369 \end_layout
12370
12371 \begin_layout Standard
12372
12373 \series bold
12374 |>{
12375 \backslash
12376 centering}m{1.25cm-6.2pt}
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Der vertikale Strich 
12381 \series bold
12382
12383 \begin_inset Quotes gld
12384 \end_inset
12385
12386 |
12387 \series default
12388
12389 \begin_inset Quotes grd
12390 \end_inset
12391
12392  am Anfang zeichnet die linke Linie, und der Befehl 
12393 \series bold
12394
12395 \begin_inset Quotes gld
12396 \end_inset
12397
12398 >{ }
12399 \begin_inset Quotes grd
12400 \end_inset
12401
12402
12403 \series default
12404  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12405  der Zelle benutzt werden sollen.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12410  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12411  für einzelne Spalten anwendet.
12412  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12413  werden:
12414 \end_layout
12415
12416 \begin_layout Standard
12417
12418 \series bold
12419 |>{
12420 \backslash
12421 centering}m{2.5cm}|
12422 \end_layout
12423
12424 \begin_layout Subsection
12425 Mehrfachzeilen
12426 \begin_inset CommandInset label
12427 LatexCommand label
12428 name "uab:Mehrfachzeilen"
12429
12430 \end_inset
12431
12432
12433 \begin_inset Index
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Mehrfachzeilen
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \begin_inset Index
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447 Tabellen ! Mehrfachzeilen
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12457  unterstützt, sodass etwas TeX-Code notwendig ist.
12458  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12459 \series bold
12460 multirow
12461 \series default
12462
12463 \begin_inset Index
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467 LaTeX-Pakete ! multirow
12468 \end_layout
12469
12470 \end_inset
12471
12472  im Vorspann geladen werden:
12473 \end_layout
12474
12475 \begin_layout Standard
12476
12477 \series bold
12478
12479 \backslash
12480 usepackage{multirow}
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12485 \end_layout
12486
12487 \begin_layout Standard
12488
12489 \series bold
12490
12491 \backslash
12492 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12493 \end_layout
12494
12495 \begin_layout Standard
12496 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12497  Mehrfachspalte definiert und die obere Linie entfernt.
12498 \end_layout
12499
12500 \begin_layout Standard
12501 \align center
12502 \begin_inset ERT
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506
12507
12508 \backslash
12509 renewcommand{
12510 \backslash
12511 multirowsetup}{
12512 \backslash
12513 centering}
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \begin_inset Tabular
12520 <lyxtabular version="3" rows="3" columns="3">
12521 <features>
12522 <column alignment="center" valignment="top" width="0">
12523 <column alignment="center" valignment="top" width="0">
12524 <column alignment="center" valignment="top" width="0">
12525 <row>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 a
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 b
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 c
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 \begin_inset ERT
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563
12564
12565 \backslash
12566 multirow{2}{2.5cm}{
12567 \end_layout
12568
12569 \end_inset
12570
12571 Mehrfach\SpecialChar \-
12572 zeilen-Text
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578 }
12579 \end_layout
12580
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 e
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 f
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 </row>
12607 <row>
12608 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 h
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 i
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 </row>
12636 </lyxtabular>
12637
12638 \end_inset
12639
12640
12641 \begin_inset ERT
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645
12646
12647 \backslash
12648 renewcommand{
12649 \backslash
12650 multirowsetup}{
12651 \backslash
12652 raggedright}
12653 \end_layout
12654
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \begin_layout Standard
12661 In der Zelle darüber wurde dann mit dem Befehl
12662 \end_layout
12663
12664 \begin_layout Standard
12665
12666 \series bold
12667
12668 \backslash
12669 multirow{2}{2.5cm}{
12670 \end_layout
12671
12672 \begin_layout Standard
12673 als TeX-Code die Mehrfachzeile definiert.
12674  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12675 \begin_inset space \thinspace{}
12676 \end_inset
12677
12678 cm.
12679  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12680  mit der Klammer 
12681 \begin_inset Quotes gld
12682 \end_inset
12683
12684
12685 \series bold
12686 }
12687 \series default
12688
12689 \begin_inset Quotes grd
12690 \end_inset
12691
12692  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12693 \end_layout
12694
12695 \begin_layout Standard
12696
12697 \series bold
12698
12699 \backslash
12700 multirow
12701 \series default
12702  richtet seinen Inhalt standardmäßig linksbündig aus.
12703  Das wurde mit dem Befehl
12704 \end_layout
12705
12706 \begin_layout Standard
12707
12708 \series bold
12709
12710 \backslash
12711 renewcommand{
12712 \backslash
12713 multirowsetup}{
12714 \backslash
12715 centering}
12716 \end_layout
12717
12718 \begin_layout Standard
12719 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \series bold
12725
12726 \backslash
12727 renewcommand{
12728 \backslash
12729 multirowsetup}{
12730 \backslash
12731 raggedright}
12732 \end_layout
12733
12734 \begin_layout Standard
12735 zurückgesetzt.
12736  Für rechtsbündigen Text benutzt man 
12737 \series bold
12738
12739 \backslash
12740 raggedleft
12741 \series default
12742 .
12743 \end_layout
12744
12745 \begin_layout Section
12746 Formale Tabellen
12747 \begin_inset CommandInset label
12748 LatexCommand label
12749 name "abs:Formale-Tabellen"
12750
12751 \end_inset
12752
12753
12754 \begin_inset Index
12755 status collapsed
12756
12757 \begin_layout Plain Layout
12758 Tabellen ! Formale
12759 \end_layout
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Tabellen werden in Büchern oft wie Tabelle
12768 \begin_inset space ~
12769 \end_inset
12770
12771
12772 \begin_inset CommandInset ref
12773 LatexCommand ref
12774 reference "tab:Formale-Tabelle"
12775
12776 \end_inset
12777
12778  gesetzt.
12779  Diese Tabellen werden
12780 \emph on
12781  formal
12782 \emph default
12783  genannt.
12784  Formale Tabellen bekommen Sie, wenn Sie im 
12785 \family sans
12786 Tabellen-Einstellungen
12787 \family default
12788 -Dialog auf der Karteikarte 
12789 \family sans
12790 Rahmen
12791 \family default
12792  den 
12793 \family sans
12794 Stil
12795 \family default
12796  
12797 \family sans
12798 Formal
12799 \family default
12800  ankreuzen.
12801 \end_layout
12802
12803 \begin_layout Standard
12804 \begin_inset Float table
12805 placement h
12806 wide false
12807 sideways false
12808 status open
12809
12810 \begin_layout Plain Layout
12811 \begin_inset Caption
12812
12813 \begin_layout Plain Layout
12814 \begin_inset CommandInset label
12815 LatexCommand label
12816 name "tab:Formale-Tabelle"
12817
12818 \end_inset
12819
12820 Formale Tabelle
12821 \end_layout
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \begin_layout Plain Layout
12829 \align center
12830 \begin_inset Tabular
12831 <lyxtabular version="3" rows="8" columns="4">
12832 <features booktabs="true">
12833 <column alignment="center" valignment="top" width="0">
12834 <column alignment="right" valignment="top" width="0">
12835 <column alignment="right" valignment="top" width="0">
12836 <column alignment="right" valignment="top" width="0">
12837 <row>
12838 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 System
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 Medipix
12852 \begin_inset space \thinspace{}
12853 \end_inset
12854
12855 1
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 Medipix
12865 \begin_inset space \thinspace{}
12866 \end_inset
12867
12868 2
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 </row>
12883 <row>
12884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 \begin_inset ERT
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892
12893
12894 \backslash
12895 cmidrule(r){2-2}
12896 \end_layout
12897
12898 \end_inset
12899
12900
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 cmidrule(l){3-4}
12909 \end_layout
12910
12911 \end_inset
12912
12913 Detektordicke [µm]
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 300
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 300
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 700
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 <row>
12947 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 Kantenwinkel [°]
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 3.55
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 2.71
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 7.99
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row topspace="default">
12985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 räumliche Auf\SpecialChar \textcompwordmark{}
12990 lösung [µm]
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 4.26
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 10.17
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 10.56
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 <row topspace="default">
13024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 MTF bei 
13029 \begin_inset Formula $f_{\mathrm{max}}$
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 0.53
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 <cell alignment="center" valignment="top" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 0.37
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 0.39
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 </row>
13065 <row topspace="default">
13066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 \begin_inset ERT
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074
13075
13076 \backslash
13077 cmidrule(l{10pt}){1-1}
13078 \end_layout
13079
13080 \end_inset
13081
13082 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13083 lösung
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 in µm
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 129.7
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 52.75
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 50.78
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 in % der Pixelgröße
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 76.3
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 95.9
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 92.3
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 Abstände zu Tabellenzeilen können auf der Karteikarte 
13206 \family sans
13207 Rahmen
13208 \family default
13209  des 
13210 \family sans
13211 Tabellen-Ein\SpecialChar \-
13212 stel\SpecialChar \-
13213 lun\SpecialChar \-
13214 gen
13215 \family default
13216 -Dialogs hinzugefügt werden, wie in Abschnitt
13217 \begin_inset space ~
13218 \end_inset
13219
13220
13221 \begin_inset CommandInset ref
13222 LatexCommand ref
13223 reference "uab:Zeilenabstand"
13224
13225 \end_inset
13226
13227  beschrieben.
13228 \end_layout
13229
13230 \begin_layout Standard
13231 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13232  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13233  gedruckt aber anders aus.
13234  Die erste und letzte Linie ist 0.08
13235 \begin_inset space \thinspace{}
13236 \end_inset
13237
13238 em dick, während die anderen 0.05
13239 \begin_inset space \thinspace{}
13240 \end_inset
13241
13242 em dick sind.
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13247 \end_layout
13248
13249 \begin_layout Standard
13250
13251 \series bold
13252
13253 \backslash
13254 let
13255 \backslash
13256 mytoprule
13257 \backslash
13258 toprule
13259 \begin_inset Newline newline
13260 \end_inset
13261
13262
13263 \backslash
13264 renewcommand{
13265 \backslash
13266 toprule}{
13267 \backslash
13268 mytoprule[Breite]}
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Dies Beispiel gilt für die oberste Linie, genannt 
13273 \series bold
13274 toprule
13275 \series default
13276 .
13277  Für die letzte müssen Sie 
13278 \series bold
13279 toprule
13280 \series default
13281  durch 
13282 \series bold
13283 bottomrule
13284 \series default
13285  ersetzen.
13286  Die Linien dazwischen heißen 
13287 \series bold
13288 midrule
13289 \series default
13290 .
13291  Für 
13292 \family sans
13293 Breite
13294 \family default
13295  können Sie alle Einheiten benutzen, die in Anhang
13296 \begin_inset space ~
13297 \end_inset
13298
13299
13300 \begin_inset CommandInset ref
13301 LatexCommand ref
13302 reference "kap:In-LyX-verfügbare"
13303
13304 \end_inset
13305
13306  aufgelistet sind.
13307 \end_layout
13308
13309 \begin_layout Standard
13310 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13311  eine Linie unter einer Mehrfachspalte.
13312  LyX wird intern den Befehl 
13313 \series bold
13314
13315 \backslash
13316 cmidrule
13317 \series default
13318  benutzen, um diese Linie zu drucken.
13319  Der ganze Befehl sieht so aus:
13320 \end_layout
13321
13322 \begin_layout Standard
13323
13324 \series bold
13325
13326 \backslash
13327 cmidrule[width](trim){Anfangsspalte-Endspalte}
13328 \end_layout
13329
13330 \begin_layout Standard
13331 Die 
13332 \series bold
13333
13334 \backslash
13335 cmidrule
13336 \series default
13337 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13338  benutzen.
13339  
13340 \series bold
13341
13342 \backslash
13343 cmidrule
13344 \series default
13345  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13346  erste Zelle einer Zeile einfügt.
13347  Die Linie wird dann über der Zeile gedruckt.
13348 \end_layout
13349
13350 \begin_layout Standard
13351 Der Standardwert ist 0.03
13352 \begin_inset space \thinspace{}
13353 \end_inset
13354
13355 em.
13356  Die Linie reicht von 
13357 \family typewriter
13358 Anfangsspalte
13359 \family default
13360  bis 
13361 \family typewriter
13362 End\SpecialChar \-
13363 spal\SpecialChar \-
13364 te
13365 \family default
13366 .
13367  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13368   Der optionale Parameter 
13369 \family typewriter
13370 trim
13371 \family default
13372  kann die Werte 
13373 \emph on
13374 r
13375 \emph default
13376
13377 \emph on
13378 r{Breite}
13379 \emph default
13380
13381 \emph on
13382 l
13383 \family typewriter
13384 \emph default
13385  
13386 \family default
13387 oder 
13388 \emph on
13389 l{Breite}
13390 \emph default
13391  annehmen, wobei die 
13392 \family sans
13393 Breite
13394 \family default
13395  optional ist.
13396  
13397 \emph on
13398 l{2pt}
13399 \emph default
13400  zum Beispiel bedeutet, dass die Linie links um 2
13401 \begin_inset space \thinspace{}
13402 \end_inset
13403
13404 pt gekürzt wird.
13405  Ohne Breitenangabe werden die Linien um 0.5
13406 \begin_inset space \thinspace{}
13407 \end_inset
13408
13409 em gekürzt.
13410 \end_layout
13411
13412 \begin_layout Standard
13413 \begin_inset VSpace bigskip
13414 \end_inset
13415
13416 In Tabelle
13417 \begin_inset space ~
13418 \end_inset
13419
13420
13421 \begin_inset CommandInset ref
13422 LatexCommand ref
13423 reference "tab:Formale-Tabelle"
13424
13425 \end_inset
13426
13427  wurden die Befehle
13428 \end_layout
13429
13430 \begin_layout Standard
13431
13432 \series bold
13433
13434 \backslash
13435 cmidrule(r){2-2}
13436 \backslash
13437 cmidrule(l){3-4}
13438 \end_layout
13439
13440 \begin_layout Standard
13441 am Anfang der zweiten Zeile und
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \series bold
13447
13448 \backslash
13449 cmidrule(l{10pt}){1-1}
13450 \end_layout
13451
13452 \begin_layout Standard
13453 in der sechsten benutzt.
13454 \end_layout
13455
13456 \begin_layout Standard
13457 \begin_inset VSpace bigskip
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \begin_layout Standard
13464 Sie können mit 
13465 \series bold
13466
13467 \backslash
13468 cmidrule
13469 \series default
13470  auch überlappende Linien wie in Tabelle
13471 \begin_inset space ~
13472 \end_inset
13473
13474
13475 \begin_inset CommandInset ref
13476 LatexCommand ref
13477 reference "tab:Special-booktabs-table"
13478
13479 \end_inset
13480
13481  definieren.
13482  Der Befehl ist:
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 morecmidrules
13491 \end_layout
13492
13493 \begin_layout Standard
13494 In Zeile zwei der Tabelle
13495 \begin_inset space ~
13496 \end_inset
13497
13498
13499 \begin_inset CommandInset ref
13500 LatexCommand ref
13501 reference "tab:Special-booktabs-table"
13502
13503 \end_inset
13504
13505  wurde folgender Befehl benutzt:
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 cmidrule(r){2-2}
13514 \backslash
13515 cmidrule(l){3-4}
13516 \backslash
13517 morecmidrules
13518 \begin_inset Newline newline
13519 \end_inset
13520
13521
13522 \backslash
13523 cmidrule{2-4}
13524 \end_layout
13525
13526 \begin_layout Standard
13527 und in Zeile sechs:
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \series bold
13533
13534 \backslash
13535 midrule
13536 \backslash
13537 morecmidrules
13538 \backslash
13539 cmidrule{3-4}
13540 \end_layout
13541
13542 \begin_layout Standard
13543 \begin_inset VSpace bigskip
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \begin_layout Standard
13550 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13551  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 specialrule{Dicke}{Abstand davor}{Abstand danach}
13560 \end_layout
13561
13562 \begin_layout Standard
13563 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13564 \series bold
13565 booktabs
13566 \series default
13567  
13568 \begin_inset CommandInset citation
13569 LatexCommand cite
13570 key "booktabs"
13571
13572 \end_inset
13573
13574 .
13575 \begin_inset Index
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579 LaTeX-Pakete ! booktabs
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \begin_layout Standard
13588 \begin_inset Float table
13589 placement h
13590 wide false
13591 sideways false
13592 status open
13593
13594 \begin_layout Plain Layout
13595 \begin_inset Caption
13596
13597 \begin_layout Plain Layout
13598 \begin_inset CommandInset label
13599 LatexCommand label
13600 name "tab:Special-booktabs-table"
13601
13602 \end_inset
13603
13604 Eine spezielle formale Tabelle
13605 \end_layout
13606
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Plain Layout
13613 \align center
13614 \begin_inset Tabular
13615 <lyxtabular version="3" rows="8" columns="4">
13616 <features booktabs="true">
13617 <column alignment="center" valignment="top" width="0">
13618 <column alignment="center" valignment="top" width="0">
13619 <column alignment="right" valignment="top" width="0">
13620 <column alignment="right" valignment="top" width="0">
13621 <row>
13622 <cell alignment="center" valignment="top" topline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 System
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 Medipix
13636 \begin_inset space \thinspace{}
13637 \end_inset
13638
13639 1
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 Medipix
13649 \begin_inset space \thinspace{}
13650 \end_inset
13651
13652 2
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 \begin_inset ERT
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676
13677
13678 \backslash
13679 cmidrule(r){2-2}
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690
13691 \backslash
13692 cmidrule(l){3-4}
13693 \end_layout
13694
13695 \end_inset
13696
13697
13698 \begin_inset ERT
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703
13704 \backslash
13705 morecmidrules 
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \begin_inset ERT
13712 status collapsed
13713
13714 \begin_layout Plain Layout
13715
13716
13717 \backslash
13718 cmidrule{2-4}
13719 \end_layout
13720
13721 \end_inset
13722
13723 Detektordicke  [µm]
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 300
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 300
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 700
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 Kantenwinkel [°]
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 3,55
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 2,71
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 7,99
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 </row>
13794 <row topspace="default">
13795 <cell alignment="center" valignment="top" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 räumliche Auf\SpecialChar \textcompwordmark{}
13800 lösung [µm]
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 4,26
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 10,17
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 10,56
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row topspace="default">
13834 <cell alignment="center" valignment="top" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 MTF bei 
13839 \begin_inset Formula $f_{\mathrm{max}}$
13840 \end_inset
13841
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 0,53
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 0,37
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 0,39
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885
13886 \backslash
13887 morecmidrules 
13888 \end_layout
13889
13890 \end_inset
13891
13892
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898
13899 \backslash
13900 cmidrule{3-4}
13901 \end_layout
13902
13903 \end_inset
13904
13905 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13906 lösung
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" topline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 </row>
13939 <row>
13940 <cell alignment="center" valignment="top" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944 in µm
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 129,7
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 52,75
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 50,78
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 </row>
13977 <row>
13978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 in % der Pixelgröße
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 76,3
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 95,9
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 92,3
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 </lyxtabular>
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \begin_layout Section
14028 Vertikale Tabellen-Ausrichtung
14029 \begin_inset Index
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033 Tabellen ! Ausrichtung
14034 \end_layout
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Standard
14042 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14043  einer Box sein.
14044  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14045 \begin_inset space ~
14046 \end_inset
14047
14048
14049 \begin_inset CommandInset ref
14050 LatexCommand ref
14051 reference "abs:Box-Dialog"
14052
14053 \end_inset
14054
14055  beschrieben.
14056 \end_layout
14057
14058 \begin_layout Standard
14059 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14060 \begin_inset Foot
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 Minipages werden in Abschnitt
14065 \begin_inset space ~
14066 \end_inset
14067
14068
14069 \begin_inset CommandInset ref
14070 LatexCommand ref
14071 reference "abs:Minipage"
14072
14073 \end_inset
14074
14075  beschrieben.
14076 \end_layout
14077
14078 \end_inset
14079
14080  mit 15
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084 col%-Breite:
14085 \end_layout
14086
14087 \begin_layout Itemize
14088 Test 
14089 \begin_inset Box Frameless
14090 position "t"
14091 hor_pos "c"
14092 has_inner_box 1
14093 inner_pos "c"
14094 use_parbox 0
14095 width "15col%"
14096 special "none"
14097 height "1in"
14098 height_special "totalheight"
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102 \begin_inset Tabular
14103 <lyxtabular version="3" rows="3" columns="3">
14104 <features>
14105 <column alignment="center" valignment="top" width="0">
14106 <column alignment="center" valignment="top" width="0">
14107 <column alignment="center" valignment="top" width="0">
14108 <row>
14109 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 Tabelle 1
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 <row>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 b
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 e
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 h
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 c
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 f
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 i
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 </lyxtabular>
14196
14197 \end_inset
14198
14199
14200 \end_layout
14201
14202 \end_inset
14203
14204  Test 
14205 \begin_inset ERT
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209
14210
14211 \backslash
14212 raisebox{0.85
14213 \backslash
14214 baselineskip}{
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \begin_inset Box Frameless
14221 position "t"
14222 hor_pos "c"
14223 has_inner_box 1
14224 inner_pos "c"
14225 use_parbox 0
14226 width "15col%"
14227 special "none"
14228 height "1in"
14229 height_special "totalheight"
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233 \begin_inset Tabular
14234 <lyxtabular version="3" rows="3" columns="3">
14235 <features>
14236 <column alignment="center" valignment="top" width="0">
14237 <column alignment="center" valignment="top" width="0">
14238 <column alignment="center" valignment="top" width="0">
14239 <row>
14240 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 Tabelle 2
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 </row>
14268 <row>
14269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 b
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 e
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 h
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 c
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 f
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 i
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 </row>
14326 </lyxtabular>
14327
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \begin_inset ERT
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340
14341 }
14342 \end_layout
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \begin_layout Itemize
14350 Test 
14351 \begin_inset Box Frameless
14352 position "c"
14353 hor_pos "c"
14354 has_inner_box 1
14355 inner_pos "c"
14356 use_parbox 0
14357 width "15col%"
14358 special "none"
14359 height "1in"
14360 height_special "totalheight"
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 \begin_inset Tabular
14365 <lyxtabular version="3" rows="3" columns="3">
14366 <features>
14367 <column alignment="center" valignment="top" width="0">
14368 <column alignment="center" valignment="top" width="0">
14369 <column alignment="center" valignment="top" width="0">
14370 <row>
14371 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 Tabelle 3
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 b
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 e
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 h
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 <row>
14429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 c
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 f
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 i
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 </row>
14457 </lyxtabular>
14458
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \end_inset
14465
14466
14467 \end_layout
14468
14469 \begin_layout Itemize
14470 Test 
14471 \begin_inset Box Frameless
14472 position "b"
14473 hor_pos "c"
14474 has_inner_box 1
14475 inner_pos "c"
14476 use_parbox 0
14477 width "15col%"
14478 special "none"
14479 height "1in"
14480 height_special "totalheight"
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="3" columns="3">
14486 <features>
14487 <column alignment="center" valignment="top" width="0">
14488 <column alignment="center" valignment="top" width="0">
14489 <column alignment="center" valignment="top" width="0">
14490 <row>
14491 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 Tabelle 4
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 </row>
14519 <row>
14520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 b
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 e
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 h
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 </row>
14548 <row>
14549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 c
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 f
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 i
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 </row>
14577 </lyxtabular>
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \end_inset
14585
14586 Test 
14587 \begin_inset ERT
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591
14592
14593 \backslash
14594 raisebox{-0.32
14595 \backslash
14596 baselineskip}{
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \begin_inset Box Frameless
14603 position "b"
14604 hor_pos "c"
14605 has_inner_box 1
14606 inner_pos "c"
14607 use_parbox 0
14608 width "15col%"
14609 special "none"
14610 height "1in"
14611 height_special "totalheight"
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 \begin_inset Tabular
14616 <lyxtabular version="3" rows="3" columns="3">
14617 <features>
14618 <column alignment="center" valignment="top" width="0">
14619 <column alignment="center" valignment="top" width="0">
14620 <column alignment="center" valignment="top" width="0">
14621 <row>
14622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 Tabelle 5
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 b
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 e
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 h
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 c
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 f
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 i
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 </row>
14708 </lyxtabular>
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723 }
14724 \end_layout
14725
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \begin_layout Standard
14732 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14733 \begin_inset space \space{}
14734 \end_inset
14735
14736 1 und letzten Zeile von Tabelle
14737 \begin_inset space \space{}
14738 \end_inset
14739
14740 4 bezüglich dem Wort 
14741 \begin_inset Quotes gld
14742 \end_inset
14743
14744 Test
14745 \begin_inset Quotes grd
14746 \end_inset
14747
14748  nicht richtig ausgerichtet.
14749  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14750 \begin_inset Quotes gld
14751 \end_inset
14752
14753 Raisebox
14754 \begin_inset Quotes grd
14755 \end_inset
14756
14757
14758 \begin_inset Foot
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Raiseboxen werden in Abschnitt
14763 \begin_inset space ~
14764 \end_inset
14765
14766
14767 \begin_inset CommandInset ref
14768 LatexCommand ref
14769 reference "uab:Vertikale-Ausrichtung"
14770
14771 \end_inset
14772
14773  beschrieben.
14774 \end_layout
14775
14776 \end_inset
14777
14778  setzen.
14779  In Tabelle
14780 \begin_inset space \space{}
14781 \end_inset
14782
14783 2 wurde der Text mit dem Befehl
14784 \end_layout
14785
14786 \begin_layout Standard
14787
14788 \series bold
14789
14790 \backslash
14791 raisebox{0.85
14792 \backslash
14793 baselineskip}{
14794 \end_layout
14795
14796 \begin_layout Standard
14797 vor der Box ausgerichtet.
14798  Hinter der Box wurde auch noch 
14799 \series bold
14800 }
14801 \series default
14802  als TeX-Code eingefügt, weil der obige Befehl mit 
14803 \series bold
14804 {
14805 \series default
14806  aufhörte.
14807  Für Tabelle
14808 \begin_inset space \space{}
14809 \end_inset
14810
14811 5 wurde der Befehl
14812 \end_layout
14813
14814 \begin_layout Standard
14815
14816 \series bold
14817
14818 \backslash
14819 raisebox{-0.32
14820 \backslash
14821 baselineskip}{
14822 \end_layout
14823
14824 \begin_layout Standard
14825 benutzt.
14826 \end_layout
14827
14828 \begin_layout Standard
14829 \begin_inset Note Greyedout
14830 status open
14831
14832 \begin_layout Plain Layout
14833
14834 \series bold
14835 Bemerkung:
14836 \series default
14837  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14838  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14839  Der Faktor im 
14840 \series bold
14841
14842 \backslash
14843 raisebox
14844 \series default
14845 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Section
14854 Farbige Tabellen
14855 \begin_inset CommandInset label
14856 LatexCommand label
14857 name "abs:Farbige-Tabellen"
14858
14859 \end_inset
14860
14861
14862 \begin_inset Index
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866 Tabellen ! farbige
14867 \end_layout
14868
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Subsection
14875 Farbige Zellen
14876 \begin_inset Index
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 farbige !  Tabellenzellen
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset Float table
14890 placement h
14891 wide false
14892 sideways false
14893 status open
14894
14895 \begin_layout Plain Layout
14896 \begin_inset Caption
14897
14898 \begin_layout Plain Layout
14899 \begin_inset CommandInset label
14900 LatexCommand label
14901 name "tab:Farbige-Tabelle-ohne"
14902
14903 \end_inset
14904
14905 Farbige Tabelle, ohne Paket 
14906 \series bold
14907 colortbl
14908 \series default
14909
14910 \begin_inset OptArg
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 Tabelle ohne 
14915 \family typewriter
14916 colortbl
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Plain Layout
14930 \align center
14931 \begin_inset Tabular
14932 <lyxtabular version="3" rows="3" columns="3">
14933 <features>
14934 <column alignment="center" valignment="top" width="0">
14935 <column alignment="center" valignment="top" width="0">
14936 <column alignment="center" valignment="top" width="0">
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \color green
14944 a
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \color red
14955 b
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \color red
14966 c
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \color green
14979 d
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \color blue
14990 e
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \color blue
15001 f
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row>
15008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012
15013 \color green
15014 g
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \color blue
15025 h
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color blue
15036 i
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 </lyxtabular>
15043
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \begin_layout Standard
15055 \begin_inset CommandInset label
15056 LatexCommand label
15057 name "Wenn-Sie-nur"
15058
15059 \end_inset
15060
15061 Wenn Sie nur farbigen Text
15062 \begin_inset Index
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066 Farbe ! für Text
15067 \end_layout
15068
15069 \end_inset
15070
15071  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15072  auf den Werkzeugleistenknopf 
15073 \begin_inset Graphics
15074         filename ../../images/dialog-show_character.png
15075         scale 70
15076         scaleBeforeRotation
15077         BoundingBox 0bp 0bp 20bp 20bp
15078
15079 \end_inset
15080
15081  oder über das Menü 
15082 \family sans
15083 Bearbeiten\SpecialChar \menuseparator
15084 Textstil\SpecialChar \menuseparator
15085 Benutzerdefiniert
15086 \family default
15087  mit dem 
15088 \family sans
15089 Textstil
15090 \family default
15091 -Dialog wie es in Tabelle
15092 \begin_inset space ~
15093 \end_inset
15094
15095
15096 \begin_inset CommandInset ref
15097 LatexCommand ref
15098 reference "tab:Farbige-Tabelle-ohne"
15099
15100 \end_inset
15101
15102  gemacht wurde.
15103  In anderen Fällen müssen Sie das LaTeX-Paket 
15104 \series bold
15105 colortbl
15106 \series default
15107  benutzen.
15108 \begin_inset Index
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112 LaTeX-Pakete ! colortbl
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \begin_inset ERT
15122 status collapsed
15123
15124 \begin_layout Plain Layout
15125
15126
15127 \backslash
15128 ifcolortbl
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \begin_inset Note Note
15135 status open
15136
15137 \begin_layout Plain Layout
15138 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15139 \series bold
15140 colortbl
15141 \series default
15142  installiert ist.
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \begin_layout Standard
15151 Um farbige Tabellen zu erzeugen, muss 
15152 \series bold
15153 colortbl
15154 \series default
15155  im LaTeX-Vorspann geladen werden:
15156 \end_layout
15157
15158 \begin_layout Standard
15159
15160 \series bold
15161
15162 \backslash
15163 usepackage{colortbl}
15164 \end_layout
15165
15166 \begin_layout Standard
15167 Die Farbe einer Spalte ändert man dann mit dem Befehl
15168 \end_layout
15169
15170 \begin_layout Standard
15171
15172 \series bold
15173
15174 \backslash
15175 columncolor{Farbname}
15176 \end_layout
15177
15178 \begin_layout Standard
15179 innerhalb des Befehls 
15180 \series bold
15181 >{}
15182 \series default
15183 .
15184  Mehr über den Befehl 
15185 \series bold
15186 >{}
15187 \series default
15188  finden Sie im Abschnitt
15189 \begin_inset space ~
15190 \end_inset
15191
15192
15193 \begin_inset CommandInset ref
15194 LatexCommand ref
15195 reference "uab:Mehrfachspalten-Berechnungen"
15196
15197 \end_inset
15198
15199 .
15200 \end_layout
15201
15202 \begin_layout Standard
15203 Folgende Farbnamen sind vordefiniert:
15204 \end_layout
15205
15206 \begin_layout Standard
15207
15208 \family sans
15209 red
15210 \family default
15211
15212 \family sans
15213 green
15214 \family default
15215
15216 \family sans
15217 yellow
15218 \family default
15219
15220 \family sans
15221 blue
15222 \family default
15223
15224 \family sans
15225 cyan
15226 \family default
15227
15228 \family sans
15229 magenta
15230 \family default
15231
15232 \family sans
15233 black
15234 \family default
15235  und 
15236 \family sans
15237 white
15238 \begin_inset Newline newline
15239 \end_inset
15240
15241 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15242 \family default
15243 und
15244 \family sans
15245  weiß
15246 \family default
15247 ).
15248 \end_layout
15249
15250 \begin_layout Standard
15251 \begin_inset VSpace medskip
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Sie können auch eigene Farben definieren:
15259 \end_layout
15260
15261 \begin_layout Standard
15262
15263 \series bold
15264
15265 \backslash
15266 definecolor{Farbname}{Farbmodell}{Farbwerte}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 Das Farbmodell kann eins der folgenden sein:
15271 \end_layout
15272
15273 \begin_layout Labeling
15274 \labelwidthstring 00.00.0000
15275 cmyk: cyan, magenta, yellow, black
15276 \end_layout
15277
15278 \begin_layout Labeling
15279 \labelwidthstring 00.00.0000
15280 rgb: red, green blue
15281 \end_layout
15282
15283 \begin_layout Labeling
15284 \labelwidthstring 00.00.0000
15285 gray: gray
15286 \end_layout
15287
15288 \begin_layout Standard
15289 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15290  die die entsprechende Farbe für das Farbmodell beschreiben.
15291 \end_layout
15292
15293 \begin_layout Standard
15294 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15295 \emph on
15296
15297 \begin_inset Quotes gld
15298 \end_inset
15299
15300 dunkelgruen
15301 \emph default
15302
15303 \begin_inset Quotes grd
15304 \end_inset
15305
15306  und 
15307 \begin_inset Quotes gld
15308 \end_inset
15309
15310
15311 \emph on
15312 hellgrau
15313 \emph default
15314
15315 \begin_inset Quotes grd
15316 \end_inset
15317
15318  folgendermaßen definieren:
15319 \end_layout
15320
15321 \begin_layout Standard
15322
15323 \series bold
15324
15325 \backslash
15326 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15327 \end_layout
15328
15329 \begin_layout Standard
15330
15331 \series bold
15332
15333 \backslash
15334 definecolor{hellgrau}{gray}{0.8}
15335 \end_layout
15336
15337 \begin_layout Standard
15338 \begin_inset VSpace medskip
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Linien werden mit dem Befehl
15346 \end_layout
15347
15348 \begin_layout Standard
15349
15350 \series bold
15351
15352 \backslash
15353 rowcolor{Farbname}
15354 \end_layout
15355
15356 \begin_layout Standard
15357 gefärbt, Zellen mit dem Befehl
15358 \end_layout
15359
15360 \begin_layout Standard
15361
15362 \series bold
15363
15364 \backslash
15365 cellcolor{Farbname}
15366 \end_layout
15367
15368 \begin_layout Standard
15369 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15370 \end_layout
15371
15372 \begin_layout Standard
15373 Um nur Text zu färben, machen Sie es wie 
15374 \begin_inset CommandInset ref
15375 LatexCommand vpageref
15376 reference "Wenn-Sie-nur"
15377
15378 \end_inset
15379
15380  beschrieben.
15381  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15382 \emph on
15383 markieren Sie nur den Text
15384 \emph default
15385 , sonst werden Sie LaTeX-Fehler erzeugen.
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset Note Greyedout
15390 status open
15391
15392 \begin_layout Plain Layout
15393
15394 \series bold
15395 Achtung:
15396 \series default
15397  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15398 \end_layout
15399
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 \begin_inset VSpace medskip
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 Die Tabelle
15414 \begin_inset space ~
15415 \end_inset
15416
15417
15418 \begin_inset CommandInset ref
15419 LatexCommand ref
15420 reference "tab:Table-colored-using"
15421
15422 \end_inset
15423
15424  wurde folgendermaßen erstellt: die erste Spalte soll 
15425 \emph on
15426
15427 \begin_inset Quotes gld
15428 \end_inset
15429
15430 dunkelgruen
15431 \emph default
15432
15433 \begin_inset Quotes grd
15434 \end_inset
15435
15436  werden, also müssen Sie ins 
15437 \family sans
15438 LaTe
15439 \begin_inset ERT
15440 status collapsed
15441
15442 \begin_layout Plain Layout
15443
15444 {}
15445 \end_layout
15446
15447 \end_inset
15448
15449 X-Argument
15450 \family default
15451  der Zellen der ersten Spalte den Befehl
15452 \end_layout
15453
15454 \begin_layout Standard
15455
15456 \series bold
15457 >{
15458 \backslash
15459 columncolor{dunkelgruen}
15460 \backslash
15461 centering}c
15462 \end_layout
15463
15464 \begin_layout Standard
15465 schreiben.
15466  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15467 \end_layout
15468
15469 \begin_layout Standard
15470
15471 \series bold
15472
15473 \backslash
15474 rowcolow{cyan}
15475 \end_layout
15476
15477 \begin_layout Standard
15478 in die erste Zelle der ersten Zeile eingefügt.
15479  Diese Farbe ersetzt die Spaltenfarbe.
15480  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15481  wird mit folgendem Befehl erreicht:
15482 \end_layout
15483
15484 \begin_layout Standard
15485
15486 \series bold
15487
15488 \backslash
15489 cellcolor{magenta}
15490 \end_layout
15491
15492 \begin_layout Standard
15493 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15494 \family sans
15495 Textstil
15496 \family default
15497 -Dialog.
15498 \end_layout
15499
15500 \begin_layout Standard
15501 \begin_inset Float table
15502 placement h
15503 wide false
15504 sideways false
15505 status open
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Caption
15509
15510 \begin_layout Plain Layout
15511 \begin_inset CommandInset label
15512 LatexCommand label
15513 name "tab:Table-colored-using"
15514
15515 \end_inset
15516
15517 Eine mit dem Paket 
15518 \series bold
15519 colortbl
15520 \series default
15521  gefärbte Tabelle
15522 \begin_inset OptArg
15523 status collapsed
15524
15525 \begin_layout Plain Layout
15526 Tabelle mit 
15527 \family typewriter
15528 colortbl
15529 \end_layout
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \begin_layout Plain Layout
15542 \align center
15543 \begin_inset Tabular
15544 <lyxtabular version="3" rows="3" columns="3">
15545 <features>
15546 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15547 <column alignment="center" valignment="top" width="0">
15548 <column alignment="center" valignment="top" width="0">
15549 <row>
15550 <cell alignment="center" valignment="top" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554 \begin_inset ERT
15555 status collapsed
15556
15557 \begin_layout Plain Layout
15558
15559
15560 \backslash
15561 rowcolor{cyan}
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \color magenta
15568 a
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \color red
15579 b
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \color red
15590 c
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \color yellow
15603 d
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \color blue
15614 e
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623
15624 \color blue
15625 f
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 <row>
15632 <cell alignment="center" valignment="top" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636
15637 \color yellow
15638 g
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \color blue
15649 h
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 \begin_inset ERT
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662
15663
15664 \backslash
15665 cellcolor{magenta}
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \color green
15672 i
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 </lyxtabular>
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \begin_layout Standard
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 else
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \begin_inset Note Note
15705 status open
15706
15707 \begin_layout Plain Layout
15708 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15709 \series bold
15710 colortbl
15711 \series default
15712  nicht installiert ist:
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 Sie müssen das LaTeX-Paket 
15722 \series bold
15723 colortbl
15724 \series default
15725  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset ERT
15730 status collapsed
15731
15732 \begin_layout Plain Layout
15733
15734
15735 \backslash
15736 fi
15737 \end_layout
15738
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \begin_layout Subsection
15745 Farbige Linien
15746 \begin_inset Index
15747 status collapsed
15748
15749 \begin_layout Plain Layout
15750 farbige !  Tabellenlinien
15751 \end_layout
15752
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \begin_layout Standard
15759 Wie in Abschnitt
15760 \begin_inset space ~
15761 \end_inset
15762
15763
15764 \begin_inset CommandInset ref
15765 LatexCommand ref
15766 reference "uab:Liniendicke"
15767
15768 \end_inset
15769
15770  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15771 \series bold
15772
15773 \backslash
15774 arrayrulewidth
15775 \series default
15776  definiert werden.
15777  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15778 \begin_inset space \thinspace{}
15779 \end_inset
15780
15781 pt gesetzt.
15782 \begin_inset ERT
15783 status collapsed
15784
15785 \begin_layout Plain Layout
15786
15787
15788 \backslash
15789 setlength{
15790 \backslash
15791 arrayrulewidth}{1.5pt}
15792 \end_layout
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \begin_layout Standard
15800 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15801 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15802 \begin_inset space ~
15803 \end_inset
15804
15805
15806 \begin_inset CommandInset ref
15807 LatexCommand ref
15808 reference "uab:Angepasste-Zellen-/Spaltenformate"
15809
15810 \end_inset
15811
15812  definiert:
15813 \end_layout
15814
15815 \begin_layout Standard
15816
15817 \series bold
15818
15819 \backslash
15820 newcolumntype{W}{!{
15821 \backslash
15822 color{green}
15823 \backslash
15824 vline}}
15825 \end_layout
15826
15827 \begin_layout Standard
15828 In Tabelle
15829 \begin_inset space ~
15830 \end_inset
15831
15832
15833 \begin_inset CommandInset ref
15834 LatexCommand ref
15835 reference "tab:Tabelle-mit-farbigen-vert"
15836
15837 \end_inset
15838
15839  wurde das LaTeX-Argument 
15840 \series bold
15841 WcW
15842 \series default
15843  für die letzte und 
15844 \series bold
15845 Wc
15846 \series default
15847  für die anderen Spalten benutzt.
15848 \end_layout
15849
15850 \begin_layout Standard
15851 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15852 \end_layout
15853
15854 \begin_layout Standard
15855 \begin_inset Float table
15856 placement h
15857 wide false
15858 sideways false
15859 status open
15860
15861 \begin_layout Plain Layout
15862 \begin_inset Caption
15863
15864 \begin_layout Plain Layout
15865 \begin_inset CommandInset label
15866 LatexCommand label
15867 name "tab:Tabelle-mit-farbigen-vert"
15868
15869 \end_inset
15870
15871 Tabelle mit farbigen vertikalen Linien
15872 \end_layout
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \begin_layout Plain Layout
15880 \align center
15881 \begin_inset Tabular
15882 <lyxtabular version="3" rows="3" columns="3">
15883 <features>
15884 <column alignment="center" valignment="top" width="0" special="Wc">
15885 <column alignment="center" valignment="top" width="0" special="Wc">
15886 <column alignment="center" valignment="top" width="0" special="WcW">
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 sd
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 </row>
15916 <row>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 sd
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 sd
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 </lyxtabular>
15975
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Standard
15987 \begin_inset VSpace bigskip
15988 \end_inset
15989
15990 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15991 \begin_inset space ~
15992 \end_inset
15993
15994
15995 \begin_inset CommandInset ref
15996 LatexCommand ref
15997 reference "tab:Tabelle-mit-farbigen-horiz"
15998
15999 \end_inset
16000
16001 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16002  einfügen:
16003 \end_layout
16004
16005 \begin_layout Standard
16006
16007 \series bold
16008
16009 \backslash
16010 let
16011 \backslash
16012 myHlineC
16013 \backslash
16014 hline
16015 \begin_inset Newline newline
16016 \end_inset
16017
16018
16019 \backslash
16020 renewcommand{
16021 \backslash
16022 hline}
16023 \begin_inset Newline newline
16024 \end_inset
16025
16026
16027 \begin_inset ERT
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031
16032
16033 \backslash
16034 hphantom{ }
16035 \end_layout
16036
16037 \end_inset
16038
16039 {
16040 \backslash
16041 arrayrulecolor{red}
16042 \backslash
16043 myHlineC
16044 \backslash
16045 arrayrulecolor{black}}
16046 \end_layout
16047
16048 \begin_layout Standard
16049 \begin_inset ERT
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053
16054
16055 \backslash
16056 let
16057 \backslash
16058 myHlineC
16059 \backslash
16060 hline
16061 \end_layout
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 renewcommand{
16068 \backslash
16069 hline}
16070 \end_layout
16071
16072 \begin_layout Plain Layout
16073
16074  {
16075 \backslash
16076 arrayrulecolor{red}
16077 \backslash
16078 myHlineC
16079 \backslash
16080 arrayrulecolor{black}}
16081 \end_layout
16082
16083 \end_inset
16084
16085
16086 \begin_inset Float table
16087 placement h
16088 wide false
16089 sideways false
16090 status open
16091
16092 \begin_layout Plain Layout
16093 \begin_inset Caption
16094
16095 \begin_layout Plain Layout
16096 \begin_inset CommandInset label
16097 LatexCommand label
16098 name "tab:Tabelle-mit-farbigen-horiz"
16099
16100 \end_inset
16101
16102 Tabelle mit farbigen horizontalen Linien
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Plain Layout
16111 \align center
16112 \begin_inset Tabular
16113 <lyxtabular version="3" rows="3" columns="3">
16114 <features>
16115 <column alignment="center" valignment="top" width="0">
16116 <column alignment="center" valignment="top" width="0">
16117 <column alignment="center" valignment="top" width="0">
16118 <row>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 sd
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 sd
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 <row>
16177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 sd
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 </lyxtabular>
16206
16207 \end_inset
16208
16209
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Standard
16218 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16219  als TeX-Code hinter der Tabelle einfügen:
16220 \end_layout
16221
16222 \begin_layout Standard
16223
16224 \series bold
16225
16226 \backslash
16227 renewcommand{
16228 \backslash
16229 hline}{
16230 \backslash
16231 myHlineC}
16232 \end_layout
16233
16234 \begin_layout Standard
16235 Tabelle
16236 \begin_inset space ~
16237 \end_inset
16238
16239
16240 \begin_inset CommandInset ref
16241 LatexCommand ref
16242 reference "tab:Table-with-colored"
16243
16244 \end_inset
16245
16246  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16247 \end_layout
16248
16249 \begin_layout Standard
16250 \begin_inset Float table
16251 placement h
16252 wide false
16253 sideways false
16254 status open
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Caption
16258
16259 \begin_layout Plain Layout
16260 \begin_inset CommandInset label
16261 LatexCommand label
16262 name "tab:Table-with-colored"
16263
16264 \end_inset
16265
16266 Tabelle mit farbigen Linien
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Plain Layout
16275 \align center
16276 \begin_inset Tabular
16277 <lyxtabular version="3" rows="3" columns="3">
16278 <features>
16279 <column alignment="center" valignment="top" width="0" special="Wc">
16280 <column alignment="center" valignment="top" width="0" special="Wc">
16281 <column alignment="center" valignment="top" width="0" special="WcW">
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 sd
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 sd
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row topspace="default">
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 sd
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 </lyxtabular>
16370
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \begin_inset ERT
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386
16387
16388 \backslash
16389 renewcommand{
16390 \backslash
16391 hline}{
16392 \backslash
16393 myHlineC}
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 \begin_inset ERT
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406
16407
16408 \backslash
16409 setlength{
16410 \backslash
16411 arrayrulewidth}{0.4pt}
16412 \end_layout
16413
16414 \end_inset
16415
16416
16417 \begin_inset Note Note
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421 setzt die Liniendicke wieder auf ihren Standardwert zurück
16422 \end_layout
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \begin_layout Section
16430 Tabellen-Anpassung
16431 \begin_inset Index
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435 Tabellen ! Anpassung
16436 \end_layout
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \begin_layout Subsection
16444 Zeilenabstand
16445 \begin_inset CommandInset label
16446 LatexCommand label
16447 name "uab:Zeilenabstand"
16448
16449 \end_inset
16450
16451
16452 \begin_inset Index
16453 status collapsed
16454
16455 \begin_layout Plain Layout
16456 Tabellen ! Zeilenabstand
16457 \end_layout
16458
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \begin_layout Standard
16465 Auf der Karteikarte 
16466 \family sans
16467 Rahmen
16468 \family default
16469  des 
16470 \family sans
16471 Tabellen-Einstellungen
16472 \family default
16473 -Dialogs können Sie 
16474 \family sans
16475 zusätzliche
16476 \begin_inset space ~
16477 \end_inset
16478
16479 Abstände
16480 \family default
16481  einfügen.
16482  Dabei haben Sie drei Möglichkeiten:
16483 \end_layout
16484
16485 \begin_layout Description
16486 Oberhalb
16487 \begin_inset space ~
16488 \end_inset
16489
16490 der
16491 \begin_inset space ~
16492 \end_inset
16493
16494 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16495  Bei einer formalen Tabelle
16496 \begin_inset Foot
16497 status collapsed
16498
16499 \begin_layout Plain Layout
16500 Formale Tabellen wurden in Abschnitt
16501 \begin_inset space ~
16502 \end_inset
16503
16504
16505 \begin_inset CommandInset ref
16506 LatexCommand ref
16507 reference "abs:Formale-Tabellen"
16508
16509 \end_inset
16510
16511  beschrieben.
16512 \end_layout
16513
16514 \end_inset
16515
16516  fügt LyX standardmäßig 0.5
16517 \begin_inset space \thinspace{}
16518 \end_inset
16519
16520 em Leerraum ein.
16521  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16522 \begin_inset VSpace medskip
16523 \end_inset
16524
16525
16526 \begin_inset Newline newline
16527 \end_inset
16528
16529
16530 \begin_inset space \hspace*{}
16531 \length 0pt
16532 \end_inset
16533
16534
16535 \begin_inset space \hfill{}
16536 \end_inset
16537
16538
16539 \begin_inset Tabular
16540 <lyxtabular version="3" rows="3" columns="1">
16541 <features>
16542 <column alignment="center" valignment="top" width="0">
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 A
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row topspace="3mm">
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 3
16560 \begin_inset space \thinspace{}
16561 \end_inset
16562
16563 mm Leerraum oberhalb der Zeile
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 C
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 </lyxtabular>
16581
16582 \end_inset
16583
16584
16585 \begin_inset space \hfill{}
16586 \end_inset
16587
16588
16589 \begin_inset space \hspace*{}
16590 \length 0pt
16591 \end_inset
16592
16593
16594 \begin_inset VSpace medskip
16595 \end_inset
16596
16597
16598 \begin_inset Newline newline
16599 \end_inset
16600
16601 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16602 n Linien verwenden.
16603 \end_layout
16604
16605 \begin_layout Description
16606 Unterhalb
16607 \begin_inset space ~
16608 \end_inset
16609
16610 der
16611 \begin_inset space ~
16612 \end_inset
16613
16614 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16615  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16616 \begin_inset space \thinspace{}
16617 \end_inset
16618
16619 em Leerraum ein.
16620  Bei normalen Tabellen ist der Standardwert 2
16621 \begin_inset space \thinspace{}
16622 \end_inset
16623
16624 pt.
16625 \end_layout
16626
16627 \begin_layout Description
16628 Zwischen
16629 \begin_inset space ~
16630 \end_inset
16631
16632 den
16633 \begin_inset space ~
16634 \end_inset
16635
16636 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16637  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16638 \begin_inset space \thinspace{}
16639 \end_inset
16640
16641 em Leerraum ein.
16642  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16643 \begin_inset VSpace medskip
16644 \end_inset
16645
16646
16647 \begin_inset Newline newline
16648 \end_inset
16649
16650
16651 \begin_inset space \hspace*{}
16652 \length 0pt
16653 \end_inset
16654
16655
16656 \begin_inset space \hfill{}
16657 \end_inset
16658
16659
16660 \begin_inset Tabular
16661 <lyxtabular version="3" rows="3" columns="1">
16662 <features>
16663 <column alignment="center" valignment="top" width="0">
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 A
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row interlinespace="3mm">
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\downarrow$
16681 \end_inset
16682
16683  3
16684 \begin_inset space \thinspace{}
16685 \end_inset
16686
16687 mm Leerraum zwischen den Zeilen 
16688 \begin_inset Formula $\downarrow$
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\uparrow$
16703 \end_inset
16704
16705  3
16706 \begin_inset space \thinspace{}
16707 \end_inset
16708
16709 mm Leerraum zwischen den Zeilen 
16710 \begin_inset Formula $\uparrow$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 </lyxtabular>
16720
16721 \end_inset
16722
16723
16724 \begin_inset space \hfill{}
16725 \end_inset
16726
16727
16728 \begin_inset space \hspace*{}
16729 \length 0pt
16730 \end_inset
16731
16732
16733 \begin_inset VSpace medskip
16734 \end_inset
16735
16736
16737 \begin_inset Newline newline
16738 \end_inset
16739
16740 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16741 n Linien verwenden.
16742 \end_layout
16743
16744 \begin_layout Standard
16745 \begin_inset VSpace bigskip
16746 \end_inset
16747
16748 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16749  Befehlen im LaTeX-Vorspann machen:
16750 \end_layout
16751
16752 \begin_layout Standard
16753
16754 \series bold
16755
16756 \backslash
16757 @ifundefined{extrarowheight}
16758 \begin_inset Newline newline
16759 \end_inset
16760
16761
16762 \begin_inset ERT
16763 status collapsed
16764
16765 \begin_layout Plain Layout
16766
16767
16768 \backslash
16769 hphantom{ }
16770 \end_layout
16771
16772 \end_inset
16773
16774 {
16775 \backslash
16776 usepackage{array}}{}
16777 \begin_inset Newline newline
16778 \end_inset
16779
16780
16781 \backslash
16782 setlength{
16783 \backslash
16784 extrarowheight}{Höhe}
16785 \end_layout
16786
16787 \begin_layout Standard
16788 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16789  ausgerichtet sind.
16790  (Das Paket 
16791 \series bold
16792 array
16793 \series default
16794  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16795  verwenden.
16796  Der Befehl 
16797 \series bold
16798
16799 \backslash
16800 @ifundefined
16801 \series default
16802  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16803 \end_layout
16804
16805 \begin_layout Standard
16806 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16807  zu nah an den Buchstaben.
16808  Das kann korrigiert werden, indem man den Befehl 
16809 \series bold
16810
16811 \backslash
16812 strut
16813 \series default
16814  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16815  Tabelle
16816 \begin_inset space ~
16817 \end_inset
16818
16819
16820 \begin_inset CommandInset ref
16821 LatexCommand ref
16822 reference "tab:Vertikale-Ausrichtung-von"
16823
16824 \end_inset
16825
16826  zeigt den Effekt.
16827 \end_layout
16828
16829 \begin_layout Standard
16830 \noindent
16831 \begin_inset Float table
16832 placement h
16833 wide false
16834 sideways false
16835 status open
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Caption
16839
16840 \begin_layout Plain Layout
16841 \begin_inset CommandInset label
16842 LatexCommand label
16843 name "tab:Vertikale-Ausrichtung-von"
16844
16845 \end_inset
16846
16847 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16848 \end_layout
16849
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \begin_layout Plain Layout
16856 \begin_inset space \hfill{}
16857 \end_inset
16858
16859
16860 \begin_inset Float table
16861 wide false
16862 sideways false
16863 status collapsed
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Caption
16867
16868 \begin_layout Plain Layout
16869 Normale Tabelle.
16870 \end_layout
16871
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \begin_layout Plain Layout
16878 \noindent
16879 \align center
16880 \begin_inset Tabular
16881 <lyxtabular version="3" rows="6" columns="1">
16882 <features>
16883 <column alignment="left" valignment="top" width="0">
16884 <row>
16885 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 Normal, g
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \size large
16902 Groß, g
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \size larger
16915 Größer, g
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 </row>
16921 <row>
16922 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926
16927 \size largest
16928 noch Größer, g
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \size huge
16941 Riesig
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \size giant
16954 Gigantisch
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 </lyxtabular>
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968
16969
16970 \begin_inset space \hfill{}
16971 \end_inset
16972
16973
16974 \begin_inset Float table
16975 wide false
16976 sideways false
16977 status collapsed
16978
16979 \begin_layout Plain Layout
16980 \begin_inset Caption
16981
16982 \begin_layout Plain Layout
16983 Tabelle bei der der Befehl 
16984 \series bold
16985
16986 \backslash
16987 strut
16988 \series default
16989  verwendet wurde.
16990 \end_layout
16991
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \begin_layout Plain Layout
16998 \noindent
16999 \align center
17000 \begin_inset Tabular
17001 <lyxtabular version="3" rows="6" columns="1">
17002 <features>
17003 <column alignment="left" valignment="top" width="0">
17004 <row>
17005 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Normal, g
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \size large
17022 \begin_inset ERT
17023 status collapsed
17024
17025 \begin_layout Plain Layout
17026
17027
17028 \backslash
17029 strut 
17030 \end_layout
17031
17032 \end_inset
17033
17034 Groß, g
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \size larger
17047 \begin_inset ERT
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051
17052
17053 \backslash
17054 strut 
17055 \end_layout
17056
17057 \end_inset
17058
17059 Größer, g
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \size largest
17072 \begin_inset ERT
17073 status collapsed
17074
17075 \begin_layout Plain Layout
17076
17077
17078 \backslash
17079 strut 
17080 \end_layout
17081
17082 \end_inset
17083
17084 noch Größer, g
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \size huge
17097 \begin_inset ERT
17098 status collapsed
17099
17100 \begin_layout Plain Layout
17101
17102
17103 \backslash
17104 strut 
17105 \end_layout
17106
17107 \end_inset
17108
17109 Riesig
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \size giant
17122 \begin_inset ERT
17123 status collapsed
17124
17125 \begin_layout Plain Layout
17126
17127
17128 \backslash
17129 strut 
17130 \end_layout
17131
17132 \end_inset
17133
17134 Gigantisch
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 </lyxtabular>
17141
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148
17149
17150 \begin_inset space \hfill{}
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \begin_layout Subsection
17162 Besondere Zellenausrichtung
17163 \begin_inset Index
17164 status collapsed
17165
17166 \begin_layout Plain Layout
17167 Tabellen ! Zellenausrichtung
17168 \end_layout
17169
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Standard
17176 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17177  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17178 \begin_inset space ~
17179 \end_inset
17180
17181
17182 \begin_inset CommandInset ref
17183 LatexCommand ref
17184 reference "tab:Tabellenzellen-sind-auf"
17185
17186 \end_inset
17187
17188 .
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset Float table
17193 placement h
17194 wide false
17195 sideways false
17196 status open
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Caption
17200
17201 \begin_layout Plain Layout
17202 \begin_inset CommandInset label
17203 LatexCommand label
17204 name "tab:Tabellenzellen-sind-auf"
17205
17206 \end_inset
17207
17208 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17209 \end_layout
17210
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \begin_layout Plain Layout
17217 \align center
17218 \begin_inset Tabular
17219 <lyxtabular version="3" rows="4" columns="2">
17220 <features>
17221 <column alignment="right" valignment="top" width="0">
17222 <column alignment="left" valignment="top" width="0" special="@{}l">
17223 <row>
17224 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 Überschrift
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 12.
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 6
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 <row>
17264 <cell alignment="center" valignment="top" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 0.
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 68
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 -123.
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 0
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 </lyxtabular>
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17317  Die Überschrift ist eine zentrierte Mehrfachspalte.
17318  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17319  der Zahlen einschließlich Dezimalpunkt.
17320  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17321  der Zahlen.
17322   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17323 \family sans
17324 LaTe
17325 \begin_inset ERT
17326 status collapsed
17327
17328 \begin_layout Plain Layout
17329
17330 {}
17331 \end_layout
17332
17333 \end_inset
17334
17335 X-Argument
17336 \family default
17337  für die zweite Spalte folgendes eingefügt:
17338 \end_layout
17339
17340 \begin_layout Standard
17341
17342 \series bold
17343 @{}l
17344 \end_layout
17345
17346 \begin_layout Standard
17347 Tabelle
17348 \begin_inset space ~
17349 \end_inset
17350
17351
17352 \begin_inset CommandInset ref
17353 LatexCommand ref
17354 reference "tab:Verschiedene-Ausrichtungen"
17355
17356 \end_inset
17357
17358  zeigt einige Ausrichtungen.
17359  Für die Ausrichtung der Relationen müssen Sie den 
17360 \family sans
17361 Mittleren
17362 \begin_inset space ~
17363 \end_inset
17364
17365 Abstand
17366 \family default
17367  aus der 
17368 \family sans
17369 Mathe-Werkzeugleiste
17370 \family default
17371  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17372  rechts vom Relationszeichen zu bekommen.
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \color black
17378 \begin_inset Float table
17379 placement h
17380 wide false
17381 sideways false
17382 status open
17383
17384 \begin_layout Plain Layout
17385
17386 \color black
17387 \begin_inset Caption
17388
17389 \begin_layout Plain Layout
17390
17391 \color black
17392 \begin_inset CommandInset label
17393 LatexCommand label
17394 name "tab:Verschiedene-Ausrichtungen"
17395
17396 \end_inset
17397
17398
17399 \color inherit
17400 Verschiedene Ausrichtungen
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Plain Layout
17409 \align center
17410 \begin_inset Tabular
17411 <lyxtabular version="3" rows="4" columns="6">
17412 <features>
17413 <column alignment="right" valignment="top" width="0">
17414 <column alignment="left" valignment="top" width="0" special="@{}l">
17415 <column alignment="right" valignment="top" width="0">
17416 <column alignment="left" valignment="top" width="0" special="@{}l">
17417 <column alignment="right" valignment="top" width="0">
17418 <column alignment="left" valignment="top" width="0" special="@{}l">
17419 <row>
17420 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 Einheiten
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 Exponenten
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 Relationen
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 12×
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 24
17490 \begin_inset space \thinspace{}
17491 \end_inset
17492
17493 Flaschen
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 \begin_inset Formula $10\cdot$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 \begin_inset Formula $10^{\mbox{-}17}$
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Formula $\Gamma(t)\propto$
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 \begin_inset Formula $\:\Upsilon(t)$
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 <row>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 1024×
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 768
17562 \begin_inset space \thinspace{}
17563 \end_inset
17564
17565 Pixel
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $5.78\cdot$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $10^{7}$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Formula $A\ne$
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\: B_{\mathrm{red}}$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 </row>
17619 <row>
17620 <cell alignment="center" valignment="top" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 32×
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 6
17634 \begin_inset space \thinspace{}
17635 \end_inset
17636
17637 cm
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646 -
17647 \begin_inset Formula $33.5\cdot$
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659 \begin_inset Formula $10^{4}$
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 \begin_inset Formula $\sin(\alpha)\ge$
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683 \begin_inset Formula $\:\sin(\beta)$
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 </lyxtabular>
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 \begin_inset VSpace bigskip
17706 \end_inset
17707
17708 Es gibt auch noch das LaTeX-Paket 
17709 \series bold
17710 dcolumn
17711 \series default
17712 ,
17713 \begin_inset Index
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 LaTeX-Pakete ! dcolumn
17718 \end_layout
17719
17720 \end_inset
17721
17722  mit dem man Zellen ausrichten kann.
17723  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17724  in den Zellen.
17725  Die erste Spalte von Tabelle
17726 \begin_inset space ~
17727 \end_inset
17728
17729
17730 \begin_inset CommandInset ref
17731 LatexCommand ref
17732 reference "tab:Verschiedene-Ausrichtungen"
17733
17734 \end_inset
17735
17736  wird mit 
17737 \family typewriter
17738 dcolumn
17739 \family default
17740  wie die erste Spalte von Tabelle
17741 \begin_inset space ~
17742 \end_inset
17743
17744
17745 \begin_inset CommandInset ref
17746 LatexCommand ref
17747 reference "tab:Ausrichtung-mit-dem"
17748
17749 \end_inset
17750
17751  aussehen und nur mit ein paar Tricks wie erwartet.
17752  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17753 \begin_inset space ~
17754 \end_inset
17755
17756
17757 \begin_inset CommandInset ref
17758 LatexCommand ref
17759 reference "tab:Verschiedene-Ausrichtungen"
17760
17761 \end_inset
17762
17763  ist mit 
17764 \series bold
17765 dcolumn
17766 \series default
17767  nicht möglich.
17768 \end_layout
17769
17770 \begin_layout Standard
17771 \begin_inset Float table
17772 placement h
17773 wide false
17774 sideways false
17775 status open
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Caption
17779
17780 \begin_layout Plain Layout
17781 \begin_inset CommandInset label
17782 LatexCommand label
17783 name "tab:Ausrichtung-mit-dem"
17784
17785 \end_inset
17786
17787 Ausrichtung mit dem LaTeX-Paket 
17788 \series bold
17789 dcolumn
17790 \series default
17791 .
17792  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17793  bekommen.
17794 \begin_inset OptArg
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798 Ausrichtung mit dem LaTeX-Paket 
17799 \series bold
17800 dcolumn
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="4" columns="3">
17817 <features>
17818 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17819 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17820 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17821 <row>
17822 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 Einheiten
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 Einheiten
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 Einheiten
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 12x24
17856 \begin_inset space \thinspace{}
17857 \end_inset
17858
17859
17860 \begin_inset Formula $\mbox{Flaschen}$
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 12x24
17873 \begin_inset space \thinspace{}
17874 \end_inset
17875
17876
17877 \begin_inset Formula $\mbox{Flaschen}$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 12
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 times 
17898 \end_layout
17899
17900 \end_inset
17901
17902 24~
17903 \begin_inset Formula $\mbox{Flaschen}$
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 </row>
17912 <row>
17913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 1024x768
17918 \begin_inset space \thinspace{}
17919 \end_inset
17920
17921
17922 \begin_inset Formula $\mbox{Pixel}$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 1024x768
17935 \begin_inset space \thinspace{}
17936 \end_inset
17937
17938
17939 \begin_inset Formula $\mbox{Pixel}$
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 1024
17952 \begin_inset ERT
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956
17957
17958 \backslash
17959 times 
17960 \end_layout
17961
17962 \end_inset
17963
17964 768~
17965 \begin_inset Formula $\mbox{Pixel}$
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 </row>
17974 <row>
17975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 32x6
17980 \begin_inset space \thinspace{}
17981 \end_inset
17982
17983
17984 \begin_inset Formula $\mbox{cm}$
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 32x6
17997 \begin_inset space \thinspace{}
17998 \end_inset
17999
18000
18001 \begin_inset Formula $\mbox{cm}$
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 32
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 times 
18022 \end_layout
18023
18024 \end_inset
18025
18026 6~
18027 \begin_inset Formula $\mbox{cm}$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 </lyxtabular>
18037
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Subsection
18049 Angepasste Zellen-/Spaltenformate
18050 \begin_inset CommandInset label
18051 LatexCommand label
18052 name "uab:Angepasste-Zellen-/Spaltenformate"
18053
18054 \end_inset
18055
18056
18057 \begin_inset Index
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061 Tabellen ! Spaltenformat
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \begin_layout Standard
18070 Wenn man wie in Abschnitt
18071 \begin_inset space ~
18072 \end_inset
18073
18074
18075 \begin_inset CommandInset ref
18076 LatexCommand ref
18077 reference "uab:Mehrfachspalten-Berechnungen"
18078
18079 \end_inset
18080
18081  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18082  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18083  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18084  definieren:
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090
18091 \backslash
18092 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18093 \end_layout
18094
18095 \begin_layout Standard
18096 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18097 \emph on
18098 b
18099 \emph default
18100
18101 \emph on
18102 c
18103 \emph default
18104
18105 \emph on
18106 l
18107 \emph default
18108
18109 \emph on
18110 m
18111 \emph default
18112
18113 \emph on
18114 p
18115 \emph default
18116  oder 
18117 \emph on
18118 r
18119 \emph default
18120 , weil diese vordefiniert sind.
18121  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18122 \end_layout
18123
18124 \begin_layout Standard
18125 \begin_inset VSpace medskip
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Standard
18132 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18133  Breite könnte das Format so aussehen:
18134 \end_layout
18135
18136 \begin_layout Standard
18137
18138 \series bold
18139
18140 \backslash
18141 newcolumntype{M}[1]{>{
18142 \backslash
18143 centering
18144 \backslash
18145 hspace{0pt}}m{#1}}
18146 \end_layout
18147
18148 \begin_layout Standard
18149 wobei 
18150 \series bold
18151
18152 \backslash
18153 hspace{0pt}
18154 \series default
18155  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18156  Abschnitt
18157 \begin_inset space ~
18158 \end_inset
18159
18160
18161 \begin_inset CommandInset ref
18162 LatexCommand ref
18163 reference "uab:Mehrfache-Zeilen-in"
18164
18165 \end_inset
18166
18167  beschrieben.
18168  Jetzt können Sie mit
18169 \end_layout
18170
18171 \begin_layout Standard
18172
18173 \series bold
18174 M{Breite}
18175 \end_layout
18176
18177 \begin_layout Standard
18178 im 
18179 \family sans
18180 LaTeX-Argument
18181 \family default
18182  im 
18183 \family sans
18184 Tabellen-Einstellungen
18185 \family default
18186 -Dialog eine Mehrfachspalte definieren.
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset VSpace bigskip
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \begin_layout Standard
18197 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18198  Format definieren:
18199 \end_layout
18200
18201 \begin_layout Standard
18202
18203 \series bold
18204
18205 \backslash
18206 newcolumntype{S}[2]{>{
18207 \backslash
18208 centering
18209 \backslash
18210 hspace{0pt}}
18211 \begin_inset Newline newline
18212 \end_inset
18213
18214
18215 \begin_inset ERT
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219
18220
18221 \backslash
18222 phantom{
18223 \end_layout
18224
18225 \end_inset
18226
18227
18228 \backslash
18229 newcolumntype
18230 \begin_inset ERT
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234
18235 }
18236 \end_layout
18237
18238 \end_inset
18239
18240 m{(#1+(2
18241 \backslash
18242 tabcolsep+
18243 \backslash
18244 arrayrulewidth)*(1-#2))/#2}}
18245 \end_layout
18246
18247 \begin_layout Standard
18248 Dieses Format benutzt Gleichung
18249 \begin_inset space ~
18250 \end_inset
18251
18252
18253 \begin_inset CommandInset ref
18254 LatexCommand ref
18255 reference "eq:Wgn"
18256
18257 \end_inset
18258
18259 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18260  breit ist.
18261 \end_layout
18262
18263 \begin_layout Standard
18264 Jetzt können Sie im 
18265 \family sans
18266 LaTeX-Argument
18267 \family default
18268  im 
18269 \family sans
18270 Tabellen-Einstellungen
18271 \family default
18272 -Dialog folgendes einfügen:
18273 \end_layout
18274
18275 \begin_layout Standard
18276
18277 \series bold
18278 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18279 \end_layout
18280
18281 \begin_layout Standard
18282 \begin_inset VSpace bigskip
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 Für farbige Spalten können Sie folgendes einfügen:
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 newcolumntype{K}[1]{>{
18298 \backslash
18299 columncolor{#1}
18300 \backslash
18301 hspace{0pt}}c}
18302 \end_layout
18303
18304 \begin_layout Standard
18305 Das 
18306 \begin_inset Quotes gld
18307 \end_inset
18308
18309 c
18310 \begin_inset Quotes grd
18311 \end_inset
18312
18313  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18314  zentriert ist.
18315  Jetzt können Sie als 
18316 \family sans
18317 LaTeX-Argument
18318 \family default
18319  folgendes einfügen:
18320 \end_layout
18321
18322 \begin_layout Standard
18323
18324 \series bold
18325 K{Farbname}
18326 \end_layout
18327
18328 \begin_layout Standard
18329 \begin_inset VSpace bigskip
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \begin_layout Standard
18336 Für Tabelle
18337 \begin_inset space ~
18338 \end_inset
18339
18340
18341 \begin_inset CommandInset ref
18342 LatexCommand ref
18343 reference "tab:Tabelle-mit-benutzerdefinierte"
18344
18345 \end_inset
18346
18347  wurden folgende 
18348 \family sans
18349 LaTeX-Argumente
18350 \family default
18351  benutzt:
18352 \end_layout
18353
18354 \begin_layout Standard
18355
18356 \series bold
18357 M{2.5cm}
18358 \end_layout
18359
18360 \begin_layout Standard
18361 für die erste Spalte und die Mehrfachspalte,
18362 \end_layout
18363
18364 \begin_layout Standard
18365
18366 \series bold
18367 K{red}
18368 \end_layout
18369
18370 \begin_layout Standard
18371 für die letzte Spalte und
18372 \end_layout
18373
18374 \begin_layout Standard
18375
18376 \series bold
18377 S{2.5cm}{2}
18378 \end_layout
18379
18380 \begin_layout Standard
18381 für die Spalten in der zweiten Mehrfachspalte.
18382 \end_layout
18383
18384 \begin_layout Standard
18385 \begin_inset Float table
18386 placement h
18387 wide false
18388 sideways false
18389 status open
18390
18391 \begin_layout Plain Layout
18392 \begin_inset Caption
18393
18394 \begin_layout Plain Layout
18395 \begin_inset CommandInset label
18396 LatexCommand label
18397 name "tab:Tabelle-mit-benutzerdefinierte"
18398
18399 \end_inset
18400
18401 Tabelle mit benutzerdefinierten Formaten
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Plain Layout
18410 \align center
18411 \begin_inset Tabular
18412 <lyxtabular version="3" rows="3" columns="4">
18413 <features>
18414 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18415 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18416 <column alignment="center" valignment="middle" width="0">
18417 <column alignment="center" valignment="middle" width="0" special="K{red}">
18418 <row>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 einsehrlangesWort
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 Mehrfachspalte mit mehreren Zeilen
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 c
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 </row>
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 d
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 e
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 f
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 g
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 <row>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 h
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 i
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 j
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 k
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 </row>
18532 </lyxtabular>
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Subsection
18545 Liniendicke
18546 \begin_inset CommandInset label
18547 LatexCommand label
18548 name "uab:Liniendicke"
18549
18550 \end_inset
18551
18552
18553 \begin_inset Index
18554 status collapsed
18555
18556 \begin_layout Plain Layout
18557 Tabellen  ! Linien ! -dicke
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Standard
18566 Die Liniendicke für alle Linien einer Tabelle kann mit 
18567 \series bold
18568
18569 \backslash
18570 arrayrulewidth
18571 \series default
18572  eingestellt werden.
18573  Um eine Liniendicke von 1.5
18574 \begin_inset space \thinspace{}
18575 \end_inset
18576
18577 pt wie in Tabelle
18578 \begin_inset space ~
18579 \end_inset
18580
18581
18582 \begin_inset CommandInset ref
18583 LatexCommand ref
18584 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18585
18586 \end_inset
18587
18588  zu bekommen, geben Sie den Befehl
18589 \end_layout
18590
18591 \begin_layout Standard
18592
18593 \series bold
18594
18595 \backslash
18596 setlength{
18597 \backslash
18598 arrayrulewidth}{1.5pt}
18599 \end_layout
18600
18601 \begin_layout Standard
18602 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18603  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18604  Mit
18605 \end_layout
18606
18607 \begin_layout Standard
18608
18609 \series bold
18610
18611 \backslash
18612 setlength{
18613 \backslash
18614 arrayrulewidth}{0.4pt}
18615 \end_layout
18616
18617 \begin_layout Standard
18618 bekommen Sie wieder die Standarddicke.
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 setlength{
18630 \backslash
18631 arrayrulewidth}{1.5pt}
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \begin_inset Float table
18638 placement H
18639 wide false
18640 sideways false
18641 status open
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Caption
18645
18646 \begin_layout Plain Layout
18647 \begin_inset CommandInset label
18648 LatexCommand label
18649 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18650
18651 \end_inset
18652
18653 Tabelle mit 1.5
18654 \begin_inset space \thinspace{}
18655 \end_inset
18656
18657 pt Liniendicke
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Plain Layout
18666 \align center
18667 \begin_inset Tabular
18668 <lyxtabular version="3" rows="3" columns="3">
18669 <features>
18670 <column alignment="center" valignment="top" width="0">
18671 <column alignment="center" valignment="top" width="0">
18672 <column alignment="center" valignment="top" width="0">
18673 <row>
18674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 sd
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 <row>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 sd
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 </row>
18731 <row>
18732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 sd
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 </lyxtabular>
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 setlength{
18778 \backslash
18779 arrayrulewidth}{0.4pt}
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 \begin_inset VSpace bigskip
18789 \end_inset
18790
18791 Um eine Liniendicke von 1.5
18792 \begin_inset space \thinspace{}
18793 \end_inset
18794
18795 pt nur für horizontale Linien zu bekommen wie in Tabelle
18796 \begin_inset space ~
18797 \end_inset
18798
18799
18800 \begin_inset CommandInset ref
18801 LatexCommand ref
18802 reference "tab:Tabelle-mit-1.5pt-horiz"
18803
18804 \end_inset
18805
18806 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18807  einfügen:
18808 \end_layout
18809
18810 \begin_layout Standard
18811
18812 \series bold
18813
18814 \backslash
18815 let
18816 \backslash
18817 myHline
18818 \backslash
18819 hline
18820 \begin_inset Newline newline
18821 \end_inset
18822
18823
18824 \backslash
18825 renewcommand{
18826 \backslash
18827 hline}
18828 \begin_inset Newline newline
18829 \end_inset
18830
18831  {
18832 \backslash
18833 noalign{
18834 \backslash
18835 global
18836 \backslash
18837 arrayrulewidth 1.5pt}
18838 \begin_inset Newline newline
18839 \end_inset
18840
18841  
18842 \backslash
18843 myHline
18844 \backslash
18845 noalign{
18846 \backslash
18847 global
18848 \backslash
18849 arrayrulewidth 0.4pt}}
18850 \end_layout
18851
18852 \begin_layout Standard
18853 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18854  der (Gleit\SpecialChar \-
18855 objekt-)Tabelle zurück:
18856 \end_layout
18857
18858 \begin_layout Standard
18859
18860 \series bold
18861
18862 \backslash
18863 renewcommand{
18864 \backslash
18865 hline}{
18866 \backslash
18867 myHline}
18868 \end_layout
18869
18870 \begin_layout Standard
18871 \begin_inset ERT
18872 status collapsed
18873
18874 \begin_layout Plain Layout
18875
18876
18877 \backslash
18878 let
18879 \backslash
18880 myHline
18881 \backslash
18882 hline
18883 \end_layout
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 renewcommand{
18890 \backslash
18891 hline}
18892 \end_layout
18893
18894 \begin_layout Plain Layout
18895
18896  {
18897 \backslash
18898 noalign{
18899 \backslash
18900 global
18901 \backslash
18902 arrayrulewidth 1.5pt}
18903 \end_layout
18904
18905 \begin_layout Plain Layout
18906
18907   
18908 \backslash
18909 myHline
18910 \backslash
18911 noalign{
18912 \backslash
18913 global
18914 \backslash
18915 arrayrulewidth 0.4pt}}
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \begin_inset Float table
18922 placement h
18923 wide false
18924 sideways false
18925 status open
18926
18927 \begin_layout Plain Layout
18928 \begin_inset Caption
18929
18930 \begin_layout Plain Layout
18931 \begin_inset CommandInset label
18932 LatexCommand label
18933 name "tab:Tabelle-mit-1.5pt-horiz"
18934
18935 \end_inset
18936
18937 Tabelle mit 1.5
18938 \begin_inset space \thinspace{}
18939 \end_inset
18940
18941 pt dicken horizontalen Linien
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Plain Layout
18950 \align center
18951 \begin_inset Tabular
18952 <lyxtabular version="3" rows="3" columns="3">
18953 <features>
18954 <column alignment="center" valignment="top" width="0">
18955 <column alignment="center" valignment="top" width="0">
18956 <column alignment="center" valignment="top" width="0">
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 sd
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 sd
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 sd
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 </lyxtabular>
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \begin_inset ERT
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058
19059
19060 \backslash
19061 renewcommand{
19062 \backslash
19063 hline}{
19064 \backslash
19065 myHline}
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset VSpace bigskip
19075 \end_inset
19076
19077 Um die Liniendicke von 1.5
19078 \begin_inset space \thinspace{}
19079 \end_inset
19080
19081 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19082  Spaltenformat entsprechend der Beschreibung in Abschnitt
19083 \begin_inset space ~
19084 \end_inset
19085
19086
19087 \begin_inset CommandInset ref
19088 LatexCommand ref
19089 reference "uab:Angepasste-Zellen-/Spaltenformate"
19090
19091 \end_inset
19092
19093  definieren:
19094 \end_layout
19095
19096 \begin_layout Standard
19097
19098 \series bold
19099
19100 \backslash
19101 newcolumntype{V}{!{
19102 \backslash
19103 vrule width 1.5pt}}
19104 \end_layout
19105
19106 \begin_layout Standard
19107 In Tabelle
19108 \begin_inset space ~
19109 \end_inset
19110
19111
19112 \begin_inset CommandInset ref
19113 LatexCommand ref
19114 reference "tab:Tabelle-mit-1.5pt-vert"
19115
19116 \end_inset
19117
19118  wurde das 
19119 \family sans
19120 LaTe
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126 {}
19127 \end_layout
19128
19129 \end_inset
19130
19131 X-Argument
19132 \family default
19133 \series bold
19134  VcV
19135 \series default
19136  für die letzte Spalte und
19137 \series bold
19138  Vc
19139 \series default
19140  für die anderen benutzt.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 \begin_inset Float table
19145 placement H
19146 wide false
19147 sideways false
19148 status open
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Caption
19152
19153 \begin_layout Plain Layout
19154 \begin_inset CommandInset label
19155 LatexCommand label
19156 name "tab:Tabelle-mit-1.5pt-vert"
19157
19158 \end_inset
19159
19160 Tabelle mit 1.5
19161 \begin_inset space \thinspace{}
19162 \end_inset
19163
19164 pt dicken vertikalen Linien
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Plain Layout
19173 \align center
19174 \begin_inset Tabular
19175 <lyxtabular version="3" rows="3" columns="3">
19176 <features>
19177 <column alignment="center" valignment="top" width="0" special="Vc">
19178 <column alignment="center" valignment="top" width="0" special="Vc">
19179 <column alignment="center" valignment="top" width="0" special="VcV">
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 sd
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" topline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 sd
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 <row>
19239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261 sd
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 </lyxtabular>
19268
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \begin_layout Subsection
19280 Gestrichelte Linien
19281 \begin_inset Index
19282 status collapsed
19283
19284 \begin_layout Plain Layout
19285 Tabellen  ! Linien ! gestrichelte 
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \begin_layout Standard
19294 \begin_inset ERT
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298
19299
19300 \backslash
19301 ifarydshln
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \begin_inset Note Note
19308 status open
19309
19310 \begin_layout Plain Layout
19311 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19312 \series bold
19313 arydshln
19314 \series default
19315  installiert ist.
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Standard
19324 \begin_inset Float table
19325 placement h
19326 wide false
19327 sideways false
19328 status open
19329
19330 \begin_layout Plain Layout
19331 \begin_inset Caption
19332
19333 \begin_layout Plain Layout
19334 \begin_inset CommandInset label
19335 LatexCommand label
19336 name "tab:Tabelle-mit-gestrichelten"
19337
19338 \end_inset
19339
19340 Tabelle mit gestrichelten Linien
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Plain Layout
19349 \align center
19350 \begin_inset Tabular
19351 <lyxtabular version="3" rows="5" columns="5">
19352 <features>
19353 <column alignment="center" valignment="top" width="0">
19354 <column alignment="center" valignment="top" width="0">
19355 <column alignment="center" valignment="top" width="0" special=":c">
19356 <column alignment="center" valignment="top" width="0">
19357 <column alignment="center" valignment="top" width="0">
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 a
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 b
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 c
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 d
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 e
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 </row>
19405 <row>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 f
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 g
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 h
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 i
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 j
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 </row>
19452 <row>
19453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset ERT
19458 status collapsed
19459
19460 \begin_layout Plain Layout
19461
19462
19463 \backslash
19464 hdashline 
19465 \end_layout
19466
19467 \end_inset
19468
19469 k
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 l
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 m
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 n
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 o
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 <row>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset ERT
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520
19521
19522 \backslash
19523 cdashline{4-5}
19524 \end_layout
19525
19526 \end_inset
19527
19528 p
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 q
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 r
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 s
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 t
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 u
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 v
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 w
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 x
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 </lyxtabular>
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \begin_layout Standard
19630 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19631  TeX-Code benutzen.
19632  Zunächst müssen Sie das LaTeX-Paket 
19633 \series bold
19634 arydshln
19635 \series default
19636
19637 \begin_inset Index
19638 status collapsed
19639
19640 \begin_layout Plain Layout
19641 LaTeX-Pakete ! arydshln
19642 \end_layout
19643
19644 \end_inset
19645
19646  im LaTeX-Vorspann laden:
19647 \end_layout
19648
19649 \begin_layout Standard
19650
19651 \series bold
19652
19653 \backslash
19654 usepackage{arydshln}
19655 \end_layout
19656
19657 \begin_layout Standard
19658 Um senkrechte Linien zu stricheln, müssen Sie im 
19659 \family sans
19660 LaTe
19661 \begin_inset ERT
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665
19666 {}
19667 \end_layout
19668
19669 \end_inset
19670
19671 X-Argument
19672 \family default
19673  des 
19674 \family sans
19675 Tabellen-Einstellungen
19676 \family default
19677 -Dialogs 
19678 \begin_inset Quotes gld
19679 \end_inset
19680
19681 :
19682 \begin_inset Quotes grd
19683 \end_inset
19684
19685 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695
19696 \backslash
19697 hdashline
19698 \end_layout
19699
19700 \begin_layout Standard
19701 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711
19712 \backslash
19713 cdashline{Anfangsspalte-Endspalte}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19718  Wenn Sie z.
19719 \begin_inset space \thinspace{}
19720 \end_inset
19721
19722 B.
19723  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19724  gestrichelte Linie haben, fügen Sie den Befehl
19725 \end_layout
19726
19727 \begin_layout Standard
19728
19729 \series bold
19730
19731 \backslash
19732 cdashline{2-4}
19733 \end_layout
19734
19735 \begin_layout Standard
19736 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset VSpace bigskip
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \begin_layout Standard
19747 In Tabelle
19748 \begin_inset space ~
19749 \end_inset
19750
19751
19752 \begin_inset CommandInset ref
19753 LatexCommand ref
19754 reference "tab:Tabelle-mit-gestrichelten"
19755
19756 \end_inset
19757
19758  wurde in der dritten Spalte der Befehl
19759 \series bold
19760  
19761 \series default
19762
19763 \begin_inset Quotes gld
19764 \end_inset
19765
19766
19767 \series bold
19768 :c
19769 \begin_inset Quotes grd
19770 \end_inset
19771
19772
19773 \series default
19774  benutzt.
19775  Der Befehl 
19776 \series bold
19777
19778 \backslash
19779 hdashline
19780 \series default
19781  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19782 \begin_inset Newline newline
19783 \end_inset
19784
19785  
19786 \series bold
19787
19788 \backslash
19789 cdashline{4-5} 
19790 \series default
19791 wurde in die erste Zelle der vierten Zeile eingefügt.
19792 \end_layout
19793
19794 \begin_layout Standard
19795 \begin_inset Note Greyedout
19796 status open
19797
19798 \begin_layout Plain Layout
19799
19800 \series bold
19801 Bemerkung:
19802 \series default
19803  Das LaTeX-Paket 
19804 \series bold
19805 arydshln
19806 \series default
19807  ist nicht kompatibel dem LaTeX-Paket 
19808 \series bold
19809 colortbl
19810 \series default
19811
19812 \begin_inset Index
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816 LaTeX-Pakete ! colortbl
19817 \end_layout
19818
19819 \end_inset
19820
19821 , das für die farbigen Tabellen in Abschnitt
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "abs:Farbige-Tabellen"
19829
19830 \end_inset
19831
19832  benutzt wurde.
19833  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Standard
19842 \begin_inset ERT
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846
19847
19848 \backslash
19849 else
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \begin_inset Note Note
19856 status open
19857
19858 \begin_layout Plain Layout
19859 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19860 \series bold
19861 arydshln
19862 \series default
19863  nicht installiert ist:
19864 \end_layout
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872 Sie müssen das LaTeX-Paket 
19873 \series bold
19874 arydshln
19875 \series default
19876  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19877 \end_layout
19878
19879 \begin_layout Standard
19880 \begin_inset ERT
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884
19885
19886 \backslash
19887 fi
19888 \end_layout
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \begin_layout Chapter
19896 Gleitobjekte
19897 \begin_inset Index
19898 status collapsed
19899
19900 \begin_layout Plain Layout
19901 Gleitobjekte
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Section
19910 Einleitung
19911 \begin_inset CommandInset label
19912 LatexCommand label
19913 name "abs:Gleitobjekte-Einleitung"
19914
19915 \end_inset
19916
19917
19918 \begin_inset Index
19919 status collapsed
19920
19921 \begin_layout Plain Layout
19922 Gleitobjekte ! Einleitung
19923 \end_layout
19924
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \begin_layout Standard
19931 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19932  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19933  der beste Platz ist.
19934  
19935 \family sans
19936 Fußnoten
19937 \family default
19938  und 
19939 \family sans
19940 Randnotizen
19941 \family default
19942  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19943  wenn auf ihrer Seite schon zu viele sind.
19944 \end_layout
19945
19946 \begin_layout Standard
19947 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19948  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19949  um weiße Flächen und Seiten ohne Text zu vermeiden.
19950  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19951 löst,
19952  kann im Text auf ein Gleitobjekt verwiesen werden.
19953  Gleitobjekte sind deshalb nummeriert.
19954  Querverweise werden in Abschnitt
19955 \begin_inset space ~
19956 \end_inset
19957
19958
19959 \begin_inset CommandInset ref
19960 LatexCommand ref
19961 reference "abs:Auf-Gleitobjekte-verweisen"
19962
19963 \end_inset
19964
19965  beschrieben.
19966 \end_layout
19967
19968 \begin_layout Standard
19969 Ein Gleitobjekt wird mit 
19970 \family sans
19971 Einfügen\SpecialChar \menuseparator
19972 Gleitobjekt\SpecialChar \menuseparator
19973 Algorithmus/Abbildung/Ta\SpecialChar \-
19974 belle/Um\SpecialChar \-
19975 flos\SpecialChar \-
19976 se\SpecialChar \-
19977 nes
19978 \begin_inset space ~
19979 \end_inset
19980
19981 Gleitobjekt
19982 \family default
19983  eingefügt.
19984  Für Abbildungen oder Tabellen können Sie auch auf 
19985 \begin_inset Graphics
19986         filename ../../images/float-insert_figure.png
19987         scale 70
19988         scaleBeforeRotation
19989         BoundingBox 0bp 6bp 22bp 22bp
19990
19991 \end_inset
19992
19993  oder 
19994 \begin_inset Graphics
19995         filename ../../images/float-insert_table.png
19996         scale 70
19997         scaleBeforeRotation
19998         BoundingBox 0bp 6bp 22bp 22bp
19999
20000 \end_inset
20001
20002  klicken.
20003  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20004  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20005  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20006  #:).
20007  Statt # sehen Sie die von LyX vergebene Nummer.
20008  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20009  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20010  eingefügt.
20011  In Abschnitt
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "abs:Titel-Platzierung"
20019
20020 \end_inset
20021
20022  finden Sie mehr über die Platzierung des Titels.
20023  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20024  auch wieder geöffnet.
20025  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20026 \begin_inset Graphics
20027         filename clipart/GleitobjektQt4.png
20028         scale 70
20029         scaleBeforeRotation
20030         BoundingBox 0bp 6bp 128bp 22bp
20031
20032 \end_inset
20033
20034  – ein graues Kästchen mit roter Beschriftung.
20035 \end_layout
20036
20037 \begin_layout Standard
20038 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20039  Gleitobjekte in einem eigenen Absatz einzufügen.
20040 \end_layout
20041
20042 \begin_layout Standard
20043 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20044  indem Sie sie markieren und dann auf 
20045 \begin_inset Graphics
20046         filename ../../images/float-insert_figure.png
20047         scale 70
20048         scaleBeforeRotation
20049         BoundingBox 0bp 6bp 22bp 22bp
20050
20051 \end_inset
20052
20053  oder 
20054 \begin_inset Graphics
20055         filename ../../images/float-insert_table.png
20056         scale 70
20057         scaleBeforeRotation
20058         BoundingBox 0bp 6bp 22bp 22bp
20059
20060 \end_inset
20061
20062  klicken.
20063 \end_layout
20064
20065 \begin_layout Section
20066 Gleitobjekt-Typen
20067 \begin_inset Index
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071 Gleitobjekte ! Typen
20072 \end_layout
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout Standard
20080 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20081 \begin_inset space ~
20082 \end_inset
20083
20084
20085 \begin_inset CommandInset ref
20086 LatexCommand ref
20087 reference "abs:Gleitende-Abbildungen"
20088
20089 \end_inset
20090
20091  und 
20092 \begin_inset CommandInset ref
20093 LatexCommand ref
20094 reference "abs:Gleitende-Tabellen"
20095
20096 \end_inset
20097
20098  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20099 \end_layout
20100
20101 \begin_layout Subsection
20102 Gleitobjekt-Algorithmen
20103 \begin_inset Index
20104 status collapsed
20105
20106 \begin_layout Plain Layout
20107 Gleitobjekte ! Algorithmen
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset CommandInset label
20114 LatexCommand label
20115 name "uab:Gleitobjekt-Algorithmen"
20116
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \begin_layout Standard
20123 \begin_inset Float algorithm
20124 placement h
20125 wide false
20126 sideways false
20127 status open
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Caption
20131
20132 \begin_layout Plain Layout
20133 \begin_inset CommandInset label
20134 LatexCommand label
20135 name "alg:Ein-Gleitobjekt-Algorithmus"
20136
20137 \end_inset
20138
20139 Ein Gleitobjekt-Algorithmus 
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout LyX-Code
20148 for I in 1..N loop
20149 \begin_inset Newline newline
20150 \end_inset
20151
20152  Sum:= Sum + A(I); /*Kommentar*/
20153 \begin_inset Newline newline
20154 \end_inset
20155
20156 end loop
20157 \begin_inset VSpace -4mm
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Standard
20169 Dieser Typ wird mit 
20170 \family sans
20171 Einfügen\SpecialChar \menuseparator
20172 Gleitobjekt\SpecialChar \menuseparator
20173 Algorithmus
20174 \family default
20175  eingefügt.
20176  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20177  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20178  Eine mögliche Absatz-Umgebung hier für ist 
20179 \family sans
20180 LyX-Code
20181 \family default
20182 , beschrieben im 
20183 \emph on
20184 Benutzerhandbuch
20185 \emph default
20186 .
20187  In Algorithmus
20188 \begin_inset space ~
20189 \end_inset
20190
20191
20192 \begin_inset CommandInset ref
20193 LatexCommand ref
20194 reference "alg:Ein-Gleitobjekt-Algorithmus"
20195
20196 \end_inset
20197
20198  wurden am Ende -0.4
20199 \begin_inset space \thinspace{}
20200 \end_inset
20201
20202 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20203  letzten Zeile gedruckt wird.
20204 \end_layout
20205
20206 \begin_layout Standard
20207 Die Marke 
20208 \emph on
20209 Algorithmus
20210 \emph default
20211  wird nicht automatisch in die druckbare Version übernommen, sondern das
20212  englische Wort 
20213 \emph on
20214 Algorithm
20215 \emph default
20216  verwendet.
20217  Soll
20218 \emph on
20219  Algorithmus
20220 \emph default
20221  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20222 \end_layout
20223
20224 \begin_layout Standard
20225
20226 \series bold
20227
20228 \backslash
20229 floatname{algorithm}{Algorithmus}
20230 \end_layout
20231
20232 \begin_layout Standard
20233 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20234  Menü 
20235 \family sans
20236 Einfügen\SpecialChar \menuseparator
20237 Liste
20238 \begin_inset space \thinspace{}
20239 \end_inset
20240
20241 /
20242 \begin_inset space \thinspace{}
20243 \end_inset
20244
20245 Inhaltsverzeichnis\SpecialChar \menuseparator
20246 Algorithmenverzeichnis
20247 \family default
20248  verwendet werden.
20249  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20250  eingefügt werden:
20251 \end_layout
20252
20253 \begin_layout Standard
20254
20255 \series bold
20256
20257 \backslash
20258 listof{algorithm}{Algorithmenverzeichnis}
20259 \end_layout
20260
20261 \begin_layout Standard
20262 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20263  nach dem Schema 
20264 \begin_inset Quotes gld
20265 \end_inset
20266
20267 Kapitelnummer.Algorithmusnummer
20268 \begin_inset Quotes grd
20269 \end_inset
20270
20271  nummeriert.
20272  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20273  einfügen:
20274 \end_layout
20275
20276 \begin_layout Standard
20277
20278 \series bold
20279
20280 \backslash
20281 numberwithin{algorithm}{chapter}
20282 \end_layout
20283
20284 \begin_layout Standard
20285 Um 
20286 \series bold
20287
20288 \backslash
20289 numberwithin
20290 \series default
20291  benutzen zu können, muss in den 
20292 \family sans
20293 Mathe
20294 \begin_inset space ~
20295 \end_inset
20296
20297 Optionen
20298 \family default
20299  der 
20300 \family sans
20301 Dokument-Einstellungen
20302 \family default
20303  
20304 \family sans
20305 AMS
20306 \begin_inset space ~
20307 \end_inset
20308
20309 Mathe
20310 \begin_inset space ~
20311 \end_inset
20312
20313 Paket
20314 \family default
20315
20316 \begin_inset space ~
20317 \end_inset
20318
20319
20320 \family sans
20321 verwenden
20322 \family default
20323  angekreuzt sein.
20324 \end_layout
20325
20326 \begin_layout Subsection
20327 Umflossene Gleitobjekte
20328 \begin_inset Index
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332 Gleitobjekte ! umflossene
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20342  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20343  den die Abbildung bzw.
20344 \begin_inset space ~
20345 \end_inset
20346
20347 Tabelle übrig lässt.
20348  Sie werden über das Menü
20349 \family sans
20350  Einfügen\SpecialChar \menuseparator
20351 Gleitobjekt\SpecialChar \menuseparator
20352 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20353 objekt
20354 \family default
20355  eingefügt, wenn das LaTeX-Paket 
20356 \series bold
20357 wrapfig
20358 \series default
20359
20360 \begin_inset Index
20361 status collapsed
20362
20363 \begin_layout Plain Layout
20364 LaTeX-Pakete ! wrapfig
20365 \begin_inset ERT
20366 status collapsed
20367
20368 \begin_layout Plain Layout
20369
20370
20371 \backslash
20372 vspace{4mm}
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \end_inset
20381
20382  installiert ist.
20383 \begin_inset Foot
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20388 \emph on
20389 LaTeX-Konfiguration
20390 \emph default
20391  beschrieben.
20392 \end_layout
20393
20394 \end_inset
20395
20396  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20397  Box des Gleitobjekts geändert werden.
20398  
20399 \begin_inset Wrap figure
20400 lines 0
20401 placement l
20402 overhang 1cm
20403 width "40col%"
20404 status open
20405
20406 \begin_layout Plain Layout
20407 \begin_inset Graphics
20408         filename ../clipart/mobius.eps
20409         width 40col%
20410         scaleBeforeRotation
20411         rotateOrigin center
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Plain Layout
20419 \begin_inset Caption
20420
20421 \begin_layout Plain Layout
20422 \begin_inset CommandInset label
20423 LatexCommand label
20424 name "abb:Dies-ist-eine"
20425
20426 \end_inset
20427
20428 Dies ist eine umflossene Gleitobjekt-Abbildung
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437
20438  Obligatorische Einstellungen sind die 
20439 \family sans
20440 Breite
20441 \family default
20442  und 
20443 \family sans
20444 Platzierung
20445 \family default
20446  des Gleitobjekts.
20447  Optional sind der 
20448 \family sans
20449 Überhang 
20450 \family default
20451 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20452 \begin_inset space \thinspace{}
20453 \end_inset
20454
20455 /
20456 \begin_inset space \thinspace{}
20457 \end_inset
20458
20459 der Seite ragt und die 
20460 \family sans
20461 benötigten Zeilen
20462 \family default
20463 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20464  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20465  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20466  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20467  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20468  zu lassen.
20469  Abbildung
20470 \begin_inset space ~
20471 \end_inset
20472
20473
20474 \begin_inset CommandInset ref
20475 LatexCommand ref
20476 reference "abb:Dies-ist-eine"
20477
20478 \end_inset
20479
20480  ist zum Beispiel ein umflossenes Bild, das 40
20481 \begin_inset space \thinspace{}
20482 \end_inset
20483
20484 % der Spaltenbreite einnimmt, 1
20485 \begin_inset space \thinspace{}
20486 \end_inset
20487
20488 cm in den Rand ragt und links gesetzt wurde.
20489 \begin_inset Foot
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 Die benutzbaren Einheiten werden in Anhang
20494 \begin_inset space ~
20495 \end_inset
20496
20497
20498 \begin_inset CommandInset ref
20499 LatexCommand ref
20500 reference "kap:In-LyX-verfügbare"
20501
20502 \end_inset
20503
20504  beschrieben.
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Standard
20513 \begin_inset Note Greyedout
20514 status open
20515
20516 \begin_layout Plain Layout
20517
20518 \series bold
20519 Bemerkung:
20520 \series default
20521  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20522 \begin_inset space \thinspace{}
20523 \end_inset
20524
20525 B.
20526  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20527  oder über anderen Text gedruckt wird.
20528 \end_layout
20529
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \begin_layout Standard
20536 Allgemein gilt:
20537 \end_layout
20538
20539 \begin_layout Itemize
20540 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20541  der nächsten Seite fortgesetzt werden.
20542  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20543  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20544 \end_layout
20545
20546 \begin_layout Itemize
20547 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20548  sie fließen soll, eingefügt werden oder darin.
20549 \end_layout
20550
20551 \begin_layout Itemize
20552 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20553  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20554  ihnen ist.
20555 \end_layout
20556
20557 \begin_layout Itemize
20558 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20559  erlaubt.
20560 \end_layout
20561
20562 \begin_layout Section
20563 Gleitobjekt-Nummerierung
20564 \begin_inset Index
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 Gleitobjekte ! Nummerierung
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Standard
20577 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20578  nummeriert oder nach dem Schema 
20579 \begin_inset Quotes gld
20580 \end_inset
20581
20582 Kapitelnummer.Gleitobjektnummer
20583 \begin_inset Quotes grd
20584 \end_inset
20585
20586  oder 
20587 \begin_inset Quotes gld
20588 \end_inset
20589
20590 Abschnittsnummer.Gleitobjektnummer
20591 \begin_inset Quotes grd
20592 \end_inset
20593
20594 .
20595  Das hängt von der Dokumentklasse ab.
20596 \end_layout
20597
20598 \begin_layout Standard
20599 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20600  in den LaTeX-Vorspann einfügen:
20601 \end_layout
20602
20603 \begin_layout Standard
20604
20605 \series bold
20606
20607 \backslash
20608 renewcommand{
20609 \backslash
20610 thetable}{
20611 \backslash
20612 roman{table}}
20613 \end_layout
20614
20615 \begin_layout Standard
20616
20617 \series bold
20618
20619 \backslash
20620 thetable
20621 \series default
20622  ist der Befehl, der die Tabellennummer druckt.
20623  Für Abbildungen ist das 
20624 \series bold
20625
20626 \backslash
20627 thefigure
20628 \series default
20629 .
20630  Der Befehl 
20631 \series bold
20632
20633 \backslash
20634 roman
20635 \series default
20636  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20637 \end_layout
20638
20639 \begin_layout Standard
20640 Um das Nummerierungsschema zum Beispiel auf 
20641 \begin_inset Quotes gld
20642 \end_inset
20643
20644 Unterabschnittsnummer.Num\SpecialChar \-
20645 mer
20646 \begin_inset Quotes grd
20647 \end_inset
20648
20649  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20650 \end_layout
20651
20652 \begin_layout Standard
20653
20654 \series bold
20655
20656 \backslash
20657 numberwithin{table}{subsection}
20658 \end_layout
20659
20660 \begin_layout Standard
20661 Um den Befehl 
20662 \series bold
20663
20664 \backslash
20665 numberwithin
20666 \series default
20667  benutzen zu können, müssen Sie in den 
20668 \family sans
20669 Mathe
20670 \begin_inset space ~
20671 \end_inset
20672
20673 Optionen
20674 \family default
20675  der 
20676 \family sans
20677 Dokument-Einstellungen
20678 \family default
20679  
20680 \family sans
20681 AMS
20682 \begin_inset space ~
20683 \end_inset
20684
20685 Mathe
20686 \begin_inset space ~
20687 \end_inset
20688
20689 Paket
20690 \family default
20691
20692 \begin_inset space ~
20693 \end_inset
20694
20695
20696 \family sans
20697 verwenden
20698 \family default
20699  ankreuzen.
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Sehen Sie sich bitte auch Abschnitt
20704 \begin_inset space ~
20705 \end_inset
20706
20707
20708 \begin_inset CommandInset ref
20709 LatexCommand ref
20710 reference "uab:Fußnoten-Nummerierung"
20711
20712 \end_inset
20713
20714  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20715 \end_layout
20716
20717 \begin_layout Section
20718 Auf Gleitobjekte verweisen
20719 \begin_inset CommandInset label
20720 LatexCommand label
20721 name "abs:Auf-Gleitobjekte-verweisen"
20722
20723 \end_inset
20724
20725
20726 \begin_inset Index
20727 status collapsed
20728
20729 \begin_layout Plain Layout
20730 Gleitobjekte ! Querverweise
20731 \end_layout
20732
20733 \end_inset
20734
20735
20736 \begin_inset Index
20737 status collapsed
20738
20739 \begin_layout Plain Layout
20740 Querverweise ! auf Gleitobjekte
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Standard
20749 Zunächst müssen Sie mit 
20750 \family sans
20751 Einfügen\SpecialChar \menuseparator
20752 Marke
20753 \family default
20754  oder einen Klick auf 
20755 \begin_inset Graphics
20756         filename ../../images/label-insert.png
20757         scale 70
20758         scaleBeforeRotation
20759
20760 \end_inset
20761
20762  eine Marke im Titel einfügen.
20763  Im 
20764 \family sans
20765 Marke
20766 \family default
20767 -Dialog schreiben Sie einen Text in das Feld 
20768 \family sans
20769 Marke
20770 \family default
20771  oder übernehmen den vorgeschlagenen.
20772  Die Marke sieht in LyX dann so aus:
20773 \end_layout
20774
20775 \begin_layout Standard
20776 \begin_inset Graphics
20777         filename clipart/Marke.png
20778         lyxscale 80
20779         scale 50
20780         scaleBeforeRotation
20781         BoundingBox 0bp 6bp 76bp 23bp
20782
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \begin_layout Standard
20789 Die Marke wird als Anker und Name für den Querverweis benutzt.
20790  Mit 
20791 \family sans
20792 Einfügen\SpecialChar \menuseparator
20793 Querverweis
20794 \family default
20795  oder einen Klick auf 
20796 \begin_inset Graphics
20797         filename ../../images/dialog-show-new-inset_ref.png
20798         scale 70
20799         scaleBeforeRotation
20800
20801 \end_inset
20802
20803  können Sie dann auf die Marke verweisen.
20804  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20805  angezeigt:
20806 \end_layout
20807
20808 \begin_layout Standard
20809 \begin_inset Graphics
20810         filename clipart/Querverweis.png
20811         lyxscale 80
20812         scale 50
20813         scaleBeforeRotation
20814         BoundingBox 0bp 6bp 76bp 23bp
20815
20816 \end_inset
20817
20818
20819 \begin_inset Newline newline
20820 \end_inset
20821
20822  Mehr zu Querverweisen finden Sie im 
20823 \emph on
20824 Benutzerhandbuch
20825 \emph default
20826 .
20827 \end_layout
20828
20829 \begin_layout Standard
20830 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20831  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20832  durch einen Zeilenumbruch getrennt werden können.
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20837  LyX passt die Querverweise automatisch an.
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Ein Klick auf den Schalter 
20842 \family sans
20843 Gehe
20844 \begin_inset space ~
20845 \end_inset
20846
20847 zur
20848 \begin_inset space ~
20849 \end_inset
20850
20851 Marke
20852 \family default
20853  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20854  Der Text der Schaltfläche heißt jetzt 
20855 \family sans
20856 Gehe
20857 \begin_inset space ~
20858 \end_inset
20859
20860 zurück
20861 \family default
20862  und ein Klick darauf macht genau dies.
20863   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20864  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20865  Dann ist auch kein 
20866 \family sans
20867 Gehe
20868 \begin_inset space ~
20869 \end_inset
20870
20871 zurück
20872 \family default
20873  möglich.
20874 \end_layout
20875
20876 \begin_layout Subsection
20877 Querverweis-Formate
20878 \begin_inset CommandInset label
20879 LatexCommand label
20880 name "uab:Querverweis-Formate"
20881
20882 \end_inset
20883
20884
20885 \begin_inset Index
20886 status collapsed
20887
20888 \begin_layout Plain Layout
20889 Querverweise ! Formate
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Standard
20898 Es gibt sechs verschiedene Querverweisstile:
20899 \end_layout
20900
20901 \begin_layout Description
20902 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20903  
20904 \begin_inset CommandInset ref
20905 LatexCommand ref
20906 reference "abb:Zwei-Teilabbildungen"
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Description
20914 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20915  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20916  verwendet wird, speziell wenn der Name 
20917 \begin_inset Quotes gld
20918 \end_inset
20919
20920 Gleichung
20921 \begin_inset Quotes grd
20922 \end_inset
20923
20924  weggelassen wird: 
20925 \begin_inset CommandInset ref
20926 LatexCommand eqref
20927 reference "eq:Wgn"
20928
20929 \end_inset
20930
20931
20932 \end_layout
20933
20934 \begin_layout Description
20935 <Seite>: druckt die Seitennummer: Seite
20936 \begin_inset space ~
20937 \end_inset
20938
20939
20940 \begin_inset CommandInset ref
20941 LatexCommand pageref
20942 reference "abb:Zwei-Teilabbildungen"
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Description
20950 auf
20951 \begin_inset space ~
20952 \end_inset
20953
20954 Seite
20955 \begin_inset space ~
20956 \end_inset
20957
20958 <Seite>: druckt den Text 
20959 \begin_inset Quotes gld
20960 \end_inset
20961
20962 auf Seite
20963 \begin_inset Quotes grd
20964 \end_inset
20965
20966  und die Seitennummer: 
20967 \begin_inset CommandInset ref
20968 LatexCommand vpageref
20969 reference "abb:Zwei-Teilabbildungen"
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \begin_layout Description
20977 <Querverweis>
20978 \begin_inset space ~
20979 \end_inset
20980
20981 auf
20982 \begin_inset space ~
20983 \end_inset
20984
20985 Seite
20986 \begin_inset space ~
20987 \end_inset
20988
20989 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20990 \begin_inset Quotes gld
20991 \end_inset
20992
20993 auf Seite
20994 \begin_inset Quotes grd
20995 \end_inset
20996
20997 , und die Seitennummer: 
20998 \begin_inset CommandInset ref
20999 LatexCommand vref
21000 reference "abb:Zwei-Teilabbildungen"
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Description
21008 Formatierter
21009 \begin_inset space ~
21010 \end_inset
21011
21012 Querverweis: druckt ein selbst definiertes Querverweisformat
21013 \begin_inset Newline newline
21014 \end_inset
21015
21016
21017 \begin_inset Note Greyedout
21018 status open
21019
21020 \begin_layout Plain Layout
21021
21022 \series bold
21023 Bemerkung:
21024 \series default
21025  Dies ist nur möglich, wenn das LaTeX-Paket 
21026 \series bold
21027 prettyref
21028 \series default
21029  installiert ist.
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \begin_layout Standard
21038 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
21039  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
21040  Seite befindet.
21041  Stattdessen wird der Text 
21042 \begin_inset Quotes gld
21043 \end_inset
21044
21045 auf der vorigen Seite
21046 \begin_inset Quotes grd
21047 \end_inset
21048
21049
21050 \begin_inset Quotes gld
21051 \end_inset
21052
21053 auf dieser Seite
21054 \begin_inset Quotes grd
21055 \end_inset
21056
21057  oder 
21058 \begin_inset Quotes gld
21059 \end_inset
21060
21061 auf der nächsten Seite
21062 \begin_inset Quotes grd
21063 \end_inset
21064
21065  gedruckt.
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21070  automatisch von LaTeX berechnet.
21071  Die Stile können im Feld 
21072 \family sans
21073 Format
21074 \family default
21075  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21076  einen Querverweis klicken.
21077 \end_layout
21078
21079 \begin_layout Subsection
21080 Automatische Querverweisnamen
21081 \begin_inset Index
21082 status collapsed
21083
21084 \begin_layout Plain Layout
21085 Querverweise ! Automatische Namen 
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094 Das LaTeX-Paket 
21095 \series bold
21096 hyperref
21097 \series default
21098
21099 \begin_inset Index
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103 LaTeX-Pakete ! hyperref
21104 \end_layout
21105
21106 \end_inset
21107
21108 , das in den
21109 \family sans
21110  PDF-Eigenschaften
21111 \family default
21112  im 
21113 \family sans
21114 Dokument-Einstellungen
21115 \family default
21116  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21117  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21118  wie 
21119 \emph on
21120 Abschnitt
21121 \emph default
21122 ).
21123  Sie müssen damit z.
21124 \begin_inset space \thinspace{}
21125 \end_inset
21126
21127 B.
21128  nicht mehr den Namen 
21129 \begin_inset Quotes gld
21130 \end_inset
21131
21132 Abbildung
21133 \begin_inset Quotes grd
21134 \end_inset
21135
21136  vor jeden Querverweis auf eine Abbildung schreiben.
21137  Um diese Funktion benutzen zu können, aktivieren Sie 
21138 \series bold
21139 hyperref
21140 \series default
21141  und fügen diese Zeile in den LaTeX-Vorspann ein:
21142 \end_layout
21143
21144 \begin_layout Standard
21145
21146 \series bold
21147
21148 \backslash
21149 AtBeginDocument{
21150 \backslash
21151 renewcommand{
21152 \backslash
21153 ref}[1]{
21154 \backslash
21155 mbox{
21156 \backslash
21157 autoref{#1}}}}
21158 \end_layout
21159
21160 \begin_layout Standard
21161 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21162 \begin_inset space \thinspace{}
21163 \end_inset
21164
21165 B.
21166  statt 
21167 \begin_inset Quotes gld
21168 \end_inset
21169
21170 Abschnitt
21171 \begin_inset Quotes grd
21172 \end_inset
21173
21174  den Namen 
21175 \begin_inset Quotes gld
21176 \end_inset
21177
21178 Kap.
21179 \begin_inset space \thinspace{}
21180 \end_inset
21181
21182
21183 \begin_inset Quotes grd
21184 \end_inset
21185
21186 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21187 \end_layout
21188
21189 \begin_layout Standard
21190
21191 \series bold
21192
21193 \backslash
21194 addto
21195 \backslash
21196 extrasngerman{
21197 \backslash
21198 renewcommand{
21199 \backslash
21200 sectionautorefname}
21201 \begin_inset Newline newline
21202 \end_inset
21203
21204
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209
21210
21211 \backslash
21212 hphantom{ }
21213 \end_layout
21214
21215 \end_inset
21216
21217 {Kap.
21218 \backslash
21219 negthinspace}}
21220 \end_layout
21221
21222 \begin_layout Standard
21223 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21224 \begin_inset Newline newline
21225 \end_inset
21226
21227
21228 \series bold
21229
21230 \backslash
21231 extrasngerman
21232 \series default
21233  durch 
21234 \series bold
21235
21236 \backslash
21237 extras***
21238 \series default
21239 , wobei *** der Name der verwendeten Sprache ist.
21240 \end_layout
21241
21242 \begin_layout Standard
21243 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21244  z.
21245 \begin_inset space \thinspace{}
21246 \end_inset
21247
21248 B.
21249  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 newlength{
21258 \backslash
21259 abc}
21260 \begin_inset Newline newline
21261 \end_inset
21262
21263
21264 \backslash
21265 settowidth{
21266 \backslash
21267 abc}{
21268 \backslash
21269 space}
21270 \begin_inset Newline newline
21271 \end_inset
21272
21273
21274 \backslash
21275 addto
21276 \backslash
21277 extrasenglish{
21278 \backslash
21279 renewcommand{
21280 \backslash
21281 equationautorefname}
21282 \begin_inset Newline newline
21283 \end_inset
21284
21285
21286 \begin_inset ERT
21287 status collapsed
21288
21289 \begin_layout Plain Layout
21290
21291
21292 \backslash
21293 hphantom{ }
21294 \end_layout
21295
21296 \end_inset
21297
21298 {
21299 \backslash
21300 hspace{-
21301 \backslash
21302 abc}}
21303 \end_layout
21304
21305 \begin_layout Standard
21306 Mehr über dieses Thema finden Sie in der 
21307 \series bold
21308 hyperref
21309 \series default
21310 -Dokumentation 
21311 \begin_inset CommandInset citation
21312 LatexCommand cite
21313 key "hyperref"
21314
21315 \end_inset
21316
21317 .
21318 \end_layout
21319
21320 \begin_layout Standard
21321 \begin_inset Note Greyedout
21322 status open
21323
21324 \begin_layout Plain Layout
21325
21326 \series bold
21327 Bemerkung:
21328 \series default
21329  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21330  als Querverweisstil 
21331 \family sans
21332 Formatierter
21333 \begin_inset space ~
21334 \end_inset
21335
21336 Querverweis
21337 \family default
21338  benutzen, wie in Abschnitt
21339 \begin_inset space ~
21340 \end_inset
21341
21342
21343 \begin_inset CommandInset ref
21344 LatexCommand ref
21345 reference "uab:Querverweis-Formate"
21346
21347 \end_inset
21348
21349  beschrieben.
21350 \end_layout
21351
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 Das 
21359 \emph on
21360 Mathe
21361 \emph default
21362  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21363 \end_layout
21364
21365 \begin_layout Subsection
21366 Querverweis-Position
21367 \begin_inset CommandInset label
21368 LatexCommand label
21369 name "uab:Querverweis-Position"
21370
21371 \end_inset
21372
21373
21374 \begin_inset Index
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 Querverweise !  Position
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 Wenn Sie 
21388 \series bold
21389 hyperref
21390 \series default
21391
21392 \begin_inset Index
21393 status collapsed
21394
21395 \begin_layout Plain Layout
21396 LaTeX-Pakete ! hyperref
21397 \end_layout
21398
21399 \end_inset
21400
21401  in den
21402 \family sans
21403  PDF-Eigenschaften
21404 \family default
21405  im 
21406 \family sans
21407 Dokument-Einstellungen
21408 \family default
21409  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21410  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21411  und Sie werden das Bild ohne Scrollen nicht sehen.
21412  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21413  ist.
21414  Wenn Sie das  LaTeX-Paket 
21415 \series bold
21416 hypcap
21417 \series default
21418
21419 \begin_inset Index
21420 status collapsed
21421
21422 \begin_layout Plain Layout
21423 LaTeX-Pakete ! hypcap
21424 \end_layout
21425
21426 \end_inset
21427
21428 , das Teil des LaTeX-Pakets 
21429 \series bold
21430 oberdiek
21431 \series default
21432
21433 \begin_inset Index
21434 status collapsed
21435
21436 \begin_layout Plain Layout
21437 LaTeX-Pakete ! oberdiek
21438 \end_layout
21439
21440 \end_inset
21441
21442  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21443  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21444 \series bold
21445 hypcap
21446 \series default
21447  zunächst in den LaTeX-Vorspann laden:
21448 \end_layout
21449
21450 \begin_layout Standard
21451
21452 \series bold
21453
21454 \backslash
21455 usepackage[figure]{hypcap}
21456 \end_layout
21457
21458 \begin_layout Standard
21459 Sie können 
21460 \series bold
21461 hypcap
21462 \series default
21463  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21464  nicht empfohlen.
21465  Weitere Informationen finden Sie im
21466 \series bold
21467  hypcap
21468 \series default
21469 -Handbuch 
21470 \begin_inset CommandInset citation
21471 LatexCommand cite
21472 key "hypcap"
21473
21474 \end_inset
21475
21476 .
21477 \end_layout
21478
21479 \begin_layout Standard
21480 \begin_inset Note Greyedout
21481 status open
21482
21483 \begin_layout Plain Layout
21484
21485 \series bold
21486 Bemerkung:
21487 \series default
21488  
21489 \series bold
21490 hypcap
21491 \series medium
21492  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21493 \end_layout
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Section
21501 Gleitobjekt-Platzierung
21502 \begin_inset CommandInset label
21503 LatexCommand label
21504 name "abs:Gleitobjekt-Platzierung"
21505
21506 \end_inset
21507
21508
21509 \begin_inset Index
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 Gleitobjekte ! Platzierung
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21523 \family sans
21524 Gleitobjekt-Einstellungen
21525 \family default
21526 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21527  können.
21528 \begin_inset Newline newline
21529 \end_inset
21530
21531 Die Option 
21532 \family sans
21533 Spalten
21534 \begin_inset space ~
21535 \end_inset
21536
21537 überspannen
21538 \family default
21539  ist nur bei zweispaltigen Dokumenten sinnvoll.
21540  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21541 \begin_inset Newline newline
21542 \end_inset
21543
21544 Die Option 
21545 \family sans
21546 Seitwärts
21547 \begin_inset space ~
21548 \end_inset
21549
21550 drehen
21551 \family default
21552  ist in Abschnitt 
21553 \begin_inset CommandInset ref
21554 LatexCommand ref
21555 reference "abs:Gedrehte-Gleitobjekte"
21556
21557 \end_inset
21558
21559  beschrieben.
21560 \end_layout
21561
21562 \begin_layout Standard
21563 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21564  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21565  Sie die Option 
21566 \family sans
21567 Standard-Platzierung
21568 \begin_inset space ~
21569 \end_inset
21570
21571 verwenden
21572 \family default
21573  nicht verwenden:
21574 \end_layout
21575
21576 \begin_layout Description
21577 Hier
21578 \begin_inset space ~
21579 \end_inset
21580
21581 wenn
21582 \begin_inset space ~
21583 \end_inset
21584
21585 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21586 \end_layout
21587
21588 \begin_layout Description
21589 Anfang
21590 \begin_inset space ~
21591 \end_inset
21592
21593 der
21594 \begin_inset space ~
21595 \end_inset
21596
21597 Seite
21598 \family sans
21599  
21600 \family default
21601 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21602  Gleitobjekte, die maximal 70
21603 \begin_inset space \thinspace{}
21604 \end_inset
21605
21606 % einer Seite benötigen, dürfen oben platziert werden.
21607  Dies kann durch die Variable 
21608 \series bold
21609
21610 \backslash
21611 topfraction
21612 \series default
21613  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21614 \end_layout
21615
21616 \begin_deeper
21617 \begin_layout Standard
21618
21619 \series bold
21620
21621 \backslash
21622 renewcommand{
21623 \backslash
21624 topfraction}{0.9}
21625 \family typewriter
21626 \series default
21627  
21628 \end_layout
21629
21630 \end_deeper
21631 \begin_layout Description
21632 Ende
21633 \begin_inset space ~
21634 \end_inset
21635
21636 der
21637 \begin_inset space ~
21638 \end_inset
21639
21640 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21641  Gleitobjekte, die maximal 30
21642 \begin_inset space \thinspace{}
21643 \end_inset
21644
21645 % einer Seite benötigen, dürfen unten platziert werden.
21646  Dies kann durch die Variable 
21647 \series bold
21648
21649 \backslash
21650 bottomfraction
21651 \series default
21652  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21653 \end_layout
21654
21655 \begin_deeper
21656 \begin_layout Standard
21657
21658 \series bold
21659
21660 \backslash
21661 renewcommand{
21662 \backslash
21663 bottomfraction}{0.5}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 die oftmals zu kleine untere Grenze auf 50
21668 \begin_inset space \thinspace{}
21669 \end_inset
21670
21671 %.
21672 \end_layout
21673
21674 \end_deeper
21675 \begin_layout Description
21676 Seite
21677 \begin_inset space ~
21678 \end_inset
21679
21680 mit
21681 \begin_inset space ~
21682 \end_inset
21683
21684 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21685  Nur wenn mehr als 50
21686 \begin_inset space \thinspace{}
21687 \end_inset
21688
21689 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21690  Gleitobjekte bereitgestellt.
21691  Dies kann durch die Variable 
21692 \series bold
21693
21694 \backslash
21695 floatpagefraction 
21696 \series default
21697 im LaTeX-Vorspann überschrieben werden.
21698 \end_layout
21699
21700 \begin_layout Standard
21701 Die Reihenfolge der obigen Optionen wird 
21702 \emph on
21703 immer
21704 \emph default
21705  von LaTeX verwendet.
21706  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21707  versuchen 
21708 \family sans
21709 Hier
21710 \begin_inset space \space{}
21711 \end_inset
21712
21713 wenn
21714 \begin_inset space \space{}
21715 \end_inset
21716
21717 möglich
21718 \family default
21719 , dann 
21720 \family sans
21721 Anfang
21722 \begin_inset space ~
21723 \end_inset
21724
21725 der
21726 \begin_inset space ~
21727 \end_inset
21728
21729 Seite
21730 \family default
21731  und dann die anderen Optionen anzuwenden.
21732  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21733  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21734  Reihenfolge.
21735  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21736 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21737 \end_layout
21738
21739 \begin_layout Standard
21740 Die Option 
21741 \family sans
21742 Hier,
21743 \begin_inset space ~
21744 \end_inset
21745
21746 auf
21747 \begin_inset space ~
21748 \end_inset
21749
21750 jeden
21751 \begin_inset space ~
21752 \end_inset
21753
21754 Fall
21755 \family default
21756  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21757  fast druckreif ist.
21758  Denn mit der Option kann das Objekt nicht mehr 
21759 \emph on
21760 gleiten
21761 \emph default
21762 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21763  oftmals zerstört.
21764 \end_layout
21765
21766 \begin_layout Standard
21767 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21768  immer vom Text eines bestimmten Absatzes umgeben sind.
21769 \begin_inset VSpace bigskip
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \begin_layout Standard
21776 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21777 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21778  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21779  Das kann mit dem LaTeX-Befehl
21780 \series bold
21781  
21782 \backslash
21783 suppressfloats
21784 \series default
21785  verhindert werden.
21786  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21787  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21788  gesetzt wird.
21789  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21790 \end_layout
21791
21792 \begin_layout Standard
21793
21794 \series bold
21795
21796 \backslash
21797 let
21798 \backslash
21799 meinAbschnitt
21800 \backslash
21801 section
21802 \begin_inset Newline newline
21803 \end_inset
21804
21805
21806 \backslash
21807 renewcommand{
21808 \backslash
21809 section}{
21810 \backslash
21811 suppressfloats[t]
21812 \backslash
21813 meinAbschnitt}
21814 \end_layout
21815
21816 \begin_layout Standard
21817 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21818  Unterabschnitten festlegen.
21819  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21820  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21821 \end_layout
21822
21823 \begin_layout Standard
21824 Es gibt auch noch das LaTeX-Paket 
21825 \series bold
21826 flafter
21827 \series default
21828
21829 \begin_inset Index
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833 LaTeX-Pakete ! flafter
21834 \end_layout
21835
21836 \end_inset
21837
21838  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21839  gedruckt wird.
21840 \end_layout
21841
21842 \begin_layout Standard
21843 \begin_inset VSpace bigskip
21844 \end_inset
21845
21846 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21847  Dafür gibt es das LaTeX-Paket 
21848 \series bold
21849 endfloat
21850 \series default
21851
21852 \begin_inset Index
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856 LaTeX-Pakete ! endfloat
21857 \end_layout
21858
21859 \end_inset
21860
21861 .
21862  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21863  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21864  
21865 \family sans
21866
21867 \begin_inset Quotes gld
21868 \end_inset
21869
21870 [Abbildung
21871 \begin_inset space ~
21872 \end_inset
21873
21874 3.2 ist ungefähr hier.]
21875 \family default
21876
21877 \begin_inset Quotes grd
21878 \end_inset
21879
21880  finden.
21881  Das 
21882 \series bold
21883 endfloat
21884 \series default
21885 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21886 \end_layout
21887
21888 \begin_layout Standard
21889
21890 \series bold
21891
21892 \backslash
21893 usepackage[Optionen]{endfloat}
21894 \end_layout
21895
21896 \begin_layout Standard
21897 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21898  Tabellen-Abschnitte, die Sie in der 
21899 \series bold
21900 endfloat
21901 \series default
21902 -Dokumentation 
21903 \begin_inset CommandInset citation
21904 LatexCommand cite
21905 key "endfloat"
21906
21907 \end_inset
21908
21909  nachlesen können.
21910 \begin_inset Newline newline
21911 \end_inset
21912
21913
21914 \begin_inset Note Greyedout
21915 status open
21916
21917 \begin_layout Plain Layout
21918
21919 \series bold
21920 Bemerkung
21921 \begin_inset space ~
21922 \end_inset
21923
21924 1: endfloat
21925 \series default
21926  übersetzt den Hinweistext nicht automatisch.
21927  Abschnitt
21928 \begin_inset space ~
21929 \end_inset
21930
21931 4 in 
21932 \begin_inset CommandInset citation
21933 LatexCommand cite
21934 key "endfloat"
21935
21936 \end_inset
21937
21938  beschreibt, wie es geht.
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Standard
21947 \begin_inset Note Greyedout
21948 status open
21949
21950 \begin_layout Plain Layout
21951
21952 \series bold
21953 Bemerkung
21954 \begin_inset space ~
21955 \end_inset
21956
21957 2: 
21958 \series default
21959 Die aktuelle Version von 
21960 \series bold
21961 endfloat
21962 \series default
21963  hat einen Fehler, wenn die Überschrift ein 
21964 \begin_inset Quotes gld
21965 \end_inset
21966
21967 ß
21968 \begin_inset Quotes grd
21969 \end_inset
21970
21971  enthält.
21972  Sie müssen stattdessen den Befehl 
21973 \series bold
21974
21975 \backslash
21976 ss
21977 \series default
21978  als TeX-Code benutzen.
21979 \end_layout
21980
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \begin_layout Standard
21987 \begin_inset VSpace bigskip
21988 \end_inset
21989
21990 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21991  wie 
21992 \begin_inset CommandInset citation
21993 LatexCommand cite
21994 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21995
21996 \end_inset
21997
21998 .
21999 \end_layout
22000
22001 \begin_layout Section
22002 Gedrehte Gleitobjekte
22003 \begin_inset CommandInset label
22004 LatexCommand label
22005 name "abs:Gedrehte-Gleitobjekte"
22006
22007 \end_inset
22008
22009
22010 \begin_inset Index
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014 Gleitobjekte ! drehen
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \begin_layout Standard
22023 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22024 t drehen.
22025  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22026  und die Option 
22027 \family sans
22028 Seitwärts
22029 \begin_inset space ~
22030 \end_inset
22031
22032 drehen
22033 \family default
22034  wählen.
22035 \end_layout
22036
22037 \begin_layout Standard
22038 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22039  sie ein mehrspaltiges Dokument haben) gedruckt.
22040  Sie können mehrere Spalten überspannen, wenn die Option 
22041 \family sans
22042 Spalten
22043 \begin_inset space ~
22044 \end_inset
22045
22046 überspannen
22047 \family default
22048  in den Gleitobjekt Einstellungen gewählt ist.
22049  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22050  werden können.
22051  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22052  Option 
22053 \series bold
22054 figuresleft
22055 \series default
22056  oder 
22057 \series bold
22058 figuresright
22059 \series default
22060  zu den Dokumentklassen-Optionen hinzu.
22061 \end_layout
22062
22063 \begin_layout Standard
22064 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22065  Tabelle
22066 \begin_inset space ~
22067 \end_inset
22068
22069
22070 \begin_inset CommandInset ref
22071 LatexCommand ref
22072 reference "tab:Gedrehte-Tabelle"
22073
22074 \end_inset
22075
22076  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset Note Greyedout
22081 status open
22082
22083 \begin_layout Plain Layout
22084
22085 \series bold
22086 Bemerkung:
22087 \series default
22088  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Standard
22097 \begin_inset Float table
22098 wide false
22099 sideways true
22100 status open
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Caption
22104
22105 \begin_layout Plain Layout
22106 \begin_inset CommandInset label
22107 LatexCommand label
22108 name "tab:Gedrehte-Tabelle"
22109
22110 \end_inset
22111
22112 Gedrehte Tabelle
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Plain Layout
22121 \align center
22122 \begin_inset Tabular
22123 <lyxtabular version="3" rows="1" columns="5">
22124 <features>
22125 <column alignment="center" valignment="top" width="0">
22126 <column alignment="center" valignment="top" width="0">
22127 <column alignment="center" valignment="top" width="0">
22128 <column alignment="center" valignment="top" width="0">
22129 <column alignment="center" valignment="top" width="0">
22130 <row>
22131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 Test
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 b
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 c
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 d
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 e
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 </lyxtabular>
22178
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Section
22190 Gleitobjekte nebeneinander
22191 \begin_inset Index
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Gleitobjekte ! nebeneinander
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22205 \begin_inset space ~
22206 \end_inset
22207
22208
22209 \begin_inset CommandInset ref
22210 LatexCommand ref
22211 reference "abb:Gleitobjekt-links"
22212
22213 \end_inset
22214
22215  und 
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "abb:Gleitobjekt-rechts"
22219
22220 \end_inset
22221
22222  wird nur 
22223 \emph on
22224 ein
22225 \emph default
22226  Gleitobjekt verwendet.
22227  In dieses werden zwei Minipage Boxen eingefügt.
22228 \begin_inset Foot
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 Minipages sind in Abschnitt
22233 \begin_inset space ~
22234 \end_inset
22235
22236
22237 \begin_inset CommandInset ref
22238 LatexCommand ref
22239 reference "abs:Minipage"
22240
22241 \end_inset
22242
22243  erklärt.
22244 \end_layout
22245
22246 \end_inset
22247
22248  Die Breite wird für jede Minipage auf 45
22249 \begin_inset space \thinspace{}
22250 \end_inset
22251
22252 -50
22253 \begin_inset space \thinspace{}
22254 \end_inset
22255
22256 Spalten% und die Box Ausrichtung auf 
22257 \family sans
22258 Unten
22259 \family default
22260  gesetzt.
22261  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22262  Gleitobjekt.
22263  Der einzige Unterschied ist, dass die Bildeinheit 
22264 \family sans
22265 Spaltenbreite
22266 \begin_inset space ~
22267 \end_inset
22268
22269 %
22270 \family default
22271  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22272 \end_layout
22273
22274 \begin_layout Standard
22275 \begin_inset Float figure
22276 wide false
22277 sideways false
22278 status open
22279
22280 \begin_layout Plain Layout
22281 \begin_inset Box Frameless
22282 position "b"
22283 hor_pos "c"
22284 has_inner_box 1
22285 inner_pos "t"
22286 use_parbox 0
22287 width "45col%"
22288 special "none"
22289 height "1in"
22290 height_special "totalheight"
22291 status open
22292
22293 \begin_layout Plain Layout
22294 \align center
22295 \begin_inset Graphics
22296         filename ../clipart/mobius.eps
22297         lyxscale 50
22298         width 100col%
22299         scaleBeforeRotation
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Caption
22308
22309 \begin_layout Plain Layout
22310 \begin_inset CommandInset label
22311 LatexCommand label
22312 name "abb:Gleitobjekt-links"
22313
22314 \end_inset
22315
22316 Gleitobjekt auf der linken Seite.
22317 \end_layout
22318
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \begin_inset space \hfill{}
22328 \end_inset
22329
22330
22331 \begin_inset Box Frameless
22332 position "b"
22333 hor_pos "c"
22334 has_inner_box 1
22335 inner_pos "t"
22336 use_parbox 0
22337 width "45col%"
22338 special "none"
22339 height "1in"
22340 height_special "totalheight"
22341 status open
22342
22343 \begin_layout Plain Layout
22344 \align center
22345 \begin_inset Graphics
22346         filename ../clipart/platypus.eps
22347         lyxscale 50
22348         width 100col%
22349         scaleBeforeRotation
22350
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Caption
22358
22359 \begin_layout Plain Layout
22360 \begin_inset CommandInset label
22361 LatexCommand label
22362 name "abb:Gleitobjekt-rechts"
22363
22364 \end_inset
22365
22366 Gleitobjekt auf der rechten Seite.
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Section
22385 Beschriftungs-Formatierung
22386 \begin_inset CommandInset label
22387 LatexCommand label
22388 name "abs:Titel-Formatierung"
22389
22390 \end_inset
22391
22392
22393 \begin_inset Index
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397 Gleitobjekte ! Beschriftung ! Formatierung
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Standard
22406
22407 \family sans
22408 Legende
22409 \family default
22410  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22411  In LyX sehen Titel so aus:  
22412 \family sans
22413
22414 \begin_inset Quotes gld
22415 \end_inset
22416
22417 Abbildung xyz:
22418 \family default
22419
22420 \begin_inset Quotes grd
22421 \end_inset
22422
22423 , gefolgt vom Beschriftungstext, wobei 
22424 \family sans
22425 xyz
22426 \family default
22427  die von LyX vergebene Nummer ist.
22428  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22429  gedruckt.
22430  Dies ist nicht immer brauchbar.
22431 \end_layout
22432
22433 \begin_layout Standard
22434 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22435  
22436 \series bold
22437 caption
22438 \series default
22439
22440 \begin_inset Index
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 LaTeX-Pakete ! caption
22445 \end_layout
22446
22447 \end_inset
22448
22449  in den LaTeX-Vorspann laden:
22450 \end_layout
22451
22452 \begin_layout Standard
22453
22454 \series bold
22455
22456 \backslash
22457 usepackage[Format-Definition]{caption}
22458 \end_layout
22459
22460 \begin_layout Standard
22461 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22462  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22463 \end_layout
22464
22465 \begin_layout Standard
22466
22467 \series bold
22468
22469 \backslash
22470 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22471 \end_layout
22472
22473 \begin_layout Standard
22474 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22475  definieren.
22476  Dazu laden Sie das 
22477 \series bold
22478 caption
22479 \series default
22480 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22481  dem Befehl
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486 \series bold
22487
22488 \backslash
22489 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 Für Abbildung
22494 \begin_inset space ~
22495 \end_inset
22496
22497
22498 \begin_inset CommandInset ref
22499 LatexCommand ref
22500 reference "abb:Langer-Abb-Titel"
22501
22502 \end_inset
22503
22504  und Tabelle
22505 \begin_inset space ~
22506 \end_inset
22507
22508
22509 \begin_inset CommandInset ref
22510 LatexCommand ref
22511 reference "tab:Langer-Tab-Titel"
22512
22513 \end_inset
22514
22515  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22516  werden:
22517 \end_layout
22518
22519 \begin_layout Standard
22520
22521 \series bold
22522
22523 \backslash
22524 usepackage[tableposition=top]{caption}
22525 \begin_inset Newline newline
22526 \end_inset
22527
22528
22529 \backslash
22530 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22531 \begin_inset Newline newline
22532 \end_inset
22533
22534
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540
22541 \backslash
22542 hphantom{
22543 \backslash
22544
22545 \backslash
22546 captionsetup[figure]
22547 \backslash
22548 {}
22549 \end_layout
22550
22551 \end_inset
22552
22553  labelsep=period}
22554 \begin_inset Newline newline
22555 \end_inset
22556
22557
22558 \backslash
22559 captionsetup[table]{labelfont={bf,sf}}
22560 \end_layout
22561
22562 \begin_layout Standard
22563 \begin_inset Note Greyedout
22564 status open
22565
22566 \begin_layout Plain Layout
22567
22568 \series bold
22569 Bemerkung:
22570 \series default
22571  Die Option 
22572 \series bold
22573 tableposition=top
22574 \series default
22575  hat keine Auswirkung, wenn eine 
22576 \series bold
22577 koma-script
22578 \series default
22579
22580 \begin_inset Index
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584 LaTeX-Pakete ! koma-script
22585 \end_layout
22586
22587 \end_inset
22588
22589 -Dokumentklasse verwendet wird.
22590  Hier muss die Option 
22591 \series bold
22592 tablecaptionabove
22593 \series default
22594  benutzt werden.
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 Weitere Informationen über das Paket
22604 \series bold
22605  caption
22606 \series default
22607  finden Sie in seiner Dokumentation 
22608 \begin_inset CommandInset citation
22609 LatexCommand cite
22610 key "caption"
22611
22612 \end_inset
22613
22614 .
22615 \end_layout
22616
22617 \begin_layout Standard
22618 Wenn Sie den Namen von 
22619 \begin_inset Quotes gld
22620 \end_inset
22621
22622 Abbildung
22623 \begin_inset Quotes grd
22624 \end_inset
22625
22626  auf 
22627 \begin_inset Quotes gld
22628 \end_inset
22629
22630 Bild
22631 \begin_inset Quotes grd
22632 \end_inset
22633
22634  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22635 \end_layout
22636
22637 \begin_layout Standard
22638
22639 \series bold
22640
22641 \backslash
22642 renewcommand{
22643 \backslash
22644 fnum@figure}{Bild~
22645 \backslash
22646 thefigure}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 wobei 
22651 \series bold
22652
22653 \backslash
22654 thefigure
22655 \series default
22656  die Bildnummer einsetzt und
22657 \series bold
22658  ~
22659 \series default
22660  ein geschütztes Leerzeichen ist.
22661 \end_layout
22662
22663 \begin_layout Standard
22664 \begin_inset VSpace bigskip
22665 \end_inset
22666
22667 Wenn Sie eine 
22668 \series bold
22669 koma-script
22670 \series default
22671
22672 \begin_inset Index
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676 LaTeX-Pakete ! koma-script
22677 \end_layout
22678
22679 \end_inset
22680
22681 -Dokumentklasse (
22682 \family sans
22683 article (koma-script)
22684 \family default
22685
22686 \family sans
22687 book (koma-script)
22688 \family default
22689
22690 \family sans
22691 letter (koma-script)
22692 \family default
22693  oder 
22694 \family sans
22695 report (koma-script)
22696 \family default
22697 ) benutzen, können Sie anstatt des 
22698 \series bold
22699 caption
22700 \series default
22701 -Paketes den eingebauten Befehl 
22702 \series bold
22703
22704 \backslash
22705 setkomafont
22706 \series default
22707  von 
22708 \series bold
22709 koma-script
22710 \series default
22711  benutzen.
22712  Der Befehl
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717 \series bold
22718
22719 \backslash
22720 setkomafont{captionlabel}{
22721 \backslash
22722 bfseries}
22723 \end_layout
22724
22725 \begin_layout Standard
22726 im LaTeX-Vorspann druckt den Namen fett.
22727 \end_layout
22728
22729 \begin_layout Standard
22730 Weitere Informationen über 
22731 \series bold
22732
22733 \backslash
22734 setkomafont
22735 \series default
22736  finden Sie in der 
22737 \series bold
22738 koma-script
22739 \series default
22740 -Do\SpecialChar \-
22741 ku\SpecialChar \-
22742 men\SpecialChar \-
22743 ta\SpecialChar \-
22744 tion 
22745 \begin_inset CommandInset citation
22746 LatexCommand cite
22747 key "koma-script"
22748
22749 \end_inset
22750
22751 .
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760
22761 \backslash
22762 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22763 }
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \begin_inset Note Note
22770 status open
22771
22772 \begin_layout Plain Layout
22773 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \begin_layout Standard
22782 \begin_inset Float figure
22783 placement !p
22784 wide false
22785 sideways false
22786 status open
22787
22788 \begin_layout Plain Layout
22789 \align center
22790 \begin_inset Graphics
22791         filename ../clipart/mobius.eps
22792         lyxscale 50
22793         scale 50
22794         scaleBeforeRotation
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Caption
22803
22804 \begin_layout Plain Layout
22805 \begin_inset CommandInset label
22806 LatexCommand label
22807 name "abb:Langer-Abb-Titel"
22808
22809 \end_inset
22810
22811 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22812  ist, um das andere Beschriftungsformat zu zeigen.
22813  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22814 \begin_inset OptArg
22815 status collapsed
22816
22817 \begin_layout Plain Layout
22818 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22819  ist.
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \begin_layout Standard
22838 \begin_inset ERT
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842
22843
22844 \backslash
22845 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22846 on}
22847 \end_layout
22848
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset Float table
22856 placement !p
22857 wide false
22858 sideways false
22859 status open
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Caption
22863
22864 \begin_layout Plain Layout
22865 \begin_inset CommandInset label
22866 LatexCommand label
22867 name "tab:Langer-Tab-Titel"
22868
22869 \end_inset
22870
22871 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22872  ist, um das andere Beschriftungsformat zu zeigen.
22873  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22874  benutzt.
22875 \begin_inset OptArg
22876 status collapsed
22877
22878 \begin_layout Plain Layout
22879 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22880  ist.
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \begin_layout Plain Layout
22894 \align center
22895 \begin_inset Tabular
22896 <lyxtabular version="3" rows="1" columns="5">
22897 <features>
22898 <column alignment="center" valignment="top" width="0">
22899 <column alignment="center" valignment="top" width="0">
22900 <column alignment="center" valignment="top" width="0">
22901 <column alignment="center" valignment="top" width="0">
22902 <column alignment="center" valignment="top" width="0">
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 a
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 b
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 c
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 d
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 e
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 </lyxtabular>
22951
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Section
22963 Beschriftungs-Platzierung
22964 \begin_inset CommandInset label
22965 LatexCommand label
22966 name "abs:Titel-Platzierung"
22967
22968 \end_inset
22969
22970
22971 \begin_inset Index
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975 Gleitobjekte ! Beschriftung ! Platzierung
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 Normalerweise werden die Beschriftungen wie folgt platziert:
22985 \end_layout
22986
22987 \begin_layout Description
22988 Abbildung: darunter
22989 \end_layout
22990
22991 \begin_layout Description
22992 Tabelle: darüber
22993 \end_layout
22994
22995 \begin_layout Standard
22996 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22997  Das heißt wenn Sie eine der Dokument-Klassen 
22998 \family sans
22999 article
23000 \family default
23001
23002 \family sans
23003 book
23004 \family default
23005
23006 \family sans
23007 letter
23008 \family default
23009  oder 
23010 \family sans
23011 report
23012 \family default
23013  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23014  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23015 \series bold
23016 caption
23017 \series default
23018  im LaTeX-Vorspann folgendes schreiben:
23019 \begin_inset Foot
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023 In Abschnitt
23024 \begin_inset space ~
23025 \end_inset
23026
23027
23028 \begin_inset CommandInset ref
23029 LatexCommand ref
23030 reference "abs:Titel-Formatierung"
23031
23032 \end_inset
23033
23034  steht mehr über das Paket 
23035 \series bold
23036 caption
23037 \series default
23038 .
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049 tableposition=top
23050 \end_layout
23051
23052 \begin_layout Standard
23053 Wenn Sie eine 
23054 \series bold
23055 koma-script
23056 \series default
23057
23058 \begin_inset Index
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 LaTeX-Pakete ! koma-script
23063 \end_layout
23064
23065 \end_inset
23066
23067 -Dokumentklasse (
23068 \family sans
23069 article (koma-script)
23070 \family default
23071
23072 \family sans
23073 book (koma-script)
23074 \family default
23075
23076 \family sans
23077 letter (koma-script)
23078 \family default
23079  oder 
23080 \family sans
23081 report (koma-script)
23082 \family default
23083 ) benutzen, können Sie alternativ zum 
23084 \series bold
23085 caption
23086 \series default
23087 -Paket die Option 
23088 \series bold
23089 tablecaptionabove
23090 \series default
23091  benutzen.
23092 \end_layout
23093
23094 \begin_layout Standard
23095 \begin_inset VSpace bigskip
23096 \end_inset
23097
23098 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23099  Das bewirkt das LaTeX-Paket 
23100 \series bold
23101 sidecap
23102 \series default
23103
23104 \begin_inset Index
23105 status collapsed
23106
23107 \begin_layout Plain Layout
23108 LaTeX-Pakete ! sidecap
23109 \end_layout
23110
23111 \end_inset
23112
23113 , das so in den LaTeX-Vorspann geladen wird:
23114 \end_layout
23115
23116 \begin_layout Standard
23117
23118 \series bold
23119
23120 \backslash
23121 usepackage[Option]{sidecap}
23122 \end_layout
23123
23124 \begin_layout Standard
23125 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23126  Mit 
23127 \series bold
23128 innercaption
23129 \series default
23130  wird die Beschriftung innen gedruckt.
23131  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23132  
23133 \series bold
23134 rightcaption
23135 \series default
23136  oder 
23137 \series bold
23138 leftcaption
23139 \series default
23140 .
23141 \end_layout
23142
23143 \begin_layout Standard
23144 \begin_inset ERT
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148
23149
23150 \backslash
23151 ifsidecap
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \begin_inset Note Note
23158 status open
23159
23160 \begin_layout Plain Layout
23161 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23162 \series bold
23163 sidecap
23164 \series default
23165  installiert ist.
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23175  in den LaTeX-Vorspann schreiben:
23176 \end_layout
23177
23178 \begin_layout Standard
23179
23180 \lyxline
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185
23186 \series bold
23187
23188 \backslash
23189 newcommand{
23190 \backslash
23191 TabBesBeg}{%
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 hphantom{ }
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \backslash
23210 let
23211 \backslash
23212 MyTable
23213 \backslash
23214 table
23215 \begin_inset Newline newline
23216 \end_inset
23217
23218
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 hphantom{ }
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \backslash
23233 let
23234 \backslash
23235 MyEndtable
23236 \backslash
23237 endtable
23238 \begin_inset Newline newline
23239 \end_inset
23240
23241
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247
23248 \backslash
23249 hphantom{ }
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \backslash
23256 renewenvironment{table}{
23257 \backslash
23258 begin{SCtable}}{
23259 \backslash
23260 end{SCtable}}}
23261 \end_layout
23262
23263 \begin_layout Standard
23264
23265 \series bold
23266
23267 \backslash
23268 newcommand{
23269 \backslash
23270 TabBesEnd}{%
23271 \begin_inset Newline newline
23272 \end_inset
23273
23274
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 hphantom{ }
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \backslash
23289 let
23290 \backslash
23291 table
23292 \backslash
23293 MyTable
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 hphantom{ }
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \backslash
23312 let
23313 \backslash
23314 endtable
23315 \backslash
23316 MyEndtable
23317 \end_layout
23318
23319 \begin_layout Standard
23320
23321 \series bold
23322
23323 \backslash
23324 newcommand{
23325 \backslash
23326 FigBesBeg}{%
23327 \begin_inset Newline newline
23328 \end_inset
23329
23330
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 hphantom{ }
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \backslash
23345 let
23346 \backslash
23347 MyFigure
23348 \backslash
23349 figure
23350 \begin_inset Newline newline
23351 \end_inset
23352
23353
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 hphantom{ }
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \backslash
23368 let
23369 \backslash
23370 MyEndfigure
23371 \backslash
23372 endfigure
23373 \begin_inset Newline newline
23374 \end_inset
23375
23376
23377 \begin_inset ERT
23378 status collapsed
23379
23380 \begin_layout Plain Layout
23381
23382
23383 \backslash
23384 hphantom{ }
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \backslash
23391 renewenvironment{figure}{
23392 \backslash
23393 begin{SCfigure}}{
23394 \backslash
23395 end{SCfigure}}}
23396 \end_layout
23397
23398 \begin_layout Standard
23399
23400 \series bold
23401
23402 \backslash
23403 newcommand{
23404 \backslash
23405 FigBesEnd}{%
23406 \begin_inset Newline newline
23407 \end_inset
23408
23409
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 hphantom{ }
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \backslash
23424 let
23425 \backslash
23426 figure
23427 \backslash
23428 MyFigure
23429 \begin_inset Newline newline
23430 \end_inset
23431
23432
23433 \begin_inset ERT
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437
23438
23439 \backslash
23440 hphantom{ }
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \backslash
23447 let
23448 \backslash
23449 endfigure
23450 \backslash
23451 MyEndfigure}
23452 \series default
23453
23454 \lyxline
23455
23456 \end_layout
23457
23458 \begin_layout Standard
23459 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23460 ungen seitlich gedruckt werden.
23461  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23462 \end_layout
23463
23464 \begin_layout Standard
23465
23466 \series bold
23467
23468 \backslash
23469 FigBesBeg
23470 \end_layout
23471
23472 \begin_layout Standard
23473 als TeX-Code vor und
23474 \end_layout
23475
23476 \begin_layout Standard
23477
23478 \series bold
23479
23480 \backslash
23481 FigBesEnd
23482 \end_layout
23483
23484 \begin_layout Standard
23485 hinter das Gleitobjekt.
23486  Bei Gleitobjekt-Tabellen heißen die Befehle
23487 \end_layout
23488
23489 \begin_layout Standard
23490
23491 \series bold
23492
23493 \backslash
23494 TabBesBeg
23495 \series default
23496  und 
23497 \series bold
23498
23499 \backslash
23500 TabBesEnd
23501 \series default
23502 .
23503 \end_layout
23504
23505 \begin_layout Standard
23506 Abbildung
23507 \begin_inset space ~
23508 \end_inset
23509
23510
23511 \begin_inset CommandInset ref
23512 LatexCommand ref
23513 reference "abb:Beschriftung-neben"
23514
23515 \end_inset
23516
23517  und Tabelle
23518 \begin_inset space ~
23519 \end_inset
23520
23521
23522 \begin_inset CommandInset ref
23523 LatexCommand ref
23524 reference "tab:cap-beside-tab"
23525
23526 \end_inset
23527
23528  sind Beispiele für seitliche Beschriftungen.
23529 \end_layout
23530
23531 \begin_layout Standard
23532 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23533  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23534  der Abbildung.
23535  Das kann man mit dem Befehl
23536 \end_layout
23537
23538 \begin_layout Standard
23539
23540 \series bold
23541
23542 \backslash
23543 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23544 \end_layout
23545
23546 \begin_layout Standard
23547 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23548  Der Gleitobjekt-Typ ist entweder 
23549 \family sans
23550 figure
23551 \family default
23552  oder 
23553 \family sans
23554 table
23555 \family default
23556 , die
23557 \family sans
23558  
23559 \family default
23560 Platzierung ist 
23561 \family typewriter
23562 t
23563 \family default
23564  für oben, 
23565 \family typewriter
23566 c
23567 \family default
23568  für zentriert oder 
23569 \family typewriter
23570 b
23571 \family default
23572  für unten.
23573  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23574  lautet der Befehl
23575 \end_layout
23576
23577 \begin_layout Standard
23578
23579 \series bold
23580
23581 \backslash
23582 sidecaptionvpos{figure}{c}
23583 \end_layout
23584
23585 \begin_layout Standard
23586 Das wurde in Abbildung
23587 \begin_inset space ~
23588 \end_inset
23589
23590
23591 \begin_inset CommandInset ref
23592 LatexCommand ref
23593 reference "abb:cap-beside-fig-2"
23594
23595 \end_inset
23596
23597  benutzt.
23598 \end_layout
23599
23600 \begin_layout Standard
23601 \begin_inset VSpace medskip
23602 \end_inset
23603
23604 Weitere Informationen über das Paket
23605 \series bold
23606  sidecap
23607 \series default
23608  finden Sie in seiner Dokumentation 
23609 \begin_inset CommandInset citation
23610 LatexCommand cite
23611 key "sidecap"
23612
23613 \end_inset
23614
23615 .
23616 \end_layout
23617
23618 \begin_layout Standard
23619 \begin_inset Note Greyedout
23620 status open
23621
23622 \begin_layout Plain Layout
23623
23624 \series bold
23625 Bemerkung:
23626 \series default
23627  Das LaTeX-Paket 
23628 \series bold
23629 hypcap
23630 \series default
23631 ,
23632 \begin_inset Index
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636 LaTeX-Pakete ! hypcap
23637 \end_layout
23638
23639 \end_inset
23640
23641  das in Abschnitt
23642 \begin_inset space ~
23643 \end_inset
23644
23645
23646 \begin_inset CommandInset ref
23647 LatexCommand ref
23648 reference "uab:Querverweis-Position"
23649
23650 \end_inset
23651
23652  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23653  Beschriftungen.
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 \begin_inset ERT
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666
23667
23668 \backslash
23669 FigBesBeg 
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset Float figure
23679 wide false
23680 sideways false
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Graphics
23685         filename ../clipart/escher-lsd.eps
23686         scale 75
23687         scaleBeforeRotation
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Plain Layout
23695 \begin_inset Caption
23696
23697 \begin_layout Plain Layout
23698 \begin_inset CommandInset label
23699 LatexCommand label
23700 name "abb:Beschriftung-neben"
23701
23702 \end_inset
23703
23704 Dies ist eine Beschriftung neben einer Abbildung.
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 TabBesBeg 
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset Float table
23735 wide false
23736 sideways false
23737 status open
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Caption
23741
23742 \begin_layout Plain Layout
23743 \begin_inset CommandInset label
23744 LatexCommand label
23745 name "tab:cap-beside-tab"
23746
23747 \end_inset
23748
23749 Dies ist eine Beschriftung neben einer Tabelle.
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout Plain Layout
23758 \begin_inset Tabular
23759 <lyxtabular version="3" rows="4" columns="5">
23760 <features>
23761 <column alignment="center" valignment="top" width="0">
23762 <column alignment="center" valignment="top" width="0">
23763 <column alignment="center" valignment="top" width="0">
23764 <column alignment="center" valignment="top" width="0">
23765 <column alignment="center" valignment="top" width="0">
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 a
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 b
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 c
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 d
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 e
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 f
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 g
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 h
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 i
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 j
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 </lyxtabular>
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 \begin_inset ERT
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971
23972
23973 \backslash
23974 TabBesEnd
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 \begin_inset ERT
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988
23989 \backslash
23990 sidecaptionvpos{figure}{c}
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \begin_inset Float figure
23997 wide false
23998 sideways false
23999 status open
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Graphics
24003         filename ../clipart/escher-lsd.eps
24004         scale 75
24005         scaleBeforeRotation
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Caption
24014
24015 \begin_layout Plain Layout
24016 \begin_inset CommandInset label
24017 LatexCommand label
24018 name "abb:cap-beside-fig-2"
24019
24020 \end_inset
24021
24022 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Standard
24036 \begin_inset ERT
24037 status collapsed
24038
24039 \begin_layout Plain Layout
24040
24041
24042 \backslash
24043 FigBesEnd
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 \begin_inset ERT
24053 status collapsed
24054
24055 \begin_layout Plain Layout
24056
24057
24058 \backslash
24059 else
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \begin_inset Note Note
24066 status open
24067
24068 \begin_layout Plain Layout
24069 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24070 \series bold
24071 sidecap
24072 \series default
24073  nicht installiert ist:
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082 Das LaTeX-Paket 
24083 \series bold
24084 sidecap
24085 \series default
24086  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24087 \end_layout
24088
24089 \begin_layout Standard
24090 \begin_inset ERT
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094
24095
24096 \backslash
24097 fi
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Section
24106 Gleitobjekt-Verzeichnisse
24107 \begin_inset Index
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111 Gleitobjekte ! Verzeichnisse
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24121  Sie können mit den Untermenüs von 
24122 \family sans
24123 Einfügen\SpecialChar \menuseparator
24124 Liste
24125 \begin_inset space ~
24126 \end_inset
24127
24128 /
24129 \begin_inset space ~
24130 \end_inset
24131
24132 Inhaltsverzeichnis
24133 \family default
24134  eingefügt werden.
24135 \end_layout
24136
24137 \begin_layout Standard
24138 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24139  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24140 \end_layout
24141
24142 \begin_layout Standard
24143 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24144  und ein Tabellen-Verzeichnis.
24145 \end_layout
24146
24147 \begin_layout Chapter
24148 Notizen
24149 \end_layout
24150
24151 \begin_layout Section
24152 LyX-Notizen
24153 \begin_inset Index
24154 status collapsed
24155
24156 \begin_layout Plain Layout
24157 Notizen ! LyX-Notizen
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 Notizen werden mit einem Klick auf 
24167 \begin_inset Graphics
24168         filename ../../images/note-insert.png
24169         scale 85
24170         scaleBeforeRotation
24171         BoundingBox 0bp 6bp 22bp 22bp
24172
24173 \end_inset
24174
24175  oder 
24176 \family sans
24177 Einfügen\SpecialChar \menuseparator
24178 Notiz
24179 \family default
24180  eingefügt.
24181  Es gibt drei Arten:
24182 \end_layout
24183
24184 \begin_layout Description
24185 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24186  Eine 
24187 \family sans
24188 LyX-Notiz
24189 \family default
24190  sieht so aus:
24191 \begin_inset Newline newline
24192 \end_inset
24193
24194
24195 \begin_inset Newline newline
24196 \end_inset
24197
24198
24199 \begin_inset Graphics
24200         filename clipart/LyXNotizQt4.png
24201         display false
24202         scale 60
24203         scaleBeforeRotation
24204
24205 \end_inset
24206
24207  
24208 \begin_inset Note Note
24209 status open
24210
24211 \begin_layout Plain Layout
24212 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Description
24221 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24222  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24223 \family sans
24224 Datei\SpecialChar \menuseparator
24225 Ex\SpecialChar \-
24226 por\SpecialChar \-
24227 tie\SpecialChar \-
24228 ren\SpecialChar \menuseparator
24229 LaTe
24230 \begin_inset ERT
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234
24235 {}
24236 \end_layout
24237
24238 \end_inset
24239
24240 X (pdflatex) / (normal)
24241 \family default
24242 .
24243  Ein Kommentar sieht so aus:
24244 \begin_inset Newline newline
24245 \end_inset
24246
24247
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \begin_inset Graphics
24253         filename clipart/KommentarQt4.png
24254         display false
24255         scale 60
24256         scaleBeforeRotation
24257
24258 \end_inset
24259
24260  
24261 \begin_inset Note Comment
24262 status open
24263
24264 \begin_layout Plain Layout
24265 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \begin_layout Description
24274 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24275 \begin_inset Newline newline
24276 \end_inset
24277
24278
24279 \begin_inset Newline newline
24280 \end_inset
24281
24282
24283 \begin_inset Graphics
24284         filename clipart/GrauschriftNotizQt4.png
24285         display false
24286         scale 60
24287         scaleBeforeRotation
24288
24289 \end_inset
24290
24291
24292 \begin_inset Newline newline
24293 \end_inset
24294
24295
24296 \begin_inset ERT
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300
24301
24302 \backslash
24303 renewenvironment{lyxgreyedout}
24304 \end_layout
24305
24306 \begin_layout Plain Layout
24307
24308 {
24309 \backslash
24310 textcolor[gray]{0.4}
24311 \backslash
24312 bgroup}{
24313 \backslash
24314 egroup}
24315 \end_layout
24316
24317 \end_inset
24318
24319
24320 \begin_inset Note Greyedout
24321 status open
24322
24323 \begin_layout Plain Layout
24324 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24325 \begin_inset Foot
24326 status open
24327
24328 \begin_layout Plain Layout
24329 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \begin_inset ERT
24341 status collapsed
24342
24343 \begin_layout Plain Layout
24344
24345
24346 \backslash
24347 renewenvironment{lyxgreyedout}
24348 \end_layout
24349
24350 \begin_layout Plain Layout
24351
24352 {
24353 \backslash
24354 textcolor{blue}
24355 \backslash
24356 bgroup}{
24357 \backslash
24358 egroup}
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \begin_inset Note Note
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24369  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24370  
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \begin_inset Newline newline
24377 \end_inset
24378
24379
24380 \begin_inset Newline newline
24381 \end_inset
24382
24383 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24384  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset VSpace bigskip
24389 \end_inset
24390
24391 Wenn Sie auf den Werzeugleistenknopf 
24392 \begin_inset Graphics
24393         filename ../../images/note-insert.png
24394         scale 85
24395         scaleBeforeRotation
24396         BoundingBox 0bp 6bp 22bp 22bp
24397
24398 \end_inset
24399
24400  klicken, wird zunächst eine 
24401 \family sans
24402 LyX-Notiz
24403 \family default
24404  eingefügt.
24405  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24406  anderen Möglichkeiten auswählen.
24407  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24408  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24409  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24410  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24411  am Ende der Notiz ist.
24412 \end_layout
24413
24414 \begin_layout Standard
24415 \begin_inset VSpace bigskip
24416 \end_inset
24417
24418 Die Textfarbe der 
24419 \family sans
24420 Grauschrift
24421 \family default
24422 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24423 \end_layout
24424
24425 \begin_layout Standard
24426
24427 \series bold
24428
24429 \backslash
24430 renewenvironment{lyxgreyedout}
24431 \begin_inset Newline newline
24432 \end_inset
24433
24434
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 hphantom{ }
24443 \end_layout
24444
24445 \end_inset
24446
24447 {
24448 \backslash
24449 textcolor{color}
24450 \backslash
24451 bgroup}{
24452 \backslash
24453 egroup}
24454 \end_layout
24455
24456 \begin_layout Standard
24457 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24458 \begin_inset space ~
24459 \end_inset
24460
24461
24462 \begin_inset CommandInset ref
24463 LatexCommand ref
24464 reference "abs:Farbige-Tabellen"
24465
24466 \end_inset
24467
24468  beschrieben.
24469  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24470 \end_layout
24471
24472 \begin_layout Section
24473 Fußnoten
24474 \begin_inset CommandInset label
24475 LatexCommand label
24476 name "abs:Fußnoten"
24477
24478 \end_inset
24479
24480
24481 \begin_inset Index
24482 status collapsed
24483
24484 \begin_layout Plain Layout
24485 Notizen ! Fußnoten
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \begin_inset Index
24492 status collapsed
24493
24494 \begin_layout Plain Layout
24495 Fußnoten
24496 \end_layout
24497
24498 \end_inset
24499
24500
24501 \end_layout
24502
24503 \begin_layout Standard
24504 Zu dem, was bereits im 
24505 \emph on
24506 Benutzerhandbuch
24507 \emph default
24508  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24509  Eine Fußnotenbox sieht folgendermaßen aus: 
24510 \begin_inset Graphics
24511         filename clipart/FussnoteQt4.png
24512         scale 80
24513         scaleBeforeRotation
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521 Hier ist eine Beispielfußnote:
24522 \color black
24523
24524 \begin_inset Foot
24525 status open
24526
24527 \begin_layout Plain Layout
24528 \begin_inset CommandInset label
24529 LatexCommand label
24530 name "fuss:Fußnoten-Beispiel"
24531
24532 \end_inset
24533
24534 Dies ist eine Fußnote.
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset ERT
24544 status collapsed
24545
24546 \begin_layout Plain Layout
24547
24548
24549 \backslash
24550 newcounter{MyRepeatFoot}
24551 \end_layout
24552
24553 \begin_layout Plain Layout
24554
24555
24556 \backslash
24557 setcounter{MyRepeatFoot}{
24558 \backslash
24559 thefootnote}
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24569  wurde, eine hochgestellte Zahl.
24570  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24571  hochgestellt dem Text vorangeht.
24572  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24573  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24574  werden.
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24579  der Fußnote eine Marke eingefügt wurde.
24580  Dies ist ein Querverweis auf Fußnote
24581 \begin_inset space ~
24582 \end_inset
24583
24584
24585 \begin_inset CommandInset ref
24586 LatexCommand ref
24587 reference "fuss:Fußnoten-Beispiel"
24588
24589 \end_inset
24590
24591 .
24592 \end_layout
24593
24594 \begin_layout Standard
24595 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24596  siehe Abschnitt
24597 \begin_inset space ~
24598 \end_inset
24599
24600
24601 \begin_inset CommandInset ref
24602 LatexCommand ref
24603 reference "abs:Minipage"
24604
24605 \end_inset
24606
24607 .
24608  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \begin_inset CommandInset ref
24614 LatexCommand ref
24615 reference "uab:Fußnoten-in-langen"
24616
24617 \end_inset
24618
24619  beschrieben.
24620 \end_layout
24621
24622 \begin_layout Standard
24623 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24624  TeX-Code-Befehl 
24625 \series bold
24626
24627 \backslash
24628 footnotemark[Nummer]
24629 \series default
24630  benutzen.
24631  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24632  mal gedruckt wird.
24633 \end_layout
24634
24635 \begin_layout Standard
24636 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24637  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24638  Hinter Fußnote
24639 \begin_inset space ~
24640 \end_inset
24641
24642
24643 \begin_inset CommandInset ref
24644 LatexCommand ref
24645 reference "fuss:Fußnoten-Beispiel"
24646
24647 \end_inset
24648
24649  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24650 \end_layout
24651
24652 \begin_layout Standard
24653
24654 \series bold
24655
24656 \backslash
24657 newcounter{MyRepeatFoot}
24658 \begin_inset Newline newline
24659 \end_inset
24660
24661
24662 \backslash
24663 setcounter{MyRepeatFoot}{
24664 \backslash
24665 thefootnote}
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24670 \end_layout
24671
24672 \begin_layout Standard
24673
24674 \series bold
24675
24676 \backslash
24677 footnotemark[
24678 \backslash
24679 theMyRepeatFoot]
24680 \end_layout
24681
24682 \begin_layout Standard
24683 Hier ist ein Beispiel für eine Fußnotenmarke:
24684 \family roman
24685 \series medium
24686 \bar no
24687
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693
24694 \backslash
24695 footnotemark[
24696 \backslash
24697 theMyRepeatFoot]
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Subsection
24706 Fußnoten-Nummerierung
24707 \begin_inset CommandInset label
24708 LatexCommand label
24709 name "uab:Fußnoten-Nummerierung"
24710
24711 \end_inset
24712
24713
24714 \begin_inset Index
24715 status collapsed
24716
24717 \begin_layout Plain Layout
24718 Fußnoten ! Nummerierung
24719 \end_layout
24720
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \begin_layout Standard
24727 Um Fußnoten nach jedem Abschnitt
24728 \family roman
24729  auf 1 zurückzusetzen, 
24730 \family default
24731 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24732 \end_layout
24733
24734 \begin_layout Standard
24735
24736 \series bold
24737
24738 \backslash
24739 @addtoreset{footnote}{section}
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \begin_inset VSpace bigskip
24744 \end_inset
24745
24746 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24747  Zahlen:
24748 \end_layout
24749
24750 \begin_layout Standard
24751
24752 \series bold
24753
24754 \backslash
24755 renewcommand{
24756 \backslash
24757 thefootnote}{
24758 \backslash
24759 roman{footnote}}
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \begin_inset ERT
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767
24768
24769 \backslash
24770 renewcommand{
24771 \backslash
24772 thefootnote}{
24773 \backslash
24774 roman{footnote}}
24775 \end_layout
24776
24777 \end_inset
24778
24779  Hier ist ein Beispiel für solch eine Fußnote:
24780 \begin_inset Foot
24781 status open
24782
24783 \begin_layout Plain Layout
24784 Dies ist eine Fußnote mit kleinen römischen Zahlen
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \begin_layout Standard
24793 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24794  in obigem Befehl 
24795 \series bold
24796
24797 \backslash
24798 roman
24799 \series default
24800  durch 
24801 \series bold
24802
24803 \backslash
24804 Roman
24805 \series default
24806 .
24807  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24808 \begin_inset Quotes gld
24809 \end_inset
24810
24811 nummerieren
24812 \begin_inset Quotes grd
24813 \end_inset
24814
24815 , verwenden Sie die Befehle 
24816 \series bold
24817
24818 \backslash
24819 Alph
24820 \series default
24821  oder 
24822 \series bold
24823
24824 \backslash
24825 alph
24826 \series default
24827 .
24828  Für die 
24829 \begin_inset Quotes gld
24830 \end_inset
24831
24832 Nummerierung
24833 \begin_inset Quotes grd
24834 \end_inset
24835
24836  mit Symbolen steht der Befehl 
24837 \series bold
24838
24839 \backslash
24840 fnsymbol
24841 \series default
24842  zur Verfügung.
24843 \end_layout
24844
24845 \begin_layout Standard
24846 \begin_inset Note Greyedout
24847 status open
24848
24849 \begin_layout Plain Layout
24850
24851 \series bold
24852 Bemerkung 1:
24853 \series default
24854  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24855  
24856 \emph on
24857 ein
24858 \emph default
24859  Buchstabe verwendet wird.
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset Newline newline
24866 \end_inset
24867
24868
24869 \begin_inset Note Greyedout
24870 status open
24871
24872 \begin_layout Plain Layout
24873
24874 \series bold
24875 Bemerkung 2:
24876 \series default
24877  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24887 \series bold
24888
24889 \backslash
24890 arabic
24891 \series default
24892  anstelle von 
24893 \series bold
24894
24895 \backslash
24896 roman
24897 \series default
24898  in obigem Befehl.
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904
24905 \backslash
24906 renewcommand{
24907 \backslash
24908 thefootnote}{
24909 \backslash
24910 arabic{footnote}}
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Standard
24919 \begin_inset VSpace bigskip
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Standard
24926 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24927 \begin_inset Quotes gld
24928 \end_inset
24929
24930 Kapitel.Fußnote
24931 \begin_inset Quotes grd
24932 \end_inset
24933
24934  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \series bold
24940
24941 \backslash
24942 numberwithin{footnote}{chapter}
24943 \end_layout
24944
24945 \begin_layout Standard
24946 Um 
24947 \series bold
24948
24949 \backslash
24950 numberwithin
24951 \series default
24952  benutzen zu können, muss in den 
24953 \family sans
24954 Mathe
24955 \begin_inset space ~
24956 \end_inset
24957
24958 Optionen
24959 \family default
24960  der 
24961 \family sans
24962 Dokument-Einstellungen
24963 \family default
24964  
24965 \family sans
24966 AMS
24967 \begin_inset space ~
24968 \end_inset
24969
24970 Mathe
24971 \begin_inset space ~
24972 \end_inset
24973
24974 Paket
24975 \family default
24976
24977 \begin_inset space ~
24978 \end_inset
24979
24980
24981 \family sans
24982 verwenden
24983 \family default
24984  angekreuzt sein.
24985 \begin_inset ERT
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989
24990
24991 \backslash
24992 numberwithin{footnote}{chapter}
24993 \end_layout
24994
24995 \end_inset
24996
24997  Hier ist ein Beispiel für solch eine Fußnote.
24998 \series bold
24999
25000 \begin_inset Foot
25001 status open
25002
25003 \begin_layout Plain Layout
25004 Dies ist eine Fußnote nach dem Schema 
25005 \begin_inset Quotes gld
25006 \end_inset
25007
25008 Kapitel.Fußnote
25009 \begin_inset Quotes grd
25010 \end_inset
25011
25012 .
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \series default
25019
25020 \begin_inset ERT
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024
25025
25026 \backslash
25027 renewcommand{
25028 \backslash
25029 thefootnote}{
25030 \backslash
25031 arabic{footnote}}
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \begin_inset Note Greyedout
25041 status open
25042
25043 \begin_layout Plain Layout
25044
25045 \series bold
25046 Bemerkung:
25047 \series default
25048  
25049 \series bold
25050
25051 \backslash
25052 numberwithin
25053 \series default
25054  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25055  werden überschrieben.
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Um also z.
25065 \begin_inset space \thinspace{}
25066 \end_inset
25067
25068 B.
25069  das Schema 
25070 \begin_inset Quotes gld
25071 \end_inset
25072
25073 Kapitel.
25074 \backslash
25075 Roman{footnote}
25076 \begin_inset Quotes grd
25077 \end_inset
25078
25079  zu erhalten, muss dieser Befehl anstelle von 
25080 \series bold
25081
25082 \backslash
25083 numberwithin
25084 \series default
25085  verwendet werden:
25086 \end_layout
25087
25088 \begin_layout Standard
25089
25090 \series bold
25091
25092 \backslash
25093 renewcommand{
25094 \backslash
25095 thefootnote}{
25096 \backslash
25097 thechapter.
25098 \backslash
25099 Roman{footnote}}
25100 \end_layout
25101
25102 \begin_layout Subsection
25103 Fußnoten-Platzierung
25104 \begin_inset Index
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108 Fußnoten ! Platzierung
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25118  ohne Zwischenraum am Ende der Seite gedruckt.
25119  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25120  LaTeX-Vorspann 1.5
25121 \begin_inset space \thinspace{}
25122 \end_inset
25123
25124 mm Zwischenraum einfügen:
25125 \end_layout
25126
25127 \begin_layout Standard
25128
25129 \series bold
25130
25131 \backslash
25132 let
25133 \backslash
25134 myFoot
25135 \backslash
25136 footnote
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140
25141 \backslash
25142 renewcommand{
25143 \backslash
25144 footnote}[1]{
25145 \backslash
25146 myFoot{#1
25147 \backslash
25148 vspace{1.5mm}}}
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset VSpace bigskip
25153 \end_inset
25154
25155 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25156  Spalte gedruckt, Abbildung
25157 \begin_inset space ~
25158 \end_inset
25159
25160
25161 \begin_inset CommandInset ref
25162 LatexCommand ref
25163 reference "abb:Standard-Fußnoten-Platzierung-in"
25164
25165 \end_inset
25166
25167 .
25168  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25169  in Abbildung
25170 \begin_inset space ~
25171 \end_inset
25172
25173
25174 \begin_inset CommandInset ref
25175 LatexCommand ref
25176 reference "abb:Fußnoten-Platzierung-in-einem"
25177
25178 \end_inset
25179
25180 , müssen Sie das LaTeX-Paket 
25181 \series bold
25182 ftnright
25183 \series default
25184
25185 \begin_inset Index
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189 LaTeX-Pakete ! ftnright
25190 \end_layout
25191
25192 \end_inset
25193
25194  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25195 \end_layout
25196
25197 \begin_layout Standard
25198
25199 \series bold
25200
25201 \backslash
25202 usepackage{ftnright}
25203 \end_layout
25204
25205 \begin_layout Standard
25206 \begin_inset Float figure
25207 placement !h
25208 wide false
25209 sideways false
25210 status open
25211
25212 \begin_layout Plain Layout
25213 \begin_inset ERT
25214 status collapsed
25215
25216 \begin_layout Plain Layout
25217
25218
25219 \backslash
25220 framebox{
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Graphics
25227         filename ../clipart/without_fntright.pdf
25228         width 100col%
25229         scaleBeforeRotation
25230
25231 \end_inset
25232
25233
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239 }
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Plain Layout
25248 \begin_inset Caption
25249
25250 \begin_layout Plain Layout
25251 \begin_inset CommandInset label
25252 LatexCommand label
25253 name "abb:Standard-Fußnoten-Platzierung-in"
25254
25255 \end_inset
25256
25257 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25258 \begin_inset OptArg
25259 status open
25260
25261 \begin_layout Plain Layout
25262 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset Float figure
25282 placement !h
25283 wide false
25284 sideways false
25285 status open
25286
25287 \begin_layout Plain Layout
25288 \begin_inset ERT
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292
25293
25294 \backslash
25295 framebox{
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \begin_inset Graphics
25302         filename ../clipart/with_fntright.pdf
25303         width 100col%
25304         scaleBeforeRotation
25305
25306 \end_inset
25307
25308
25309 \begin_inset ERT
25310 status collapsed
25311
25312 \begin_layout Plain Layout
25313
25314 }
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Plain Layout
25323 \begin_inset Caption
25324
25325 \begin_layout Plain Layout
25326 \begin_inset CommandInset label
25327 LatexCommand label
25328 name "abb:Fußnoten-Platzierung-in-einem"
25329
25330 \end_inset
25331
25332 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25333  
25334 \series bold
25335 ftnright
25336 \series default
25337 .
25338 \begin_inset OptArg
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 Fußnoten-Platzierung mit 
25343 \family typewriter
25344 ftnright
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset VSpace bigskip
25364 \end_inset
25365
25366 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25367  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25368 \begin_inset space ~
25369 \end_inset
25370
25371
25372 \begin_inset CommandInset ref
25373 LatexCommand ref
25374 reference "abb:endnotes----Die"
25375
25376 \end_inset
25377
25378  gedruckt.
25379  Man nennt sie dann 
25380 \emph on
25381 Endnoten
25382 \emph default
25383 .
25384 \begin_inset Index
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388 Endnoten
25389 \end_layout
25390
25391 \end_inset
25392
25393  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25394 \series bold
25395 endnotes
25396 \series default
25397
25398 \begin_inset Index
25399 status collapsed
25400
25401 \begin_layout Plain Layout
25402 LaTeX-Pakete ! endnotes
25403 \end_layout
25404
25405 \end_inset
25406
25407  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25408 \end_layout
25409
25410 \begin_layout Standard
25411
25412 \series bold
25413
25414 \backslash
25415 usepackage{endnotes}
25416 \begin_inset Newline newline
25417 \end_inset
25418
25419
25420 \backslash
25421 let
25422 \backslash
25423 footnote
25424 \backslash
25425 endnote
25426 \end_layout
25427
25428 \begin_layout Standard
25429 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25430 \series bold
25431  
25432 \backslash
25433 theendnotes
25434 \series default
25435  am Ende des Abschnitts oder Kapitels ein.
25436 \end_layout
25437
25438 \begin_layout Standard
25439 \begin_inset Float figure
25440 wide false
25441 sideways false
25442 status open
25443
25444 \begin_layout Plain Layout
25445 \align center
25446 \begin_inset ERT
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450
25451
25452 \backslash
25453 framebox{
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \begin_inset Graphics
25460         filename ../clipart/endnotes.pdf
25461         scaleBeforeRotation
25462
25463 \end_inset
25464
25465
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471 }
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Caption
25481
25482 \begin_layout Plain Layout
25483 \begin_inset CommandInset label
25484 LatexCommand label
25485 name "abb:endnotes----Die"
25486
25487 \end_inset
25488
25489
25490 \series bold
25491 endnotes
25492 \series default
25493  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25494  gedruckt.
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Standard
25508 \begin_inset VSpace medskip
25509 \end_inset
25510
25511 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25512 ache übersetzt.
25513  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25514 \begin_inset Quotes gld
25515 \end_inset
25516
25517 Notes 
25518 \begin_inset Quotes grd
25519 \end_inset
25520
25521 in 
25522 \begin_inset Quotes gld
25523 \end_inset
25524
25525 Anmerkungen
25526 \begin_inset Quotes grd
25527 \end_inset
25528
25529 :
25530 \end_layout
25531
25532 \begin_layout Standard
25533
25534 \series bold
25535
25536 \backslash
25537 renewcommand{
25538 \backslash
25539 notesname}{Anmerkungen}
25540 \end_layout
25541
25542 \begin_layout Standard
25543 \begin_inset VSpace medskip
25544 \end_inset
25545
25546 Wenn Sie in den Befehlen von Abschnitt
25547 \begin_inset space ~
25548 \end_inset
25549
25550
25551 \begin_inset CommandInset ref
25552 LatexCommand ref
25553 reference "uab:Fußnoten-Nummerierung"
25554
25555 \end_inset
25556
25557  
25558 \series bold
25559
25560 \backslash
25561 thefootnote
25562 \series default
25563  durch 
25564 \series bold
25565
25566 \backslash
25567 theendnote
25568 \series default
25569  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25570  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25571 \series bold
25572
25573 \backslash
25574 @addtoreset
25575 \series default
25576  wie in Abschnitt
25577 \begin_inset space \space{}
25578 \end_inset
25579
25580
25581 \begin_inset CommandInset ref
25582 LatexCommand ref
25583 reference "uab:Fußnoten-Nummerierung"
25584
25585 \end_inset
25586
25587  beschrieben und ersetzen 
25588 \series bold
25589 footnote
25590 \series default
25591  durch 
25592 \series bold
25593 endnote
25594 \series default
25595 .
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25600  
25601 \series bold
25602
25603 \backslash
25604 endnotemark[Nummer]
25605 \series default
25606  ähnlich wie 
25607 \series bold
25608
25609 \backslash
25610 footnotemark
25611 \series default
25612  Abschnitt
25613 \begin_inset space ~
25614 \end_inset
25615
25616
25617 \begin_inset CommandInset ref
25618 LatexCommand ref
25619 reference "abs:Fußnoten"
25620
25621 \end_inset
25622
25623 .
25624 \end_layout
25625
25626 \begin_layout Standard
25627 \begin_inset VSpace bigskip
25628 \end_inset
25629
25630 Mit dem LaTeX-Paket 
25631 \series bold
25632 footmisc
25633 \series default
25634
25635 \begin_inset Index
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639 LaTeX-Pakete ! footmisc
25640 \end_layout
25641
25642 \end_inset
25643
25644  (
25645 \begin_inset CommandInset citation
25646 LatexCommand cite
25647 key "footmisc"
25648
25649 \end_inset
25650
25651 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25652 \end_layout
25653
25654 \begin_layout Standard
25655 In LaTeX-Büchern, 
25656 \begin_inset CommandInset citation
25657 LatexCommand cite
25658 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25659
25660 \end_inset
25661
25662 , finden Sie weiteres zu Fußnoten.
25663 \end_layout
25664
25665 \begin_layout Section
25666 Randnotizen
25667 \begin_inset Index
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 Randnotizen
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \begin_inset Index
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681 Notizen ! Randnotizen
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Standard
25690 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25691  Sie fügen sie mit einem Klick auf den Schalter 
25692 \begin_inset Graphics
25693         filename ../../images/marginalnote-insert.png
25694         scale 70
25695         scaleBeforeRotation
25696
25697 \end_inset
25698
25699  oder über 
25700 \family sans
25701 Einfügen\SpecialChar \menuseparator
25702 Randnotiz
25703 \family default
25704  ein.
25705  Ein graues Kästchen mit der Aufschrift 
25706 \begin_inset Quotes gld
25707 \end_inset
25708
25709 Rand
25710 \begin_inset Quotes grd
25711 \end_inset
25712
25713  erscheint
25714 \family roman
25715 \series medium
25716 , und dort, wo der Cursor steht, können Sie Text eingeben.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Hier am Rand sehen Sie eine Randnotiz.
25721  
25722 \begin_inset Marginal
25723 status open
25724
25725 \begin_layout Plain Layout
25726 Dies ist eine Randnotiz.
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25736  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
25737  Seiten und rechts auf den ungeraden.
25738  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25739  wird und umgekehrt.
25740  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25741  wurde.
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset VSpace bigskip
25746 \end_inset
25747
25748 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25749 \end_layout
25750
25751 \begin_layout Standard
25752
25753 \series bold
25754
25755 \backslash
25756 reversemarginpar
25757 \end_layout
25758
25759 \begin_layout Standard
25760 als TeX-Code vor einer Randnotiz ein.
25761  Das gilt dann für alle folgenden Randnotizen.
25762  
25763 \begin_inset ERT
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767
25768
25769 \backslash
25770 reversemarginpar 
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \begin_inset Marginal
25777 status open
25778
25779 \begin_layout Plain Layout
25780 Hier ist ein Beispiel im inneren Rand.
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \begin_inset Newline newline
25787 \end_inset
25788
25789
25790 \begin_inset Note Greyedout
25791 status open
25792
25793 \begin_layout Plain Layout
25794  
25795 \series bold
25796 Achtung:
25797 \series default
25798  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25808 \end_layout
25809
25810 \begin_layout Standard
25811
25812 \series bold
25813
25814 \backslash
25815 normalmarginpar
25816 \end_layout
25817
25818 \begin_layout Standard
25819 als TeX-Code ein.
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 normalmarginpar 
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Standard
25836 \begin_inset Note Greyedout
25837 status open
25838
25839 \begin_layout Plain Layout
25840
25841 \series bold
25842 Achtung:
25843 \series default
25844  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25845 \series bold
25846
25847 \backslash
25848 reversemarginpar
25849 \series default
25850  verwendet wird.
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Standard
25859 \begin_inset VSpace bigskip
25860 \end_inset
25861
25862
25863 \begin_inset Marginal
25864 status open
25865
25866 \begin_layout Plain Layout
25867
25868 \family roman
25869 \series medium
25870 EinSehrLangesWort am Anfang, das umgebrochen wird.
25871 \end_layout
25872
25873 \end_inset
25874
25875  Ähnlich wie in Abschnitt
25876 \begin_inset space ~
25877 \end_inset
25878
25879
25880 \begin_inset CommandInset ref
25881 LatexCommand ref
25882 reference "uab:Mehrfache-Zeilen-in"
25883
25884 \end_inset
25885
25886  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25887  Wort der Randnotiz sind.
25888  Um das zu vermeiden, fügen sie 0
25889 \begin_inset space \thinspace{}
25890 \end_inset
25891
25892 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25893 \begin_inset Marginal
25894 status open
25895
25896 \begin_layout Plain Layout
25897 \begin_inset space \hspace{}
25898 \length 0pt
25899 \end_inset
25900
25901
25902 \family roman
25903 \series medium
25904 EinSehrLangesWort am Anfang, das umgebrochen wird.
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset Note Greyedout
25921 status open
25922
25923 \begin_layout Plain Layout
25924
25925 \series bold
25926 Bemerkung:
25927 \series default
25928  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25929  verwendet werden.
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \begin_layout Standard
25938 \begin_inset VSpace bigskip
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950
25951 \backslash
25952 ifmarginnote
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \begin_inset Note Note
25959 status open
25960
25961 \begin_layout Plain Layout
25962 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25963 \series bold
25964 marginnote
25965 \series default
25966  installiert ist.
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \begin_layout Standard
25975 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25976 \series bold
25977 marginnote
25978 \series default
25979
25980 \begin_inset Index
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984 LaTeX-Pakete ! marginnote
25985 \end_layout
25986
25987 \end_inset
25988
25989  verwendet wird.
25990  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25991  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25992  des Pakets 
25993 \series bold
25994 marginnote
25995 \series default
25996  für Randnotizen verwendet wird:
25997 \end_layout
25998
25999 \begin_layout Standard
26000
26001 \series bold
26002
26003 \backslash
26004 usepackage{marginnote}
26005 \begin_inset Newline newline
26006 \end_inset
26007
26008
26009 \backslash
26010 let
26011 \backslash
26012 marginpar
26013 \backslash
26014 marginnote
26015 \end_layout
26016
26017 \begin_layout Standard
26018 Dies wird auch in diesem Dokument verwendet, denn 
26019 \series bold
26020 marginnote
26021 \series default
26022  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26023  für Randnotizen angeben.
26024  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26025 n zu dicht beieinander sind.
26026  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26027  Schema
26028 \end_layout
26029
26030 \begin_layout Standard
26031
26032 \series bold
26033 [Versatz]
26034 \end_layout
26035
26036 \begin_layout Standard
26037 angegeben.
26038  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26039 \begin_inset space ~
26040 \end_inset
26041
26042
26043 \begin_inset CommandInset ref
26044 LatexCommand ref
26045 reference "tab:Maßeinheiten"
26046
26047 \end_inset
26048
26049  aufgelistet sind.
26050  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26051  nach unten.
26052  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26053 \begin_inset space \thinspace{}
26054 \end_inset
26055
26056 cm mit dem TeX-Code-Befehl  
26057 \begin_inset Quotes gld
26058 \end_inset
26059
26060
26061 \series bold
26062 [-1.5cm]
26063 \series default
26064
26065 \begin_inset Quotes grd
26066 \end_inset
26067
26068  nach oben versetzt.
26069 \begin_inset Marginal
26070 status open
26071
26072 \begin_layout Plain Layout
26073 Diese Randnotiz ist 1.5
26074 \begin_inset space \thinspace{}
26075 \end_inset
26076
26077 cm von ihrer Originalposition nach oben versetzt.
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088 [-1.5cm]
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 \begin_inset VSpace medskip
26098 \end_inset
26099
26100 Mit 
26101 \series bold
26102 marginnote
26103 \series default
26104  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26105  Zum Beispiel setzen die Befehle
26106 \end_layout
26107
26108 \begin_layout Standard
26109
26110 \series bold
26111
26112 \backslash
26113 renewcommand*{
26114 \backslash
26115 raggedleftmarginnote}{
26116 \backslash
26117 centering}
26118 \begin_inset Newline newline
26119 \end_inset
26120
26121
26122 \backslash
26123 renewcommand*{
26124 \backslash
26125 raggedrightmarginnote}{
26126 \backslash
26127 centering}
26128 \end_layout
26129
26130 \begin_layout Standard
26131 die Ausrichtung auf zentriert.
26132  
26133 \series bold
26134
26135 \backslash
26136 raggedleftmarginnote
26137 \series default
26138  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26139  
26140 \begin_inset ERT
26141 status collapsed
26142
26143 \begin_layout Plain Layout
26144
26145
26146 \backslash
26147 renewcommand*{
26148 \backslash
26149 raggedleftmarginnote}{
26150 \backslash
26151 centering}
26152 \end_layout
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 renewcommand*{
26159 \backslash
26160 raggedrightmarginnote}{
26161 \backslash
26162 centering}
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \begin_inset Marginal
26169 status open
26170
26171 \begin_layout Plain Layout
26172 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26173 \end_layout
26174
26175 \end_inset
26176
26177  Die Voreinstellung ist
26178 \end_layout
26179
26180 \begin_layout Standard
26181
26182 \series bold
26183
26184 \backslash
26185 renewcommand*{
26186 \backslash
26187 raggedleftmarginnote}{
26188 \backslash
26189 raggedleft}
26190 \begin_inset Newline newline
26191 \end_inset
26192
26193
26194 \backslash
26195 renewcommand*{
26196 \backslash
26197 raggedrightmarginnote}{
26198 \backslash
26199 raggedright}
26200 \series default
26201
26202 \begin_inset ERT
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206
26207
26208 \backslash
26209 renewcommand*{
26210 \backslash
26211 raggedleftmarginnote}{
26212 \backslash
26213 raggedleft}
26214 \end_layout
26215
26216 \begin_layout Plain Layout
26217
26218
26219 \backslash
26220 renewcommand*{
26221 \backslash
26222 raggedrightmarginnote}{
26223 \backslash
26224 raggedright}
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset VSpace medskip
26234 \end_inset
26235
26236 Für weitere Fähigkeiten des Pakets 
26237 \series bold
26238 marginnote
26239 \series default
26240  sei auf dessen Dokumentation verwiesen 
26241 \begin_inset CommandInset citation
26242 LatexCommand cite
26243 key "marginnote"
26244
26245 \end_inset
26246
26247 .
26248 \end_layout
26249
26250 \begin_layout Standard
26251 \begin_inset VSpace bigskip
26252 \end_inset
26253
26254 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26255  geändert werden.
26256  Um z.
26257 \begin_inset space \thinspace{}
26258 \end_inset
26259
26260 B.
26261  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26262  und fettgedruckten Text 
26263 \begin_inset Quotes eld
26264 \end_inset
26265
26266
26267 \family sans
26268 \series bold
26269 \bar under
26270 Achtung!
26271 \family default
26272 \series default
26273 \bar default
26274
26275 \begin_inset Quotes erd
26276 \end_inset
26277
26278  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26279 \end_layout
26280
26281 \begin_layout Standard
26282
26283 \series bold
26284
26285 \backslash
26286 let
26287 \backslash
26288 myMarginpar
26289 \backslash
26290 marginpar
26291 \begin_inset Newline newline
26292 \end_inset
26293
26294
26295 \backslash
26296 renewcommand{
26297 \backslash
26298 marginpar}[1]{
26299 \backslash
26300 myMarginpar{%
26301 \begin_inset Newline newline
26302 \end_inset
26303
26304
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 hphantom{ }
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \backslash
26319 hspace{0pt}
26320 \backslash
26321 textsf{
26322 \backslash
26323 textbf{
26324 \backslash
26325 underbar{Achtung!}}}%
26326 \begin_inset Newline newline
26327 \end_inset
26328
26329
26330 \begin_inset ERT
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334
26335
26336 \backslash
26337 hphantom{ }
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \backslash
26344 vspace{1.5mm}
26345 \backslash
26346
26347 \backslash
26348 #1}}
26349 \end_layout
26350
26351 \begin_layout Standard
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 let
26360 \backslash
26361 myMarginpar
26362 \backslash
26363 marginpar
26364 \end_layout
26365
26366 \begin_layout Plain Layout
26367
26368
26369 \backslash
26370 renewcommand{
26371 \backslash
26372 marginpar}[1]{
26373 \backslash
26374 myMarginpar{%
26375 \end_layout
26376
26377 \begin_layout Plain Layout
26378
26379    
26380 \backslash
26381 textsf{
26382 \backslash
26383 textbf{
26384 \backslash
26385 underbar{Achtung!}}}%
26386 \end_layout
26387
26388 \begin_layout Plain Layout
26389
26390    
26391 \backslash
26392 vspace{1.5mm}
26393 \backslash
26394
26395 \backslash
26396 #1}}
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \begin_inset Marginal
26403 status open
26404
26405 \begin_layout Plain Layout
26406 Dies ist eine Randnotiz mit einer definierten Überschrift.
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417 [-1.5cm]
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 renewcommand{
26431 \backslash
26432 marginpar}[1]{
26433 \backslash
26434 myMarginpar{#1}}
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset Note Note
26441 status open
26442
26443 \begin_layout Plain Layout
26444 Das Format wurde nur für dieses Beispiel geändert.
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Standard
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457
26458
26459 \backslash
26460 else
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \begin_inset Note Note
26467 status open
26468
26469 \begin_layout Plain Layout
26470 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26471 \series bold
26472 marginnote
26473 \series default
26474  nicht installiert ist:
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \begin_layout Standard
26483 Das LaTeX-Paket 
26484 \series bold
26485 marginnote
26486 \series default
26487  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26488 \end_layout
26489
26490 \begin_layout Standard
26491 \begin_inset ERT
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495
26496
26497 \backslash
26498 fi
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Chapter
26507 Boxen
26508 \end_layout
26509
26510 \begin_layout Section
26511 Einleitung
26512 \begin_inset Index
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 Boxen ! Einleitung
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \begin_layout Standard
26525 Boxen werden benutzt, um einen Textblock zu formatieren.
26526  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26527  siehe Abschnitt
26528 \begin_inset space ~
26529 \end_inset
26530
26531
26532 \begin_inset CommandInset ref
26533 LatexCommand ref
26534 reference "abs:Minipage"
26535
26536 \end_inset
26537
26538 , um Text zu umrahmen, siehe Abschnitt
26539 \begin_inset space ~
26540 \end_inset
26541
26542
26543 \begin_inset CommandInset ref
26544 LatexCommand ref
26545 reference "uab:Verzierung"
26546
26547 \end_inset
26548
26549 , um Silbentrennung zu verhindern, siehe Abschnitt
26550 \begin_inset space ~
26551 \end_inset
26552
26553
26554 \begin_inset CommandInset ref
26555 LatexCommand ref
26556 reference "abs:Silbentrennung-unterbinden"
26557
26558 \end_inset
26559
26560 , um Text senkrecht auszurichten, siehe Abschnitt
26561 \begin_inset space ~
26562 \end_inset
26563
26564
26565 \begin_inset CommandInset ref
26566 LatexCommand ref
26567 reference "uab:Vertikale-Ausrichtung"
26568
26569 \end_inset
26570
26571  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26572 \begin_inset space ~
26573 \end_inset
26574
26575
26576 \begin_inset CommandInset ref
26577 LatexCommand ref
26578 reference "abs:Farbige-Boxen"
26579
26580 \end_inset
26581
26582 .
26583 \end_layout
26584
26585 \begin_layout Standard
26586 Boxen werden mit 
26587 \family sans
26588 Einfügen\SpecialChar \menuseparator
26589 Box
26590 \family default
26591  oder dem Schalter 
26592 \begin_inset Graphics
26593         filename ../../images/box-insert.png
26594         scale 70
26595         scaleBeforeRotation
26596
26597 \end_inset
26598
26599  eingefügt.
26600  Ein graues Kästchen mit der Aufschrift 
26601 \begin_inset Quotes gld
26602 \end_inset
26603
26604 Box (Minipage)
26605 \begin_inset Quotes grd
26606 \end_inset
26607
26608  erscheint: 
26609 \begin_inset Graphics
26610         filename clipart/StandardBoxQt4.png
26611         scale 85
26612         scaleBeforeRotation
26613
26614 \end_inset
26615
26616  Mit einem Rechts\SpecialChar \-
26617 klick auf das graue Kästchen kann der Typ spezifiziert
26618  werden.
26619  Das Dialogfenster bietet bei 
26620 \family sans
26621 Innere
26622 \begin_inset space ~
26623 \end_inset
26624
26625 Box
26626 \family default
26627  die Typen 
26628 \family sans
26629 Parbox
26630 \family default
26631  und 
26632 \family sans
26633 Minipage
26634 \family default
26635  an.
26636  
26637 \family sans
26638 Minipage
26639 \family default
26640  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "abs:Minipage"
26648
26649 \end_inset
26650
26651  beschrieben, 
26652 \family sans
26653 Parbox
26654 \family default
26655  in Abschnitt
26656 \begin_inset space ~
26657 \end_inset
26658
26659
26660 \begin_inset CommandInset ref
26661 LatexCommand ref
26662 reference "abs:Parbox"
26663
26664 \end_inset
26665
26666 .
26667 \end_layout
26668
26669 \begin_layout Standard
26670 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26671  wie auf Gleitobjekte und Fußnoten.
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \begin_inset Note Greyedout
26676 status open
26677
26678 \begin_layout Plain Layout
26679
26680 \series bold
26681 Bemerkung
26682 \begin_inset space ~
26683 \end_inset
26684
26685 1:
26686 \series default
26687  Boxen dürfen in 
26688 \family sans
26689 List-
26690 \family default
26691  oder 
26692 \family sans
26693 Beschreibung-
26694 \family default
26695 Umgebungen nicht verwendet werden.
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Standard
26704 \begin_inset Note Greyedout
26705 status open
26706
26707 \begin_layout Plain Layout
26708
26709 \series bold
26710 Bemerkung
26711 \begin_inset space ~
26712 \end_inset
26713
26714 2:
26715 \series default
26716  Boxen ohne 
26717 \family sans
26718 Innere
26719 \begin_inset space ~
26720 \end_inset
26721
26722 Box
26723 \family default
26724  und ohne Rahmen werden in Abschnitt
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \begin_inset CommandInset ref
26730 LatexCommand ref
26731 reference "abs:Silbentrennung-unterbinden"
26732
26733 \end_inset
26734
26735  beschrieben.
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Section
26744 Das Box-Einstellungen-Fenster
26745 \begin_inset CommandInset label
26746 LatexCommand label
26747 name "abs:Box-Dialog"
26748
26749 \end_inset
26750
26751
26752 \begin_inset Index
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756 Boxen ! Box-Dialog-Fenster
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Subsection
26765 Box-Größe
26766 \begin_inset Index
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 Boxen ! Größe
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \begin_layout Standard
26779 Im 
26780 \family sans
26781 Box-Einstellungen
26782 \family default
26783 -Fenster können Sie die Größe der Box mit 
26784 \family sans
26785 Breite
26786 \family default
26787  und 
26788 \family sans
26789 Höhe 
26790 \family default
26791 festlegen.
26792  Die verfügbaren Einheiten werden in Tabelle
26793 \begin_inset space ~
26794 \end_inset
26795
26796
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "tab:Maßeinheiten"
26800
26801 \end_inset
26802
26803  aufgelistet.
26804  Das Feld
26805 \family sans
26806  Höhe
26807 \family default
26808  bietet die folgenden zusätzlichen Größen:
26809 \end_layout
26810
26811 \begin_layout Description
26812 Tiefe Dies ist die reine Text-
26813 \begin_inset Quotes gld
26814 \end_inset
26815
26816 Höhe
26817 \begin_inset Quotes grd
26818 \end_inset
26819
26820 .
26821  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26822 \begin_inset Newline newline
26823 \end_inset
26824
26825
26826 \begin_inset Newline newline
26827 \end_inset
26828
26829
26830 \begin_inset Newline newline
26831 \end_inset
26832
26833
26834 \begin_inset Box Boxed
26835 position "c"
26836 hor_pos "c"
26837 has_inner_box 1
26838 inner_pos "c"
26839 use_parbox 0
26840 width "12col%"
26841 special "none"
26842 height "1in"
26843 height_special "depth"
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847 \align center
26848 Box-Höhe = 1
26849 \begin_inset space \thinspace{}
26850 \end_inset
26851
26852 Tiefe
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \begin_inset Newline newline
26859 \end_inset
26860
26861
26862 \begin_inset Newline newline
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Description
26869 Höhe Dies ist die Texthöhe innerhalb der Box.
26870  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26871  Texthöhe setzen: 
26872 \begin_inset Box Boxed
26873 position "c"
26874 hor_pos "c"
26875 has_inner_box 1
26876 inner_pos "c"
26877 use_parbox 0
26878 width "20col%"
26879 special "none"
26880 height "2in"
26881 height_special "height"
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885 \align center
26886 Boxhöhe = 2
26887 \begin_inset space \thinspace{}
26888 \end_inset
26889
26890 Höhe
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Description
26899 Gesamthöhe Dies ist Höhe
26900 \begin_inset space \thinspace{}
26901 \end_inset
26902
26903 +
26904 \begin_inset space \thinspace{}
26905 \end_inset
26906
26907 Tiefe: 
26908 \begin_inset Box Boxed
26909 position "c"
26910 hor_pos "c"
26911 has_inner_box 1
26912 inner_pos "c"
26913 use_parbox 0
26914 width "20col%"
26915 special "none"
26916 height "1in"
26917 height_special "totalheight"
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921 \align center
26922 Boxhöhe = 1
26923 \begin_inset space \thinspace{}
26924 \end_inset
26925
26926 Gesamthöhe
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Description
26935 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26936 \begin_inset Box Boxed
26937 position "c"
26938 hor_pos "c"
26939 has_inner_box 1
26940 inner_pos "c"
26941 use_parbox 0
26942 width "12col%"
26943 special "none"
26944 height "1in"
26945 height_special "width"
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 \align center
26950 Boxhöhe = 1
26951 \begin_inset space \thinspace{}
26952 \end_inset
26953
26954 Breite
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \begin_layout Subsection
26963 Ausrichtung
26964 \begin_inset Index
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968 Boxen ! Ausrichtung
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \begin_layout Standard
26977 Wenn Sie eine 
26978 \family sans
26979 Innere
26980 \begin_inset space ~
26981 \end_inset
26982
26983 Box
26984 \family default
26985  gewählt haben, kann die Box mit folgenden Werten für 
26986 \family sans
26987 Box
26988 \family default
26989  senkrecht ausgerichtet werden:
26990 \end_layout
26991
26992 \begin_layout Description
26993 Oben Dies ist ein Beispieltext.
26994  
26995 \begin_inset Box Boxed
26996 position "t"
26997 hor_pos "c"
26998 has_inner_box 1
26999 inner_pos "c"
27000 use_parbox 0
27001 width "20col%"
27002 special "none"
27003 height "1in"
27004 height_special "totalheight"
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008 \align center
27009 Die Ober\SpecialChar \-
27010 kante der Box ist in der Zeile.
27011 \end_layout
27012
27013 \end_inset
27014
27015  Dies ist ein Beispieltext.
27016 \end_layout
27017
27018 \begin_layout Description
27019 Mitte Dies ist ein Beispieltext.
27020  
27021 \begin_inset Box Boxed
27022 position "c"
27023 hor_pos "c"
27024 has_inner_box 1
27025 inner_pos "c"
27026 use_parbox 0
27027 width "20col%"
27028 special "none"
27029 height "1in"
27030 height_special "totalheight"
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 \align center
27035 Die Mitte der Box ist in der Zeile.
27036 \end_layout
27037
27038 \end_inset
27039
27040  Dies ist ein Beispieltext.
27041 \end_layout
27042
27043 \begin_layout Description
27044 Unten Dies ist ein Beispieltext.
27045  
27046 \begin_inset Box Boxed
27047 position "b"
27048 hor_pos "c"
27049 has_inner_box 1
27050 inner_pos "c"
27051 use_parbox 0
27052 width "20col%"
27053 special "none"
27054 height "1in"
27055 height_special "totalheight"
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 \align center
27060 Die Unter\SpecialChar \-
27061 kante der Box ist in der Zeile.
27062 \end_layout
27063
27064 \end_inset
27065
27066  Dies ist ein Beispieltext.
27067 \end_layout
27068
27069 \begin_layout Standard
27070 \begin_inset Note Greyedout
27071 status open
27072
27073 \begin_layout Plain Layout
27074
27075 \series bold
27076 Bemerkung:
27077 \series default
27078  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27079  Boxen in einer Zeile sind und eine Box z.
27080 \begin_inset space \thinspace{}
27081 \end_inset
27082
27083 B.
27084  schattiert ist, die andere abere nicht.
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 Eine Box kann mit dem Dialog 
27094 \family sans
27095 Absatz-Einstellungen
27096 \family default
27097  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 \begin_inset VSpace bigskip
27102 \end_inset
27103
27104 Wenn Sie eine 
27105 \family sans
27106 Innere
27107 \begin_inset space ~
27108 \end_inset
27109
27110 Box
27111 \family default
27112  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27113 \family sans
27114 Inhalt
27115 \family default
27116  senkrecht ausgerichtet werden:
27117 \end_layout
27118
27119 \begin_layout Description
27120 Oben Dies ist ein Beispieltext.
27121  
27122 \begin_inset Box Boxed
27123 position "c"
27124 hor_pos "c"
27125 has_inner_box 1
27126 inner_pos "t"
27127 use_parbox 0
27128 width "20col%"
27129 special "none"
27130 height "1.5in"
27131 height_special "totalheight"
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135 \align center
27136 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27137 \end_layout
27138
27139 \end_inset
27140
27141  Dies ist ein Beispieltext.
27142 \end_layout
27143
27144 \begin_layout Description
27145 Mitte Dies ist ein Beispieltext.
27146  
27147 \begin_inset Box Boxed
27148 position "c"
27149 hor_pos "c"
27150 has_inner_box 1
27151 inner_pos "c"
27152 use_parbox 0
27153 width "20col%"
27154 special "none"
27155 height "1.5in"
27156 height_special "totalheight"
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 \align center
27161 Der Boxinhalt ist zentriert ausgerichtet.
27162 \end_layout
27163
27164 \end_inset
27165
27166  Dies ist ein Beispieltext.
27167 \end_layout
27168
27169 \begin_layout Description
27170 Unten Dies ist ein Beispieltext.
27171  
27172 \begin_inset Box Boxed
27173 position "c"
27174 hor_pos "c"
27175 has_inner_box 1
27176 inner_pos "b"
27177 use_parbox 0
27178 width "20col%"
27179 special "none"
27180 height "1.5in"
27181 height_special "totalheight"
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 \align center
27186 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27187 \end_layout
27188
27189 \end_inset
27190
27191  Dies ist ein Beispieltext.
27192 \end_layout
27193
27194 \begin_layout Description
27195 Dehnen Dies ist ein Beispieltext.
27196  
27197 \begin_inset Box Boxed
27198 position "c"
27199 hor_pos "c"
27200 has_inner_box 1
27201 inner_pos "s"
27202 use_parbox 0
27203 width "20col%"
27204 special "none"
27205 height "1in"
27206 height_special "totalheight"
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210 \align center
27211 Der Boxinhalt
27212 \end_layout
27213
27214 \begin_layout Plain Layout
27215 \align center
27216 ist über die
27217 \end_layout
27218
27219 \begin_layout Plain Layout
27220 \align center
27221 Boxhöhe
27222 \end_layout
27223
27224 \begin_layout Plain Layout
27225 \align center
27226 gleichmäßig verteilt.
27227 \end_layout
27228
27229 \end_inset
27230
27231  Dies ist ein Beispieltext.
27232 \end_layout
27233
27234 \begin_layout Standard
27235 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27236  besteht.
27237  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 Ein Boxinhalt kann mit dem Dialog 
27242 \family sans
27243 Absatz-Einstellungen
27244 \family default
27245  waagerecht ausgerichtet werden, wenn Sie eine
27246 \family sans
27247  Innere
27248 \begin_inset space ~
27249 \end_inset
27250
27251 Box
27252 \family default
27253  gewählt haben.
27254 \end_layout
27255
27256 \begin_layout Standard
27257 \align center
27258 \begin_inset Box Boxed
27259 position "c"
27260 hor_pos "c"
27261 has_inner_box 1
27262 inner_pos "s"
27263 use_parbox 0
27264 width "30col%"
27265 special "none"
27266 height "1.25in"
27267 height_special "totalheight"
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 \align left
27272 Hier ist jede Zeile
27273 \end_layout
27274
27275 \begin_layout Plain Layout
27276 \align center
27277 anders
27278 \end_layout
27279
27280 \begin_layout Plain Layout
27281 \align right
27282 ausgerichtet.
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Standard
27291 Wenn Sie keine
27292 \family sans
27293  Innere
27294 \begin_inset space ~
27295 \end_inset
27296
27297 Box
27298 \family default
27299  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27300 \family sans
27301 Box-Einstellungen-
27302 \family default
27303 Dialog ausrichten
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \align center
27308 \begin_inset Box Boxed
27309 position "c"
27310 hor_pos "s"
27311 has_inner_box 0
27312 inner_pos "s"
27313 use_parbox 0
27314 width "90col%"
27315 special "none"
27316 height "1.25in"
27317 height_special "totalheight"
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 \align left
27322 Dieser Boxinhalt wurde horizontal gedehnt.
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Subsection
27331 Verzierung
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "uab:Verzierung"
27335
27336 \end_inset
27337
27338
27339 \begin_inset Index
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 Boxen ! Verzierung
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Im 
27353 \family sans
27354 Box-Einstellungen-
27355 \family default
27356 Dialog können Sie mit der 
27357 \family sans
27358 Verzierung
27359 \family default
27360  den Typ der Box auswählen:
27361 \end_layout
27362
27363 \begin_layout Description
27364 Einfacher
27365 \begin_inset space ~
27366 \end_inset
27367
27368 rechteckiger
27369 \begin_inset space ~
27370 \end_inset
27371
27372 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27373  Die Rahmendicke wird durch 
27374 \series bold
27375
27376 \backslash
27377 fboxrule
27378 \series default
27379  festgelegt.
27380  
27381 \begin_inset Box Boxed
27382 position "c"
27383 hor_pos "c"
27384 has_inner_box 1
27385 inner_pos "c"
27386 use_parbox 0
27387 width "21col%"
27388 special "none"
27389 height "1in"
27390 height_special "totalheight"
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395 \series medium
27396 Rechteckige
27397 \begin_inset space ~
27398 \end_inset
27399
27400 Box
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Description
27409 erlaube
27410 \begin_inset space ~
27411 \end_inset
27412
27413 Seitenumbrüche Wenn Sie die Verzierung 
27414 \family sans
27415 Einfacher rechteckiger Rahmen
27416 \family default
27417  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27418  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27419  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27420  für sich ist und 
27421 \series bold
27422
27423 \backslash
27424 fboxrule
27425 \series default
27426  und 
27427 \series bold
27428
27429 \backslash
27430 fboxsep
27431 \series default
27432  keinen Einfluss auf diesen Box Typ haben.
27433  Die Rahmendicke wird durch 
27434 \series bold
27435
27436 \backslash
27437 FrameRule
27438 \series default
27439  festgelegt.
27440  
27441 \begin_inset Box Framed
27442 position "t"
27443 hor_pos "c"
27444 has_inner_box 0
27445 inner_pos "t"
27446 use_parbox 0
27447 width "100col%"
27448 special "none"
27449 height "1in"
27450 height_special "totalheight"
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Box erlaubt Seitenumbruch
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Description
27463 Ovaler
27464 \begin_inset space ~
27465 \end_inset
27466
27467 Rahmen,
27468 \begin_inset space ~
27469 \end_inset
27470
27471 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27472  Die Rahmendicke ist 0.4
27473 \begin_inset space \thinspace{}
27474 \end_inset
27475
27476 pt.
27477  
27478 \begin_inset Box ovalbox
27479 position "c"
27480 hor_pos "c"
27481 has_inner_box 1
27482 inner_pos "c"
27483 use_parbox 0
27484 width "20col%"
27485 special "none"
27486 height "1in"
27487 height_special "totalheight"
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Ovale
27492 \begin_inset space ~
27493 \end_inset
27494
27495 Box,
27496 \begin_inset space ~
27497 \end_inset
27498
27499 dünn
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Description
27508 Ovaler
27509 \begin_inset space ~
27510 \end_inset
27511
27512 Rahmen,
27513 \begin_inset space ~
27514 \end_inset
27515
27516 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27517  Die Rahmendicke ist 0.8
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 pt.
27522  
27523 \begin_inset Box Ovalbox
27524 position "c"
27525 hor_pos "c"
27526 has_inner_box 1
27527 inner_pos "c"
27528 use_parbox 0
27529 width "20col%"
27530 special "none"
27531 height "1in"
27532 height_special "totalheight"
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536 Ovale
27537 \begin_inset space ~
27538 \end_inset
27539
27540 Box,
27541 \begin_inset space ~
27542 \end_inset
27543
27544 dick
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Description
27553 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27554  Die Rahmendicke wird durch 
27555 \series bold
27556
27557 \backslash
27558 fboxrule
27559 \series default
27560  festgelegt, der Schatten ist 4
27561 \begin_inset space \thinspace{}
27562 \end_inset
27563
27564 pt breit.
27565 \begin_inset Newline newline
27566 \end_inset
27567
27568
27569 \begin_inset Box Shadowbox
27570 position "c"
27571 hor_pos "c"
27572 has_inner_box 1
27573 inner_pos "c"
27574 use_parbox 0
27575 width "20col%"
27576 special "none"
27577 height "1in"
27578 height_special "totalheight"
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 Schattierte
27583 \begin_inset space ~
27584 \end_inset
27585
27586 Box
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \begin_layout Description
27595 Schattierter
27596 \begin_inset space ~
27597 \end_inset
27598
27599 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27600  Im Gegensatz zu farbigen Boxen
27601 \begin_inset Foot
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605 siehe Abschnitt
27606 \begin_inset space ~
27607 \end_inset
27608
27609
27610 \begin_inset CommandInset ref
27611 LatexCommand ref
27612 reference "abs:Farbige-Boxen"
27613
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \end_inset
27620
27621  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27622  die Box ist ein Absatz für sich.
27623  
27624 \begin_inset Box Shaded
27625 position "t"
27626 hor_pos "c"
27627 has_inner_box 0
27628 inner_pos "t"
27629 use_parbox 0
27630 width "50col%"
27631 special "none"
27632 height "1in"
27633 height_special "totalheight"
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637 Schattierter Hintergrund Box
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Description
27646 Doppelter
27647 \begin_inset space ~
27648 \end_inset
27649
27650 rechteckiger
27651 \begin_inset space ~
27652 \end_inset
27653
27654 Rahmen zeichnet einen doppelten Rahmen um die Box.
27655  Der innere Rahmen ist 0.75
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659
27660 \series bold
27661
27662 \backslash
27663 fboxrule
27664 \series default
27665  breit, der äußere 1.5
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669
27670 \series bold
27671
27672 \backslash
27673 fboxrule
27674 \series default
27675 , der Zwischenraum 1.5
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679
27680 \series bold
27681
27682 \backslash
27683 fboxrule
27684 \series default
27685
27686 \begin_inset space \thinspace{}
27687 \end_inset
27688
27689 +
27690 \begin_inset space \thinspace{}
27691 \end_inset
27692
27693 0.5
27694 \begin_inset space \thinspace{}
27695 \end_inset
27696
27697 pt.
27698  
27699 \begin_inset Box Doublebox
27700 position "c"
27701 hor_pos "c"
27702 has_inner_box 1
27703 inner_pos "c"
27704 use_parbox 0
27705 width "20col%"
27706 special "none"
27707 height "1in"
27708 height_special "totalheight"
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Doppelt
27713 \begin_inset space ~
27714 \end_inset
27715
27716 gerahmte
27717 \begin_inset space ~
27718 \end_inset
27719
27720 Box
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Standard
27729 \begin_inset VSpace bigskip
27730 \end_inset
27731
27732 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27733  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27734 \series bold
27735 fancybox
27736 \series default
27737
27738 \begin_inset Index
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742 LaTeX-Pakete ! fancybox
27743 \end_layout
27744
27745 \end_inset
27746
27747  installiert sein.
27748 \end_layout
27749
27750 \begin_layout Section
27751 Box-Anpassung
27752 \begin_inset Index
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 Boxen ! Anpassung
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Standard
27765 Der Standardwert für 
27766 \series bold
27767
27768 \backslash
27769 fboxrule
27770 \series default
27771  ist 0.4
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt.
27776  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27777 \begin_inset space \thinspace{}
27778 \end_inset
27779
27780 pt gesetzt werden:
27781 \end_layout
27782
27783 \begin_layout Standard
27784
27785 \series bold
27786
27787 \backslash
27788 setlength{
27789 \backslash
27790 fboxrule}{2pt}
27791 \end_layout
27792
27793 \begin_layout Standard
27794 \begin_inset ERT
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798
27799
27800 \backslash
27801 setlength{
27802 \backslash
27803 fboxrule}{2pt}
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \begin_inset Box Boxed
27810 position "c"
27811 hor_pos "c"
27812 has_inner_box 1
27813 inner_pos "c"
27814 use_parbox 0
27815 width "30col%"
27816 special "none"
27817 height "1in"
27818 height_special "totalheight"
27819 status open
27820
27821 \begin_layout Plain Layout
27822 \align center
27823 Rechteckige Box mit einer Rahmenbreite von 2
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 fboxrule}{0.4pt}
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset VSpace bigskip
27849 \end_inset
27850
27851
27852 \end_layout
27853
27854 \begin_layout Standard
27855 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27856 \begin_inset space \thinspace{}
27857 \end_inset
27858
27859 pt.
27860  Sie können das ändern, indem Sie den Wert von 
27861 \series bold
27862
27863 \backslash
27864 fboxsep
27865 \series default
27866  mit einem TeX-Code-Befehl ändern:
27867 \end_layout
27868
27869 \begin_layout Standard
27870
27871 \series bold
27872
27873 \backslash
27874 setlength{
27875 \backslash
27876 fboxsep}{10pt}
27877 \end_layout
27878
27879 \begin_layout Standard
27880 setzt den Wert auf 10
27881 \begin_inset space \thinspace{}
27882 \end_inset
27883
27884 pt, wie in der folgenden Box:
27885 \end_layout
27886
27887 \begin_layout Standard
27888 \begin_inset ERT
27889 status collapsed
27890
27891 \begin_layout Plain Layout
27892
27893
27894 \backslash
27895 setlength{
27896 \backslash
27897 fboxsep}{10pt}
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \begin_inset Box Boxed
27904 position "c"
27905 hor_pos "c"
27906 has_inner_box 1
27907 inner_pos "c"
27908 use_parbox 0
27909 width "25col%"
27910 special "none"
27911 height "1in"
27912 height_special "totalheight"
27913 status open
27914
27915 \begin_layout Plain Layout
27916 \align center
27917 Rechteckige Box mit 
27918 \series bold
27919
27920 \backslash
27921 fboxsep
27922 \series default
27923
27924 \begin_inset space \thinspace{}
27925 \end_inset
27926
27927 =
27928 \begin_inset space \thinspace{}
27929 \end_inset
27930
27931 10
27932 \begin_inset space \thinspace{}
27933 \end_inset
27934
27935 pt
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \begin_inset ERT
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945
27946
27947 \backslash
27948 setlength{
27949 \backslash
27950 fboxsep}{3pt}
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Standard
27959 \noindent
27960 \begin_inset VSpace bigskip
27961 \end_inset
27962
27963 Der Durchmesser der abgerundeten Ecken kann mit 
27964 \series bold
27965
27966 \backslash
27967 cornersize
27968 \series default
27969  gesetzt werden.
27970  Der TeX-Code-Befehl
27971 \end_layout
27972
27973 \begin_layout Standard
27974
27975 \series bold
27976
27977 \backslash
27978 cornersize*{1cm}
27979 \end_layout
27980
27981 \begin_layout Standard
27982 setzt den Durchmesser auf 1
27983 \begin_inset space \thinspace{}
27984 \end_inset
27985
27986 cm.
27987  Der TeX-Code-Befehl
27988 \end_layout
27989
27990 \begin_layout Standard
27991
27992 \series bold
27993
27994 \backslash
27995 cornersize{num}
27996 \end_layout
27997
27998 \begin_layout Standard
27999 setzt den Durchmesser auf 
28000 \family sans
28001 num
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 ×
28006 \begin_inset space \thinspace{}
28007 \end_inset
28008
28009 Minimum(Breite der Box, Höhe der Box)
28010 \family default
28011 .
28012  Der Standardwert ist 
28013 \series bold
28014
28015 \backslash
28016 cornersize{0.5}
28017 \series default
28018 .
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 cornersize*{1.5cm}
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \begin_inset Box Ovalbox
28036 position "c"
28037 hor_pos "c"
28038 has_inner_box 1
28039 inner_pos "c"
28040 use_parbox 0
28041 width "30col%"
28042 special "none"
28043 height "1in"
28044 height_special "totalheight"
28045 status open
28046
28047 \begin_layout Plain Layout
28048 \align center
28049 Ovale Box, dicker Rand, mit 
28050 \series bold
28051
28052 \backslash
28053 cornersize
28054 \series default
28055
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 =
28060 \begin_inset space \thinspace{}
28061 \end_inset
28062
28063 1.5
28064 \begin_inset space \thinspace{}
28065 \end_inset
28066
28067 cm
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \begin_inset ERT
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077
28078
28079 \backslash
28080 cornersize{0.5}
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \begin_inset VSpace bigskip
28090 \end_inset
28091
28092 Die Breite des Schattens wird mit 
28093 \series bold
28094
28095 \backslash
28096 shadowsize
28097 \series default
28098  festgelegt.
28099  Mit dem TeX-Code-Befehl
28100 \end_layout
28101
28102 \begin_layout Standard
28103
28104 \series bold
28105
28106 \backslash
28107 setlength{
28108 \backslash
28109 shadowsize}{2pt}
28110 \end_layout
28111
28112 \begin_layout Standard
28113 wird er für die folgende Box auf 2
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117 pt festgelegt.
28118 \end_layout
28119
28120 \begin_layout Standard
28121 \begin_inset ERT
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125
28126
28127 \backslash
28128 setlength{
28129 \backslash
28130 shadowsize}{2pt}
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \begin_inset Box Shadowbox
28137 position "c"
28138 hor_pos "c"
28139 has_inner_box 1
28140 inner_pos "c"
28141 use_parbox 0
28142 width "25col%"
28143 special "none"
28144 height "1in"
28145 height_special "totalheight"
28146 status open
28147
28148 \begin_layout Plain Layout
28149 \align center
28150 Schattierte Box mit 
28151 \series bold
28152
28153 \backslash
28154 shadowsize
28155 \series default
28156
28157 \begin_inset space \thinspace{}
28158 \end_inset
28159
28160 =
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 2
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168 pt
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \begin_inset ERT
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178
28179
28180 \backslash
28181 setlength{
28182 \backslash
28183 shadowsize}{4pt}
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 \begin_inset VSpace bigskip
28193 \end_inset
28194
28195 Der Standardwert für 
28196 \series bold
28197
28198 \backslash
28199 FrameRule
28200 \series default
28201  ist 0.4
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205 pt.
28206  Der Standard-Abstand zwischen Rahmen und Text ist 9
28207 \begin_inset space \thinspace{}
28208 \end_inset
28209
28210 pt und kann mit dem Wert für 
28211 \series bold
28212
28213 \backslash
28214 FrameSep
28215 \series default
28216  geändert werden.
28217  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28218  TeX-Code Befehlen geändert:
28219 \end_layout
28220
28221 \begin_layout Standard
28222
28223 \series bold
28224
28225 \backslash
28226 setlength{
28227 \backslash
28228 FrameRule}{5pt}
28229 \begin_inset Newline newline
28230 \end_inset
28231
28232
28233 \backslash
28234 setlength{
28235 \backslash
28236 FrameSep}{0.5cm}
28237 \end_layout
28238
28239 \begin_layout Standard
28240 \begin_inset ERT
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244
28245
28246 \backslash
28247 setlength{
28248 \backslash
28249 FrameRule}{5pt}
28250 \end_layout
28251
28252 \begin_layout Plain Layout
28253
28254
28255 \backslash
28256 setlength{
28257 \backslash
28258 FrameSep}{0.5cm}
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \begin_inset Box Framed
28265 position "t"
28266 hor_pos "c"
28267 has_inner_box 0
28268 inner_pos "t"
28269 use_parbox 0
28270 width "100col%"
28271 special "none"
28272 height "1in"
28273 height_special "totalheight"
28274 status open
28275
28276 \begin_layout Plain Layout
28277 Dies ist Text in einer 
28278 \family sans
28279 Seitenumbruch erlaubt
28280 \family default
28281  Box.
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \begin_inset ERT
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292
28293 \backslash
28294 setlength{
28295 \backslash
28296 FrameRule}{0.4pt}
28297 \end_layout
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 setlength{
28304 \backslash
28305 FrameSep}{9pt}
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \begin_inset VSpace bigskip
28315 \end_inset
28316
28317 Für Boxen mit 
28318 \family sans
28319 schattiertem Hintergrund
28320 \family default
28321  beträgt der Abstand zwischen Rand und Text 3
28322 \begin_inset space \thinspace{}
28323 \end_inset
28324
28325 pt und kann mit 
28326 \series bold
28327
28328 \backslash
28329 fboxsep
28330 \series default
28331  geändert werden.
28332  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28333  
28334 \series bold
28335
28336 \backslash
28337 definecolor{shadebox}
28338 \series default
28339  oder global über das Menü 
28340 \family sans
28341 Werkzeuge\SpecialChar \menuseparator
28342 Einstellungen\SpecialChar \menuseparator
28343 Farben\SpecialChar \menuseparator
28344 Schattierte
28345 \begin_inset space ~
28346 \end_inset
28347
28348 Box
28349 \family default
28350  geändert werden.
28351  Das Schema des 
28352 \series bold
28353
28354 \backslash
28355 definecolor
28356 \series default
28357  Befehls ist  in Abschnitt
28358 \begin_inset space ~
28359 \end_inset
28360
28361
28362 \begin_inset CommandInset ref
28363 LatexCommand ref
28364 reference "abs:Farbige-Tabellen"
28365
28366 \end_inset
28367
28368  erklärt.
28369 \begin_inset Foot
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373 Beachten Sie, dass 
28374 \series bold
28375
28376 \backslash
28377 definecolor
28378 \series default
28379  das LaTeX-Paket 
28380 \series bold
28381 color
28382 \series default
28383  im LaTeX-Vorspann benötigt, siehe Abschnitt
28384 \begin_inset space ~
28385 \end_inset
28386
28387
28388 \begin_inset CommandInset ref
28389 LatexCommand ref
28390 reference "abs:Farbige-Boxen"
28391
28392 \end_inset
28393
28394 .
28395 \end_layout
28396
28397 \end_inset
28398
28399  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28400 \end_layout
28401
28402 \begin_layout Standard
28403
28404 \series bold
28405
28406 \backslash
28407 setlength{
28408 \backslash
28409 fboxsep}{0.5cm}
28410 \begin_inset Newline newline
28411 \end_inset
28412
28413
28414 \backslash
28415 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28416 \end_layout
28417
28418 \begin_layout Standard
28419 \begin_inset ERT
28420 status collapsed
28421
28422 \begin_layout Plain Layout
28423
28424
28425 \backslash
28426 setlength{
28427 \backslash
28428 fboxsep}{0.5cm}
28429 \end_layout
28430
28431 \begin_layout Plain Layout
28432
28433
28434 \backslash
28435 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \begin_inset Box Shaded
28442 position "t"
28443 hor_pos "c"
28444 has_inner_box 0
28445 inner_pos "t"
28446 use_parbox 0
28447 width "100col%"
28448 special "none"
28449 height "1in"
28450 height_special "totalheight"
28451 status open
28452
28453 \begin_layout Plain Layout
28454
28455 \color yellow
28456 Dies ist gelber Text in einer 
28457 \family sans
28458 schattierten Hintergrund
28459 \begin_inset space ~
28460 \end_inset
28461
28462
28463 \family default
28464 Box auf dunkelgrünem Hintergrund.
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \begin_inset ERT
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474
28475
28476 \backslash
28477 setlength{
28478 \backslash
28479 fboxsep}{3pt}
28480 \end_layout
28481
28482 \begin_layout Plain Layout
28483
28484
28485 \backslash
28486 definecolor{shadecolor}{rgb}{1,0,0}
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Standard
28495 \begin_inset VSpace bigskip
28496 \end_inset
28497
28498 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28499  der sie ändert.
28500 \end_layout
28501
28502 \begin_layout Section
28503 Minipage
28504 \begin_inset CommandInset label
28505 LatexCommand label
28506 name "abs:Minipage"
28507
28508 \end_inset
28509
28510
28511 \begin_inset Index
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 Boxen ! Minipage
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28525  deshalb unter anderem eigene Fußnoten haben.
28526 \end_layout
28527
28528 \begin_layout Standard
28529 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28530 \end_layout
28531
28532 \begin_layout Standard
28533 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28534  Ihre Breite ist 45 Spaltenbreite
28535 \begin_inset space ~
28536 \end_inset
28537
28538 %, und sie sind durch einen 
28539 \family sans
28540 HFill
28541 \family default
28542  getrennt (
28543 \family sans
28544 Einfügen\SpecialChar \menuseparator
28545 Formatierung\SpecialChar \menuseparator
28546 Horizontaler
28547 \begin_inset space \space{}
28548 \end_inset
28549
28550 Abstand\SpecialChar \menuseparator
28551 Abstand\SpecialChar \menuseparator
28552 Variabler
28553 \begin_inset space ~
28554 \end_inset
28555
28556 horiz.
28557 \begin_inset space ~
28558 \end_inset
28559
28560 Abstand
28561 \family default
28562 ).
28563 \begin_inset Newpage newpage
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 \noindent
28571 \begin_inset Box Frameless
28572 position "t"
28573 hor_pos "c"
28574 has_inner_box 1
28575 inner_pos "c"
28576 use_parbox 0
28577 width "45col%"
28578 special "none"
28579 height "1in"
28580 height_special "totalheight"
28581 status open
28582
28583 \begin_layout Plain Layout
28584 Dies ist ein deutscher Text.
28585  Dies ist ein deutscher Text.
28586  Dies ist ein deutscher Text.
28587  Dies ist ein deutscher Text.
28588  Dies ist ein deutscher Text.
28589  Dies ist ein deutscher Text.
28590  Dies ist ein deutscher Text.
28591  Dies ist ein deutscher Text.
28592  Dies ist ein deutscher Text.
28593  Dies ist ein deutscher Text.
28594  Dies ist ein deutscher Text.
28595  Dies ist ein deutscher Text.
28596  Dies ist ein deutscher Text
28597 \begin_inset Foot
28598 status open
28599
28600 \begin_layout Plain Layout
28601 Dies ist eine deutsche Fußnote.
28602 \end_layout
28603
28604 \end_inset
28605
28606 .
28607  Dies ist ein deutscher Text.
28608  Dies ist ein deutscher Text.
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \begin_inset space \hfill{}
28615 \end_inset
28616
28617
28618 \begin_inset Box Frameless
28619 position "t"
28620 hor_pos "c"
28621 has_inner_box 1
28622 inner_pos "c"
28623 use_parbox 0
28624 width "45col%"
28625 special "none"
28626 height "1in"
28627 height_special "totalheight"
28628 status open
28629
28630 \begin_layout Plain Layout
28631
28632 \lang english
28633 This is an English Text.
28634  This is an English Text.
28635  This is an English Text.
28636  This is an English Text.
28637  This is an English Text.
28638  This is an English Text.
28639  This is an English Text.
28640  This is an English Text.
28641  This is an English Text.
28642  This is an English Text.
28643  This is an English Text.
28644  This is an English Text.
28645  This is an English Text.
28646  This is an English Text.
28647  This is an English Text.
28648  This is an English Text.
28649 \begin_inset Foot
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654 \lang english
28655 This is an English footnote.
28656 \end_layout
28657
28658 \end_inset
28659
28660  This is an English Text.
28661  
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \noindent
28671 \begin_inset VSpace bigskip
28672 \end_inset
28673
28674 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28675  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28676  auf der die Tabelle gedruckt wird: 
28677 \begin_inset Tabular
28678 <lyxtabular version="3" rows="3" columns="4">
28679 <features>
28680 <column alignment="center" valignment="top" width="0pt">
28681 <column alignment="center" valignment="top" width="0pt">
28682 <column alignment="center" valignment="top" width="0pt">
28683 <column alignment="center" valignment="top" width="0pt">
28684 <row>
28685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Plain Layout
28689 1
28690 \end_layout
28691
28692 \end_inset
28693 </cell>
28694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 2
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 3
28708 \begin_inset Foot
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712 Dies ist eine Fußnote in einer Tabelle.
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \end_layout
28719
28720 \end_inset
28721 </cell>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Plain Layout
28726 4
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 </row>
28732 <row>
28733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737 a
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28743 \begin_inset Text
28744
28745 \begin_layout Plain Layout
28746 b
28747 \end_layout
28748
28749 \end_inset
28750 </cell>
28751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28752 \begin_inset Text
28753
28754 \begin_layout Plain Layout
28755 c
28756 \end_layout
28757
28758 \end_inset
28759 </cell>
28760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28761 \begin_inset Text
28762
28763 \begin_layout Plain Layout
28764 d
28765 \end_layout
28766
28767 \end_inset
28768 </cell>
28769 </row>
28770 <row>
28771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28772 \begin_inset Text
28773
28774 \begin_layout Plain Layout
28775 e
28776 \end_layout
28777
28778 \end_inset
28779 </cell>
28780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28781 \begin_inset Text
28782
28783 \begin_layout Plain Layout
28784 f
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Plain Layout
28793 g
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 h
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 </row>
28808 </lyxtabular>
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \noindent
28817 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28818  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28819  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28820  außerhalb.
28821 \end_layout
28822
28823 \begin_layout Standard
28824 \align center
28825 \begin_inset Box Frameless
28826 position "t"
28827 hor_pos "c"
28828 has_inner_box 1
28829 inner_pos "c"
28830 use_parbox 0
28831 width "30col%"
28832 special "none"
28833 height "1in"
28834 height_special "totalheight"
28835 status open
28836
28837 \begin_layout Plain Layout
28838 \align center
28839 \begin_inset Tabular
28840 <lyxtabular version="3" rows="3" columns="4">
28841 <features>
28842 <column alignment="center" valignment="top" width="0pt">
28843 <column alignment="center" valignment="top" width="0pt">
28844 <column alignment="center" valignment="top" width="0pt">
28845 <column alignment="center" valignment="top" width="0pt">
28846 <row>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851 1
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 2
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 3
28870 \begin_inset Foot
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 Dies ist eine Fußnote in einer Tabelle.
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \end_inset
28883 </cell>
28884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888 4
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 </row>
28894 <row>
28895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28896 \begin_inset Text
28897
28898 \begin_layout Plain Layout
28899 a
28900 \end_layout
28901
28902 \end_inset
28903 </cell>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908 b
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917 c
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926 d
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 </row>
28932 <row>
28933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937 e
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 f
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 g
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 h
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 </row>
28970 </lyxtabular>
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset VSpace bigskip
28984 \end_inset
28985
28986 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28987  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28988  Absätze nicht eingerückt werden, obwohl Sie das in 
28989 \family sans
28990 Dokument
28991 \family default
28992 \SpecialChar \menuseparator
28993
28994 \family sans
28995 Einstellun\SpecialChar \-
28996 gen\SpecialChar \menuseparator
28997 Textformat
28998 \family default
28999  festgelegt haben.
29000  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29001  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29002 \series bold
29003
29004 \backslash
29005 hspace*{1em}
29006 \series default
29007 .
29008 \end_layout
29009
29010 \begin_layout Standard
29011 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29012  zu verpassen, siehe Abschnitt
29013 \begin_inset space ~
29014 \end_inset
29015
29016
29017 \begin_inset CommandInset ref
29018 LatexCommand ref
29019 reference "uab:Farbe-für-Absätze"
29020
29021 \end_inset
29022
29023 .
29024 \end_layout
29025
29026 \begin_layout Standard
29027 \begin_inset Note Greyedout
29028 status open
29029
29030 \begin_layout Plain Layout
29031
29032 \series bold
29033 Bemerkung:
29034 \series default
29035  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29036  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Section
29045 Parbox
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "abs:Parbox"
29049
29050 \end_inset
29051
29052
29053 \begin_inset Index
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Boxen ! Parbox
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Parbox ist eine Abkürzung für 
29067 \begin_inset Quotes gld
29068 \end_inset
29069
29070 paragraph box
29071 \begin_inset Quotes grd
29072 \end_inset
29073
29074 , was Absatzbox bedeutet.
29075  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29076  Parboxen einige Einschränkungen.
29077  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29078  gedruckt:
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \align center
29083 \begin_inset Box Frameless
29084 position "t"
29085 hor_pos "c"
29086 has_inner_box 1
29087 inner_pos "t"
29088 use_parbox 1
29089 width "33col%"
29090 special "none"
29091 height "1in"
29092 height_special "totalheight"
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096 Dies ist Text in einer Parbox.
29097  Dies ist Text in einer Parbox.
29098 \end_layout
29099
29100 \begin_layout Plain Layout
29101 Diese Fußnote wird nicht gedruckt:
29102 \begin_inset Foot
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29121  und Theoreme enthalten.
29122 \end_layout
29123
29124 \begin_layout Section
29125 Boxen für Worte und Buchstaben
29126 \begin_inset Index
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Boxen ! für Buchstaben
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Subsection
29139 Silbentrennung unterbinden 
29140 \begin_inset CommandInset label
29141 LatexCommand label
29142 name "abs:Silbentrennung-unterbinden"
29143
29144 \end_inset
29145
29146
29147 \begin_inset Index
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 Boxen ! zur Vermeidung von Silbentrennung
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29161 \begin_inset Newline newline
29162 \end_inset
29163
29164 Hier ist ein Beispiel: 
29165 \end_layout
29166
29167 \begin_layout Standard
29168 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29169 \begin_inset Quotes gld
29170 \end_inset
29171
29172 einsehrsehrsehrlangeswort
29173 \begin_inset Quotes grd
29174 \end_inset
29175
29176 .
29177 \end_layout
29178
29179 \begin_layout Standard
29180 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29181  soll, den TeX-Code
29182 \end_layout
29183
29184 \begin_layout Standard
29185
29186 \series bold
29187
29188 \backslash
29189 mbox{
29190 \end_layout
29191
29192 \begin_layout Standard
29193 ein.
29194  Hinter dem Wort fügen Sie 
29195 \series bold
29196
29197 \begin_inset Quotes gld
29198 \end_inset
29199
29200 }
29201 \series default
29202
29203 \begin_inset Quotes grd
29204 \end_inset
29205
29206  als TeX-Code ein.
29207  Hier ist das Ergebnis:
29208 \end_layout
29209
29210 \begin_layout Standard
29211 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 mbox{
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \begin_inset Quotes gld
29226 \end_inset
29227
29228 einsehrsehrsehrlangeswort
29229 \begin_inset Quotes grd
29230 \end_inset
29231
29232
29233 \begin_inset ERT
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237
29238 }
29239 \end_layout
29240
29241 \end_inset
29242
29243 .
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Alternativ dazu kann man auch den Befehl 
29248 \begin_inset Quotes gld
29249 \end_inset
29250
29251
29252 \series bold
29253
29254 \backslash
29255 -
29256 \series default
29257
29258 \begin_inset Quotes grd
29259 \end_inset
29260
29261  als TeX-Code direkt vor das Wort setzen:
29262 \end_layout
29263
29264 \begin_layout Standard
29265 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29266 \begin_inset Quotes gld
29267 \end_inset
29268
29269
29270 \begin_inset ERT
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274
29275
29276 \backslash
29277 -
29278 \end_layout
29279
29280 \end_inset
29281
29282 einsehrsehrsehrlangeswort
29283 \begin_inset Quotes grd
29284 \end_inset
29285
29286 .
29287 \end_layout
29288
29289 \begin_layout Standard
29290 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29291  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29292 \series bold
29293 Strg-Eingabe
29294 \series default
29295 ) einfügen: 
29296 \end_layout
29297
29298 \begin_layout Standard
29299 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29300 \begin_inset Newline newline
29301 \end_inset
29302
29303
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309
29310 \backslash
29311 mbox{
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \begin_inset Quotes gld
29318 \end_inset
29319
29320 einsehrsehrsehrlangeswort
29321 \begin_inset Quotes grd
29322 \end_inset
29323
29324
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330 }
29331 \end_layout
29332
29333 \end_inset
29334
29335 .
29336 \end_layout
29337
29338 \begin_layout Subsection
29339 Vertikale Ausrichtung
29340 \begin_inset CommandInset label
29341 LatexCommand label
29342 name "uab:Vertikale-Ausrichtung"
29343
29344 \end_inset
29345
29346
29347 \begin_inset Index
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 Boxen ! für Vertikale Ausrichtung
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \begin_inset Index
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Boxen ! raisebox
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Standard
29370 Mit dem LaTeX-Befehl 
29371 \series bold
29372
29373 \backslash
29374 raisebox
29375 \series default
29376  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29377 n Textes ausrichten.
29378  
29379 \series bold
29380
29381 \backslash
29382 raisebox
29383 \series default
29384  wird folgendermaßen benutzt:
29385 \end_layout
29386
29387 \begin_layout Standard
29388
29389 \series bold
29390
29391 \backslash
29392 raisebox{Verschiebung}[oben][unten]{Text}
29393 \end_layout
29394
29395 \begin_layout Standard
29396 Positive Werte für Verschiebung
29397 \series bold
29398  
29399 \series default
29400 verschieben die Box nach oben, negative nach unten.
29401  Die beiden optionalen Parameter 
29402 \family typewriter
29403 oben
29404 \family default
29405  und 
29406 \family typewriter
29407 unten
29408 \family default
29409  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29410  hinausgeht, wenn sie nicht verschoben ist.
29411 \end_layout
29412
29413 \begin_layout Standard
29414 Um zum Beispiel das Wort 
29415 \begin_inset Quotes gld
29416 \end_inset
29417
29418 provokant
29419 \begin_inset Quotes grd
29420 \end_inset
29421
29422  mit seinem 
29423 \begin_inset Quotes gld
29424 \end_inset
29425
29426 niedrigsten
29427 \begin_inset Quotes grd
29428 \end_inset
29429
29430  Buchstaben 
29431 \begin_inset Quotes gld
29432 \end_inset
29433
29434 p
29435 \begin_inset Quotes grd
29436 \end_inset
29437
29438  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29439 \end_layout
29440
29441 \begin_layout Standard
29442
29443 \series bold
29444
29445 \backslash
29446 raisebox{
29447 \backslash
29448 depth}{
29449 \end_layout
29450
29451 \begin_layout Standard
29452 vor dem Wort einfügen und 
29453 \begin_inset Quotes gld
29454 \end_inset
29455
29456
29457 \series bold
29458 }
29459 \series default
29460
29461 \begin_inset Quotes grd
29462 \end_inset
29463
29464  als TeX-Code dahinter:
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Dies ist eine Zeile, in der das Wort 
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 raisebox{
29477 \backslash
29478 depth}{
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset Quotes gld
29485 \end_inset
29486
29487 provokant
29488 \begin_inset Quotes grd
29489 \end_inset
29490
29491
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497 }
29498 \end_layout
29499
29500 \end_inset
29501
29502  nach oben verschoben wurde.
29503 \end_layout
29504
29505 \begin_layout Standard
29506 \begin_inset VSpace bigskip
29507 \end_inset
29508
29509 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29510  gedehnt:
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Dies ist eine Zeile, in der das Wort 
29515 \begin_inset ERT
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519
29520
29521 \backslash
29522 raisebox{-
29523 \backslash
29524 depth}{
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \begin_inset Quotes gld
29531 \end_inset
29532
29533 provokant
29534 \begin_inset Quotes grd
29535 \end_inset
29536
29537
29538 \begin_inset ERT
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542
29543 }
29544 \end_layout
29545
29546 \end_inset
29547
29548  nach unten verschoben wurde.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 Dies ist eine Zeile, in der das Wort 
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558
29559 \backslash
29560 raisebox{0.5cm}{
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \begin_inset Quotes gld
29567 \end_inset
29568
29569 testen
29570 \begin_inset Quotes grd
29571 \end_inset
29572
29573
29574 \begin_inset ERT
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578
29579 }
29580 \end_layout
29581
29582 \end_inset
29583
29584  um 0.5
29585 \begin_inset space \thinspace{}
29586 \end_inset
29587
29588 cm nach oben verschoben wurde.
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29593 \end_layout
29594
29595 \begin_layout Standard
29596
29597 \series bold
29598
29599 \backslash
29600 raisebox{-
29601 \backslash
29602 depth}[0pt]{
29603 \end_layout
29604
29605 \begin_layout Standard
29606 Dies ist eine Zeile, in der das Wort 
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 raisebox{-
29615 \backslash
29616 depth}[0pt]{
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \begin_inset Quotes gld
29623 \end_inset
29624
29625 provokant
29626 \begin_inset Quotes grd
29627 \end_inset
29628
29629
29630 \begin_inset ERT
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634
29635 }
29636 \end_layout
29637
29638 \end_inset
29639
29640  nach unten verschoben wurde.
29641 \end_layout
29642
29643 \begin_layout Standard
29644 Dies ist eine Zeile, in der das Wort 
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 raisebox{0.5cm}[0pt]{
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset Quotes gld
29659 \end_inset
29660
29661 testen
29662 \begin_inset Quotes grd
29663 \end_inset
29664
29665
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671 }
29672 \end_layout
29673
29674 \end_inset
29675
29676  um 0.5
29677 \begin_inset space \thinspace{}
29678 \end_inset
29679
29680 cm nach oben verschoben wurde.
29681  Jetzt überschneiden sich die verschobenen Worte.
29682 \end_layout
29683
29684 \begin_layout Section
29685 Farbige Boxen
29686 \begin_inset CommandInset label
29687 LatexCommand label
29688 name "abs:Farbige-Boxen"
29689
29690 \end_inset
29691
29692
29693 \begin_inset Index
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697 Boxen ! farbige
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Subsection
29706 Text-Hintergrundfarbe
29707 \begin_inset Index
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Farbe ! für Text-Hintergrund
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29721  sogenannten 
29722 \begin_inset Quotes gld
29723 \end_inset
29724
29725 colorbox
29726 \begin_inset Quotes grd
29727 \end_inset
29728
29729  stehen.
29730  Dafür muss das LaTeX-Paket 
29731 \series bold
29732 color
29733 \series default
29734
29735 \begin_inset Index
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 LaTeX-Pakete ! color
29740 \end_layout
29741
29742 \end_inset
29743
29744  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29745 \end_layout
29746
29747 \begin_layout Standard
29748
29749 \series bold
29750
29751 \backslash
29752 @ifundefined{textcolor}
29753 \begin_inset Newline newline
29754 \end_inset
29755
29756
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 hphantom{ }
29765 \end_layout
29766
29767 \end_inset
29768
29769 {
29770 \backslash
29771 usepackage{color}}{}
29772 \end_layout
29773
29774 \begin_layout Standard
29775 Wenn Sie Text einfärben, lädt LyX das Paket 
29776 \series bold
29777 color
29778 \series default
29779  automatisch.
29780 \begin_inset Foot
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784 Der Befehl 
29785 \series bold
29786
29787 \backslash
29788 @ifundefined
29789 \series default
29790  vermeidet, dass es in diesem Fall doppelt geladen wird.
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \begin_layout Standard
29799 \begin_inset VSpace medskip
29800 \end_inset
29801
29802 Colorboxen werden mit dem Befehl 
29803 \series bold
29804
29805 \backslash
29806 colorbox
29807 \series default
29808  erzeugt:
29809 \end_layout
29810
29811 \begin_layout Standard
29812
29813 \series bold
29814
29815 \backslash
29816 colorbox{Farbe}{Boxinhalt}
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29821  Boxen sein.
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Die folgenden Farben sind vordefiniert:
29826 \family sans
29827  schwarz
29828 \family default
29829
29830 \family sans
29831 wei
29832 \family default
29833 ß, 
29834 \family sans
29835 rot
29836 \family default
29837 \series bold
29838 ,
29839 \series default
29840  
29841 \family sans
29842 grün
29843 \family default
29844
29845 \family sans
29846 blau
29847 \family default
29848
29849 \family sans
29850 türkis
29851 \family default
29852
29853 \family sans
29854 purpurrot
29855 \family default
29856  und 
29857 \family sans
29858 gelb
29859 \family default
29860 .
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29865 \begin_inset space ~
29866 \end_inset
29867
29868
29869 \begin_inset CommandInset ref
29870 LatexCommand ref
29871 reference "abs:Farbige-Tabellen"
29872
29873 \end_inset
29874
29875  beschrieben.
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29880  den TeX-Code-Befehl
29881 \end_layout
29882
29883 \begin_layout Standard
29884
29885 \series bold
29886
29887 \backslash
29888 colorbox{red}{
29889 \end_layout
29890
29891 \begin_layout Standard
29892 vor dem Wort ein.
29893  Hinter dem Wort fügen Sie 
29894 \series bold
29895
29896 \begin_inset Quotes gld
29897 \end_inset
29898
29899 }
29900 \series default
29901
29902 \begin_inset Quotes grd
29903 \end_inset
29904
29905  als TeX-Code ein.
29906  Hier ist das Ergebnis:
29907 \end_layout
29908
29909 \begin_layout Standard
29910 In dieser Zeile hat 
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 colorbox{red}{
29919 \end_layout
29920
29921 \end_inset
29922
29923 Achtung!
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 }
29930 \end_layout
29931
29932 \end_inset
29933
29934  einen roten Hintergrund.
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \begin_inset VSpace bigskip
29939 \end_inset
29940
29941 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29942  
29943 \series bold
29944
29945 \backslash
29946 fcolorbox
29947 \series default
29948  verwenden:
29949 \end_layout
29950
29951 \begin_layout Standard
29952
29953 \series bold
29954
29955 \backslash
29956 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 fcolorbox
29965 \series default
29966  ist eine Erweiterung von 
29967 \series bold
29968
29969 \backslash
29970 colorbox
29971 \series default
29972 .
29973  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29974  
29975 \series bold
29976
29977 \backslash
29978 fboxrule
29979 \series default
29980  und 
29981 \series bold
29982
29983 \backslash
29984 fboxsep
29985 \series default
29986  gesteuert werden, wie in Abschnitt
29987 \begin_inset space ~
29988 \end_inset
29989
29990
29991 \begin_inset CommandInset ref
29992 LatexCommand ref
29993 reference "uab:Verzierung"
29994
29995 \end_inset
29996
29997  beschrieben.
29998 \end_layout
29999
30000 \begin_layout Standard
30001 Für das folgende Beispiel wurde der Befehl
30002 \end_layout
30003
30004 \begin_layout Standard
30005
30006 \series bold
30007
30008 \backslash
30009 fcolorbox{cyan}{magenta}{
30010 \end_layout
30011
30012 \begin_layout Standard
30013 benutzt.
30014  Hier wurden die Rahmendicke und der Abstand auf 1
30015 \begin_inset space \thinspace{}
30016 \end_inset
30017
30018 mm gesetzt:
30019 \begin_inset Newline newline
30020 \end_inset
30021
30022
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028
30029 \backslash
30030 fboxrule 1mm 
30031 \backslash
30032 fboxsep 1mm
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 fcolorbox{cyan}{green}{
30046 \end_layout
30047
30048 \end_inset
30049
30050 Dies ist Text in einer farbigen, gerahmten Box.
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 }
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \end_layout
30063
30064 \begin_layout Standard
30065 \begin_inset VSpace bigskip
30066 \end_inset
30067
30068 Natürlich gibt es auch farbigen Text in einer Colorbox:
30069 \begin_inset Newline newline
30070 \end_inset
30071
30072
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 fcolorbox{cyan}{green}{
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \color yellow
30087 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30088 \color none
30089
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095 }
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 fboxrule 0.4pt 
30109 \backslash
30110 fboxsep 3pt
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \begin_layout Standard
30119 \begin_inset VSpace bigskip
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset Note Greyedout
30127 status open
30128
30129 \begin_layout Plain Layout
30130 \noindent
30131
30132 \series bold
30133 Bemerkung:
30134 \series default
30135  Text in Colorboxen kann nicht umgebrochen werden.
30136  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30137  wie im folgenden beschrieben.
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Subsection
30146 Farbe für Absätze
30147 \begin_inset CommandInset label
30148 LatexCommand label
30149 name "uab:Farbe-für-Absätze"
30150
30151 \end_inset
30152
30153
30154 \begin_inset Index
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 Farbe ! für Absätze
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30168  den Text in eine Minipage stellen.
30169  Vor der Minipage fügen Sie den TeX-Code-Befehl
30170 \end_layout
30171
30172 \begin_layout Standard
30173
30174 \series bold
30175
30176 \backslash
30177 colorbox{color}{
30178 \end_layout
30179
30180 \begin_layout Standard
30181 ein.
30182  Hinter der Minipage fügen Sie 
30183 \series bold
30184
30185 \begin_inset Quotes gld
30186 \end_inset
30187
30188 }
30189 \series default
30190
30191 \begin_inset Quotes grd
30192 \end_inset
30193
30194  als TeX-Code ein.
30195 \end_layout
30196
30197 \begin_layout Standard
30198 \begin_inset ERT
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202
30203
30204 \backslash
30205 colorbox{hellgrau}{
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \begin_inset Box Frameless
30212 position "t"
30213 hor_pos "c"
30214 has_inner_box 1
30215 inner_pos "t"
30216 use_parbox 0
30217 width "100col%"
30218 special "none"
30219 height "1in"
30220 height_special "totalheight"
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Dies ist Text mit einer Hintergrundfarbe.
30225  Dies ist Text mit einer Hintergrundfarbe.
30226 \end_layout
30227
30228 \begin_layout Plain Layout
30229 Der Text kann Fußnoten
30230 \begin_inset Foot
30231 status open
30232
30233 \begin_layout Plain Layout
30234 Eine weitere Fußnote
30235 \end_layout
30236
30237 \end_inset
30238
30239  und Tabellen und Abbildungen enthalten.
30240 \end_layout
30241
30242 \begin_layout Plain Layout
30243 \align center
30244 \begin_inset Tabular
30245 <lyxtabular version="3" rows="3" columns="3">
30246 <features>
30247 <column alignment="center" valignment="top" width="0">
30248 <column alignment="center" valignment="top" width="0">
30249 <column alignment="center" valignment="top" width="0">
30250 <row>
30251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Plain Layout
30255 a
30256 \end_layout
30257
30258 \end_inset
30259 </cell>
30260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30261 \begin_inset Text
30262
30263 \begin_layout Plain Layout
30264 !
30265 \end_layout
30266
30267 \end_inset
30268 </cell>
30269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30270 \begin_inset Text
30271
30272 \begin_layout Plain Layout
30273 3
30274 \end_layout
30275
30276 \end_inset
30277 </cell>
30278 </row>
30279 <row>
30280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30281 \begin_inset Text
30282
30283 \begin_layout Plain Layout
30284 <
30285 \end_layout
30286
30287 \end_inset
30288 </cell>
30289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30290 \begin_inset Text
30291
30292 \begin_layout Plain Layout
30293 b2
30294 \begin_inset Quotes erd
30295 \end_inset
30296
30297 |
30298 \end_layout
30299
30300 \end_inset
30301 </cell>
30302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30303 \begin_inset Text
30304
30305 \begin_layout Plain Layout
30306 >
30307 \end_layout
30308
30309 \end_inset
30310 </cell>
30311 </row>
30312 <row>
30313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30314 \begin_inset Text
30315
30316 \begin_layout Plain Layout
30317 1
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Plain Layout
30326 §
30327 \end_layout
30328
30329 \end_inset
30330 </cell>
30331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30332 \begin_inset Text
30333
30334 \begin_layout Plain Layout
30335 c
30336 \end_layout
30337
30338 \end_inset
30339 </cell>
30340 </row>
30341 </lyxtabular>
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356 }
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Section
30365 Rotierte und skalierte Boxen
30366 \end_layout
30367
30368 \begin_layout Standard
30369 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30370 \series bold
30371 graphicx
30372 \series default
30373
30374 \begin_inset Index
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378 LaTeX-Pakete ! graphicx
30379 \end_layout
30380
30381 \end_inset
30382
30383  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30384 \end_layout
30385
30386 \begin_layout Standard
30387
30388 \series bold
30389
30390 \backslash
30391 @ifundefined{rotatebox}
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 hphantom{ }
30404 \end_layout
30405
30406 \end_inset
30407
30408 {
30409 \backslash
30410 usepackage{graphicx}}{}
30411 \end_layout
30412
30413 \begin_layout Standard
30414 \begin_inset Note Greyedout
30415 status open
30416
30417 \begin_layout Plain Layout
30418
30419 \series bold
30420 Bemerkung:
30421 \series default
30422  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30423  darstellen.
30424  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \begin_layout Standard
30433 \begin_inset Note Greyedout
30434 status open
30435
30436 \begin_layout Plain Layout
30437
30438 \series bold
30439 Bemerkung:
30440 \series default
30441  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \begin_layout Subsection
30450 Rotierte Boxen
30451 \begin_inset Index
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455 Boxen ! rotierte
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \begin_inset Index
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465 Rotiertes Material
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \begin_inset Index
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475 Abbildungen ! rotierte
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \begin_inset Index
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485 Tabellen ! rotierte
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Um Text zu drehen, verwendet man den Befehl 
30495 \series bold
30496
30497 \backslash
30498 rotatebox
30499 \series default
30500  im TeX-Code nach folgendem Schema:
30501 \end_layout
30502
30503 \begin_layout Standard
30504
30505 \series bold
30506
30507 \backslash
30508 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30509 \end_layout
30510
30511 \begin_layout Standard
30512 Der Drehpunkt wird mit 
30513 \series bold
30514 origin=Position
30515 \series default
30516  angegeben.
30517  Folgende Positionen sind möglich: 
30518 \emph on
30519 c
30520 \emph default
30521  (mittig), 
30522 \emph on
30523 l
30524 \emph default
30525  (links), 
30526 \emph on
30527 r
30528 \emph default
30529  (rechts), 
30530 \emph on
30531 b
30532 \emph default
30533  (unten), 
30534 \emph on
30535 t
30536 \emph default
30537  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30538  Z.
30539 \begin_inset space \thinspace{}
30540 \end_inset
30541
30542 B.
30543  bedeutet 
30544 \emph on
30545 lt
30546 \emph default
30547 , dass sich der Drehpunkt links oben befindet.
30548  Wird kein Drehpunkt angegeben, wird die Position 
30549 \emph on
30550 l
30551 \emph default
30552  verwendet.
30553  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30554  Gedreht wird gegen den Uhrzeigersinn.
30555 \end_layout
30556
30557 \begin_layout Standard
30558 Im folgenden Beispiel wurde vor dem Text der Befehl 
30559 \series bold
30560
30561 \backslash
30562 rotatebox[origin=c]{60}{
30563 \series default
30564  im TeX-Modus eingegeben.
30565  Nach dem Text wurde die schließende Klammer 
30566 \series bold
30567 }
30568 \series default
30569  wiederum im TeX-Modus eingegeben.
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Dies ist eine Zeile 
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579
30580 \backslash
30581 rotatebox[origin=c]{60}{
30582 \end_layout
30583
30584 \end_inset
30585
30586 mit rotiertem
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592 }
30593 \end_layout
30594
30595 \end_inset
30596
30597  Text.
30598 \end_layout
30599
30600 \begin_layout Standard
30601 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Dies ist eine Zeile 
30606 \begin_inset ERT
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610
30611
30612 \backslash
30613 rotatebox[origin=r]{-60}{
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \begin_inset Box Doublebox
30620 position "c"
30621 hor_pos "c"
30622 has_inner_box 0
30623 inner_pos "c"
30624 use_parbox 0
30625 width "1in"
30626 special "width"
30627 height "1in"
30628 height_special "totalheight"
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632 mit rotiertem
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648  umrandeten Text 
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 rotatebox[origin=lb]{60}{
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30663 \end_inset
30664
30665
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671 }
30672 \end_layout
30673
30674 \end_inset
30675
30676  und einer Formel.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Oder ein Bild oder Tabelle:
30681 \end_layout
30682
30683 \begin_layout Standard
30684 Dies ist eine Zeile 
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 rotatebox[origin=lb]{90}{
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \begin_inset Graphics
30699         filename ../clipart/platypus.eps
30700         lyxscale 50
30701         width 25col%
30702
30703 \end_inset
30704
30705
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711 }
30712 \end_layout
30713
30714 \end_inset
30715
30716  mit einem rotierten Bild 
30717 \begin_inset ERT
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721
30722
30723 \backslash
30724 rotatebox[origin=l]{-90}{
30725 \end_layout
30726
30727 \end_inset
30728
30729
30730 \begin_inset Tabular
30731 <lyxtabular version="3" rows="2" columns="2">
30732 <features>
30733 <column alignment="center" valignment="top" width="0">
30734 <column alignment="center" valignment="top" width="0">
30735 <row>
30736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 q
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749 w
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 </row>
30755 <row>
30756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760 e
30761 \end_layout
30762
30763 \end_inset
30764 </cell>
30765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30766 \begin_inset Text
30767
30768 \begin_layout Plain Layout
30769 r
30770 \end_layout
30771
30772 \end_inset
30773 </cell>
30774 </row>
30775 </lyxtabular>
30776
30777 \end_inset
30778
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785 }
30786 \end_layout
30787
30788 \end_inset
30789
30790  und Tabelle.
30791 \end_layout
30792
30793 \begin_layout Subsection
30794 Skalierte Boxen
30795 \begin_inset Index
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799 Boxen ! skalierte
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \begin_inset Index
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Skaliertes Material
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \begin_inset Index
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819 Abbildungen ! skalierte
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \begin_inset Index
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829 Tabellen ! skalierte
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Um Text zu skalieren, kann man die Befehle 
30839 \series bold
30840
30841 \backslash
30842 scalebox
30843 \series default
30844  und 
30845 \series bold
30846
30847 \backslash
30848 resizebox
30849 \series default
30850  im TeX-Modus verwenden.
30851 \end_layout
30852
30853 \begin_layout Standard
30854
30855 \series bold
30856
30857 \backslash
30858 scalebox
30859 \series default
30860  wird nach folgendem Schema verwendet:
30861 \end_layout
30862
30863 \begin_layout Standard
30864
30865 \series bold
30866
30867 \backslash
30868 scalebox{horizontal}[vertikal]{Boxinhalt}
30869 \end_layout
30870
30871 \begin_layout Standard
30872 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30873  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30874  verwendet.
30875 \end_layout
30876
30877 \begin_layout Standard
30878 Z.
30879 \begin_inset space \thinspace{}
30880 \end_inset
30881
30882 B.
30883  ergibt der Befehl 
30884 \series bold
30885
30886 \backslash
30887 scalebox{2}{Hallo}
30888 \series default
30889  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 scalebox{2}{
30898 \end_layout
30899
30900 \end_inset
30901
30902 Hallo
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 }
30909 \end_layout
30910
30911 \end_inset
30912
30913 .
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 scalebox{2}[1]{Hallo}
30922 \series default
30923  verzerrt hingegen das 
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929
30930 \backslash
30931 scalebox{2}[1]{
30932 \end_layout
30933
30934 \end_inset
30935
30936 Hallo
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 }
30943 \end_layout
30944
30945 \end_inset
30946
30947 .
30948 \end_layout
30949
30950 \begin_layout Standard
30951 Die Skalierungsfaktoren dürfen auch negativ sein.
30952  In diesem Fall wird der Boxinhalt gespiegelt.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Daher lässt sich mit dem Befehl 
30957 \series bold
30958
30959 \backslash
30960 scalebox{-1}[1]{Hallo}
30961 \series default
30962  Spiegelschrift erstellen: 
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 scalebox{-1}[1]{
30971 \end_layout
30972
30973 \end_inset
30974
30975 Hallo
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981 }
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990
30991 \series bold
30992
30993 \backslash
30994 scalebox{1}[-1]{Hallo}
30995 \series default
30996  spiegelt das 
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002
31003 \backslash
31004 scalebox{1}[-1]{
31005 \end_layout
31006
31007 \end_inset
31008
31009 Hallo
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015 }
31016 \end_layout
31017
31018 \end_inset
31019
31020  an der Grundlinie.
31021 \end_layout
31022
31023 \begin_layout Standard
31024 Zu 
31025 \series bold
31026
31027 \backslash
31028 scalebox{-1}[1]{Boxinhalt}
31029 \series default
31030  gibt es den äquivalenten Befehl
31031 \begin_inset Newline newline
31032 \end_inset
31033
31034
31035 \series bold
31036
31037 \backslash
31038 reflectbox{Boxinhalt}
31039 \series default
31040 .
31041 \end_layout
31042
31043 \begin_layout Standard
31044 \begin_inset VSpace bigskip
31045 \end_inset
31046
31047
31048 \series bold
31049
31050 \backslash
31051 resizebox
31052 \series default
31053  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31054  skalieren.
31055  Das Befehlsschema ist folgendes:
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \series bold
31061
31062 \backslash
31063 resizebox{Breite}{Höhe}{Boxinhalt}
31064 \end_layout
31065
31066 \begin_layout Standard
31067 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31068 \series bold
31069 !
31070 \series default
31071  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31072  wird.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Der Befehl 
31077 \series bold
31078
31079 \backslash
31080 resizebox{2cm}{1cm}{Hallo}
31081 \series default
31082  ergibt: 
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 resizebox{2cm}{1cm}{
31091 \end_layout
31092
31093 \end_inset
31094
31095 Hallo
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101 }
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Newline newline
31108 \end_inset
31109
31110 Der Befehl 
31111 \series bold
31112
31113 \backslash
31114 resizebox{2cm}{!}{Hallo}
31115 \series default
31116  ergibt: 
31117 \begin_inset ERT
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121
31122
31123 \backslash
31124 resizebox{2cm}{!}{
31125 \end_layout
31126
31127 \end_inset
31128
31129 Hallo
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135 }
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 \begin_inset VSpace bigskip
31145 \end_inset
31146
31147
31148 \begin_inset Note Greyedout
31149 status open
31150
31151 \begin_layout Plain Layout
31152
31153 \series bold
31154 Bemerkung:
31155 \series default
31156  Wurde in Argumenten von 
31157 \series bold
31158
31159 \backslash
31160 scalebox
31161 \series default
31162  oder 
31163 \series bold
31164
31165 \backslash
31166 resizebox
31167 \series default
31168  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31169  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31170  werden.
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset VSpace bigskip
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Alle Boxen können beliebig miteinander kombiniert werden.
31187  So ergibt z.
31188 \begin_inset space \thinspace{}
31189 \end_inset
31190
31191 B.
31192  der Befehl
31193 \begin_inset Newline newline
31194 \end_inset
31195
31196
31197 \series bold
31198
31199 \backslash
31200 rotatebox[origin=c]{-45}{
31201 \backslash
31202 resizebox{2cm}{!}{
31203 \backslash
31204 reflectbox{Hallo}}}
31205 \series default
31206 :
31207 \end_layout
31208
31209 \begin_layout Standard
31210 \align center
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216
31217 \backslash
31218 rotatebox[origin=c]{-45}{
31219 \backslash
31220 resizebox{2cm}{!}{
31221 \backslash
31222 reflectbox{
31223 \end_layout
31224
31225 \end_inset
31226
31227 Hallo
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233 }}}
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Standard
31242 \noindent
31243 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31244 \end_layout
31245
31246 \begin_layout Standard
31247 \align center
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253
31254 \backslash
31255 rotatebox[origin=c]{-30}{
31256 \backslash
31257 resizebox{2cm}{!}{
31258 \backslash
31259 reflectbox{
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \begin_inset Graphics
31266         filename ../clipart/platypus.eps
31267         lyxscale 50
31268         width 25col%
31269
31270 \end_inset
31271
31272
31273 \begin_inset ERT
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278 }}}
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 rotatebox[origin=c]{-45}{
31292 \backslash
31293 resizebox{2cm}{!}{
31294 \backslash
31295 reflectbox{
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Tabular
31302 <lyxtabular version="3" rows="2" columns="2">
31303 <features>
31304 <column alignment="center" valignment="top" width="0">
31305 <column alignment="center" valignment="top" width="0">
31306 <row>
31307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311 q
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31317 \begin_inset Text
31318
31319 \begin_layout Plain Layout
31320 w
31321 \end_layout
31322
31323 \end_inset
31324 </cell>
31325 </row>
31326 <row>
31327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31328 \begin_inset Text
31329
31330 \begin_layout Plain Layout
31331 e
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 r
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 </row>
31346 </lyxtabular>
31347
31348 \end_inset
31349
31350
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356 }}}
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367
31368 \backslash
31369 rotatebox[origin=c]{-45}{
31370 \backslash
31371 resizebox{2cm}{!}{
31372 \backslash
31373 reflectbox{
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31380 \end_inset
31381
31382
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388 }}}
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Hat man den globalen Formelstil 
31398 \series bold
31399 fleqn
31400 \series default
31401
31402 \begin_inset Foot
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406 Wenn 
31407 \begin_inset Quotes gld
31408 \end_inset
31409
31410 fleqn
31411 \begin_inset Quotes grd
31412 \end_inset
31413
31414  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31415 \end_layout
31416
31417 \end_inset
31418
31419  gewählt, kann man auch abgesetzte Formeln skalieren.
31420 \end_layout
31421
31422 \begin_layout Chapter
31423 Externe Dateien
31424 \begin_inset Index
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428 Dateien ! externe
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \end_layout
31435
31436 \begin_layout Standard
31437 Mit 
31438 \family sans
31439 Einfügen\SpecialChar \menuseparator
31440 Datei
31441 \family default
31442  können Sie fremdes Material in Ihr Dokument einsetzen.
31443  Das kann folgendes sein:
31444 \end_layout
31445
31446 \begin_layout Description
31447 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31448  eingefügt.
31449 \end_layout
31450
31451 \begin_layout Description
31452 Einfacher
31453 \begin_inset space ~
31454 \end_inset
31455
31456 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31457  eingefügt.
31458 \end_layout
31459
31460 \begin_layout Description
31461 Einfacher
31462 \begin_inset space ~
31463 \end_inset
31464
31465 Text,
31466 \begin_inset space ~
31467 \end_inset
31468
31469 Zeilen
31470 \begin_inset space ~
31471 \end_inset
31472
31473 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31474  Leerzeilen trennen die Absätze.
31475 \end_layout
31476
31477 \begin_layout Description
31478 Externes
31479 \begin_inset space ~
31480 \end_inset
31481
31482 Material Dateien in verschiedenen Formaten.
31483 \end_layout
31484
31485 \begin_layout Description
31486 Unterdokument LyX- oder LaTeX-Dokumente.
31487 \end_layout
31488
31489 \begin_layout Section
31490 Externes Material
31491 \begin_inset Index
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 Externes Material
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Standard
31504 Mit 
31505 \family sans
31506 Einfügen\SpecialChar \menuseparator
31507 Datei\SpecialChar \menuseparator
31508  Externes Material
31509 \family default
31510  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31511  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31512  weil LyX sich darum kümmert.
31513  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31514  eingefügt werden können.
31515  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31516 \family sans
31517  Aussehen
31518 \begin_inset space ~
31519 \end_inset
31520
31521 &
31522 \begin_inset space ~
31523 \end_inset
31524
31525 Handhabung\SpecialChar \menuseparator
31526 Grafik
31527 \family default
31528 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31529 \end_layout
31530
31531 \begin_layout Standard
31532 Zur Zeit können Sie folgende Dateitypen (
31533 \family sans
31534 Vorlagen
31535 \family default
31536 ) benutzen:
31537 \end_layout
31538
31539 \begin_layout Description
31540 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31541 \series bold
31542
31543 \begin_inset CommandInset href
31544 LatexCommand href
31545 name "XBoard"
31546 target "http://en.wikipedia.org/wiki/XBoard"
31547
31548 \end_inset
31549
31550
31551 \series default
31552  erzeugt wurden.
31553 \end_layout
31554
31555 \begin_layout Description
31556 Datum fügt ein Datum mit dem Format 
31557 \emph on
31558 Tag-Monat-Jahr
31559 \emph default
31560  ein.
31561  Hier ist ein Beispiel: 
31562 \begin_inset External
31563         template Date
31564         filename .
31565
31566 \end_inset
31567
31568
31569 \begin_inset space ~
31570 \end_inset
31571
31572
31573 \begin_inset Note Note
31574 status open
31575
31576 \begin_layout Plain Layout
31577
31578 \lang english
31579 Remove the protected space when bug 4398 is fixed!
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \begin_inset Newline newline
31586 \end_inset
31587
31588 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31589  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31590  Menü 
31591 \family sans
31592 Einfügen\SpecialChar \menuseparator
31593 Datum
31594 \family default
31595  und mit dem LaTeX-Befehl 
31596 \series bold
31597
31598 \backslash
31599 today
31600 \series default
31601 .
31602  Die verschiedenen Methoden werden in Tabelle
31603 \begin_inset space ~
31604 \end_inset
31605
31606
31607 \begin_inset CommandInset ref
31608 LatexCommand ref
31609 reference "tab:Vergleich-der-Datums-Eingaben"
31610
31611 \end_inset
31612
31613  verglichen.
31614 \end_layout
31615
31616 \begin_layout Description
31617 Dia unterstützt Diagramme, die mit dem Programm 
31618 \series bold
31619
31620 \begin_inset CommandInset href
31621 LatexCommand href
31622 name "Dia"
31623 target "http://en.wikipedia.org/wiki/Dia_(software)"
31624
31625 \end_inset
31626
31627
31628 \series default
31629  erzeugt wurden.
31630 \end_layout
31631
31632 \begin_layout Description
31633 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31634 \series bold
31635
31636 \begin_inset CommandInset href
31637 LatexCommand href
31638 name "LilyPond"
31639 target "http://en.wikipedia.org/wiki/LilyPond"
31640
31641 \end_inset
31642
31643
31644 \series default
31645  schreiben.
31646 \end_layout
31647
31648 \begin_layout Description
31649 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31650  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31651 \emph on
31652 pages
31653 \emph default
31654  Option im Feld 
31655 \family sans
31656 Option
31657 \family default
31658  in der Karteikarte 
31659 \family sans
31660 LaTeX- und LyX-Optionen
31661 \family default
31662  entsprechend der Vorlagenbeschreibung im Dialog.
31663  Wenn keine 
31664 \emph on
31665 pages
31666 \emph default
31667  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31668 \end_layout
31669
31670 \begin_layout Description
31671 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31672  Fast alle bekannten Bildformate werden unterstützt.
31673  Die Bilddateien können im Dialogfenster 
31674 \family sans
31675 Externes
31676 \begin_inset space ~
31677 \end_inset
31678
31679 Material
31680 \family default
31681  genauso behandelt werden wie die mit dem normalen 
31682 \family sans
31683 Grafik
31684 \family default
31685 -Dialog eingefügten, siehe Abschnitt
31686 \begin_inset space ~
31687 \end_inset
31688
31689
31690 \begin_inset CommandInset ref
31691 LatexCommand ref
31692 reference "abs:Grafik-Dialog"
31693
31694 \end_inset
31695
31696 .
31697  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31698  und EPS-Bilder werden nicht unterstützt.
31699 \end_layout
31700
31701 \begin_layout Description
31702 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31703 \series bold
31704
31705 \begin_inset CommandInset href
31706 LatexCommand href
31707 name "Xfig"
31708 target "http://en.wikipedia.org/wiki/Xfig"
31709
31710 \end_inset
31711
31712
31713 \series default
31714  erzeugt wurden.
31715 \end_layout
31716
31717 \begin_layout Standard
31718 \begin_inset Float table
31719 placement h
31720 wide false
31721 sideways false
31722 status open
31723
31724 \begin_layout Plain Layout
31725 \begin_inset Caption
31726
31727 \begin_layout Plain Layout
31728 \begin_inset CommandInset label
31729 LatexCommand label
31730 name "tab:Vergleich-der-Datums-Eingaben"
31731
31732 \end_inset
31733
31734 Vergleich der Datums-Eingaben
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Plain Layout
31743 \align center
31744 \begin_inset Tabular
31745 <lyxtabular version="3" rows="4" columns="4">
31746 <features>
31747 <column alignment="center" valignment="top" width="0">
31748 <column alignment="center" valignment="top" width="0">
31749 <column alignment="center" valignment="top" width="0">
31750 <column alignment="center" valignment="top" width="0">
31751 <row>
31752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756 Dokumentformat
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765
31766 \family sans
31767 Externes Material\SpecialChar \menuseparator
31768 Datum
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777
31778 \family sans
31779 Einfügen\SpecialChar \menuseparator
31780 Datum
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789 Befehl 
31790 \series bold
31791
31792 \backslash
31793 today
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 LyX
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 als Box
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 als Datum
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 als TeX-Code
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 </row>
31837 <row>
31838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 LaTeX
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 als Datum
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 als Datum
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869 als Befehl
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 </row>
31875 <row>
31876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880 DVI, PDF, PS
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889 als Datum
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31895 \begin_inset Text
31896
31897 \begin_layout Plain Layout
31898 als Datum
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907 als Datum
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 </row>
31913 </lyxtabular>
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Wenn Sie im Dialogfenster
31927 \family sans
31928  Externes
31929 \begin_inset space ~
31930 \end_inset
31931
31932 Material 
31933 \family default
31934 in der Karteikarte
31935 \family sans
31936  Datei
31937 \family default
31938  die Option 
31939 \family sans
31940 Entwurf
31941 \family default
31942  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31943 \begin_inset Newline newline
31944 \end_inset
31945
31946 LyX kann externes Material entweder als Box wie hier: 
31947 \begin_inset Graphics
31948         filename clipart/ExternesMaterialQt4.png
31949         scale 85
31950         scaleBeforeRotation
31951
31952 \end_inset
31953
31954  oder als Bild darstellen.
31955  Das hängt davon ab, ob Sie im Dialog
31956 \family sans
31957  
31958 \family default
31959 in der Karteikarte 
31960 \family sans
31961 LaTeX- und LyX-Optionen
31962 \family default
31963  die Option 
31964 \family sans
31965 In
31966 \begin_inset space ~
31967 \end_inset
31968
31969 LyX
31970 \begin_inset space ~
31971 \end_inset
31972
31973 anzeigen
31974 \family default
31975  gewählt haben oder nicht.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 Im LyX-Handbuch 
31980 \family sans
31981 \emph on
31982 Anpassung
31983 \family default
31984 \emph default
31985  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31986 \end_layout
31987
31988 \begin_layout Section
31989 Unterdokumente
31990 \begin_inset CommandInset label
31991 LatexCommand label
31992 name "abs:Unterdokumente"
31993
31994 \end_inset
31995
31996
31997 \begin_inset Index
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001 Unterdokument
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Standard
32010 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32011  oder Abschnitten bestehen.
32012  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32013  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32014  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32015  z.
32016 \begin_inset space \thinspace{}
32017 \end_inset
32018
32019 B.
32020  das Literaturverzeichnis und Querverweismarken.
32021 \end_layout
32022
32023 \begin_layout Standard
32024 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32025  müssen, geben Sie im Unterdokument im Menü
32026 \family sans
32027  Dokument\SpecialChar \menuseparator
32028 Einstellungen\SpecialChar \menuseparator
32029 Dokumentklasse
32030 \family default
32031  das Hauptdokument an.
32032  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
32033  bearbeiten.
32034 \end_layout
32035
32036 \begin_layout Standard
32037 Unterdokumente werden in LyX als Box angezeigt: 
32038 \begin_inset Graphics
32039         filename clipart/UnterdokumentQt4.png
32040         scale 85
32041         scaleBeforeRotation
32042
32043 \end_inset
32044
32045  Sie werden über
32046 \family sans
32047  Einfügen\SpecialChar \menuseparator
32048 Datei\SpecialChar \menuseparator
32049 Unterdokument
32050 \family default
32051  eingebunden, was das Dialogfenster
32052 \family sans
32053  Unterdokument
32054 \family default
32055  öffnet.
32056  Für 
32057 \family sans
32058 die Art
32059 \begin_inset space ~
32060 \end_inset
32061
32062 der
32063 \begin_inset space ~
32064 \end_inset
32065
32066 Einbindung
32067 \family default
32068  gibt es dort vier Möglichkeiten:
32069 \end_layout
32070
32071 \begin_layout Description
32072 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32073  Wenn Sie im Dialogfenster
32074 \family sans
32075  Unterdokument
32076 \family default
32077  auf 
32078 \family sans
32079 Öffnen
32080 \family default
32081  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32082  und Sie können es editieren.
32083 \begin_inset Newline newline
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 Hier wird ein Unterdokument
32091 \family sans
32092  
32093 \family default
32094 per 
32095 \family sans
32096 Include
32097 \family default
32098  eingebunden: 
32099 \begin_inset CommandInset include
32100 LatexCommand include
32101 filename "DummyDocument1.lyx"
32102
32103 \end_inset
32104
32105 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32106  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32107  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32108 s.
32109  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32110 \begin_inset space ~
32111 \end_inset
32112
32113
32114 \begin_inset CommandInset ref
32115 LatexCommand ref
32116 reference "uab:Externer-Unterabschnitt-1"
32117
32118 \end_inset
32119
32120 .
32121 \end_layout
32122
32123 \begin_layout Standard
32124 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32125  wird benutzt.
32126  Unterdokumente, die per 
32127 \family sans
32128 Include
32129 \family default
32130  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32131  und enden mit einem Seitenumbruch.
32132 \end_layout
32133
32134 \begin_layout Standard
32135 Mit dem LaTeX-Befehl 
32136 \series bold
32137
32138 \backslash
32139 includeonly 
32140 \series default
32141 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32142  erstellt werden soll.
32143  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32144  sehen wollen, und es geht schneller.
32145  
32146 \series bold
32147
32148 \backslash
32149 includeonly
32150 \series default
32151  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32152  Im folgenden Beispiel
32153 \end_layout
32154
32155 \begin_layout Standard
32156
32157 \series bold
32158
32159 \backslash
32160 includeonly{Kapitel1,Kapitel5}
32161 \end_layout
32162
32163 \begin_layout Standard
32164 werden nur die Dateien 
32165 \begin_inset Quotes gld
32166 \end_inset
32167
32168 Kapitel1.lyx
32169 \begin_inset Quotes grd
32170 \end_inset
32171
32172  (oder 
32173 \begin_inset Quotes gld
32174 \end_inset
32175
32176 Kapitel1.tex
32177 \begin_inset Quotes grd
32178 \end_inset
32179
32180 ) und 
32181 \begin_inset Quotes gld
32182 \end_inset
32183
32184 Kapitel5.lyx
32185 \begin_inset Quotes grd
32186 \end_inset
32187
32188
32189 \series bold
32190  
32191 \series default
32192 eingebunden.
32193 \end_layout
32194
32195 \begin_layout Standard
32196 \begin_inset Note Greyedout
32197 status open
32198
32199 \begin_layout Plain Layout
32200
32201 \series bold
32202 Bemerkung:
32203 \series default
32204  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32205  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32206  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32207  Ergebnissen führen wird.
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Description
32216 Input Diese Methode ist 
32217 \family sans
32218 Include
32219 \family default
32220  sehr ähnlich mit folgenden Unterschieden:
32221 \end_layout
32222
32223 \begin_deeper
32224 \begin_layout Itemize
32225 Unterdokumente, die per 
32226 \family sans
32227 Input
32228 \family default
32229  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32230  Seite und enden NICHT mit einem Seitenumbruch.
32231 \end_layout
32232
32233 \begin_layout Itemize
32234 Unterdokumente, die per 
32235 \family sans
32236 Input
32237 \family default
32238  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32239 \family sans
32240  Unterdokument Vorschau
32241 \begin_inset space ~
32242 \end_inset
32243
32244 anzeigen
32245 \family default
32246  angekreuzt wurde und in den LyX-Einstellungen unter
32247 \family sans
32248  Aussehen
32249 \begin_inset space ~
32250 \end_inset
32251
32252 &
32253 \begin_inset space ~
32254 \end_inset
32255
32256 Handhabung\SpecialChar \menuseparator
32257 Grafik\SpecialChar \menuseparator
32258 Sofortige
32259 \begin_inset space ~
32260 \end_inset
32261
32262 Vorschau
32263 \family default
32264  auf 
32265 \family sans
32266 An
32267 \family default
32268  gesetzt wurde.
32269  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32270  aus.
32271 \end_layout
32272
32273 \begin_layout Itemize
32274 Der LaTeX-Befehl 
32275 \series bold
32276
32277 \backslash
32278 includeonly
32279 \series default
32280  kann nicht benutzt werden.
32281 \end_layout
32282
32283 \end_deeper
32284 \begin_layout Standard
32285 Hier ist ein Unterdokument, das mit
32286 \family sans
32287  Input
32288 \family default
32289  eingebunden wurde: 
32290 \begin_inset CommandInset include
32291 LatexCommand input
32292 filename "DummyDocument2.lyx"
32293
32294 \end_inset
32295
32296 .
32297 \end_layout
32298
32299 \begin_layout Description
32300 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32301   In der Druckvorschau wird für den Text der Stil 
32302 \family typewriter
32303 Schreibmaschine
32304 \family default
32305  verwendet.
32306  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32307  Wenn Sie im Dialogfenster
32308 \family sans
32309  Unterdokument Leerzeichen
32310 \begin_inset space ~
32311 \end_inset
32312
32313 bei
32314 \begin_inset space ~
32315 \end_inset
32316
32317 der
32318 \begin_inset space ~
32319 \end_inset
32320
32321 Ausgabe
32322 \begin_inset space ~
32323 \end_inset
32324
32325 kennzeichnen 
32326 \family default
32327 ankreuzen, wird in der Druckvorschau das Zeichen 
32328 \begin_inset Quotes gld
32329 \end_inset
32330
32331
32332 \begin_inset ERT
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336
32337
32338 \backslash
32339 textvisiblespace 
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \begin_inset Quotes grd
32346 \end_inset
32347
32348  für jedes Leerzeichen eingefügt.
32349 \begin_inset Newline newline
32350 \end_inset
32351
32352 Im Gegensatz zu 
32353 \family sans
32354 Einfügen\SpecialChar \menuseparator
32355 Datei\SpecialChar \menuseparator
32356 Einfacher
32357 \begin_inset space ~
32358 \end_inset
32359
32360 Text
32361 \family default
32362  wird bei 
32363 \family sans
32364 Unformatiert
32365 \family default
32366  der Dateiinhalt in LyX nicht dargestellt.
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Hier ist ein Unterdokument, das mit
32371 \family sans
32372  Unformatiert
32373 \family default
32374  eingebunden wurde: 
32375 \begin_inset CommandInset include
32376 LatexCommand verbatiminput
32377 filename "DummyTextDocument.txt"
32378
32379 \end_inset
32380
32381
32382 \begin_inset VSpace bigskip
32383 \end_inset
32384
32385 Hier ist ein Unterdokument, das mit
32386 \family sans
32387  Unformatiert
32388 \family default
32389  eingebunden wurde und
32390 \family sans
32391  Leerzeichen
32392 \begin_inset space ~
32393 \end_inset
32394
32395 bei
32396 \begin_inset space ~
32397 \end_inset
32398
32399 der
32400 \begin_inset space ~
32401 \end_inset
32402
32403 Ausgabe
32404 \begin_inset space ~
32405 \end_inset
32406
32407 kennzeichnen
32408 \family default
32409  angekreuzt hat: 
32410 \begin_inset CommandInset include
32411 LatexCommand verbatiminput*
32412 filename "DummyTextDocument.txt"
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Standard
32420 \begin_inset VSpace bigskip
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 \begin_inset Note Greyedout
32428 status open
32429
32430 \begin_layout Plain Layout
32431
32432 \series bold
32433 Bemerkung:
32434 \series default
32435  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32436  
32437 \family sans
32438 Unformatiert
32439 \family default
32440  eingebunden werden, am Zeilenende nicht umgebrochen.
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \begin_layout Description
32449 Listing Dieser Typ wird in Kapitel
32450 \begin_inset space ~
32451 \end_inset
32452
32453
32454 \begin_inset CommandInset ref
32455 LatexCommand ref
32456 reference "kap:Programm-Code-Listen"
32457
32458 \end_inset
32459
32460  beschrieben.
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \begin_inset Note Greyedout
32465 status open
32466
32467 \begin_layout Plain Layout
32468
32469 \series bold
32470 Bemerkung:
32471 \series default
32472  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32473  das zu LaTeX-Problemen führen.
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \begin_layout Chapter
32482 Programm-Code-Listen
32483 \begin_inset CommandInset label
32484 LatexCommand label
32485 name "kap:Programm-Code-Listen"
32486
32487 \end_inset
32488
32489
32490 \begin_inset Index
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494 Listen
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \begin_inset Index
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 Programm-Code
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32514 \family sans
32515 Einfügen\SpecialChar \menuseparator
32516 Pro\SpecialChar \-
32517 grammlisting
32518 \family default
32519  verwenden.
32520  Das LaTeX-Paket 
32521 \series bold
32522 listings
32523 \series default
32524
32525 \begin_inset Index
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 LaTeX-Pakete ! listings
32530 \end_layout
32531
32532 \end_inset
32533
32534  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32535 \end_layout
32536
32537 \begin_layout Standard
32538 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32539 rmat der Programm-Code-Liste festlegen.
32540 \end_layout
32541
32542 \begin_layout Standard
32543 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32544  Die Platzierungsoption 
32545 \family sans
32546 Eingebettetes
32547 \begin_inset space ~
32548 \end_inset
32549
32550 Listing
32551 \family default
32552  druckt das Listing in der Zeile wie hier: 
32553 \begin_inset listings
32554 lstparams "language={C++}"
32555 inline true
32556 status open
32557
32558 \begin_layout Plain Layout
32559
32560 int a=5;
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \begin_inset Newline newline
32567 \end_inset
32568
32569 Die Option 
32570 \family sans
32571 Gleitobjekt
32572 \family default
32573  erzeugt ein Listing-Gleitobjekt, dessen 
32574 \family sans
32575 Platzierung 
32576 \family default
32577 Sie mit 
32578 \family sans
32579 h
32580 \family default
32581
32582 \family sans
32583 t
32584 \family default
32585
32586 \family sans
32587 b
32588 \family default
32589  und 
32590 \family sans
32591 p
32592 \family default
32593 , analog zu den in Abschnitt
32594 \begin_inset space ~
32595 \end_inset
32596
32597
32598 \begin_inset CommandInset ref
32599 LatexCommand ref
32600 reference "abs:Gleitobjekt-Platzierung"
32601
32602 \end_inset
32603
32604  beschriebenen Platzierungsoptionen festlegen können.
32605  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32606  hintereinander angegeben, z.
32607 \begin_inset space \thinspace{}
32608 \end_inset
32609
32610 B.
32611  
32612 \begin_inset Quotes gld
32613 \end_inset
32614
32615
32616 \family sans
32617 htbp
32618 \family default
32619
32620 \begin_inset Quotes grd
32621 \end_inset
32622
32623 .
32624  Die Option 
32625 \begin_inset Quotes gld
32626 \end_inset
32627
32628 h
32629 \begin_inset Quotes grd
32630 \end_inset
32631
32632  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32633  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32634 \end_layout
32635
32636 \begin_layout Standard
32637 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32638  zu verweisen: Listing
32639 \begin_inset space ~
32640 \end_inset
32641
32642
32643 \begin_inset CommandInset ref
32644 LatexCommand ref
32645 reference "lst:Gleitendes-Programm-Listing"
32646
32647 \end_inset
32648
32649 .
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset listings
32654 lstparams "language=Python"
32655 inline false
32656 status open
32657
32658 \begin_layout Plain Layout
32659
32660 \begin_inset Caption
32661
32662 \begin_layout Plain Layout
32663 \begin_inset CommandInset label
32664 LatexCommand label
32665 name "lst:Gleitendes-Programm-Listing"
32666
32667 \end_inset
32668
32669 Gleitendes Programm-Listing
32670 \end_layout
32671
32672 \end_inset
32673
32674 # Gleitendes Programm-Listing
32675 \end_layout
32676
32677 \begin_layout Plain Layout
32678
32679 def func(param):
32680 \end_layout
32681
32682 \begin_layout Plain Layout
32683
32684     'Dies ist eine Python-Funktion'
32685 \end_layout
32686
32687 \begin_layout Plain Layout
32688
32689     pass
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32699  der Sprache erkannt und besonders gedruckt, wie 
32700 \emph on
32701 #
32702 \emph default
32703
32704 \emph on
32705 def
32706 \emph default
32707  und 
32708 \emph on
32709 pass
32710 \emph default
32711  in Listing
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "lst:Gleitendes-Programm-Listing"
32719
32720 \end_inset
32721
32722 .
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \begin_inset Note Greyedout
32727 status open
32728
32729 \begin_layout Plain Layout
32730
32731 \series bold
32732 Bemerkung:
32733 \series default
32734  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32735 \family typewriter
32736 Schreib\SpecialChar \-
32737 maschine
32738 \family default
32739  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32740 h keine fett gedruckten Buchstaben.
32741  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32742 \family sans
32743 Dokument\SpecialChar \menuseparator
32744 Einstellungen\SpecialChar \menuseparator
32745 Schriften
32746 \family default
32747 .
32748  (Die Schriften 
32749 \emph on
32750 LuxiMono, BeraMono
32751 \emph default
32752  und 
32753 \emph on
32754 Courier
32755 \emph default
32756  enthalten fett gedruckte Buchstaben.)
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Standard
32765 Im Abschnitt 
32766 \family sans
32767 Zeilennummerierung
32768 \family default
32769  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32770 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32771  jede wievielte Zeile nummeriert werden soll und die 
32772 \family sans
32773 Schriftgröße
32774 \family default
32775  der Nummerierung.
32776 \end_layout
32777
32778 \begin_layout Standard
32779 Im Abschnitt 
32780 \family sans
32781 Bereich
32782 \family default
32783  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32784  Im Abschnitt 
32785 \family sans
32786 Stil
32787 \family default
32788  legen Sie fest, wie die Liste ausgedruckt werden soll.
32789  Die Option 
32790 \family sans
32791 Erweiterte
32792 \begin_inset space ~
32793 \end_inset
32794
32795 Zeichentabelle
32796 \family default
32797  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32798 \end_layout
32799
32800 \begin_layout Standard
32801 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32802 \begin_inset Quotes gld
32803 \end_inset
32804
32805 3
32806 \begin_inset Quotes grd
32807 \end_inset
32808
32809 , Sprache 
32810 \begin_inset Quotes gld
32811 \end_inset
32812
32813 Python
32814 \begin_inset Quotes grd
32815 \end_inset
32816
32817 , Optionen 
32818 \begin_inset Quotes gld
32819 \end_inset
32820
32821 Erweiterte Zeichentabelle
32822 \begin_inset Quotes grd
32823 \end_inset
32824
32825  und 
32826 \begin_inset Quotes gld
32827 \end_inset
32828
32829 Leerzeichen als Symbol
32830 \begin_inset Quotes grd
32831 \end_inset
32832
32833  und Bereich Zeilen 3
32834 \begin_inset space \thinspace{}
32835 \end_inset
32836
32837 -
32838 \begin_inset space \thinspace{}
32839 \end_inset
32840
32841 8:
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \begin_inset listings
32846 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32847 inline false
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 def func(param):
32853 \end_layout
32854
32855 \begin_layout Plain Layout
32856
32857     'Dies ist eine Python-Funktion'
32858 \end_layout
32859
32860 \begin_layout Plain Layout
32861
32862     pass
32863 \end_layout
32864
32865 \begin_layout Plain Layout
32866
32867 def func(param):
32868 \end_layout
32869
32870 \begin_layout Plain Layout
32871
32872 'Sonderzeichen: Tschüß'
32873 \end_layout
32874
32875 \begin_layout Plain Layout
32876
32877 pass
32878 \end_layout
32879
32880 \begin_layout Plain Layout
32881
32882 def func(param):
32883 \end_layout
32884
32885 \begin_layout Plain Layout
32886
32887 'Dies ist eine Python-Funktion'
32888 \end_layout
32889
32890 \begin_layout Plain Layout
32891
32892 pass
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \begin_layout Standard
32901 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32902 \family sans
32903 Tabulatorgröße
32904 \family default
32905  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \noindent
32910 \begin_inset Note Greyedout
32911 status open
32912
32913 \begin_layout Plain Layout
32914
32915 \series bold
32916 Bemerkung:
32917 \series default
32918  Wegen eines Fehlers im 
32919 \series bold
32920 listings
32921 \series default
32922 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32923  verschoben.
32924  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32925  Listing nummeriert werden.
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 \begin_inset VSpace bigskip
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 \noindent
32942 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32943  Das machen Sie mit
32944 \family sans
32945  Einfügen\SpecialChar \menuseparator
32946 Datei\SpecialChar \menuseparator
32947 Unterdokument
32948 \family default
32949  und der 
32950 \family sans
32951 Art
32952 \begin_inset space ~
32953 \end_inset
32954
32955 der
32956 \begin_inset space ~
32957 \end_inset
32958
32959 Einbindung
32960 \family default
32961  
32962 \family sans
32963 Listing
32964 \family default
32965 .
32966 \begin_inset Foot
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32971 \begin_inset space ~
32972 \end_inset
32973
32974
32975 \begin_inset CommandInset ref
32976 LatexCommand ref
32977 reference "abs:Unterdokumente"
32978
32979 \end_inset
32980
32981  beschrieben.
32982 \end_layout
32983
32984 \end_inset
32985
32986  Im Dialogfenster
32987 \family sans
32988  Unterdokument
32989 \family default
32990  können Sie die Listing-Parameter unter 
32991 \family sans
32992 Weitere
32993 \begin_inset space ~
32994 \end_inset
32995
32996 Parameter
32997 \family default
32998  eingeben.
32999  Wenn Sie dort ein Fragezeichen 
33000 \begin_inset Quotes gld
33001 \end_inset
33002
33003 ?
33004 \begin_inset Quotes grd
33005 \end_inset
33006
33007  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33008 det.
33009 \end_layout
33010
33011 \begin_layout Standard
33012 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33013  Text ins Feld 
33014 \family sans
33015 Marke
33016 \family default
33017 , auf die dann wie üblich verwiesen werden kann.
33018 \end_layout
33019
33020 \begin_layout Standard
33021 Listing
33022 \begin_inset space ~
33023 \end_inset
33024
33025
33026 \begin_inset CommandInset ref
33027 LatexCommand ref
33028 reference "lst:Datei-Listing"
33029
33030 \end_inset
33031
33032  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33033 \begin_inset space \thinspace{}
33034 \end_inset
33035
33036 -
33037 \begin_inset space \thinspace{}
33038 \end_inset
33039
33040 15 gedruckt werden.
33041 \end_layout
33042
33043 \begin_layout Standard
33044 \begin_inset CommandInset include
33045 LatexCommand lstinputlisting
33046 filename "EmbeddedObjects.lyx"
33047 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset VSpace bigskip
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Standard
33062 \noindent
33063 Dokumentweite Listing-Eigenschaften können in
33064 \family sans
33065  Dokument\SpecialChar \menuseparator
33066 Einstellungen\SpecialChar \menuseparator
33067 Textformat\SpecialChar \menuseparator
33068 Listing-Einstellungen
33069 \family default
33070  festgelegt werden.
33071  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33072 \begin_inset Quotes gld
33073 \end_inset
33074
33075 ?
33076 \begin_inset Quotes grd
33077 \end_inset
33078
33079  links davon eine Liste aller möglichen Parameter.
33080 \end_layout
33081
33082 \begin_layout Standard
33083 Weitere Informationen über das 
33084 \series bold
33085 listings
33086 \series default
33087 -Paket finden Sie in 
33088 \begin_inset CommandInset citation
33089 LatexCommand cite
33090 key "listings"
33091
33092 \end_inset
33093
33094 .
33095 \begin_inset Newpage newpage
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Chapter
33102 \start_of_appendix
33103 In LyX verfügbare Maßeinheiten
33104 \begin_inset CommandInset label
33105 LatexCommand label
33106 name "kap:In-LyX-verfügbare"
33107
33108 \end_inset
33109
33110
33111 \begin_inset Index
33112 status collapsed
33113
33114 \begin_layout Plain Layout
33115 Einheiten
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33125  Tabelle
33126 \begin_inset space ~
33127 \end_inset
33128
33129
33130 \begin_inset CommandInset ref
33131 LatexCommand ref
33132 reference "tab:Maßeinheiten"
33133
33134 \end_inset
33135
33136  alle in LyX verfügbaren Maßeinheiten.
33137 \end_layout
33138
33139 \begin_layout Standard
33140 \begin_inset Float table
33141 placement h
33142 wide false
33143 sideways false
33144 status open
33145
33146 \begin_layout Plain Layout
33147 \begin_inset Caption
33148
33149 \begin_layout Plain Layout
33150 \begin_inset CommandInset label
33151 LatexCommand label
33152 name "tab:Maßeinheiten"
33153
33154 \end_inset
33155
33156 Maßeinheiten
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Plain Layout
33165 \begin_inset VSpace medskip
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Plain Layout
33172 \align center
33173 \begin_inset Tabular
33174 <lyxtabular version="3" rows="20" columns="2">
33175 <features>
33176 <column alignment="center" valignment="top" width="0">
33177 <column alignment="center" valignment="top" width="0">
33178 <row>
33179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183
33184 \series bold
33185 Maßeinheit
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194
33195 \series bold
33196 Name/Beschreibung
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 mm
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 Millimeter
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 </row>
33222 <row>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227 cm
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 Zentimeter
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 </row>
33242 <row>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 in
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256 Zoll (1
33257 \begin_inset space \thinspace{}
33258 \end_inset
33259
33260 in = 2.54
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264 cm
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 </row>
33270 <row>
33271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275 pt
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 Punkt (72.27
33285 \begin_inset space \thinspace{}
33286 \end_inset
33287
33288 pt = 1
33289 \begin_inset space \thinspace{}
33290 \end_inset
33291
33292 in)
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 <row>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 pc
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312 Pica (1
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 pc = 12
33317 \begin_inset space \thinspace{}
33318 \end_inset
33319
33320 pt)
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 </row>
33326 <row>
33327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 sp
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 skalierter Punkt (65536
33341 \begin_inset space \thinspace{}
33342 \end_inset
33343
33344 sp = 1
33345 \begin_inset space \thinspace{}
33346 \end_inset
33347
33348 pt)
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 </row>
33354 <row>
33355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33356 \begin_inset Text
33357
33358 \begin_layout Plain Layout
33359 bp
33360 \end_layout
33361
33362 \end_inset
33363 </cell>
33364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 großer Punkt (72
33369 \begin_inset space \thinspace{}
33370 \end_inset
33371
33372 bp = 1
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 in)
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 </row>
33382 <row>
33383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 dd
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 Didot (1
33397 \begin_inset space \thinspace{}
33398 \end_inset
33399
33400 dd 
33401 \begin_inset Formula $\approx$
33402 \end_inset
33403
33404  0,376
33405 \begin_inset space \thinspace{}
33406 \end_inset
33407
33408 mm)
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 </row>
33414 <row>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 cc
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 Cicero (1
33429 \begin_inset space \thinspace{}
33430 \end_inset
33431
33432 cc = 12
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 dd)
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row>
33443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 Skalierung%
33448 \end_layout
33449
33450 \end_inset
33451 </cell>
33452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 % der originalen Bildbreite
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 </row>
33462 <row>
33463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467 Textbreite %
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33473 \begin_inset Text
33474
33475 \begin_layout Plain Layout
33476 % der Textbreite
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 </row>
33482 <row>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487 Spaltenbreite %
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 % der Spaltenbreite
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 </row>
33502 <row>
33503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507 Seitenbreite %
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 % der Seitenbreite
33517 \end_layout
33518
33519 \end_inset
33520 </cell>
33521 </row>
33522 <row>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527 Zeilenbreite %
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536 % der Zeilenbreite
33537 \end_layout
33538
33539 \end_inset
33540 </cell>
33541 </row>
33542 <row>
33543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33544 \begin_inset Text
33545
33546 \begin_layout Plain Layout
33547 Texthöhe %
33548 \end_layout
33549
33550 \end_inset
33551 </cell>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 % der Texthöhe
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 <row>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 Seitenhöhe %
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 % der Seitenhöhe
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 </row>
33582 <row>
33583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 ex
33588 \end_layout
33589
33590 \end_inset
33591 </cell>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596 Die Höhe des Buchstabens 
33597 \emph on
33598 x
33599 \emph default
33600  im aktiven Zeichensatz
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 em
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 Die Breite des Buchstabens 
33621 \emph on
33622 M
33623 \emph default
33624  im aktiven Zeichensatz
33625 \end_layout
33626
33627 \end_inset
33628 </cell>
33629 </row>
33630 <row>
33631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33632 \begin_inset Text
33633
33634 \begin_layout Plain Layout
33635 mu
33636 \end_layout
33637
33638 \end_inset
33639 </cell>
33640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33641 \begin_inset Text
33642
33643 \begin_layout Plain Layout
33644 mathematische  Maßeinheit
33645 \series bold
33646  
33647 \series default
33648 (1
33649 \begin_inset space \thinspace{}
33650 \end_inset
33651
33652 mu = 1/18
33653 \begin_inset space \thinspace{}
33654 \end_inset
33655
33656 em)
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 </row>
33662 </lyxtabular>
33663
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Chapter
33675 Ausgabedatei-Formate mit Grafiken
33676 \begin_inset CommandInset label
33677 LatexCommand label
33678 name "kap:Ausgabedatei-Formate"
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Section
33686 DVI
33687 \begin_inset Index
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691 Dateiformat! DVI
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \begin_inset Index
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701 DVI
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \begin_layout Standard
33710 Dieser Dateityp hat die Erweiterung 
33711 \begin_inset Quotes gld
33712 \end_inset
33713
33714
33715 \family typewriter
33716 .dvi
33717 \family default
33718
33719 \begin_inset Quotes grd
33720 \end_inset
33721
33722  und wird 
33723 \begin_inset Quotes gld
33724 \end_inset
33725
33726 device independent
33727 \begin_inset Quotes grd
33728 \end_inset
33729
33730  genannt, weil er vollkommen portierbar ist.
33731  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33732  dvi-Betrachter installiert hat.
33733  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33734 ate wie PostScript benutzt.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset Note Greyedout
33739 status open
33740
33741 \begin_layout Plain Layout
33742
33743 \series bold
33744 Bemerkung:
33745 \series default
33746  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Standard
33755 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33756  auf einen anderen Computer kopieren.
33757  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33758  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33759  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33760 \family typewriter
33761  
33762 \family default
33763 blättern.
33764
33765 \family typewriter
33766  
33767 \family default
33768 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33769  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33770  
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Sie können Ihr Dokument als DVI über das Menü 
33775 \family sans
33776 Datei\SpecialChar \menuseparator
33777 Exportieren\SpecialChar \menuseparator
33778 DVI
33779 \family default
33780  exportieren.
33781  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33782 \family sans
33783 Ansicht
33784 \family default
33785  oder den Werkzeugleistenknopf 
33786 \begin_inset Graphics
33787         filename ../../images/buffer-view_dvi.png
33788         scale 70
33789         scaleBeforeRotation
33790         BoundingBox 0bp 0bp 20bp 20bp
33791
33792 \end_inset
33793
33794  anschauen.
33795 \end_layout
33796
33797 \begin_layout Section
33798 PostScript
33799 \begin_inset CommandInset label
33800 LatexCommand label
33801 name "abs:PostScript"
33802
33803 \end_inset
33804
33805
33806 \begin_inset Index
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810 Dateiformat  ! PostScript
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \begin_inset Index
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 PostScript
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \begin_layout Standard
33829 Dieser Dateityp hat die Erweiterung 
33830 \begin_inset Quotes gld
33831 \end_inset
33832
33833
33834 \family typewriter
33835 .ps
33836 \family default
33837
33838 \begin_inset Quotes grd
33839 \end_inset
33840
33841 .
33842  PostScript wurde von der Firma
33843 \family typewriter
33844  Adobe
33845 \family default
33846  als Druckersprache entwickelt.
33847  Die Datei enthält deshalb Druckbefehle.
33848  PostScript kann als 
33849 \begin_inset Quotes gld
33850 \end_inset
33851
33852 Programmiersprache
33853 \begin_inset Quotes grd
33854 \end_inset
33855
33856  angesehen werden.
33857  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33858 \begin_inset Foot
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33863  von
33864 \series bold
33865  PSTricks
33866 \series default
33867  
33868 \begin_inset CommandInset citation
33869 LatexCommand cite
33870 key "pstricks"
33871
33872 \end_inset
33873
33874  oder 
33875 \begin_inset CommandInset citation
33876 LatexCommand cite
33877 key "latex-praxisbuch"
33878
33879 \end_inset
33880
33881  ansehen.
33882 \end_layout
33883
33884 \end_inset
33885
33886 .
33887  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33888 \end_layout
33889
33890 \begin_layout Standard
33891 PostScript kann nur Bilder im Format EPS
33892 \begin_inset Index
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 EPS
33897 \end_layout
33898
33899 \end_inset
33900
33901  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33902 wei\SpecialChar \-
33903 ter\SpecialChar \-
33904 ung 
33905 \begin_inset Quotes gld
33906 \end_inset
33907
33908
33909 \family typewriter
33910 .eps
33911 \family default
33912
33913 \begin_inset Quotes grd
33914 \end_inset
33915
33916 ) enthalten.
33917  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33918  intern nach EPS konvertieren.
33919  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33920  verlangsamen.
33921  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33922  konvertieren und direkt als EPS einfügen.
33923 \end_layout
33924
33925 \begin_layout Standard
33926 Sie können Ihr Dokument als PostScript über das Menü 
33927 \family sans
33928 Datei\SpecialChar \menuseparator
33929 Exportieren\SpecialChar \menuseparator
33930 Post\SpecialChar \-
33931 Script
33932 \family default
33933  exportieren.
33934  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33935 \family sans
33936 Ansicht
33937 \family default
33938  oder den Werkzeugleistenknopf 
33939 \begin_inset Graphics
33940         filename ../../images/buffer-view_ps.png
33941         scale 70
33942         scaleBeforeRotation
33943
33944 \end_inset
33945
33946  anschauen.
33947 \end_layout
33948
33949 \begin_layout Section
33950 PDF
33951 \begin_inset Index
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955 Dateiformat! PDF
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \begin_inset Index
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965 PDF
33966 \end_layout
33967
33968 \end_inset
33969
33970
33971 \end_layout
33972
33973 \begin_layout Standard
33974 Dieser Dateityp hat die Erweiterung 
33975 \begin_inset Quotes gld
33976 \end_inset
33977
33978
33979 \family typewriter
33980 .pdf
33981 \family default
33982
33983 \begin_inset Quotes grd
33984 \end_inset
33985
33986 .
33987  Das
33988 \emph on
33989  
33990 \emph default
33991
33992 \begin_inset Quotes gld
33993 \end_inset
33994
33995 Portable Document Format
33996 \begin_inset Quotes grd
33997 \end_inset
33998
33999  (PDF) wurde auch von der Firma 
34000 \family typewriter
34001 Adobe
34002 \family default
34003  als Derivat von PostScript entwickelt.
34004  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34005  Wie der Begriff 
34006 \begin_inset Quotes gld
34007 \end_inset
34008
34009 portable
34010 \begin_inset Quotes grd
34011 \end_inset
34012
34013  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34014  werden, und der Ausdruck sieht immer gleich aus.
34015 \end_layout
34016
34017 \begin_layout Standard
34018 PDF kann Bilder im eigenen PDF-Format, im Format 
34019 \begin_inset Quotes gld
34020 \end_inset
34021
34022 Joint Photographic Experts Group
34023 \begin_inset Quotes grd
34024 \end_inset
34025
34026  (JPEG
34027 \begin_inset Index
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 JPG, JPEG
34032 \end_layout
34033
34034 \end_inset
34035
34036 , Datei-Erweiterung 
34037 \begin_inset Quotes gld
34038 \end_inset
34039
34040
34041 \family typewriter
34042 .jpg
34043 \family default
34044
34045 \begin_inset Quotes grd
34046 \end_inset
34047
34048  oder 
34049 \begin_inset Quotes gld
34050 \end_inset
34051
34052
34053 \family typewriter
34054 .jpeg
34055 \family default
34056
34057 \begin_inset Quotes grd
34058 \end_inset
34059
34060 ) und im Format 
34061 \begin_inset Quotes gld
34062 \end_inset
34063
34064 Portable Network Graphics
34065 \begin_inset Quotes grd
34066 \end_inset
34067
34068  (PNG
34069 \begin_inset Index
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073 PNG
34074 \end_layout
34075
34076 \end_inset
34077
34078 , Datei-Erweiterung 
34079 \begin_inset Quotes gld
34080 \end_inset
34081
34082
34083 \family typewriter
34084 .png
34085 \family default
34086
34087 \begin_inset Quotes grd
34088 \end_inset
34089
34090 ) enthalten.
34091  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34092  Sie konvertieren wird.
34093  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34094  wird, eines der drei erwähnten Bildformate zu benutzen.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 PDF-Dateien können Sie über 
34099 \family sans
34100 Datei\SpecialChar \menuseparator
34101 Exportieren
34102 \family default
34103  auf drei Arten erzeugen:
34104 \end_layout
34105
34106 \begin_layout Description
34107 PDF
34108 \begin_inset space ~
34109 \end_inset
34110
34111 (ps2pdf) benutzt das Programm
34112 \family typewriter
34113  ps2pdf
34114 \family default
34115 , das eine PDF-Datei aus einer Post\SpecialChar \-
34116 Script®-Version Ihres Dokument erstellt.
34117  Die PostScript-Version wird mit dem Programm 
34118 \family typewriter
34119 dvips
34120 \family default
34121  aus einer DVI-Version erstellt.
34122  Es werden also drei Konvertierungen verwendet.
34123 \end_layout
34124
34125 \begin_layout Description
34126 PDF
34127 \begin_inset space ~
34128 \end_inset
34129
34130 (dvipdfm) benutzt das Programm 
34131 \family typewriter
34132 dvipdfm
34133 \family default
34134 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34135  PDF konvertiert.
34136 \end_layout
34137
34138 \begin_layout Description
34139 PDF
34140 \begin_inset space ~
34141 \end_inset
34142
34143 (pdflatex) benutzt das Programm
34144 \family typewriter
34145  pdftex
34146 \family default
34147 , das Ihr Dokument direkt nach PDF konvertiert.
34148 \end_layout
34149
34150 \begin_layout Standard
34151
34152 \family sans
34153 PDF
34154 \begin_inset space ~
34155 \end_inset
34156
34157 (pdflatex)
34158 \family default
34159  wird empfohlen, weil
34160 \family typewriter
34161  pdftex
34162 \family default
34163  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34164  ohne Probleme arbeitet.
34165  Das Programm 
34166 \family typewriter
34167 dvi\SpecialChar \-
34168 pdfm
34169 \family default
34170  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34171 \end_layout
34172
34173 \begin_layout Standard
34174 Sie können Ihr Dokument als PDF über das Menü 
34175 \family sans
34176 Datei\SpecialChar \menuseparator
34177 Exportieren\SpecialChar \menuseparator
34178 PDF
34179 \family default
34180  exportieren.
34181  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34182 \family sans
34183 Ansicht
34184 \family default
34185  oder den Werkzeugleistenknopf 
34186 \begin_inset Graphics
34187         filename ../../images/buffer-view_pdf2.png
34188         scale 70
34189         scaleBeforeRotation
34190         BoundingBox 0bp 0bp 20bp 20bp
34191
34192 \end_inset
34193
34194  anschauen 
34195 \family sans
34196 (
34197 \family default
34198 der 
34199 \family sans
34200 PDF
34201 \begin_inset space ~
34202 \end_inset
34203
34204 (pdflatex)
34205 \family default
34206  verwendet).
34207 \end_layout
34208
34209 \begin_layout Chapter
34210 Erklärung der Gleichung
34211 \begin_inset space ~
34212 \end_inset
34213
34214
34215 \begin_inset CommandInset ref
34216 LatexCommand eqref
34217 reference "eq:Wgn"
34218
34219 \end_inset
34220
34221
34222 \begin_inset CommandInset label
34223 LatexCommand label
34224 name "kap:Exläuterung-einer-Gleichung"
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Standard
34232 Die Gesamtbreite von
34233 \emph on
34234  n
34235 \emph default
34236  Tabellenzellen 
34237 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34238 \end_inset
34239
34240  kann wie folgt berechnet werden:
34241 \end_layout
34242
34243 \begin_layout Standard
34244 \begin_inset Formula \begin{equation}
34245 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}
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 Dabei ist 
34254 \begin_inset Formula $W_{g\, n}$
34255 \end_inset
34256
34257  die Breite jeder Zelle.
34258
34259 \series bold
34260  
34261 \backslash
34262 tabcolsep
34263 \series default
34264  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34265  Standardwert 6
34266 \begin_inset space \thinspace{}
34267 \end_inset
34268
34269 pt.
34270  
34271 \series bold
34272
34273 \backslash
34274 arrayrulewidth
34275 \series default
34276  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34277 \begin_inset space \thinspace{}
34278 \end_inset
34279
34280 pt.
34281 \end_layout
34282
34283 \begin_layout Standard
34284 Nach Gleichung
34285 \begin_inset space ~
34286 \end_inset
34287
34288
34289 \begin_inset CommandInset ref
34290 LatexCommand ref
34291 reference "eq:Wtot_n"
34292
34293 \end_inset
34294
34295  ist die Gesamtbreite einer Mehrfachspalte, 
34296 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34297 \end_inset
34298
34299 ,
34300 \end_layout
34301
34302 \begin_layout Standard
34303 \begin_inset Formula \begin{equation}
34304 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Setzt man die Gleichungen
34313 \begin_inset space ~
34314 \end_inset
34315
34316
34317 \begin_inset CommandInset ref
34318 LatexCommand ref
34319 reference "eq:Wtot_n"
34320
34321 \end_inset
34322
34323  und 
34324 \begin_inset CommandInset ref
34325 LatexCommand ref
34326 reference "eq:Wtot_mult"
34327
34328 \end_inset
34329
34330  gleich, kann man die benötigte Breite 
34331 \begin_inset Formula $W_{g\, n}$
34332 \end_inset
34333
34334 , wenn 
34335 \emph on
34336 n
34337 \emph default
34338  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34339 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34340 \end_inset
34341
34342  hat, berechnen:
34343 \end_layout
34344
34345 \begin_layout Standard
34346 \begin_inset Formula \begin{equation}
34347 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Bibliography
34355 \begin_inset CommandInset bibitem
34356 LatexCommand bibitem
34357 key "latexcompanion"
34358
34359 \end_inset
34360
34361 Frank Mittelbach and Michel Goossens: 
34362 \emph on
34363 The LaTeX Companion Second Edition.
34364
34365 \emph default
34366  Addison-Wesley, 2004
34367 \end_layout
34368
34369 \begin_layout Bibliography
34370 \begin_inset CommandInset bibitem
34371 LatexCommand bibitem
34372 key "latexguide"
34373
34374 \end_inset
34375
34376 Helmut Kopka and Patrick W.
34377  Daly: 
34378 \emph on
34379 A Guide to LaTeX Fourth Edition.
34380
34381 \emph default
34382  Addison-Wesley, 2003
34383 \end_layout
34384
34385 \begin_layout Bibliography
34386 \begin_inset CommandInset bibitem
34387 LatexCommand bibitem
34388 key "lamport"
34389
34390 \end_inset
34391
34392 Leslie Lamport: 
34393 \emph on
34394 LaTeX: A Document Preparation System.
34395
34396 \emph default
34397  Addison-Wesley, second edition, 1994
34398 \end_layout
34399
34400 \begin_layout Bibliography
34401 \begin_inset CommandInset bibitem
34402 LatexCommand bibitem
34403 key "latex-praxisbuch"
34404
34405 \end_inset
34406
34407 Niedermair, Elke & Michael: 
34408 \emph on
34409 LaTeX-Praxisbuch
34410 \emph default
34411 , Franzis-Verlag, 2004
34412 \end_layout
34413
34414 \begin_layout Bibliography
34415 \begin_inset CommandInset bibitem
34416 LatexCommand bibitem
34417 key "booktabs"
34418
34419 \end_inset
34420
34421 Dokumentation des LaTeX-Pakets 
34422 \series bold
34423
34424 \begin_inset CommandInset href
34425 LatexCommand href
34426 name "booktabs"
34427 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34428
34429 \end_inset
34430
34431
34432 \series default
34433
34434 \begin_inset Index
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 LaTeX-Pakete ! booktabs
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Bibliography
34447 \begin_inset CommandInset bibitem
34448 LatexCommand bibitem
34449 key "caption"
34450
34451 \end_inset
34452
34453 Dokumentation des LaTeX-Pakets 
34454 \series bold
34455
34456 \begin_inset CommandInset href
34457 LatexCommand href
34458 name "caption"
34459 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34460
34461 \end_inset
34462
34463
34464 \series default
34465
34466 \begin_inset Index
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 LaTeX-Pakete ! caption
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Bibliography
34479 \begin_inset CommandInset bibitem
34480 LatexCommand bibitem
34481 key "endfloat"
34482
34483 \end_inset
34484
34485 Dokumentation des LaTeX-Pakets 
34486 \series bold
34487
34488 \begin_inset CommandInset href
34489 LatexCommand href
34490 name "endfloat"
34491 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34492
34493 \end_inset
34494
34495
34496 \series default
34497
34498 \begin_inset Index
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502 LaTeX-Pakete ! endfloat
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Bibliography
34511 \begin_inset CommandInset bibitem
34512 LatexCommand bibitem
34513 key "wrapfig"
34514
34515 \end_inset
34516
34517 Dokumentation des LaTeX-Pakets 
34518 \series bold
34519
34520 \begin_inset CommandInset href
34521 LatexCommand href
34522 name "wrapfig"
34523 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34524
34525 \end_inset
34526
34527
34528 \series default
34529
34530 \begin_inset Index
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534 LaTeX-Pakete ! wrapfig
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 vspace{4mm}
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Bibliography
34556 \begin_inset CommandInset bibitem
34557 LatexCommand bibitem
34558 key "footmisc"
34559
34560 \end_inset
34561
34562 Dokumentation des LaTeX-Pakets 
34563 \series bold
34564
34565 \begin_inset CommandInset href
34566 LatexCommand href
34567 name "footmisc"
34568 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34569
34570 \end_inset
34571
34572
34573 \series default
34574
34575 \begin_inset Index
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579 LaTeX-Pakete ! footmisc
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Bibliography
34588 \begin_inset CommandInset bibitem
34589 LatexCommand bibitem
34590 key "hypcap"
34591
34592 \end_inset
34593
34594 Dokumentation des LaTeX-Pakets 
34595 \series bold
34596
34597 \begin_inset CommandInset href
34598 LatexCommand href
34599 name "hypcap"
34600 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34601
34602 \end_inset
34603
34604
34605 \series default
34606
34607 \begin_inset Index
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611 LaTeX-Pakete ! hypcap
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Bibliography
34620 \begin_inset CommandInset bibitem
34621 LatexCommand bibitem
34622 key "hyperref"
34623
34624 \end_inset
34625
34626 Dokumentation des LaTeX-Pakets 
34627 \series bold
34628
34629 \begin_inset CommandInset href
34630 LatexCommand href
34631 name "hyperref"
34632 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34633
34634 \end_inset
34635
34636
34637 \series default
34638
34639 \begin_inset Index
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643 LaTeX-Pakete ! hyperref
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Bibliography
34652 \begin_inset CommandInset bibitem
34653 LatexCommand bibitem
34654 key "koma-script"
34655
34656 \end_inset
34657
34658 Dokumentation des LaTeX-Pakets 
34659 \series bold
34660
34661 \begin_inset CommandInset href
34662 LatexCommand href
34663 name "koma-script"
34664 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34665
34666 \end_inset
34667
34668
34669 \series default
34670
34671 \begin_inset Index
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 LaTeX-Pakete ! koma-script
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \begin_layout Bibliography
34684 \begin_inset CommandInset bibitem
34685 LatexCommand bibitem
34686 key "listings"
34687
34688 \end_inset
34689
34690 Dokumentation des LaTeX-Pakets 
34691 \series bold
34692
34693 \begin_inset CommandInset href
34694 LatexCommand href
34695 name "listings"
34696 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34697
34698 \end_inset
34699
34700
34701 \series default
34702
34703 \begin_inset Index
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707 LaTeX-Pakete ! listings
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Bibliography
34716 \begin_inset CommandInset bibitem
34717 LatexCommand bibitem
34718 key "marginnote"
34719
34720 \end_inset
34721
34722 Dokumentation des LaTeX-Pakets 
34723 \series bold
34724
34725 \begin_inset CommandInset href
34726 LatexCommand href
34727 name "marginnote"
34728 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34729
34730 \end_inset
34731
34732
34733 \series default
34734
34735 \begin_inset Index
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739 LaTeX-Pakete ! marginnote
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Bibliography
34748 \begin_inset CommandInset bibitem
34749 LatexCommand bibitem
34750 key "pstricks"
34751
34752 \end_inset
34753
34754 Webseite des LaTeX-Pakets 
34755 \series bold
34756
34757 \begin_inset CommandInset href
34758 LatexCommand href
34759 name "PSTricks"
34760 target "http://tug.org/PSTricks/"
34761
34762 \end_inset
34763
34764
34765 \series default
34766
34767 \begin_inset Index
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771 LaTeX-Pakete ! pstricks
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Bibliography
34780 \begin_inset CommandInset bibitem
34781 LatexCommand bibitem
34782 key "sidecap"
34783
34784 \end_inset
34785
34786 Dokumentation des LaTeX-Pakets 
34787 \series bold
34788
34789 \begin_inset CommandInset href
34790 LatexCommand href
34791 name "sidecap"
34792 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34793
34794 \end_inset
34795
34796
34797 \series default
34798
34799 \begin_inset Index
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803 LaTeX-Pakete ! sidecap
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \end_layout
34810
34811 \begin_layout Bibliography
34812 \begin_inset CommandInset bibitem
34813 LatexCommand bibitem
34814 key "NewInLyX16"
34815
34816 \end_inset
34817
34818
34819 \begin_inset CommandInset href
34820 LatexCommand href
34821 name "Wiki-Seite"
34822 target "http://wiki.lyx.org/LyX/NewInLyX16"
34823
34824 \end_inset
34825
34826  über neue Funktionen in 
34827 \family sans
34828 LyX 1.6.0
34829 \family default
34830 .
34831 \end_layout
34832
34833 \begin_layout Standard
34834 \begin_inset CommandInset index_print
34835 LatexCommand printindex
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 \begin_inset FloatList figure
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \begin_layout Standard
34851 \begin_inset FloatList table
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \begin_layout Standard
34859 \begin_inset ERT
34860 status open
34861
34862 \begin_layout Plain Layout
34863
34864
34865 \backslash
34866 listof{algorithm}{Algorithmenverzeichnis}
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \begin_inset Note Note
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 siehe Abschnitt
34877 \begin_inset space ~
34878 \end_inset
34879
34880
34881 \begin_inset CommandInset ref
34882 LatexCommand ref
34883 reference "uab:Gleitobjekt-Algorithmen"
34884
34885 \end_inset
34886
34887  für eine Beschreibung
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_body
34896 \end_document