]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Japanese Tutorial.lyx: update by Koji
[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="59" columns="3">
7465 <features islongtable="true" lastFootEmpty="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 </lyxtabular>
9349
9350 \end_inset
9351
9352
9353 \end_layout
9354
9355 \begin_layout Section
9356 Weitere Möglichkeiten für 
9357 \family sans
9358 lange Tabelle
9359 \family default
9360 n
9361 \begin_inset CommandInset label
9362 LatexCommand label
9363 name "abs:Special-Longtable-Issues"
9364
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Subsection
9371 L
9372 \family sans
9373 ange Tabelle
9374 \family default
9375 n: Berechnung
9376 \begin_inset Index
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380 Tabellen ! lange ! Berechnung
9381 \end_layout
9382
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \begin_layout Standard
9389 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9390  sogenannten 
9391 \emph on
9392 chunks
9393 \emph default
9394  (Brocken).
9395  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9396  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9397  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9398  das die Druckausgabe.
9399  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9400  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9401  einfügen:
9402 \end_layout
9403
9404 \begin_layout Standard
9405
9406 \series bold
9407
9408 \backslash
9409 setcounter{LTchunksize}{100}
9410 \end_layout
9411
9412 \begin_layout Subsection
9413 Gleitobjekte und L
9414 \family sans
9415 ange Tabelle
9416 \family default
9417 n
9418 \begin_inset Index
9419 status collapsed
9420
9421 \begin_layout Plain Layout
9422 Tabellen ! lange ! und Gleitobjekte
9423 \end_layout
9424
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \begin_layout Standard
9431 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9432 \family sans
9433 lange
9434 \begin_inset space ~
9435 \end_inset
9436
9437 Tabelle
9438 \family default
9439  beginnt, ein Gleitobjekt befindet.
9440  Um das zu vermeiden, können Sie vor der 
9441 \family sans
9442 langen
9443 \begin_inset space ~
9444 \end_inset
9445
9446 Tabellen
9447 \family default
9448  einen manuellen Seitenumbruch
9449 \family sans
9450  Einfügen\SpecialChar \menuseparator
9451 Formatierung\SpecialChar \menuseparator
9452 [Doppel]Seite
9453 \begin_inset space \space{}
9454 \end_inset
9455
9456 leeren
9457 \family default
9458  einfügen, siehe 
9459 \emph on
9460 Benutzerhandbuch
9461 \emph default
9462 .
9463 \end_layout
9464
9465 \begin_layout Subsection
9466 Manuelle Seitenumbrüche
9467 \begin_inset Index
9468 status collapsed
9469
9470 \begin_layout Plain Layout
9471 Tabellen ! lange ! manueller Seitenumbruch
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \begin_layout Standard
9480 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9481  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9482  der Zelle umbrechen wollen, fügen Sie den Befehl  
9483 \begin_inset Quotes gld
9484 \end_inset
9485
9486
9487 \series bold
9488
9489 \backslash
9490
9491 \backslash
9492
9493 \series default
9494
9495 \begin_inset Quotes grd
9496 \end_inset
9497
9498  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9499  werden kann.
9500  Vor dem 
9501 \begin_inset Quotes gld
9502 \end_inset
9503
9504
9505 \series bold
9506
9507 \backslash
9508
9509 \backslash
9510
9511 \series default
9512
9513 \begin_inset Quotes grd
9514 \end_inset
9515
9516 -Befehl müssen Sie so viele 
9517 \begin_inset Quotes gld
9518 \end_inset
9519
9520
9521 \series bold
9522 &
9523 \series default
9524
9525 \begin_inset Quotes grd
9526 \end_inset
9527
9528  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9529  Mit 
9530 \begin_inset Quotes gld
9531 \end_inset
9532
9533
9534 \series bold
9535 &
9536 \series default
9537
9538 \begin_inset Quotes grd
9539 \end_inset
9540
9541   werden in LaTeX Tabellenzellen getrennt.
9542  Hinter jedes 
9543 \begin_inset Quotes gld
9544 \end_inset
9545
9546
9547 \series bold
9548 &
9549 \series default
9550
9551 \begin_inset Quotes grd
9552 \end_inset
9553
9554  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9555  und löschen den Inhalt dieser Zellen.
9556 \end_layout
9557
9558 \begin_layout Standard
9559 Hinter dem 
9560 \begin_inset Quotes gld
9561 \end_inset
9562
9563
9564 \series bold
9565
9566 \backslash
9567
9568 \backslash
9569
9570 \series default
9571
9572 \begin_inset Quotes grd
9573 \end_inset
9574
9575 -Befehl müssen Sie so viele 
9576 \begin_inset Quotes gld
9577 \end_inset
9578
9579
9580 \series bold
9581 &
9582 \series default
9583
9584 \begin_inset Quotes grd
9585 \end_inset
9586
9587  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9588  In Tabelle
9589 \begin_inset space ~
9590 \end_inset
9591
9592
9593 \begin_inset CommandInset ref
9594 LatexCommand ref
9595 reference "tab:ForcedPagebreak"
9596
9597 \end_inset
9598
9599  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9600  Es folgt noch eine weitere Spalte.
9601  Deshalb wurde hinter dem Wort 
9602 \emph on
9603 Castelchiodato, 
9604 \emph default
9605 folgendes eingefügt:
9606 \end_layout
9607
9608 \begin_layout Standard
9609
9610 \series bold
9611 & 111
9612 \backslash
9613
9614 \backslash
9615  
9616 \backslash
9617 newpage
9618 \begin_inset Newline newline
9619 \end_inset
9620
9621 &
9622 \end_layout
9623
9624 \begin_layout Standard
9625 Die 
9626 \begin_inset Quotes gld
9627 \end_inset
9628
9629 111
9630 \begin_inset Quotes grd
9631 \end_inset
9632
9633  in der dritten Spalte wurde gelöscht.
9634  
9635 \series bold
9636
9637 \backslash
9638 newpage
9639 \series default
9640  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9641  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9642  Wenn die Fußzeile Ihrer 
9643 \family sans
9644 langen
9645 \begin_inset space ~
9646 \end_inset
9647
9648 Tabelle
9649 \family default
9650  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9651  Befehle benutzen:
9652 \end_layout
9653
9654 \begin_layout Standard
9655
9656 \series bold
9657 & 111
9658 \backslash
9659
9660 \backslash
9661
9662 \begin_inset Newline newline
9663 \end_inset
9664
9665
9666 \backslash
9667 hline &
9668 \end_layout
9669
9670 \begin_layout Standard
9671 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9672  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9673 \end_layout
9674
9675 \begin_layout Standard
9676
9677 \series bold
9678
9679 \backslash
9680 setlength{
9681 \backslash
9682 parfillskip}{0pt}
9683 \end_layout
9684
9685 \begin_layout Standard
9686 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9687  erscheint.
9688 \end_layout
9689
9690 \begin_layout Standard
9691 \align center
9692 \begin_inset Tabular
9693 <lyxtabular version="3" rows="38" columns="3">
9694 <features islongtable="true" lastFootEmpty="true">
9695 <column alignment="left" valignment="top" width="0cm">
9696 <column alignment="left" valignment="top" width="3cm">
9697 <column alignment="right" valignment="top" width="0pt">
9698 <row caption="true">
9699 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 \begin_inset Caption
9704
9705 \begin_layout Plain Layout
9706 Tabelle mit manuellem Seitenumbruch in einer Zelle
9707 \begin_inset CommandInset label
9708 LatexCommand label
9709 name "tab:ForcedPagebreak"
9710
9711 \end_inset
9712
9713
9714 \begin_inset OptArg
9715 status collapsed
9716
9717 \begin_layout Plain Layout
9718 Tabelle mit manuellem Seitenumbruch in einer Zelle
9719 \end_layout
9720
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row endfirsthead="true">
9753 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \series bold
9759 Telefonliste (ignoriere die Namen)
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row endfirsthead="true">
9784 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790 NAME
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 TEL.
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 </row>
9816 <row endhead="true">
9817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 \begin_inset ERT
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825
9826
9827 \backslash
9828 caption*{Fortsetzung der Tabelle}
9829 \backslash
9830
9831 \backslash
9832 %
9833 \end_layout
9834
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row endhead="true">
9862 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 Telefonliste
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row endhead="true">
9893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899 NAME
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 TEL.
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row endfoot="true">
9926 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 wird fortgesetzt\SpecialChar \ldots{}
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \series bold
9962 Annovi
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 Silvia
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 111
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 Bertoli
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 Stefano
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 111
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 Bozzi
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 Walter
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 111
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Cachia
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 Maria
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 111
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row>
10080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 Cachia
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 Maurizio
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 111
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 Cinquemani
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Giusi
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 111
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Colin
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Bernard
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Concli
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Gianfranco
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Dal Bosco
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Carolina
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Dalpiaz
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Annamaria
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Feliciello
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Domenico
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Focarelli
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Paola
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Galletti
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Oreste
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Gasparini
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Franca
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Lassini
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Giancarlo
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Malfatti
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Luciano
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Malfatti
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Valeriano
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Meneguzzo
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Roberto
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Mezzadra
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Roberto
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Pirpamer
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Erich
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Pochiesa
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Paolo
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111, 222
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Radina
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Claudio
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Rizzardi
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Paolo, 11.
10654  Fürst von Monte\SpecialChar \-
10655 com\SpecialChar \-
10656 patri, 11.
10657  Fürst von Sulmona und Vivaro, 10.
10658  Fürst von Rossano, 5.
10659  Herzog von Canemorte, 11.
10660  Herzog von Palombara, 5.
10661  Herzog von Castelchiodato,
10662 \begin_inset ERT
10663 status open
10664
10665 \begin_layout Plain Layout
10666
10667 & 111
10668 \backslash
10669
10670 \backslash
10671  
10672 \backslash
10673 newpage
10674 \end_layout
10675
10676 \begin_layout Plain Layout
10677
10678 &
10679 \end_layout
10680
10681 \end_inset
10682
10683  11.
10684  Herzog von Poggionativo, 11.
10685  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10686  Graf von Valinfreda, 11.
10687  Baron von Cropalati, 11.
10688  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Stuffer
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Oskar
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Tacchelli
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Ugo
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Tezzele
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Margit
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Unterkalmsteiner
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Frieda
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \series bold
10834 Vieider
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Hilde
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 111
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row>
10859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \series bold
10865 Vigna
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 Jürgen
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 111
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 </row>
10889 <row>
10890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \series bold
10896 Weber
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Maurizio
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 111
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 <row>
10921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925
10926 \series bold
10927 Winkler
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 Franz
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 111
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 </lyxtabular>
10952
10953 \end_inset
10954
10955
10956 \end_layout
10957
10958 \begin_layout Section
10959 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10960 \end_layout
10961
10962 \begin_layout Subsection
10963 Mehrfache Zeilen in Zellen
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "uab:Mehrfache-Zeilen-in"
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Mehrfache ! Zeilen in Zellen
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \begin_inset Index
10982 status collapsed
10983
10984 \begin_layout Plain Layout
10985 Tabellen ! Zeilenumbrüche
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Standard
10994 \noindent
10995 \begin_inset Float table
10996 placement H
10997 wide false
10998 sideways false
10999 status open
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Caption
11003
11004 \begin_layout Plain Layout
11005 \begin_inset CommandInset label
11006 LatexCommand label
11007 name "tab:Table-with-multiple"
11008
11009 \end_inset
11010
11011 Tabelle mit mehrfachen Zeilen in einer Zelle
11012 \end_layout
11013
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \begin_layout Plain Layout
11020 \align center
11021 \begin_inset Tabular
11022 <lyxtabular version="3" rows="3" columns="3">
11023 <features>
11024 <column alignment="center" valignment="middle" width="2.5cm">
11025 <column alignment="center" valignment="middle" width="0.5cm">
11026 <column alignment="center" valignment="middle" width="0.5cm">
11027 <row>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 zwei
11033 \begin_inset Newline linebreak
11034 \end_inset
11035
11036 Zeilen
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 b
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 c
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 d
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 e
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 f
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 g
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 h
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 i
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 </lyxtabular>
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \begin_layout Standard
11131 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11132  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11133  Tabelle
11134 \begin_inset space ~
11135 \end_inset
11136
11137
11138 \begin_inset CommandInset ref
11139 LatexCommand ref
11140 reference "tab:Table-with-multiple"
11141
11142 \end_inset
11143
11144  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11145 \family sans
11146 Tabellen-Einstellungen
11147 \family default
11148 -Dialog auf 2.5
11149 \begin_inset space \thinspace{}
11150 \end_inset
11151
11152 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11153  Weil unser Text schmaler als 2.5
11154 \begin_inset space \thinspace{}
11155 \end_inset
11156
11157 cm ist, würde er in einer Zeile gedruckt werden.
11158  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11159
11160 \family sans
11161 Strg-Shift-Enter
11162 \family default
11163 ) eingefügt.
11164  Wenn der Text länger ist, wird er automatisch umgebrochen.
11165 \end_layout
11166
11167 \begin_layout Standard
11168 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11169  setzen Sie die Breite der beiden Spalten im 
11170 \family sans
11171 Tabellen-Einstellungen
11172 \family default
11173 -Dialog auf 0.5
11174 \begin_inset space \thinspace{}
11175 \end_inset
11176
11177 cm und die vertikale Ausrichtung auf zentriert.
11178 \end_layout
11179
11180 \begin_layout Standard
11181 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11182  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11183  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11184  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11185  Fügen sie daher 0
11186 \begin_inset space \thinspace{}
11187 \end_inset
11188
11189 pt horizontalen Abstand vor dem Wort ein.
11190  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11191  Tabelle
11192 \begin_inset space ~
11193 \end_inset
11194
11195
11196 \begin_inset CommandInset ref
11197 LatexCommand ref
11198 reference "tab:Table-with-and"
11199
11200 \end_inset
11201
11202  zeigt die Wirkungen.
11203 \end_layout
11204
11205 \begin_layout Standard
11206 \begin_inset Float table
11207 placement h
11208 wide false
11209 sideways false
11210 status open
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Caption
11214
11215 \begin_layout Plain Layout
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "tab:Table-with-and"
11219
11220 \end_inset
11221
11222 Tabelle ohne und mit Silbentrennung
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Plain Layout
11231 \begin_inset space \hfill{}
11232 \end_inset
11233
11234
11235 \begin_inset Tabular
11236 <lyxtabular version="3" rows="3" columns="3">
11237 <features>
11238 <column alignment="center" valignment="middle" width="2.5cm">
11239 <column alignment="center" valignment="middle" width="0.5cm">
11240 <column alignment="center" valignment="middle" width="0.5cm">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 einsehrlangesZellenwort
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 b
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 c
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 d
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 e
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 f
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 </row>
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 g
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 h
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 i
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \begin_inset space \hfill{}
11334 \end_inset
11335
11336
11337 \begin_inset Tabular
11338 <lyxtabular version="3" rows="3" columns="3">
11339 <features>
11340 <column alignment="center" valignment="middle" width="2.5cm">
11341 <column alignment="center" valignment="middle" width="0.5cm">
11342 <column alignment="center" valignment="middle" width="0.5cm">
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset space \hspace{}
11349 \length 0pt
11350 \end_inset
11351
11352 einsehrlangesZellenwort
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 b
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 c
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 </row>
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 d
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 e
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 f
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 g
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 h
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 i
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \begin_inset space \hfill{}
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \begin_layout Subsection
11451 Mehrfachspalten
11452 \begin_inset CommandInset label
11453 LatexCommand label
11454 name "uab:Mehrfachspalten"
11455
11456 \end_inset
11457
11458
11459 \begin_inset Index
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463 Mahrfachspalten
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \begin_inset Index
11470 status collapsed
11471
11472 \begin_layout Plain Layout
11473 Tabellen ! Mahrfachspalten
11474 \end_layout
11475
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \begin_layout Subsubsection
11482 Grundlagen
11483 \end_layout
11484
11485 \begin_layout Standard
11486 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11487  und verwenden dann den Knopf 
11488 \begin_inset Graphics
11489         filename ../../images/tabular-feature_multicolumn.png
11490         scale 70
11491         scaleBeforeRotation
11492         BoundingBox 0bp 6bp 22bp 22bp
11493
11494 \end_inset
11495
11496  in der Werkzeugleiste, das Menü 
11497 \family sans
11498 Bearbeiten\SpecialChar \menuseparator
11499 Tabelle\SpecialChar \menuseparator
11500 Mehrfachspalte
11501 \family default
11502  oder den 
11503 \family sans
11504 Tabellen-Einstellungen
11505 \family default
11506 -Dialog, in dem Sie auf der Karteikarte 
11507 \family sans
11508 Tabellen-Einstellungen
11509 \family default
11510  
11511 \family sans
11512 Mehrfachspalte
11513 \family default
11514  ankreuzen.
11515 \end_layout
11516
11517 \begin_layout Standard
11518 Mehrfachspalten haben ihre eigenen Einstellungen.
11519  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11520  Hier ist ein Beispiel, wobei 
11521 \begin_inset Quotes gld
11522 \end_inset
11523
11524 B 2
11525 \begin_inset Quotes grd
11526 \end_inset
11527
11528  keine Mehrfachzeile ist, wie in Abschnitt
11529 \begin_inset space ~
11530 \end_inset
11531
11532
11533 \begin_inset CommandInset ref
11534 LatexCommand ref
11535 reference "uab:Mehrfachzeilen"
11536
11537 \end_inset
11538
11539  beschrieben.
11540  Es wurde nur eine Linie weggelassen:
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="4">
11547 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11548 <column alignment="center" valignment="top" width="0pt">
11549 <column alignment="center" valignment="middle" width="0">
11550 <column alignment="center" valignment="top" width="0in">
11551 <column alignment="center" valignment="top" width="0pt">
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 abc
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 def ghi
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 jkl
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 <row>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595
11596 \family roman
11597 \series medium
11598 \shape up
11599 \size normal
11600 \emph off
11601 \bar no
11602 \noun off
11603 \color none
11604 A
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 B
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 C
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 D
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 <row>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 1
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 2
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 3
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 4
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 </lyxtabular>
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Subsubsection
11683 Mehrfachspalten-Berechnungen
11684 \begin_inset CommandInset label
11685 LatexCommand label
11686 name "uab:Mehrfachspalten-Berechnungen"
11687
11688 \end_inset
11689
11690
11691 \begin_inset Index
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 Mahrfachspalten ! Berechnung
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \begin_inset Index
11702 status collapsed
11703
11704 \begin_layout Plain Layout
11705 Tabellen ! Mahrfachspalten ! Berechnung
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \begin_layout Standard
11714 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11715  Zellen beachten.
11716 \end_layout
11717
11718 \begin_layout Standard
11719 \begin_inset Float table
11720 placement h
11721 wide false
11722 sideways false
11723 status open
11724
11725 \begin_layout Plain Layout
11726 \begin_inset Caption
11727
11728 \begin_layout Plain Layout
11729 \begin_inset CommandInset label
11730 LatexCommand label
11731 name "tab:Table-with-centered"
11732
11733 \end_inset
11734
11735 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11736  die halbe Breite der Mehrfachspalten-Zelle haben
11737 \begin_inset OptArg
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 Eine Mehrfachspalten-Tabelle
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \begin_layout Plain Layout
11755 \align center
11756 \begin_inset Tabular
11757 <lyxtabular version="3" rows="3" columns="3">
11758 <features>
11759 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11760 <column alignment="center" valignment="middle" width="0">
11761 <column alignment="center" valignment="top" width="0">
11762 <row>
11763 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 Dies ist eine Mehrfach\SpecialChar \-
11768 spalten-Zelle
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 c
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 <row>
11793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 d
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 e
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 f
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 </row>
11821 <row>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 g
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 h
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 i
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 </row>
11850 </lyxtabular>
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \begin_layout Standard
11863 Um Tabelle
11864 \begin_inset space ~
11865 \end_inset
11866
11867
11868 \begin_inset CommandInset ref
11869 LatexCommand ref
11870 reference "tab:Table-with-centered"
11871
11872 \end_inset
11873
11874  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11875  3×3-Tabelle, kreuzen im 
11876 \family sans
11877 Tabellen-Einstellungen
11878 \family default
11879 -Dialog 
11880 \family sans
11881 Mehrfachspalte
11882 \family default
11883  an, setzen die 
11884 \family sans
11885 Horizontale
11886 \begin_inset space ~
11887 \end_inset
11888
11889 Ausrichtung
11890 \family default
11891  auf 
11892 \family sans
11893 Zentriert
11894 \family default
11895  und die 
11896 \family sans
11897 Breite
11898 \family default
11899  auf 2.5
11900 \begin_inset space \thinspace{}
11901 \end_inset
11902
11903 cm.
11904  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11905  Sie die Breite der ersten Spalte auf 1.25
11906 \begin_inset space \thinspace{}
11907 \end_inset
11908
11909 cm setzen.
11910  Die zweite Spalte wird dann automatisch 1.25
11911 \begin_inset space \thinspace{}
11912 \end_inset
11913
11914 cm breit (Breite der 
11915 \family sans
11916 Mehrfachspalte
11917 \family default
11918  
11919 \begin_inset Formula $-$
11920 \end_inset
11921
11922  Breite der ersten Spalte).
11923  Dies wurde so für Tabelle
11924 \begin_inset space ~
11925 \end_inset
11926
11927
11928 \begin_inset CommandInset ref
11929 LatexCommand ref
11930 reference "tab:Table-without-half"
11931
11932 \end_inset
11933
11934  gemacht.
11935 \end_layout
11936
11937 \begin_layout Standard
11938 \begin_inset Float table
11939 wide false
11940 sideways false
11941 status open
11942
11943 \begin_layout Plain Layout
11944 \begin_inset Caption
11945
11946 \begin_layout Plain Layout
11947 \begin_inset CommandInset label
11948 LatexCommand label
11949 name "tab:Table-without-half"
11950
11951 \end_inset
11952
11953 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11954  wie die Mehrfachspalte
11955 \begin_inset OptArg
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959 Eine unvollkommene Mehrfachspalten-Tabelle
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Plain Layout
11973 \align center
11974 \begin_inset Tabular
11975 <lyxtabular version="3" rows="3" columns="3">
11976 <features>
11977 <column alignment="center" valignment="top" width="1.25cm">
11978 <column alignment="center" valignment="top" width="0">
11979 <column alignment="center" valignment="top" width="0">
11980 <row>
11981 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 Dies ist auch eine Mehr\SpecialChar \-
11986 fach\SpecialChar \-
11987 spalten-Zelle
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 c
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 </row>
12011 <row>
12012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 d
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 e
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 f
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 </row>
12040 <row>
12041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 g
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 h
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 i
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 </row>
12069 </lyxtabular>
12070
12071 \end_inset
12072
12073
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \begin_layout Standard
12082 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12083  als die zweite ist.
12084  Das liegt daran, dass die Zellenbreite 
12085 \begin_inset Formula $W_{\mathrm{tot}}$
12086 \end_inset
12087
12088  nicht ihre definierte Breite 
12089 \begin_inset Formula $W_{g}$
12090 \end_inset
12091
12092  ist, sondern ein wenig mehr.
12093  Anhang
12094 \begin_inset space ~
12095 \end_inset
12096
12097
12098 \begin_inset CommandInset ref
12099 LatexCommand ref
12100 reference "kap:Exläuterung-einer-Gleichung"
12101
12102 \end_inset
12103
12104  erklärt das genauer.
12105 \end_layout
12106
12107 \begin_layout Standard
12108 Wenn 
12109 \emph on
12110 n
12111 \emph default
12112  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12113  die definierte Breite 
12114 \begin_inset Formula $W_{g\, n}$
12115 \end_inset
12116
12117  einer Spalte, deren totale Breite = 
12118 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12119 \end_inset
12120
12121  sein soll, wie folgt:
12122 \begin_inset Formula \begin{equation}
12123 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 In unserem Falls ist 
12132 \begin_inset Formula $n=2$
12133 \end_inset
12134
12135
12136 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12137 \end_inset
12138
12139 cm, und damit wird aus Gleichung
12140 \begin_inset space ~
12141 \end_inset
12142
12143
12144 \begin_inset CommandInset ref
12145 LatexCommand ref
12146 reference "eq:Wgn"
12147
12148 \end_inset
12149
12150  
12151 \begin_inset Formula \begin{equation}
12152 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \begin_layout Standard
12160 Damit LaTeX rechnen kann, muss das Paket 
12161 \series bold
12162 calc
12163 \series default
12164  im Vorspann geladen werden.
12165 \begin_inset Index
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 LaTeX-Pakete ! calc
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178
12179 \series bold
12180
12181 \backslash
12182 usepackage{calc}
12183 \end_layout
12184
12185 \begin_layout Standard
12186 LyX erlaubt im 
12187 \family sans
12188 Breite
12189 \family default
12190 -Feld des 
12191 \family sans
12192 Tabellen-Einstellungen
12193 \family default
12194 -Dialogs keine Berechnungen.
12195  Deshalb müssen Sie die Formel für die Breite im Feld 
12196 \family sans
12197 LaTe
12198 \begin_inset ERT
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202
12203 {}
12204 \end_layout
12205
12206 \end_inset
12207
12208 X-Argument
12209 \family default
12210  eingeben.
12211  Hier iss ein Überblick über die Argumente:
12212 \end_layout
12213
12214 \begin_layout Itemize
12215
12216 \series bold
12217 p{Breite}
12218 \series default
12219  die Zelle bekommt eine feste 
12220 \series bold
12221 Breite
12222 \series default
12223 , und die vertikale Ausrichtung ist 
12224 \family sans
12225 Oben
12226 \end_layout
12227
12228 \begin_layout Itemize
12229
12230 \series bold
12231 m{Breite}
12232 \series default
12233  die Zelle bekommt eine feste 
12234 \series bold
12235 Breite
12236 \series default
12237 , und die vertikale Ausrichtung ist 
12238 \family sans
12239 Mitte
12240 \end_layout
12241
12242 \begin_layout Itemize
12243
12244 \series bold
12245 b{Breite}
12246 \series default
12247  die Zelle bekommt eine feste 
12248 \series bold
12249 Breite
12250 \series default
12251 , und die vertikale Ausrichtung ist 
12252 \family sans
12253 Unten
12254 \end_layout
12255
12256 \begin_layout Standard
12257 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12258  für diese Zelle überschrieben.
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Note Greyedout
12263 status open
12264
12265 \begin_layout Plain Layout
12266
12267 \series bold
12268 Bemerkung:
12269 \series default
12270  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12271  angezeigt.
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12281  der Zelle mit dem Inhalt 
12282 \begin_inset Quotes gld
12283 \end_inset
12284
12285 d
12286 \begin_inset Quotes grd
12287 \end_inset
12288
12289  der Tabelle
12290 \begin_inset space ~
12291 \end_inset
12292
12293
12294 \begin_inset CommandInset ref
12295 LatexCommand ref
12296 reference "tab:Table-with-centered"
12297
12298 \end_inset
12299
12300  auch noch der Befehl
12301 \family typewriter
12302 \series bold
12303  
12304 \family default
12305
12306 \backslash
12307 centering
12308 \series default
12309  hinzugefügt.
12310  Das Ganze sieht dann so aus:
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316 |>{
12317 \backslash
12318 centering}m{1.25cm-6.2pt}
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Der vertikale Strich 
12323 \series bold
12324
12325 \begin_inset Quotes gld
12326 \end_inset
12327
12328 |
12329 \series default
12330
12331 \begin_inset Quotes grd
12332 \end_inset
12333
12334  am Anfang zeichnet die linke Linie, und der Befehl 
12335 \series bold
12336
12337 \begin_inset Quotes gld
12338 \end_inset
12339
12340 >{ }
12341 \begin_inset Quotes grd
12342 \end_inset
12343
12344
12345 \series default
12346  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12347  der Zelle benutzt werden sollen.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12352  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12353  für einzelne Spalten anwendet.
12354  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12355  werden:
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361 |>{
12362 \backslash
12363 centering}m{2.5cm}|
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Mehrfachzeilen
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "uab:Mehrfachzeilen"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Mehrfachzeilen
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \begin_inset Index
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389 Tabellen ! Mehrfachzeilen
12390 \end_layout
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12399  unterstützt, sodass etwas TeX-Code notwendig ist.
12400  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12401 \series bold
12402 multirow
12403 \series default
12404
12405 \begin_inset Index
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409 LaTeX-Pakete ! multirow
12410 \end_layout
12411
12412 \end_inset
12413
12414  im Vorspann geladen werden:
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420
12421 \backslash
12422 usepackage{multirow}
12423 \end_layout
12424
12425 \begin_layout Standard
12426 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12427 \end_layout
12428
12429 \begin_layout Standard
12430
12431 \series bold
12432
12433 \backslash
12434 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12435 \end_layout
12436
12437 \begin_layout Standard
12438 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12439  Mehrfachspalte definiert und die obere Linie entfernt.
12440 \end_layout
12441
12442 \begin_layout Standard
12443 \align center
12444 \begin_inset ERT
12445 status collapsed
12446
12447 \begin_layout Plain Layout
12448
12449
12450 \backslash
12451 renewcommand{
12452 \backslash
12453 multirowsetup}{
12454 \backslash
12455 centering}
12456 \end_layout
12457
12458 \end_inset
12459
12460
12461 \begin_inset Tabular
12462 <lyxtabular version="3" rows="3" columns="3">
12463 <features>
12464 <column alignment="center" valignment="top" width="0">
12465 <column alignment="center" valignment="top" width="0">
12466 <column alignment="center" valignment="top" width="0">
12467 <row>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 a
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 b
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 c
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 </row>
12496 <row>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 \begin_inset ERT
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505
12506
12507 \backslash
12508 multirow{2}{2.5cm}{
12509 \end_layout
12510
12511 \end_inset
12512
12513 Mehrfach\SpecialChar \-
12514 zeilen-Text
12515 \begin_inset ERT
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519
12520 }
12521 \end_layout
12522
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 e
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 f
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 h
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 i
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 </lyxtabular>
12579
12580 \end_inset
12581
12582
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588
12589 \backslash
12590 renewcommand{
12591 \backslash
12592 multirowsetup}{
12593 \backslash
12594 raggedright}
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \begin_layout Standard
12603 In der Zelle darüber wurde dann mit dem Befehl
12604 \end_layout
12605
12606 \begin_layout Standard
12607
12608 \series bold
12609
12610 \backslash
12611 multirow{2}{2.5cm}{
12612 \end_layout
12613
12614 \begin_layout Standard
12615 als TeX-Code die Mehrfachzeile definiert.
12616  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 cm.
12621  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12622  mit der Klammer 
12623 \begin_inset Quotes gld
12624 \end_inset
12625
12626
12627 \series bold
12628 }
12629 \series default
12630
12631 \begin_inset Quotes grd
12632 \end_inset
12633
12634  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12635 \end_layout
12636
12637 \begin_layout Standard
12638
12639 \series bold
12640
12641 \backslash
12642 multirow
12643 \series default
12644  richtet seinen Inhalt standardmäßig linksbündig aus.
12645  Das wurde mit dem Befehl
12646 \end_layout
12647
12648 \begin_layout Standard
12649
12650 \series bold
12651
12652 \backslash
12653 renewcommand{
12654 \backslash
12655 multirowsetup}{
12656 \backslash
12657 centering}
12658 \end_layout
12659
12660 \begin_layout Standard
12661 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12662 \end_layout
12663
12664 \begin_layout Standard
12665
12666 \series bold
12667
12668 \backslash
12669 renewcommand{
12670 \backslash
12671 multirowsetup}{
12672 \backslash
12673 raggedright}
12674 \end_layout
12675
12676 \begin_layout Standard
12677 zurückgesetzt.
12678  Für rechtsbündigen Text benutzt man 
12679 \series bold
12680
12681 \backslash
12682 raggedleft
12683 \series default
12684 .
12685 \end_layout
12686
12687 \begin_layout Section
12688 Formale Tabellen
12689 \begin_inset CommandInset label
12690 LatexCommand label
12691 name "abs:Formale-Tabellen"
12692
12693 \end_inset
12694
12695
12696 \begin_inset Index
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700 Tabellen ! Formale
12701 \end_layout
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 Tabellen werden in Büchern oft wie Tabelle
12710 \begin_inset space ~
12711 \end_inset
12712
12713
12714 \begin_inset CommandInset ref
12715 LatexCommand ref
12716 reference "tab:Formale-Tabelle"
12717
12718 \end_inset
12719
12720  gesetzt.
12721  Diese Tabellen werden
12722 \emph on
12723  formal
12724 \emph default
12725  genannt.
12726  Formale Tabellen bekommen Sie, wenn Sie im 
12727 \family sans
12728 Tabellen-Einstellungen
12729 \family default
12730 -Dialog auf der Karteikarte 
12731 \family sans
12732 Rahmen
12733 \family default
12734  den 
12735 \family sans
12736 Stil
12737 \family default
12738  
12739 \family sans
12740 Formal
12741 \family default
12742  ankreuzen.
12743 \end_layout
12744
12745 \begin_layout Standard
12746 \begin_inset Float table
12747 placement h
12748 wide false
12749 sideways false
12750 status open
12751
12752 \begin_layout Plain Layout
12753 \begin_inset Caption
12754
12755 \begin_layout Plain Layout
12756 \begin_inset CommandInset label
12757 LatexCommand label
12758 name "tab:Formale-Tabelle"
12759
12760 \end_inset
12761
12762 Formale Tabelle
12763 \end_layout
12764
12765 \end_inset
12766
12767
12768 \end_layout
12769
12770 \begin_layout Plain Layout
12771 \align center
12772 \begin_inset Tabular
12773 <lyxtabular version="3" rows="8" columns="4">
12774 <features booktabs="true">
12775 <column alignment="center" valignment="top" width="0">
12776 <column alignment="right" valignment="top" width="0">
12777 <column alignment="right" valignment="top" width="0">
12778 <column alignment="right" valignment="top" width="0">
12779 <row>
12780 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 System
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 Medipix
12794 \begin_inset space \thinspace{}
12795 \end_inset
12796
12797 1
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 Medipix
12807 \begin_inset space \thinspace{}
12808 \end_inset
12809
12810 2
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 <row>
12826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 \begin_inset ERT
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834
12835
12836 \backslash
12837 cmidrule(r){2-2}
12838 \end_layout
12839
12840 \end_inset
12841
12842
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848
12849 \backslash
12850 cmidrule(l){3-4}
12851 \end_layout
12852
12853 \end_inset
12854
12855 Detektordicke [µm]
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 300
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 300
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 700
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 </row>
12888 <row>
12889 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 Kantenwinkel [°]
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 3.55
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 2.71
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 7.99
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row topspace="default">
12927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 räumliche Auf\SpecialChar \textcompwordmark{}
12932 lösung [µm]
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 4.26
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 10.17
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 10.56
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row topspace="default">
12966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 MTF bei 
12971 \begin_inset Formula $f_{\mathrm{max}}$
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 0.53
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 0.37
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 0.39
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row topspace="default">
13008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 \begin_inset ERT
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016
13017
13018 \backslash
13019 cmidrule(l{10pt}){1-1}
13020 \end_layout
13021
13022 \end_inset
13023
13024 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13025 lösung
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 </row>
13058 <row>
13059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 in µm
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 129.7
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 52.75
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 50.78
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 </row>
13096 <row>
13097 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 in % der Pixelgröße
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 76.3
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 95.9
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 92.3
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 </row>
13134 </lyxtabular>
13135
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 Abstände zu Tabellenzeilen können auf der Karteikarte 
13148 \family sans
13149 Rahmen
13150 \family default
13151  des 
13152 \family sans
13153 Tabellen-Ein\SpecialChar \-
13154 stel\SpecialChar \-
13155 lun\SpecialChar \-
13156 gen
13157 \family default
13158 -Dialogs hinzugefügt werden, wie in Abschnitt
13159 \begin_inset space ~
13160 \end_inset
13161
13162
13163 \begin_inset CommandInset ref
13164 LatexCommand ref
13165 reference "uab:Zeilenabstand"
13166
13167 \end_inset
13168
13169  beschrieben.
13170 \end_layout
13171
13172 \begin_layout Standard
13173 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13174  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13175  gedruckt aber anders aus.
13176  Die erste und letzte Linie ist 0.08
13177 \begin_inset space \thinspace{}
13178 \end_inset
13179
13180 em dick, während die anderen 0.05
13181 \begin_inset space \thinspace{}
13182 \end_inset
13183
13184 em dick sind.
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13189 \end_layout
13190
13191 \begin_layout Standard
13192
13193 \series bold
13194
13195 \backslash
13196 let
13197 \backslash
13198 mytoprule
13199 \backslash
13200 toprule
13201 \begin_inset Newline newline
13202 \end_inset
13203
13204
13205 \backslash
13206 renewcommand{
13207 \backslash
13208 toprule}{
13209 \backslash
13210 mytoprule[Breite]}
13211 \end_layout
13212
13213 \begin_layout Standard
13214 Dies Beispiel gilt für die oberste Linie, genannt 
13215 \series bold
13216 toprule
13217 \series default
13218 .
13219  Für die letzte müssen Sie 
13220 \series bold
13221 toprule
13222 \series default
13223  durch 
13224 \series bold
13225 bottomrule
13226 \series default
13227  ersetzen.
13228  Die Linien dazwischen heißen 
13229 \series bold
13230 midrule
13231 \series default
13232 .
13233  Für 
13234 \family sans
13235 Breite
13236 \family default
13237  können Sie alle Einheiten benutzen, die in Anhang
13238 \begin_inset space ~
13239 \end_inset
13240
13241
13242 \begin_inset CommandInset ref
13243 LatexCommand ref
13244 reference "kap:In-LyX-verfügbare"
13245
13246 \end_inset
13247
13248  aufgelistet sind.
13249 \end_layout
13250
13251 \begin_layout Standard
13252 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13253  eine Linie unter einer Mehrfachspalte.
13254  LyX wird intern den Befehl 
13255 \series bold
13256
13257 \backslash
13258 cmidrule
13259 \series default
13260  benutzen, um diese Linie zu drucken.
13261  Der ganze Befehl sieht so aus:
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 cmidrule[width](trim){Anfangsspalte-Endspalte}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Die 
13274 \series bold
13275
13276 \backslash
13277 cmidrule
13278 \series default
13279 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13280  benutzen.
13281  
13282 \series bold
13283
13284 \backslash
13285 cmidrule
13286 \series default
13287  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13288  erste Zelle einer Zeile einfügt.
13289  Die Linie wird dann über der Zeile gedruckt.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 Der Standardwert ist 0.03
13294 \begin_inset space \thinspace{}
13295 \end_inset
13296
13297 em.
13298  Die Linie reicht von 
13299 \family typewriter
13300 Anfangsspalte
13301 \family default
13302  bis 
13303 \family typewriter
13304 End\SpecialChar \-
13305 spal\SpecialChar \-
13306 te
13307 \family default
13308 .
13309  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13310   Der optionale Parameter 
13311 \family typewriter
13312 trim
13313 \family default
13314  kann die Werte 
13315 \emph on
13316 r
13317 \emph default
13318
13319 \emph on
13320 r{Breite}
13321 \emph default
13322
13323 \emph on
13324 l
13325 \family typewriter
13326 \emph default
13327  
13328 \family default
13329 oder 
13330 \emph on
13331 l{Breite}
13332 \emph default
13333  annehmen, wobei die 
13334 \family sans
13335 Breite
13336 \family default
13337  optional ist.
13338  
13339 \emph on
13340 l{2pt}
13341 \emph default
13342  zum Beispiel bedeutet, dass die Linie links um 2
13343 \begin_inset space \thinspace{}
13344 \end_inset
13345
13346 pt gekürzt wird.
13347  Ohne Breitenangabe werden die Linien um 0.5
13348 \begin_inset space \thinspace{}
13349 \end_inset
13350
13351 em gekürzt.
13352 \end_layout
13353
13354 \begin_layout Standard
13355 \begin_inset VSpace bigskip
13356 \end_inset
13357
13358 In Tabelle
13359 \begin_inset space ~
13360 \end_inset
13361
13362
13363 \begin_inset CommandInset ref
13364 LatexCommand ref
13365 reference "tab:Formale-Tabelle"
13366
13367 \end_inset
13368
13369  wurden die Befehle
13370 \end_layout
13371
13372 \begin_layout Standard
13373
13374 \series bold
13375
13376 \backslash
13377 cmidrule(r){2-2}
13378 \backslash
13379 cmidrule(l){3-4}
13380 \end_layout
13381
13382 \begin_layout Standard
13383 am Anfang der zweiten Zeile und
13384 \end_layout
13385
13386 \begin_layout Standard
13387
13388 \series bold
13389
13390 \backslash
13391 cmidrule(l{10pt}){1-1}
13392 \end_layout
13393
13394 \begin_layout Standard
13395 in der sechsten benutzt.
13396 \end_layout
13397
13398 \begin_layout Standard
13399 \begin_inset VSpace bigskip
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406 Sie können mit 
13407 \series bold
13408
13409 \backslash
13410 cmidrule
13411 \series default
13412  auch überlappende Linien wie in Tabelle
13413 \begin_inset space ~
13414 \end_inset
13415
13416
13417 \begin_inset CommandInset ref
13418 LatexCommand ref
13419 reference "tab:Special-booktabs-table"
13420
13421 \end_inset
13422
13423  definieren.
13424  Der Befehl ist:
13425 \end_layout
13426
13427 \begin_layout Standard
13428
13429 \series bold
13430
13431 \backslash
13432 morecmidrules
13433 \end_layout
13434
13435 \begin_layout Standard
13436 In Zeile zwei der Tabelle
13437 \begin_inset space ~
13438 \end_inset
13439
13440
13441 \begin_inset CommandInset ref
13442 LatexCommand ref
13443 reference "tab:Special-booktabs-table"
13444
13445 \end_inset
13446
13447  wurde folgender Befehl benutzt:
13448 \end_layout
13449
13450 \begin_layout Standard
13451
13452 \series bold
13453
13454 \backslash
13455 cmidrule(r){2-2}
13456 \backslash
13457 cmidrule(l){3-4}
13458 \backslash
13459 morecmidrules
13460 \begin_inset Newline newline
13461 \end_inset
13462
13463
13464 \backslash
13465 cmidrule{2-4}
13466 \end_layout
13467
13468 \begin_layout Standard
13469 und in Zeile sechs:
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 midrule
13478 \backslash
13479 morecmidrules
13480 \backslash
13481 cmidrule{3-4}
13482 \end_layout
13483
13484 \begin_layout Standard
13485 \begin_inset VSpace bigskip
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \begin_layout Standard
13492 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13493  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13494 \end_layout
13495
13496 \begin_layout Standard
13497
13498 \series bold
13499
13500 \backslash
13501 specialrule{Dicke}{Abstand davor}{Abstand danach}
13502 \end_layout
13503
13504 \begin_layout Standard
13505 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13506 \series bold
13507 booktabs
13508 \series default
13509  
13510 \begin_inset CommandInset citation
13511 LatexCommand cite
13512 key "booktabs"
13513
13514 \end_inset
13515
13516 .
13517 \begin_inset Index
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521 LaTeX-Pakete ! booktabs
13522 \end_layout
13523
13524 \end_inset
13525
13526
13527 \end_layout
13528
13529 \begin_layout Standard
13530 \begin_inset Float table
13531 placement h
13532 wide false
13533 sideways false
13534 status open
13535
13536 \begin_layout Plain Layout
13537 \begin_inset Caption
13538
13539 \begin_layout Plain Layout
13540 \begin_inset CommandInset label
13541 LatexCommand label
13542 name "tab:Special-booktabs-table"
13543
13544 \end_inset
13545
13546 Eine spezielle formale Tabelle
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \begin_layout Plain Layout
13555 \align center
13556 \begin_inset Tabular
13557 <lyxtabular version="3" rows="8" columns="4">
13558 <features booktabs="true">
13559 <column alignment="center" valignment="top" width="0">
13560 <column alignment="center" valignment="top" width="0">
13561 <column alignment="right" valignment="top" width="0">
13562 <column alignment="right" valignment="top" width="0">
13563 <row>
13564 <cell alignment="center" valignment="top" topline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 System
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Medipix
13578 \begin_inset space \thinspace{}
13579 \end_inset
13580
13581 1
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 Medipix
13591 \begin_inset space \thinspace{}
13592 \end_inset
13593
13594 2
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 </row>
13609 <row>
13610 <cell alignment="center" valignment="top" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 \begin_inset ERT
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618
13619
13620 \backslash
13621 cmidrule(r){2-2}
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \begin_inset ERT
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631
13632
13633 \backslash
13634 cmidrule(l){3-4}
13635 \end_layout
13636
13637 \end_inset
13638
13639
13640 \begin_inset ERT
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644
13645
13646 \backslash
13647 morecmidrules 
13648 \end_layout
13649
13650 \end_inset
13651
13652
13653 \begin_inset ERT
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657
13658
13659 \backslash
13660 cmidrule{2-4}
13661 \end_layout
13662
13663 \end_inset
13664
13665 Detektordicke  [µm]
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 300
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 300
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 700
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 <row>
13699 <cell alignment="center" valignment="top" topline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 Kantenwinkel [°]
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 3,55
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 2,71
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 7,99
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 </row>
13736 <row topspace="default">
13737 <cell alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 räumliche Auf\SpecialChar \textcompwordmark{}
13742 lösung [µm]
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 4,26
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 10,17
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 10,56
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row topspace="default">
13776 <cell alignment="center" valignment="top" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 MTF bei 
13781 \begin_inset Formula $f_{\mathrm{max}}$
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 0,53
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 0,37
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0,39
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 \begin_inset ERT
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 morecmidrules 
13830 \end_layout
13831
13832 \end_inset
13833
13834
13835 \begin_inset ERT
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839
13840
13841 \backslash
13842 cmidrule{3-4}
13843 \end_layout
13844
13845 \end_inset
13846
13847 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13848 lösung
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 <row>
13882 <cell alignment="center" valignment="top" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 in µm
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 129,7
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 52,75
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 50,78
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 <row>
13920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 in % der Pixelgröße
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 76,3
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 95,9
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 92,3
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 </lyxtabular>
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Section
13970 Vertikale Tabellen-Ausrichtung
13971 \begin_inset Index
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975 Tabellen ! Ausrichtung
13976 \end_layout
13977
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \begin_layout Standard
13984 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13985  einer Box sein.
13986  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13987 \begin_inset space ~
13988 \end_inset
13989
13990
13991 \begin_inset CommandInset ref
13992 LatexCommand ref
13993 reference "abs:Box-Dialog"
13994
13995 \end_inset
13996
13997  beschrieben.
13998 \end_layout
13999
14000 \begin_layout Standard
14001 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14002 \begin_inset Foot
14003 status collapsed
14004
14005 \begin_layout Plain Layout
14006 Minipages werden in Abschnitt
14007 \begin_inset space ~
14008 \end_inset
14009
14010
14011 \begin_inset CommandInset ref
14012 LatexCommand ref
14013 reference "abs:Minipage"
14014
14015 \end_inset
14016
14017  beschrieben.
14018 \end_layout
14019
14020 \end_inset
14021
14022  mit 15
14023 \begin_inset space \thinspace{}
14024 \end_inset
14025
14026 col%-Breite:
14027 \end_layout
14028
14029 \begin_layout Itemize
14030 Test 
14031 \begin_inset Box Frameless
14032 position "t"
14033 hor_pos "c"
14034 has_inner_box 1
14035 inner_pos "c"
14036 use_parbox 0
14037 width "15col%"
14038 special "none"
14039 height "1in"
14040 height_special "totalheight"
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044 \begin_inset Tabular
14045 <lyxtabular version="3" rows="3" columns="3">
14046 <features>
14047 <column alignment="center" valignment="top" width="0">
14048 <column alignment="center" valignment="top" width="0">
14049 <column alignment="center" valignment="top" width="0">
14050 <row>
14051 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 Tabelle 1
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 </row>
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 b
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 e
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 h
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 </row>
14108 <row>
14109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 c
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 f
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 i
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \end_inset
14145
14146  Test 
14147 \begin_inset ERT
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151
14152
14153 \backslash
14154 raisebox{0.85
14155 \backslash
14156 baselineskip}{
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \begin_inset Box Frameless
14163 position "t"
14164 hor_pos "c"
14165 has_inner_box 1
14166 inner_pos "c"
14167 use_parbox 0
14168 width "15col%"
14169 special "none"
14170 height "1in"
14171 height_special "totalheight"
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175 \begin_inset Tabular
14176 <lyxtabular version="3" rows="3" columns="3">
14177 <features>
14178 <column alignment="center" valignment="top" width="0">
14179 <column alignment="center" valignment="top" width="0">
14180 <column alignment="center" valignment="top" width="0">
14181 <row>
14182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 Tabelle 2
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 </row>
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 b
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 e
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 h
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 </row>
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 c
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 f
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 i
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 </row>
14268 </lyxtabular>
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \begin_inset ERT
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282
14283 }
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \begin_layout Itemize
14292 Test 
14293 \begin_inset Box Frameless
14294 position "c"
14295 hor_pos "c"
14296 has_inner_box 1
14297 inner_pos "c"
14298 use_parbox 0
14299 width "15col%"
14300 special "none"
14301 height "1in"
14302 height_special "totalheight"
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306 \begin_inset Tabular
14307 <lyxtabular version="3" rows="3" columns="3">
14308 <features>
14309 <column alignment="center" valignment="top" width="0">
14310 <column alignment="center" valignment="top" width="0">
14311 <column alignment="center" valignment="top" width="0">
14312 <row>
14313 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317 Tabelle 3
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 </row>
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 b
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 e
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 h
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 c
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 f
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 i
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 </lyxtabular>
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Itemize
14412 Test 
14413 \begin_inset Box Frameless
14414 position "b"
14415 hor_pos "c"
14416 has_inner_box 1
14417 inner_pos "c"
14418 use_parbox 0
14419 width "15col%"
14420 special "none"
14421 height "1in"
14422 height_special "totalheight"
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 \begin_inset Tabular
14427 <lyxtabular version="3" rows="3" columns="3">
14428 <features>
14429 <column alignment="center" valignment="top" width="0">
14430 <column alignment="center" valignment="top" width="0">
14431 <column alignment="center" valignment="top" width="0">
14432 <row>
14433 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Tabelle 4
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 </row>
14461 <row>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 b
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 e
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 h
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 <row>
14491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 c
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504 f
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 i
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 </row>
14519 </lyxtabular>
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \end_inset
14527
14528 Test 
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 raisebox{-0.32
14537 \backslash
14538 baselineskip}{
14539 \end_layout
14540
14541 \end_inset
14542
14543
14544 \begin_inset Box Frameless
14545 position "b"
14546 hor_pos "c"
14547 has_inner_box 1
14548 inner_pos "c"
14549 use_parbox 0
14550 width "15col%"
14551 special "none"
14552 height "1in"
14553 height_special "totalheight"
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 \begin_inset Tabular
14558 <lyxtabular version="3" rows="3" columns="3">
14559 <features>
14560 <column alignment="center" valignment="top" width="0">
14561 <column alignment="center" valignment="top" width="0">
14562 <column alignment="center" valignment="top" width="0">
14563 <row>
14564 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 Tabelle 5
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 <row>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 b
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 e
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 h
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 </row>
14621 <row>
14622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 c
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 f
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 i
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 </lyxtabular>
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \begin_inset ERT
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664
14665 }
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \begin_layout Standard
14674 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14675 \begin_inset space \space{}
14676 \end_inset
14677
14678 1 und letzten Zeile von Tabelle
14679 \begin_inset space \space{}
14680 \end_inset
14681
14682 4 bezüglich dem Wort 
14683 \begin_inset Quotes gld
14684 \end_inset
14685
14686 Test
14687 \begin_inset Quotes grd
14688 \end_inset
14689
14690  nicht richtig ausgerichtet.
14691  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14692 \begin_inset Quotes gld
14693 \end_inset
14694
14695 Raisebox
14696 \begin_inset Quotes grd
14697 \end_inset
14698
14699
14700 \begin_inset Foot
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 Raiseboxen werden in Abschnitt
14705 \begin_inset space ~
14706 \end_inset
14707
14708
14709 \begin_inset CommandInset ref
14710 LatexCommand ref
14711 reference "uab:Vertikale-Ausrichtung"
14712
14713 \end_inset
14714
14715  beschrieben.
14716 \end_layout
14717
14718 \end_inset
14719
14720  setzen.
14721  In Tabelle
14722 \begin_inset space \space{}
14723 \end_inset
14724
14725 2 wurde der Text mit dem Befehl
14726 \end_layout
14727
14728 \begin_layout Standard
14729
14730 \series bold
14731
14732 \backslash
14733 raisebox{0.85
14734 \backslash
14735 baselineskip}{
14736 \end_layout
14737
14738 \begin_layout Standard
14739 vor der Box ausgerichtet.
14740  Hinter der Box wurde auch noch 
14741 \series bold
14742 }
14743 \series default
14744  als TeX-Code eingefügt, weil der obige Befehl mit 
14745 \series bold
14746 {
14747 \series default
14748  aufhörte.
14749  Für Tabelle
14750 \begin_inset space \space{}
14751 \end_inset
14752
14753 5 wurde der Befehl
14754 \end_layout
14755
14756 \begin_layout Standard
14757
14758 \series bold
14759
14760 \backslash
14761 raisebox{-0.32
14762 \backslash
14763 baselineskip}{
14764 \end_layout
14765
14766 \begin_layout Standard
14767 benutzt.
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset Note Greyedout
14772 status open
14773
14774 \begin_layout Plain Layout
14775
14776 \series bold
14777 Bemerkung:
14778 \series default
14779  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14780  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14781  Der Faktor im 
14782 \series bold
14783
14784 \backslash
14785 raisebox
14786 \series default
14787 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \begin_layout Section
14796 Farbige Tabellen
14797 \begin_inset CommandInset label
14798 LatexCommand label
14799 name "abs:Farbige-Tabellen"
14800
14801 \end_inset
14802
14803
14804 \begin_inset Index
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 Tabellen ! farbige
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Subsection
14817 Farbige Zellen
14818 \begin_inset Index
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822 farbige !  Tabellenzellen
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \begin_layout Standard
14831 \begin_inset Float table
14832 placement h
14833 wide false
14834 sideways false
14835 status open
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Caption
14839
14840 \begin_layout Plain Layout
14841 \begin_inset CommandInset label
14842 LatexCommand label
14843 name "tab:Farbige-Tabelle-ohne"
14844
14845 \end_inset
14846
14847 Farbige Tabelle, ohne Paket 
14848 \series bold
14849 colortbl
14850 \series default
14851
14852 \begin_inset OptArg
14853 status collapsed
14854
14855 \begin_layout Plain Layout
14856 Tabelle ohne 
14857 \family typewriter
14858 colortbl
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \begin_layout Plain Layout
14872 \align center
14873 \begin_inset Tabular
14874 <lyxtabular version="3" rows="3" columns="3">
14875 <features>
14876 <column alignment="center" valignment="top" width="0">
14877 <column alignment="center" valignment="top" width="0">
14878 <column alignment="center" valignment="top" width="0">
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color green
14886 a
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color red
14897 b
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \color red
14908 c
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \color green
14921 d
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \color blue
14932 e
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \color blue
14943 f
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color green
14956 g
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color blue
14967 h
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \color blue
14978 i
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 </row>
14984 </lyxtabular>
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 \begin_inset CommandInset label
14998 LatexCommand label
14999 name "Wenn-Sie-nur"
15000
15001 \end_inset
15002
15003 Wenn Sie nur farbigen Text
15004 \begin_inset Index
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008 Farbe ! für Text
15009 \end_layout
15010
15011 \end_inset
15012
15013  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15014  auf den Werkzeugleistenknopf 
15015 \begin_inset Graphics
15016         filename ../../images/dialog-show_character.png
15017         scale 70
15018         scaleBeforeRotation
15019         BoundingBox 0bp 0bp 20bp 20bp
15020
15021 \end_inset
15022
15023  oder über das Menü 
15024 \family sans
15025 Bearbeiten\SpecialChar \menuseparator
15026 Textstil\SpecialChar \menuseparator
15027 Benutzerdefiniert
15028 \family default
15029  mit dem 
15030 \family sans
15031 Textstil
15032 \family default
15033 -Dialog wie es in Tabelle
15034 \begin_inset space ~
15035 \end_inset
15036
15037
15038 \begin_inset CommandInset ref
15039 LatexCommand ref
15040 reference "tab:Farbige-Tabelle-ohne"
15041
15042 \end_inset
15043
15044  gemacht wurde.
15045  In anderen Fällen müssen Sie das LaTeX-Paket 
15046 \series bold
15047 colortbl
15048 \series default
15049  benutzen.
15050 \begin_inset Index
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054 LaTeX-Pakete ! colortbl
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 ifcolortbl
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \begin_inset Note Note
15077 status open
15078
15079 \begin_layout Plain Layout
15080 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15081 \series bold
15082 colortbl
15083 \series default
15084  installiert ist.
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Standard
15093 Um farbige Tabellen zu erzeugen, muss 
15094 \series bold
15095 colortbl
15096 \series default
15097  im LaTeX-Vorspann geladen werden:
15098 \end_layout
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103
15104 \backslash
15105 usepackage{colortbl}
15106 \end_layout
15107
15108 \begin_layout Standard
15109 Die Farbe einer Spalte ändert man dann mit dem Befehl
15110 \end_layout
15111
15112 \begin_layout Standard
15113
15114 \series bold
15115
15116 \backslash
15117 columncolor{Farbname}
15118 \end_layout
15119
15120 \begin_layout Standard
15121 innerhalb des Befehls 
15122 \series bold
15123 >{}
15124 \series default
15125 .
15126  Mehr über den Befehl 
15127 \series bold
15128 >{}
15129 \series default
15130  finden Sie im Abschnitt
15131 \begin_inset space ~
15132 \end_inset
15133
15134
15135 \begin_inset CommandInset ref
15136 LatexCommand ref
15137 reference "uab:Mehrfachspalten-Berechnungen"
15138
15139 \end_inset
15140
15141 .
15142 \end_layout
15143
15144 \begin_layout Standard
15145 Folgende Farbnamen sind vordefiniert:
15146 \end_layout
15147
15148 \begin_layout Standard
15149
15150 \family sans
15151 red
15152 \family default
15153
15154 \family sans
15155 green
15156 \family default
15157
15158 \family sans
15159 yellow
15160 \family default
15161
15162 \family sans
15163 blue
15164 \family default
15165
15166 \family sans
15167 cyan
15168 \family default
15169
15170 \family sans
15171 magenta
15172 \family default
15173
15174 \family sans
15175 black
15176 \family default
15177  und 
15178 \family sans
15179 white
15180 \begin_inset Newline newline
15181 \end_inset
15182
15183 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15184 \family default
15185 und
15186 \family sans
15187  weiß
15188 \family default
15189 ).
15190 \end_layout
15191
15192 \begin_layout Standard
15193 \begin_inset VSpace medskip
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \begin_layout Standard
15200 Sie können auch eigene Farben definieren:
15201 \end_layout
15202
15203 \begin_layout Standard
15204
15205 \series bold
15206
15207 \backslash
15208 definecolor{Farbname}{Farbmodell}{Farbwerte}
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Das Farbmodell kann eins der folgenden sein:
15213 \end_layout
15214
15215 \begin_layout Labeling
15216 \labelwidthstring 00.00.0000
15217 cmyk: cyan, magenta, yellow, black
15218 \end_layout
15219
15220 \begin_layout Labeling
15221 \labelwidthstring 00.00.0000
15222 rgb: red, green blue
15223 \end_layout
15224
15225 \begin_layout Labeling
15226 \labelwidthstring 00.00.0000
15227 gray: gray
15228 \end_layout
15229
15230 \begin_layout Standard
15231 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15232  die die entsprechende Farbe für das Farbmodell beschreiben.
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15237 \emph on
15238
15239 \begin_inset Quotes gld
15240 \end_inset
15241
15242 dunkelgruen
15243 \emph default
15244
15245 \begin_inset Quotes grd
15246 \end_inset
15247
15248  und 
15249 \begin_inset Quotes gld
15250 \end_inset
15251
15252
15253 \emph on
15254 hellgrau
15255 \emph default
15256
15257 \begin_inset Quotes grd
15258 \end_inset
15259
15260  folgendermaßen definieren:
15261 \end_layout
15262
15263 \begin_layout Standard
15264
15265 \series bold
15266
15267 \backslash
15268 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15269 \end_layout
15270
15271 \begin_layout Standard
15272
15273 \series bold
15274
15275 \backslash
15276 definecolor{hellgrau}{gray}{0.8}
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \begin_inset VSpace medskip
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Linien werden mit dem Befehl
15288 \end_layout
15289
15290 \begin_layout Standard
15291
15292 \series bold
15293
15294 \backslash
15295 rowcolor{Farbname}
15296 \end_layout
15297
15298 \begin_layout Standard
15299 gefärbt, Zellen mit dem Befehl
15300 \end_layout
15301
15302 \begin_layout Standard
15303
15304 \series bold
15305
15306 \backslash
15307 cellcolor{Farbname}
15308 \end_layout
15309
15310 \begin_layout Standard
15311 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Um nur Text zu färben, machen Sie es wie 
15316 \begin_inset CommandInset ref
15317 LatexCommand vpageref
15318 reference "Wenn-Sie-nur"
15319
15320 \end_inset
15321
15322  beschrieben.
15323  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15324 \emph on
15325 markieren Sie nur den Text
15326 \emph default
15327 , sonst werden Sie LaTeX-Fehler erzeugen.
15328 \end_layout
15329
15330 \begin_layout Standard
15331 \begin_inset Note Greyedout
15332 status open
15333
15334 \begin_layout Plain Layout
15335
15336 \series bold
15337 Achtung:
15338 \series default
15339  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15340 \end_layout
15341
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Standard
15348 \begin_inset VSpace medskip
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Die Tabelle
15356 \begin_inset space ~
15357 \end_inset
15358
15359
15360 \begin_inset CommandInset ref
15361 LatexCommand ref
15362 reference "tab:Table-colored-using"
15363
15364 \end_inset
15365
15366  wurde folgendermaßen erstellt: die erste Spalte soll 
15367 \emph on
15368
15369 \begin_inset Quotes gld
15370 \end_inset
15371
15372 dunkelgruen
15373 \emph default
15374
15375 \begin_inset Quotes grd
15376 \end_inset
15377
15378  werden, also müssen Sie ins 
15379 \family sans
15380 LaTe
15381 \begin_inset ERT
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385
15386 {}
15387 \end_layout
15388
15389 \end_inset
15390
15391 X-Argument
15392 \family default
15393  der Zellen der ersten Spalte den Befehl
15394 \end_layout
15395
15396 \begin_layout Standard
15397
15398 \series bold
15399 >{
15400 \backslash
15401 columncolor{dunkelgruen}
15402 \backslash
15403 centering}c
15404 \end_layout
15405
15406 \begin_layout Standard
15407 schreiben.
15408  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15409 \end_layout
15410
15411 \begin_layout Standard
15412
15413 \series bold
15414
15415 \backslash
15416 rowcolow{cyan}
15417 \end_layout
15418
15419 \begin_layout Standard
15420 in die erste Zelle der ersten Zeile eingefügt.
15421  Diese Farbe ersetzt die Spaltenfarbe.
15422  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15423  wird mit folgendem Befehl erreicht:
15424 \end_layout
15425
15426 \begin_layout Standard
15427
15428 \series bold
15429
15430 \backslash
15431 cellcolor{magenta}
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15436 \family sans
15437 Textstil
15438 \family default
15439 -Dialog.
15440 \end_layout
15441
15442 \begin_layout Standard
15443 \begin_inset Float table
15444 placement h
15445 wide false
15446 sideways false
15447 status open
15448
15449 \begin_layout Plain Layout
15450 \begin_inset Caption
15451
15452 \begin_layout Plain Layout
15453 \begin_inset CommandInset label
15454 LatexCommand label
15455 name "tab:Table-colored-using"
15456
15457 \end_inset
15458
15459 Eine mit dem Paket 
15460 \series bold
15461 colortbl
15462 \series default
15463  gefärbte Tabelle
15464 \begin_inset OptArg
15465 status collapsed
15466
15467 \begin_layout Plain Layout
15468 Tabelle mit 
15469 \family typewriter
15470 colortbl
15471 \end_layout
15472
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Plain Layout
15484 \align center
15485 \begin_inset Tabular
15486 <lyxtabular version="3" rows="3" columns="3">
15487 <features>
15488 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15489 <column alignment="center" valignment="top" width="0">
15490 <column alignment="center" valignment="top" width="0">
15491 <row>
15492 <cell alignment="center" valignment="top" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 \begin_inset ERT
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500
15501
15502 \backslash
15503 rowcolor{cyan}
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \color magenta
15510 a
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \color red
15521 b
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \color red
15532 c
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 </row>
15538 <row>
15539 <cell alignment="center" valignment="top" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \color yellow
15545 d
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \color blue
15556 e
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \color blue
15567 f
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row>
15574 <cell alignment="center" valignment="top" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \color yellow
15580 g
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589
15590 \color blue
15591 h
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 cellcolor{magenta}
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \color green
15614 i
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 </lyxtabular>
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Standard
15633 \begin_inset ERT
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637
15638
15639 \backslash
15640 else
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \begin_inset Note Note
15647 status open
15648
15649 \begin_layout Plain Layout
15650 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15651 \series bold
15652 colortbl
15653 \series default
15654  nicht installiert ist:
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \begin_layout Standard
15663 Sie müssen das LaTeX-Paket 
15664 \series bold
15665 colortbl
15666 \series default
15667  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15668 \end_layout
15669
15670 \begin_layout Standard
15671 \begin_inset ERT
15672 status collapsed
15673
15674 \begin_layout Plain Layout
15675
15676
15677 \backslash
15678 fi
15679 \end_layout
15680
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \begin_layout Subsection
15687 Farbige Linien
15688 \begin_inset Index
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692 farbige !  Tabellenlinien
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \begin_layout Standard
15701 Wie in Abschnitt
15702 \begin_inset space ~
15703 \end_inset
15704
15705
15706 \begin_inset CommandInset ref
15707 LatexCommand ref
15708 reference "uab:Liniendicke"
15709
15710 \end_inset
15711
15712  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15713 \series bold
15714
15715 \backslash
15716 arrayrulewidth
15717 \series default
15718  definiert werden.
15719  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15720 \begin_inset space \thinspace{}
15721 \end_inset
15722
15723 pt gesetzt.
15724 \begin_inset ERT
15725 status collapsed
15726
15727 \begin_layout Plain Layout
15728
15729
15730 \backslash
15731 setlength{
15732 \backslash
15733 arrayrulewidth}{1.5pt}
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15743 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15744 \begin_inset space ~
15745 \end_inset
15746
15747
15748 \begin_inset CommandInset ref
15749 LatexCommand ref
15750 reference "uab:Angepasste-Zellen-/Spaltenformate"
15751
15752 \end_inset
15753
15754  definiert:
15755 \end_layout
15756
15757 \begin_layout Standard
15758
15759 \series bold
15760
15761 \backslash
15762 newcolumntype{W}{!{
15763 \backslash
15764 color{green}
15765 \backslash
15766 vline}}
15767 \end_layout
15768
15769 \begin_layout Standard
15770 In Tabelle
15771 \begin_inset space ~
15772 \end_inset
15773
15774
15775 \begin_inset CommandInset ref
15776 LatexCommand ref
15777 reference "tab:Tabelle-mit-farbigen-vert"
15778
15779 \end_inset
15780
15781  wurde das LaTeX-Argument 
15782 \series bold
15783 WcW
15784 \series default
15785  für die letzte und 
15786 \series bold
15787 Wc
15788 \series default
15789  für die anderen Spalten benutzt.
15790 \end_layout
15791
15792 \begin_layout Standard
15793 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset Float table
15798 placement h
15799 wide false
15800 sideways false
15801 status open
15802
15803 \begin_layout Plain Layout
15804 \begin_inset Caption
15805
15806 \begin_layout Plain Layout
15807 \begin_inset CommandInset label
15808 LatexCommand label
15809 name "tab:Tabelle-mit-farbigen-vert"
15810
15811 \end_inset
15812
15813 Tabelle mit farbigen vertikalen Linien
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \begin_layout Plain Layout
15822 \align center
15823 \begin_inset Tabular
15824 <lyxtabular version="3" rows="3" columns="3">
15825 <features>
15826 <column alignment="center" valignment="top" width="0" special="Wc">
15827 <column alignment="center" valignment="top" width="0" special="Wc">
15828 <column alignment="center" valignment="top" width="0" special="WcW">
15829 <row>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 sd
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 <row>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 sd
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 sd
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 </row>
15916 </lyxtabular>
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \end_inset
15924
15925
15926 \end_layout
15927
15928 \begin_layout Standard
15929 \begin_inset VSpace bigskip
15930 \end_inset
15931
15932 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15933 \begin_inset space ~
15934 \end_inset
15935
15936
15937 \begin_inset CommandInset ref
15938 LatexCommand ref
15939 reference "tab:Tabelle-mit-farbigen-horiz"
15940
15941 \end_inset
15942
15943 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15944  einfügen:
15945 \end_layout
15946
15947 \begin_layout Standard
15948
15949 \series bold
15950
15951 \backslash
15952 let
15953 \backslash
15954 myHlineC
15955 \backslash
15956 hline
15957 \begin_inset Newline newline
15958 \end_inset
15959
15960
15961 \backslash
15962 renewcommand{
15963 \backslash
15964 hline}
15965 \begin_inset Newline newline
15966 \end_inset
15967
15968
15969 \begin_inset ERT
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974
15975 \backslash
15976 hphantom{ }
15977 \end_layout
15978
15979 \end_inset
15980
15981 {
15982 \backslash
15983 arrayrulecolor{red}
15984 \backslash
15985 myHlineC
15986 \backslash
15987 arrayrulecolor{black}}
15988 \end_layout
15989
15990 \begin_layout Standard
15991 \begin_inset ERT
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995
15996
15997 \backslash
15998 let
15999 \backslash
16000 myHlineC
16001 \backslash
16002 hline
16003 \end_layout
16004
16005 \begin_layout Plain Layout
16006
16007
16008 \backslash
16009 renewcommand{
16010 \backslash
16011 hline}
16012 \end_layout
16013
16014 \begin_layout Plain Layout
16015
16016  {
16017 \backslash
16018 arrayrulecolor{red}
16019 \backslash
16020 myHlineC
16021 \backslash
16022 arrayrulecolor{black}}
16023 \end_layout
16024
16025 \end_inset
16026
16027
16028 \begin_inset Float table
16029 placement h
16030 wide false
16031 sideways false
16032 status open
16033
16034 \begin_layout Plain Layout
16035 \begin_inset Caption
16036
16037 \begin_layout Plain Layout
16038 \begin_inset CommandInset label
16039 LatexCommand label
16040 name "tab:Tabelle-mit-farbigen-horiz"
16041
16042 \end_inset
16043
16044 Tabelle mit farbigen horizontalen Linien
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Plain Layout
16053 \align center
16054 \begin_inset Tabular
16055 <lyxtabular version="3" rows="3" columns="3">
16056 <features>
16057 <column alignment="center" valignment="top" width="0">
16058 <column alignment="center" valignment="top" width="0">
16059 <column alignment="center" valignment="top" width="0">
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 sd
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 sd
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row>
16119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 sd
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 </lyxtabular>
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \begin_layout Standard
16160 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16161  als TeX-Code hinter der Tabelle einfügen:
16162 \end_layout
16163
16164 \begin_layout Standard
16165
16166 \series bold
16167
16168 \backslash
16169 renewcommand{
16170 \backslash
16171 hline}{
16172 \backslash
16173 myHlineC}
16174 \end_layout
16175
16176 \begin_layout Standard
16177 Tabelle
16178 \begin_inset space ~
16179 \end_inset
16180
16181
16182 \begin_inset CommandInset ref
16183 LatexCommand ref
16184 reference "tab:Table-with-colored"
16185
16186 \end_inset
16187
16188  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset Float table
16193 placement h
16194 wide false
16195 sideways false
16196 status open
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Caption
16200
16201 \begin_layout Plain Layout
16202 \begin_inset CommandInset label
16203 LatexCommand label
16204 name "tab:Table-with-colored"
16205
16206 \end_inset
16207
16208 Tabelle mit farbigen Linien
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \begin_layout Plain Layout
16217 \align center
16218 \begin_inset Tabular
16219 <lyxtabular version="3" rows="3" columns="3">
16220 <features>
16221 <column alignment="center" valignment="top" width="0" special="Wc">
16222 <column alignment="center" valignment="top" width="0" special="Wc">
16223 <column alignment="center" valignment="top" width="0" special="WcW">
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 sd
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 </row>
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 sd
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row topspace="default">
16283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 sd
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 </lyxtabular>
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Standard
16324 \begin_inset ERT
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328
16329
16330 \backslash
16331 renewcommand{
16332 \backslash
16333 hline}{
16334 \backslash
16335 myHlineC}
16336 \end_layout
16337
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \begin_layout Standard
16344 \begin_inset ERT
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348
16349
16350 \backslash
16351 setlength{
16352 \backslash
16353 arrayrulewidth}{0.4pt}
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \begin_inset Note Note
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363 setzt die Liniendicke wieder auf ihren Standardwert zurück
16364 \end_layout
16365
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \begin_layout Section
16372 Tabellen-Anpassung
16373 \begin_inset Index
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 Tabellen ! Anpassung
16378 \end_layout
16379
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \begin_layout Subsection
16386 Zeilenabstand
16387 \begin_inset CommandInset label
16388 LatexCommand label
16389 name "uab:Zeilenabstand"
16390
16391 \end_inset
16392
16393
16394 \begin_inset Index
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 Tabellen ! Zeilenabstand
16399 \end_layout
16400
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \begin_layout Standard
16407 Auf der Karteikarte 
16408 \family sans
16409 Rahmen
16410 \family default
16411  des 
16412 \family sans
16413 Tabellen-Einstellungen
16414 \family default
16415 -Dialogs können Sie 
16416 \family sans
16417 zusätzliche
16418 \begin_inset space ~
16419 \end_inset
16420
16421 Abstände
16422 \family default
16423  einfügen.
16424  Dabei haben Sie drei Möglichkeiten:
16425 \end_layout
16426
16427 \begin_layout Description
16428 Oberhalb
16429 \begin_inset space ~
16430 \end_inset
16431
16432 der
16433 \begin_inset space ~
16434 \end_inset
16435
16436 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16437  Bei einer formalen Tabelle
16438 \begin_inset Foot
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 Formale Tabellen wurden in Abschnitt
16443 \begin_inset space ~
16444 \end_inset
16445
16446
16447 \begin_inset CommandInset ref
16448 LatexCommand ref
16449 reference "abs:Formale-Tabellen"
16450
16451 \end_inset
16452
16453  beschrieben.
16454 \end_layout
16455
16456 \end_inset
16457
16458  fügt LyX standardmäßig 0.5
16459 \begin_inset space \thinspace{}
16460 \end_inset
16461
16462 em Leerraum ein.
16463  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16464 \begin_inset VSpace medskip
16465 \end_inset
16466
16467
16468 \begin_inset Newline newline
16469 \end_inset
16470
16471
16472 \begin_inset space \hspace*{}
16473 \length 0pt
16474 \end_inset
16475
16476
16477 \begin_inset space \hfill{}
16478 \end_inset
16479
16480
16481 \begin_inset Tabular
16482 <lyxtabular version="3" rows="3" columns="1">
16483 <features>
16484 <column alignment="center" valignment="top" width="0">
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 A
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 <row topspace="3mm">
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 3
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 mm Leerraum oberhalb der Zeile
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 C
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 </lyxtabular>
16523
16524 \end_inset
16525
16526
16527 \begin_inset space \hfill{}
16528 \end_inset
16529
16530
16531 \begin_inset space \hspace*{}
16532 \length 0pt
16533 \end_inset
16534
16535
16536 \begin_inset VSpace medskip
16537 \end_inset
16538
16539
16540 \begin_inset Newline newline
16541 \end_inset
16542
16543 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16544 n Linien verwenden.
16545 \end_layout
16546
16547 \begin_layout Description
16548 Unterhalb
16549 \begin_inset space ~
16550 \end_inset
16551
16552 der
16553 \begin_inset space ~
16554 \end_inset
16555
16556 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16557  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16558 \begin_inset space \thinspace{}
16559 \end_inset
16560
16561 em Leerraum ein.
16562  Bei normalen Tabellen ist der Standardwert 2
16563 \begin_inset space \thinspace{}
16564 \end_inset
16565
16566 pt.
16567 \end_layout
16568
16569 \begin_layout Description
16570 Zwischen
16571 \begin_inset space ~
16572 \end_inset
16573
16574 den
16575 \begin_inset space ~
16576 \end_inset
16577
16578 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16579  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16580 \begin_inset space \thinspace{}
16581 \end_inset
16582
16583 em Leerraum ein.
16584  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16585 \begin_inset VSpace medskip
16586 \end_inset
16587
16588
16589 \begin_inset Newline newline
16590 \end_inset
16591
16592
16593 \begin_inset space \hspace*{}
16594 \length 0pt
16595 \end_inset
16596
16597
16598 \begin_inset space \hfill{}
16599 \end_inset
16600
16601
16602 \begin_inset Tabular
16603 <lyxtabular version="3" rows="3" columns="1">
16604 <features>
16605 <column alignment="center" valignment="top" width="0">
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 A
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row interlinespace="3mm">
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\downarrow$
16623 \end_inset
16624
16625  3
16626 \begin_inset space \thinspace{}
16627 \end_inset
16628
16629 mm Leerraum zwischen den Zeilen 
16630 \begin_inset Formula $\downarrow$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\uparrow$
16645 \end_inset
16646
16647  3
16648 \begin_inset space \thinspace{}
16649 \end_inset
16650
16651 mm Leerraum zwischen den Zeilen 
16652 \begin_inset Formula $\uparrow$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 </lyxtabular>
16662
16663 \end_inset
16664
16665
16666 \begin_inset space \hfill{}
16667 \end_inset
16668
16669
16670 \begin_inset space \hspace*{}
16671 \length 0pt
16672 \end_inset
16673
16674
16675 \begin_inset VSpace medskip
16676 \end_inset
16677
16678
16679 \begin_inset Newline newline
16680 \end_inset
16681
16682 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16683 n Linien verwenden.
16684 \end_layout
16685
16686 \begin_layout Standard
16687 \begin_inset VSpace bigskip
16688 \end_inset
16689
16690 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16691  Befehlen im LaTeX-Vorspann machen:
16692 \end_layout
16693
16694 \begin_layout Standard
16695
16696 \series bold
16697
16698 \backslash
16699 @ifundefined{extrarowheight}
16700 \begin_inset Newline newline
16701 \end_inset
16702
16703
16704 \begin_inset ERT
16705 status collapsed
16706
16707 \begin_layout Plain Layout
16708
16709
16710 \backslash
16711 hphantom{ }
16712 \end_layout
16713
16714 \end_inset
16715
16716 {
16717 \backslash
16718 usepackage{array}}{}
16719 \begin_inset Newline newline
16720 \end_inset
16721
16722
16723 \backslash
16724 setlength{
16725 \backslash
16726 extrarowheight}{Höhe}
16727 \end_layout
16728
16729 \begin_layout Standard
16730 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16731  ausgerichtet sind.
16732  (Das Paket 
16733 \series bold
16734 array
16735 \series default
16736  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16737  verwenden.
16738  Der Befehl 
16739 \series bold
16740
16741 \backslash
16742 @ifundefined
16743 \series default
16744  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16745 \end_layout
16746
16747 \begin_layout Standard
16748 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16749  zu nah an den Buchstaben.
16750  Das kann korrigiert werden, indem man den Befehl 
16751 \series bold
16752
16753 \backslash
16754 strut
16755 \series default
16756  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16757  Tabelle
16758 \begin_inset space ~
16759 \end_inset
16760
16761
16762 \begin_inset CommandInset ref
16763 LatexCommand ref
16764 reference "tab:Vertikale-Ausrichtung-von"
16765
16766 \end_inset
16767
16768  zeigt den Effekt.
16769 \end_layout
16770
16771 \begin_layout Standard
16772 \noindent
16773 \begin_inset Float table
16774 placement h
16775 wide false
16776 sideways false
16777 status open
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Caption
16781
16782 \begin_layout Plain Layout
16783 \begin_inset CommandInset label
16784 LatexCommand label
16785 name "tab:Vertikale-Ausrichtung-von"
16786
16787 \end_inset
16788
16789 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \begin_layout Plain Layout
16798 \begin_inset space \hfill{}
16799 \end_inset
16800
16801
16802 \begin_inset Float table
16803 wide false
16804 sideways false
16805 status collapsed
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Caption
16809
16810 \begin_layout Plain Layout
16811 Normale Tabelle.
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \begin_layout Plain Layout
16820 \noindent
16821 \align center
16822 \begin_inset Tabular
16823 <lyxtabular version="3" rows="6" columns="1">
16824 <features>
16825 <column alignment="left" valignment="top" width="0">
16826 <row>
16827 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 Normal, g
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 <row>
16838 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \size large
16844 Groß, g
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \size larger
16857 Größer, g
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \size largest
16870 noch Größer, g
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \size huge
16883 Riesig
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \size giant
16896 Gigantisch
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 </lyxtabular>
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \begin_inset space \hfill{}
16913 \end_inset
16914
16915
16916 \begin_inset Float table
16917 wide false
16918 sideways false
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Caption
16923
16924 \begin_layout Plain Layout
16925 Tabelle bei der der Befehl 
16926 \series bold
16927
16928 \backslash
16929 strut
16930 \series default
16931  verwendet wurde.
16932 \end_layout
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \begin_layout Plain Layout
16940 \noindent
16941 \align center
16942 \begin_inset Tabular
16943 <lyxtabular version="3" rows="6" columns="1">
16944 <features>
16945 <column alignment="left" valignment="top" width="0">
16946 <row>
16947 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 Normal, g
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \size large
16964 \begin_inset ERT
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968
16969
16970 \backslash
16971 strut 
16972 \end_layout
16973
16974 \end_inset
16975
16976 Groß, g
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \size larger
16989 \begin_inset ERT
16990 status collapsed
16991
16992 \begin_layout Plain Layout
16993
16994
16995 \backslash
16996 strut 
16997 \end_layout
16998
16999 \end_inset
17000
17001 Größer, g
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \size largest
17014 \begin_inset ERT
17015 status collapsed
17016
17017 \begin_layout Plain Layout
17018
17019
17020 \backslash
17021 strut 
17022 \end_layout
17023
17024 \end_inset
17025
17026 noch Größer, g
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \size huge
17039 \begin_inset ERT
17040 status collapsed
17041
17042 \begin_layout Plain Layout
17043
17044
17045 \backslash
17046 strut 
17047 \end_layout
17048
17049 \end_inset
17050
17051 Riesig
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \size giant
17064 \begin_inset ERT
17065 status collapsed
17066
17067 \begin_layout Plain Layout
17068
17069
17070 \backslash
17071 strut 
17072 \end_layout
17073
17074 \end_inset
17075
17076 Gigantisch
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 </lyxtabular>
17083
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090
17091
17092 \begin_inset space \hfill{}
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Subsection
17104 Besondere Zellenausrichtung
17105 \begin_inset Index
17106 status collapsed
17107
17108 \begin_layout Plain Layout
17109 Tabellen ! Zellenausrichtung
17110 \end_layout
17111
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \begin_layout Standard
17118 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17119  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17120 \begin_inset space ~
17121 \end_inset
17122
17123
17124 \begin_inset CommandInset ref
17125 LatexCommand ref
17126 reference "tab:Tabellenzellen-sind-auf"
17127
17128 \end_inset
17129
17130 .
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset Float table
17135 placement h
17136 wide false
17137 sideways false
17138 status open
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Caption
17142
17143 \begin_layout Plain Layout
17144 \begin_inset CommandInset label
17145 LatexCommand label
17146 name "tab:Tabellenzellen-sind-auf"
17147
17148 \end_inset
17149
17150 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Plain Layout
17159 \align center
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="4" columns="2">
17162 <features>
17163 <column alignment="right" valignment="top" width="0">
17164 <column alignment="left" valignment="top" width="0" special="@{}l">
17165 <row>
17166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 Überschrift
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 </row>
17185 <row>
17186 <cell alignment="center" valignment="top" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 12.
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 6
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 0.
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 68
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 -123.
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 0
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 </lyxtabular>
17246
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \begin_layout Standard
17258 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17259  Die Überschrift ist eine zentrierte Mehrfachspalte.
17260  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17261  der Zahlen einschließlich Dezimalpunkt.
17262  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17263  der Zahlen.
17264   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17265 \family sans
17266 LaTe
17267 \begin_inset ERT
17268 status collapsed
17269
17270 \begin_layout Plain Layout
17271
17272 {}
17273 \end_layout
17274
17275 \end_inset
17276
17277 X-Argument
17278 \family default
17279  für die zweite Spalte folgendes eingefügt:
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285 @{}l
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Tabelle
17290 \begin_inset space ~
17291 \end_inset
17292
17293
17294 \begin_inset CommandInset ref
17295 LatexCommand ref
17296 reference "tab:Verschiedene-Ausrichtungen"
17297
17298 \end_inset
17299
17300  zeigt einige Ausrichtungen.
17301  Für die Ausrichtung der Relationen müssen Sie den 
17302 \family sans
17303 Mittleren
17304 \begin_inset space ~
17305 \end_inset
17306
17307 Abstand
17308 \family default
17309  aus der 
17310 \family sans
17311 Mathe-Werkzeugleiste
17312 \family default
17313  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17314  rechts vom Relationszeichen zu bekommen.
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \color black
17320 \begin_inset Float table
17321 placement h
17322 wide false
17323 sideways false
17324 status open
17325
17326 \begin_layout Plain Layout
17327
17328 \color black
17329 \begin_inset Caption
17330
17331 \begin_layout Plain Layout
17332
17333 \color black
17334 \begin_inset CommandInset label
17335 LatexCommand label
17336 name "tab:Verschiedene-Ausrichtungen"
17337
17338 \end_inset
17339
17340
17341 \color inherit
17342 Verschiedene Ausrichtungen
17343 \end_layout
17344
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \begin_layout Plain Layout
17351 \align center
17352 \begin_inset Tabular
17353 <lyxtabular version="3" rows="4" columns="6">
17354 <features>
17355 <column alignment="right" valignment="top" width="0">
17356 <column alignment="left" valignment="top" width="0" special="@{}l">
17357 <column alignment="right" valignment="top" width="0">
17358 <column alignment="left" valignment="top" width="0" special="@{}l">
17359 <column alignment="right" valignment="top" width="0">
17360 <column alignment="left" valignment="top" width="0" special="@{}l">
17361 <row>
17362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 Einheiten
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 Exponenten
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 Relationen
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 12×
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 24
17432 \begin_inset space \thinspace{}
17433 \end_inset
17434
17435 Flaschen
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $10\cdot$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $10^{\mbox{-}17}$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\Gamma(t)\propto$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\:\Upsilon(t)$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 1024×
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 768
17504 \begin_inset space \thinspace{}
17505 \end_inset
17506
17507 Pixel
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $5.78\cdot$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $10^{7}$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $A\ne$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $\: B_{\mathrm{red}}$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 32×
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 6
17576 \begin_inset space \thinspace{}
17577 \end_inset
17578
17579 cm
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 -
17589 \begin_inset Formula $33.5\cdot$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $10^{4}$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset Formula $\sin(\alpha)\ge$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\:\sin(\beta)$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 </lyxtabular>
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset VSpace bigskip
17648 \end_inset
17649
17650 Es gibt auch noch das LaTeX-Paket 
17651 \series bold
17652 dcolumn
17653 \series default
17654 ,
17655 \begin_inset Index
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659 LaTeX-Pakete ! dcolumn
17660 \end_layout
17661
17662 \end_inset
17663
17664  mit dem man Zellen ausrichten kann.
17665  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17666  in den Zellen.
17667  Die erste Spalte von Tabelle
17668 \begin_inset space ~
17669 \end_inset
17670
17671
17672 \begin_inset CommandInset ref
17673 LatexCommand ref
17674 reference "tab:Verschiedene-Ausrichtungen"
17675
17676 \end_inset
17677
17678  wird mit 
17679 \family typewriter
17680 dcolumn
17681 \family default
17682  wie die erste Spalte von Tabelle
17683 \begin_inset space ~
17684 \end_inset
17685
17686
17687 \begin_inset CommandInset ref
17688 LatexCommand ref
17689 reference "tab:Ausrichtung-mit-dem"
17690
17691 \end_inset
17692
17693  aussehen und nur mit ein paar Tricks wie erwartet.
17694  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17695 \begin_inset space ~
17696 \end_inset
17697
17698
17699 \begin_inset CommandInset ref
17700 LatexCommand ref
17701 reference "tab:Verschiedene-Ausrichtungen"
17702
17703 \end_inset
17704
17705  ist mit 
17706 \series bold
17707 dcolumn
17708 \series default
17709  nicht möglich.
17710 \end_layout
17711
17712 \begin_layout Standard
17713 \begin_inset Float table
17714 placement h
17715 wide false
17716 sideways false
17717 status open
17718
17719 \begin_layout Plain Layout
17720 \begin_inset Caption
17721
17722 \begin_layout Plain Layout
17723 \begin_inset CommandInset label
17724 LatexCommand label
17725 name "tab:Ausrichtung-mit-dem"
17726
17727 \end_inset
17728
17729 Ausrichtung mit dem LaTeX-Paket 
17730 \series bold
17731 dcolumn
17732 \series default
17733 .
17734  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17735  bekommen.
17736 \begin_inset OptArg
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740 Ausrichtung mit dem LaTeX-Paket 
17741 \series bold
17742 dcolumn
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Plain Layout
17756 \align center
17757 \begin_inset Tabular
17758 <lyxtabular version="3" rows="4" columns="3">
17759 <features>
17760 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17761 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17762 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17763 <row>
17764 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 Einheiten
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 Einheiten
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 Einheiten
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 </row>
17792 <row>
17793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 12x24
17798 \begin_inset space \thinspace{}
17799 \end_inset
17800
17801
17802 \begin_inset Formula $\mbox{Flaschen}$
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 12x24
17815 \begin_inset space \thinspace{}
17816 \end_inset
17817
17818
17819 \begin_inset Formula $\mbox{Flaschen}$
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 12
17832 \begin_inset ERT
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836
17837
17838 \backslash
17839 times 
17840 \end_layout
17841
17842 \end_inset
17843
17844 24~
17845 \begin_inset Formula $\mbox{Flaschen}$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 <row>
17855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859 1024x768
17860 \begin_inset space \thinspace{}
17861 \end_inset
17862
17863
17864 \begin_inset Formula $\mbox{Pixel}$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 1024x768
17877 \begin_inset space \thinspace{}
17878 \end_inset
17879
17880
17881 \begin_inset Formula $\mbox{Pixel}$
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 1024
17894 \begin_inset ERT
17895 status collapsed
17896
17897 \begin_layout Plain Layout
17898
17899
17900 \backslash
17901 times 
17902 \end_layout
17903
17904 \end_inset
17905
17906 768~
17907 \begin_inset Formula $\mbox{Pixel}$
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 32x6
17922 \begin_inset space \thinspace{}
17923 \end_inset
17924
17925
17926 \begin_inset Formula $\mbox{cm}$
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 32x6
17939 \begin_inset space \thinspace{}
17940 \end_inset
17941
17942
17943 \begin_inset Formula $\mbox{cm}$
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955 32
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 times 
17964 \end_layout
17965
17966 \end_inset
17967
17968 6~
17969 \begin_inset Formula $\mbox{cm}$
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 </row>
17978 </lyxtabular>
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \begin_layout Subsection
17991 Angepasste Zellen-/Spaltenformate
17992 \begin_inset CommandInset label
17993 LatexCommand label
17994 name "uab:Angepasste-Zellen-/Spaltenformate"
17995
17996 \end_inset
17997
17998
17999 \begin_inset Index
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003 Tabellen ! Spaltenformat
18004 \end_layout
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \begin_layout Standard
18012 Wenn man wie in Abschnitt
18013 \begin_inset space ~
18014 \end_inset
18015
18016
18017 \begin_inset CommandInset ref
18018 LatexCommand ref
18019 reference "uab:Mehrfachspalten-Berechnungen"
18020
18021 \end_inset
18022
18023  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18024  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18025  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18026  definieren:
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \series bold
18032
18033 \backslash
18034 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18035 \end_layout
18036
18037 \begin_layout Standard
18038 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18039 \emph on
18040 b
18041 \emph default
18042
18043 \emph on
18044 c
18045 \emph default
18046
18047 \emph on
18048 l
18049 \emph default
18050
18051 \emph on
18052 m
18053 \emph default
18054
18055 \emph on
18056 p
18057 \emph default
18058  oder 
18059 \emph on
18060 r
18061 \emph default
18062 , weil diese vordefiniert sind.
18063  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18064 \end_layout
18065
18066 \begin_layout Standard
18067 \begin_inset VSpace medskip
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \begin_layout Standard
18074 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18075  Breite könnte das Format so aussehen:
18076 \end_layout
18077
18078 \begin_layout Standard
18079
18080 \series bold
18081
18082 \backslash
18083 newcolumntype{M}[1]{>{
18084 \backslash
18085 centering
18086 \backslash
18087 hspace{0pt}}m{#1}}
18088 \end_layout
18089
18090 \begin_layout Standard
18091 wobei 
18092 \series bold
18093
18094 \backslash
18095 hspace{0pt}
18096 \series default
18097  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18098  Abschnitt
18099 \begin_inset space ~
18100 \end_inset
18101
18102
18103 \begin_inset CommandInset ref
18104 LatexCommand ref
18105 reference "uab:Mehrfache-Zeilen-in"
18106
18107 \end_inset
18108
18109  beschrieben.
18110  Jetzt können Sie mit
18111 \end_layout
18112
18113 \begin_layout Standard
18114
18115 \series bold
18116 M{Breite}
18117 \end_layout
18118
18119 \begin_layout Standard
18120 im 
18121 \family sans
18122 LaTeX-Argument
18123 \family default
18124  im 
18125 \family sans
18126 Tabellen-Einstellungen
18127 \family default
18128 -Dialog eine Mehrfachspalte definieren.
18129 \end_layout
18130
18131 \begin_layout Standard
18132 \begin_inset VSpace bigskip
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \begin_layout Standard
18139 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18140  Format definieren:
18141 \end_layout
18142
18143 \begin_layout Standard
18144
18145 \series bold
18146
18147 \backslash
18148 newcolumntype{S}[2]{>{
18149 \backslash
18150 centering
18151 \backslash
18152 hspace{0pt}}
18153 \begin_inset Newline newline
18154 \end_inset
18155
18156
18157 \begin_inset ERT
18158 status collapsed
18159
18160 \begin_layout Plain Layout
18161
18162
18163 \backslash
18164 phantom{
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \backslash
18171 newcolumntype
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177 }
18178 \end_layout
18179
18180 \end_inset
18181
18182 m{(#1+(2
18183 \backslash
18184 tabcolsep+
18185 \backslash
18186 arrayrulewidth)*(1-#2))/#2}}
18187 \end_layout
18188
18189 \begin_layout Standard
18190 Dieses Format benutzt Gleichung
18191 \begin_inset space ~
18192 \end_inset
18193
18194
18195 \begin_inset CommandInset ref
18196 LatexCommand ref
18197 reference "eq:Wgn"
18198
18199 \end_inset
18200
18201 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18202  breit ist.
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Jetzt können Sie im 
18207 \family sans
18208 LaTeX-Argument
18209 \family default
18210  im 
18211 \family sans
18212 Tabellen-Einstellungen
18213 \family default
18214 -Dialog folgendes einfügen:
18215 \end_layout
18216
18217 \begin_layout Standard
18218
18219 \series bold
18220 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18221 \end_layout
18222
18223 \begin_layout Standard
18224 \begin_inset VSpace bigskip
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 Für farbige Spalten können Sie folgendes einfügen:
18232 \end_layout
18233
18234 \begin_layout Standard
18235
18236 \series bold
18237
18238 \backslash
18239 newcolumntype{K}[1]{>{
18240 \backslash
18241 columncolor{#1}
18242 \backslash
18243 hspace{0pt}}c}
18244 \end_layout
18245
18246 \begin_layout Standard
18247 Das 
18248 \begin_inset Quotes gld
18249 \end_inset
18250
18251 c
18252 \begin_inset Quotes grd
18253 \end_inset
18254
18255  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18256  zentriert ist.
18257  Jetzt können Sie als 
18258 \family sans
18259 LaTeX-Argument
18260 \family default
18261  folgendes einfügen:
18262 \end_layout
18263
18264 \begin_layout Standard
18265
18266 \series bold
18267 K{Farbname}
18268 \end_layout
18269
18270 \begin_layout Standard
18271 \begin_inset VSpace bigskip
18272 \end_inset
18273
18274
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Für Tabelle
18279 \begin_inset space ~
18280 \end_inset
18281
18282
18283 \begin_inset CommandInset ref
18284 LatexCommand ref
18285 reference "tab:Tabelle-mit-benutzerdefinierte"
18286
18287 \end_inset
18288
18289  wurden folgende 
18290 \family sans
18291 LaTeX-Argumente
18292 \family default
18293  benutzt:
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299 M{2.5cm}
18300 \end_layout
18301
18302 \begin_layout Standard
18303 für die erste Spalte und die Mehrfachspalte,
18304 \end_layout
18305
18306 \begin_layout Standard
18307
18308 \series bold
18309 K{red}
18310 \end_layout
18311
18312 \begin_layout Standard
18313 für die letzte Spalte und
18314 \end_layout
18315
18316 \begin_layout Standard
18317
18318 \series bold
18319 S{2.5cm}{2}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 für die Spalten in der zweiten Mehrfachspalte.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset Float table
18328 placement h
18329 wide false
18330 sideways false
18331 status open
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Caption
18335
18336 \begin_layout Plain Layout
18337 \begin_inset CommandInset label
18338 LatexCommand label
18339 name "tab:Tabelle-mit-benutzerdefinierte"
18340
18341 \end_inset
18342
18343 Tabelle mit benutzerdefinierten Formaten
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Plain Layout
18352 \align center
18353 \begin_inset Tabular
18354 <lyxtabular version="3" rows="3" columns="4">
18355 <features>
18356 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18357 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18358 <column alignment="center" valignment="middle" width="0">
18359 <column alignment="center" valignment="middle" width="0" special="K{red}">
18360 <row>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 einsehrlangesWort
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 Mehrfachspalte mit mehreren Zeilen
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 c
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 d
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 e
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 f
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 g
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 h
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 i
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 j
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 k
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 </row>
18474 </lyxtabular>
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Subsection
18487 Liniendicke
18488 \begin_inset CommandInset label
18489 LatexCommand label
18490 name "uab:Liniendicke"
18491
18492 \end_inset
18493
18494
18495 \begin_inset Index
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499 Tabellen  ! Linien ! -dicke
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 Die Liniendicke für alle Linien einer Tabelle kann mit 
18509 \series bold
18510
18511 \backslash
18512 arrayrulewidth
18513 \series default
18514  eingestellt werden.
18515  Um eine Liniendicke von 1.5
18516 \begin_inset space \thinspace{}
18517 \end_inset
18518
18519 pt wie in Tabelle
18520 \begin_inset space ~
18521 \end_inset
18522
18523
18524 \begin_inset CommandInset ref
18525 LatexCommand ref
18526 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18527
18528 \end_inset
18529
18530  zu bekommen, geben Sie den Befehl
18531 \end_layout
18532
18533 \begin_layout Standard
18534
18535 \series bold
18536
18537 \backslash
18538 setlength{
18539 \backslash
18540 arrayrulewidth}{1.5pt}
18541 \end_layout
18542
18543 \begin_layout Standard
18544 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18545  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18546  Mit
18547 \end_layout
18548
18549 \begin_layout Standard
18550
18551 \series bold
18552
18553 \backslash
18554 setlength{
18555 \backslash
18556 arrayrulewidth}{0.4pt}
18557 \end_layout
18558
18559 \begin_layout Standard
18560 bekommen Sie wieder die Standarddicke.
18561 \end_layout
18562
18563 \begin_layout Standard
18564 \begin_inset ERT
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568
18569
18570 \backslash
18571 setlength{
18572 \backslash
18573 arrayrulewidth}{1.5pt}
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \begin_inset Float table
18580 placement H
18581 wide false
18582 sideways false
18583 status open
18584
18585 \begin_layout Plain Layout
18586 \begin_inset Caption
18587
18588 \begin_layout Plain Layout
18589 \begin_inset CommandInset label
18590 LatexCommand label
18591 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18592
18593 \end_inset
18594
18595 Tabelle mit 1.5
18596 \begin_inset space \thinspace{}
18597 \end_inset
18598
18599 pt Liniendicke
18600 \end_layout
18601
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \begin_layout Plain Layout
18608 \align center
18609 \begin_inset Tabular
18610 <lyxtabular version="3" rows="3" columns="3">
18611 <features>
18612 <column alignment="center" valignment="top" width="0">
18613 <column alignment="center" valignment="top" width="0">
18614 <column alignment="center" valignment="top" width="0">
18615 <row>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 sd
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 </row>
18644 <row>
18645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 sd
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 </row>
18673 <row>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 sd
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 </lyxtabular>
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \begin_inset ERT
18713 status collapsed
18714
18715 \begin_layout Plain Layout
18716
18717
18718 \backslash
18719 setlength{
18720 \backslash
18721 arrayrulewidth}{0.4pt}
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \begin_layout Standard
18730 \begin_inset VSpace bigskip
18731 \end_inset
18732
18733 Um eine Liniendicke von 1.5
18734 \begin_inset space \thinspace{}
18735 \end_inset
18736
18737 pt nur für horizontale Linien zu bekommen wie in Tabelle
18738 \begin_inset space ~
18739 \end_inset
18740
18741
18742 \begin_inset CommandInset ref
18743 LatexCommand ref
18744 reference "tab:Tabelle-mit-1.5pt-horiz"
18745
18746 \end_inset
18747
18748 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18749  einfügen:
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 let
18758 \backslash
18759 myHline
18760 \backslash
18761 hline
18762 \begin_inset Newline newline
18763 \end_inset
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773  {
18774 \backslash
18775 noalign{
18776 \backslash
18777 global
18778 \backslash
18779 arrayrulewidth 1.5pt}
18780 \begin_inset Newline newline
18781 \end_inset
18782
18783  
18784 \backslash
18785 myHline
18786 \backslash
18787 noalign{
18788 \backslash
18789 global
18790 \backslash
18791 arrayrulewidth 0.4pt}}
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18796  der (Gleit\SpecialChar \-
18797 objekt-)Tabelle zurück:
18798 \end_layout
18799
18800 \begin_layout Standard
18801
18802 \series bold
18803
18804 \backslash
18805 renewcommand{
18806 \backslash
18807 hline}{
18808 \backslash
18809 myHline}
18810 \end_layout
18811
18812 \begin_layout Standard
18813 \begin_inset ERT
18814 status collapsed
18815
18816 \begin_layout Plain Layout
18817
18818
18819 \backslash
18820 let
18821 \backslash
18822 myHline
18823 \backslash
18824 hline
18825 \end_layout
18826
18827 \begin_layout Plain Layout
18828
18829
18830 \backslash
18831 renewcommand{
18832 \backslash
18833 hline}
18834 \end_layout
18835
18836 \begin_layout Plain Layout
18837
18838  {
18839 \backslash
18840 noalign{
18841 \backslash
18842 global
18843 \backslash
18844 arrayrulewidth 1.5pt}
18845 \end_layout
18846
18847 \begin_layout Plain Layout
18848
18849   
18850 \backslash
18851 myHline
18852 \backslash
18853 noalign{
18854 \backslash
18855 global
18856 \backslash
18857 arrayrulewidth 0.4pt}}
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \begin_inset Float table
18864 placement h
18865 wide false
18866 sideways false
18867 status open
18868
18869 \begin_layout Plain Layout
18870 \begin_inset Caption
18871
18872 \begin_layout Plain Layout
18873 \begin_inset CommandInset label
18874 LatexCommand label
18875 name "tab:Tabelle-mit-1.5pt-horiz"
18876
18877 \end_inset
18878
18879 Tabelle mit 1.5
18880 \begin_inset space \thinspace{}
18881 \end_inset
18882
18883 pt dicken horizontalen Linien
18884 \end_layout
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Plain Layout
18892 \align center
18893 \begin_inset Tabular
18894 <lyxtabular version="3" rows="3" columns="3">
18895 <features>
18896 <column alignment="center" valignment="top" width="0">
18897 <column alignment="center" valignment="top" width="0">
18898 <column alignment="center" valignment="top" width="0">
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 sd
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 sd
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 sd
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 </lyxtabular>
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \begin_inset ERT
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000
19001
19002 \backslash
19003 renewcommand{
19004 \backslash
19005 hline}{
19006 \backslash
19007 myHline}
19008 \end_layout
19009
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \begin_layout Standard
19016 \begin_inset VSpace bigskip
19017 \end_inset
19018
19019 Um die Liniendicke von 1.5
19020 \begin_inset space \thinspace{}
19021 \end_inset
19022
19023 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19024  Spaltenformat entsprechend der Beschreibung in Abschnitt
19025 \begin_inset space ~
19026 \end_inset
19027
19028
19029 \begin_inset CommandInset ref
19030 LatexCommand ref
19031 reference "uab:Angepasste-Zellen-/Spaltenformate"
19032
19033 \end_inset
19034
19035  definieren:
19036 \end_layout
19037
19038 \begin_layout Standard
19039
19040 \series bold
19041
19042 \backslash
19043 newcolumntype{V}{!{
19044 \backslash
19045 vrule width 1.5pt}}
19046 \end_layout
19047
19048 \begin_layout Standard
19049 In Tabelle
19050 \begin_inset space ~
19051 \end_inset
19052
19053
19054 \begin_inset CommandInset ref
19055 LatexCommand ref
19056 reference "tab:Tabelle-mit-1.5pt-vert"
19057
19058 \end_inset
19059
19060  wurde das 
19061 \family sans
19062 LaTe
19063 \begin_inset ERT
19064 status collapsed
19065
19066 \begin_layout Plain Layout
19067
19068 {}
19069 \end_layout
19070
19071 \end_inset
19072
19073 X-Argument
19074 \family default
19075 \series bold
19076  VcV
19077 \series default
19078  für die letzte Spalte und
19079 \series bold
19080  Vc
19081 \series default
19082  für die anderen benutzt.
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset Float table
19087 placement H
19088 wide false
19089 sideways false
19090 status open
19091
19092 \begin_layout Plain Layout
19093 \begin_inset Caption
19094
19095 \begin_layout Plain Layout
19096 \begin_inset CommandInset label
19097 LatexCommand label
19098 name "tab:Tabelle-mit-1.5pt-vert"
19099
19100 \end_inset
19101
19102 Tabelle mit 1.5
19103 \begin_inset space \thinspace{}
19104 \end_inset
19105
19106 pt dicken vertikalen Linien
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Plain Layout
19115 \align center
19116 \begin_inset Tabular
19117 <lyxtabular version="3" rows="3" columns="3">
19118 <features>
19119 <column alignment="center" valignment="top" width="0" special="Vc">
19120 <column alignment="center" valignment="top" width="0" special="Vc">
19121 <column alignment="center" valignment="top" width="0" special="VcV">
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 sd
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 sd
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 sd
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 </lyxtabular>
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \begin_layout Subsection
19222 Gestrichelte Linien
19223 \begin_inset Index
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227 Tabellen  ! Linien ! gestrichelte 
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Standard
19236 \begin_inset ERT
19237 status collapsed
19238
19239 \begin_layout Plain Layout
19240
19241
19242 \backslash
19243 ifarydshln
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \begin_inset Note Note
19250 status open
19251
19252 \begin_layout Plain Layout
19253 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19254 \series bold
19255 arydshln
19256 \series default
19257  installiert ist.
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Standard
19266 \begin_inset Float table
19267 placement h
19268 wide false
19269 sideways false
19270 status open
19271
19272 \begin_layout Plain Layout
19273 \begin_inset Caption
19274
19275 \begin_layout Plain Layout
19276 \begin_inset CommandInset label
19277 LatexCommand label
19278 name "tab:Tabelle-mit-gestrichelten"
19279
19280 \end_inset
19281
19282 Tabelle mit gestrichelten Linien
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \begin_layout Plain Layout
19291 \align center
19292 \begin_inset Tabular
19293 <lyxtabular version="3" rows="5" columns="5">
19294 <features>
19295 <column alignment="center" valignment="top" width="0">
19296 <column alignment="center" valignment="top" width="0">
19297 <column alignment="center" valignment="top" width="0" special=":c">
19298 <column alignment="center" valignment="top" width="0">
19299 <column alignment="center" valignment="top" width="0">
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 a
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 b
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 c
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 d
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 e
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 f
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 g
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" topline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 h
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 i
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 j
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 hdashline 
19407 \end_layout
19408
19409 \end_inset
19410
19411 k
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 l
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 m
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 n
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 o
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 \begin_inset ERT
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462
19463
19464 \backslash
19465 cdashline{4-5}
19466 \end_layout
19467
19468 \end_inset
19469
19470 p
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 q
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 r
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 s
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 t
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 u
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 v
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 w
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 x
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 </lyxtabular>
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \begin_layout Standard
19572 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19573  TeX-Code benutzen.
19574  Zunächst müssen Sie das LaTeX-Paket 
19575 \series bold
19576 arydshln
19577 \series default
19578
19579 \begin_inset Index
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 LaTeX-Pakete ! arydshln
19584 \end_layout
19585
19586 \end_inset
19587
19588  im LaTeX-Vorspann laden:
19589 \end_layout
19590
19591 \begin_layout Standard
19592
19593 \series bold
19594
19595 \backslash
19596 usepackage{arydshln}
19597 \end_layout
19598
19599 \begin_layout Standard
19600 Um senkrechte Linien zu stricheln, müssen Sie im 
19601 \family sans
19602 LaTe
19603 \begin_inset ERT
19604 status collapsed
19605
19606 \begin_layout Plain Layout
19607
19608 {}
19609 \end_layout
19610
19611 \end_inset
19612
19613 X-Argument
19614 \family default
19615  des 
19616 \family sans
19617 Tabellen-Einstellungen
19618 \family default
19619 -Dialogs 
19620 \begin_inset Quotes gld
19621 \end_inset
19622
19623 :
19624 \begin_inset Quotes grd
19625 \end_inset
19626
19627 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19632 \end_layout
19633
19634 \begin_layout Standard
19635
19636 \series bold
19637
19638 \backslash
19639 hdashline
19640 \end_layout
19641
19642 \begin_layout Standard
19643 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19644 \end_layout
19645
19646 \begin_layout Standard
19647 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19648 \end_layout
19649
19650 \begin_layout Standard
19651
19652 \series bold
19653
19654 \backslash
19655 cdashline{Anfangsspalte-Endspalte}
19656 \end_layout
19657
19658 \begin_layout Standard
19659 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19660  Wenn Sie z.
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 B.
19665  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19666  gestrichelte Linie haben, fügen Sie den Befehl
19667 \end_layout
19668
19669 \begin_layout Standard
19670
19671 \series bold
19672
19673 \backslash
19674 cdashline{2-4}
19675 \end_layout
19676
19677 \begin_layout Standard
19678 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19679 \end_layout
19680
19681 \begin_layout Standard
19682 \begin_inset VSpace bigskip
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 In Tabelle
19690 \begin_inset space ~
19691 \end_inset
19692
19693
19694 \begin_inset CommandInset ref
19695 LatexCommand ref
19696 reference "tab:Tabelle-mit-gestrichelten"
19697
19698 \end_inset
19699
19700  wurde in der dritten Spalte der Befehl
19701 \series bold
19702  
19703 \series default
19704
19705 \begin_inset Quotes gld
19706 \end_inset
19707
19708
19709 \series bold
19710 :c
19711 \begin_inset Quotes grd
19712 \end_inset
19713
19714
19715 \series default
19716  benutzt.
19717  Der Befehl 
19718 \series bold
19719
19720 \backslash
19721 hdashline
19722 \series default
19723  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19724 \begin_inset Newline newline
19725 \end_inset
19726
19727  
19728 \series bold
19729
19730 \backslash
19731 cdashline{4-5} 
19732 \series default
19733 wurde in die erste Zelle der vierten Zeile eingefügt.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 \begin_inset Note Greyedout
19738 status open
19739
19740 \begin_layout Plain Layout
19741
19742 \series bold
19743 Bemerkung:
19744 \series default
19745  Das LaTeX-Paket 
19746 \series bold
19747 arydshln
19748 \series default
19749  ist nicht kompatibel dem LaTeX-Paket 
19750 \series bold
19751 colortbl
19752 \series default
19753
19754 \begin_inset Index
19755 status collapsed
19756
19757 \begin_layout Plain Layout
19758 LaTeX-Pakete ! colortbl
19759 \end_layout
19760
19761 \end_inset
19762
19763 , das für die farbigen Tabellen in Abschnitt
19764 \begin_inset space ~
19765 \end_inset
19766
19767
19768 \begin_inset CommandInset ref
19769 LatexCommand ref
19770 reference "abs:Farbige-Tabellen"
19771
19772 \end_inset
19773
19774  benutzt wurde.
19775  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 \begin_inset ERT
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788
19789
19790 \backslash
19791 else
19792 \end_layout
19793
19794 \end_inset
19795
19796
19797 \begin_inset Note Note
19798 status open
19799
19800 \begin_layout Plain Layout
19801 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19802 \series bold
19803 arydshln
19804 \series default
19805  nicht installiert ist:
19806 \end_layout
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 Sie müssen das LaTeX-Paket 
19815 \series bold
19816 arydshln
19817 \series default
19818  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19819 \end_layout
19820
19821 \begin_layout Standard
19822 \begin_inset ERT
19823 status collapsed
19824
19825 \begin_layout Plain Layout
19826
19827
19828 \backslash
19829 fi
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Chapter
19838 Gleitobjekte
19839 \begin_inset Index
19840 status collapsed
19841
19842 \begin_layout Plain Layout
19843 Gleitobjekte
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \begin_layout Section
19852 Einleitung
19853 \begin_inset CommandInset label
19854 LatexCommand label
19855 name "abs:Gleitobjekte-Einleitung"
19856
19857 \end_inset
19858
19859
19860 \begin_inset Index
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Gleitobjekte ! Einleitung
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \begin_layout Standard
19873 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19874  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19875  der beste Platz ist.
19876  
19877 \family sans
19878 Fußnoten
19879 \family default
19880  und 
19881 \family sans
19882 Randnotizen
19883 \family default
19884  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19885  wenn auf ihrer Seite schon zu viele sind.
19886 \end_layout
19887
19888 \begin_layout Standard
19889 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19890  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19891  um weiße Flächen und Seiten ohne Text zu vermeiden.
19892  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19893 löst,
19894  kann im Text auf ein Gleitobjekt verwiesen werden.
19895  Gleitobjekte sind deshalb nummeriert.
19896  Querverweise werden in Abschnitt
19897 \begin_inset space ~
19898 \end_inset
19899
19900
19901 \begin_inset CommandInset ref
19902 LatexCommand ref
19903 reference "abs:Auf-Gleitobjekte-verweisen"
19904
19905 \end_inset
19906
19907  beschrieben.
19908 \end_layout
19909
19910 \begin_layout Standard
19911 Ein Gleitobjekt wird mit 
19912 \family sans
19913 Einfügen\SpecialChar \menuseparator
19914 Gleitobjekt\SpecialChar \menuseparator
19915 Algorithmus/Abbildung/Ta\SpecialChar \-
19916 belle/Um\SpecialChar \-
19917 flos\SpecialChar \-
19918 se\SpecialChar \-
19919 nes
19920 \begin_inset space ~
19921 \end_inset
19922
19923 Gleitobjekt
19924 \family default
19925  eingefügt.
19926  Für Abbildungen oder Tabellen können Sie auch auf 
19927 \begin_inset Graphics
19928         filename ../../images/float-insert_figure.png
19929         scale 70
19930         scaleBeforeRotation
19931         BoundingBox 0bp 6bp 22bp 22bp
19932
19933 \end_inset
19934
19935  oder 
19936 \begin_inset Graphics
19937         filename ../../images/float-insert_table.png
19938         scale 70
19939         scaleBeforeRotation
19940         BoundingBox 0bp 6bp 22bp 22bp
19941
19942 \end_inset
19943
19944  klicken.
19945  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19946  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19947  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19948  #:).
19949  Statt # sehen Sie die von LyX vergebene Nummer.
19950  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19951  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19952  eingefügt.
19953  In Abschnitt
19954 \begin_inset space ~
19955 \end_inset
19956
19957
19958 \begin_inset CommandInset ref
19959 LatexCommand ref
19960 reference "abs:Titel-Platzierung"
19961
19962 \end_inset
19963
19964  finden Sie mehr über die Platzierung des Titels.
19965  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19966  auch wieder geöffnet.
19967  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19968 \begin_inset Graphics
19969         filename clipart/GleitobjektQt4.png
19970         scale 70
19971         scaleBeforeRotation
19972         BoundingBox 0bp 6bp 128bp 22bp
19973
19974 \end_inset
19975
19976  – ein graues Kästchen mit roter Beschriftung.
19977 \end_layout
19978
19979 \begin_layout Standard
19980 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19981  Gleitobjekte in einem eigenen Absatz einzufügen.
19982 \end_layout
19983
19984 \begin_layout Standard
19985 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19986  indem Sie sie markieren und dann auf 
19987 \begin_inset Graphics
19988         filename ../../images/float-insert_figure.png
19989         scale 70
19990         scaleBeforeRotation
19991         BoundingBox 0bp 6bp 22bp 22bp
19992
19993 \end_inset
19994
19995  oder 
19996 \begin_inset Graphics
19997         filename ../../images/float-insert_table.png
19998         scale 70
19999         scaleBeforeRotation
20000         BoundingBox 0bp 6bp 22bp 22bp
20001
20002 \end_inset
20003
20004  klicken.
20005 \end_layout
20006
20007 \begin_layout Section
20008 Gleitobjekt-Typen
20009 \begin_inset Index
20010 status collapsed
20011
20012 \begin_layout Plain Layout
20013 Gleitobjekte ! Typen
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \begin_layout Standard
20022 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20023 \begin_inset space ~
20024 \end_inset
20025
20026
20027 \begin_inset CommandInset ref
20028 LatexCommand ref
20029 reference "abs:Gleitende-Abbildungen"
20030
20031 \end_inset
20032
20033  und 
20034 \begin_inset CommandInset ref
20035 LatexCommand ref
20036 reference "abs:Gleitende-Tabellen"
20037
20038 \end_inset
20039
20040  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20041 \end_layout
20042
20043 \begin_layout Subsection
20044 Gleitobjekt-Algorithmen
20045 \begin_inset Index
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049 Gleitobjekte ! Algorithmen
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \begin_inset CommandInset label
20056 LatexCommand label
20057 name "uab:Gleitobjekt-Algorithmen"
20058
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \begin_layout Standard
20065 \begin_inset Float algorithm
20066 placement h
20067 wide false
20068 sideways false
20069 status open
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Caption
20073
20074 \begin_layout Plain Layout
20075 \begin_inset CommandInset label
20076 LatexCommand label
20077 name "alg:Ein-Gleitobjekt-Algorithmus"
20078
20079 \end_inset
20080
20081 Ein Gleitobjekt-Algorithmus 
20082 \end_layout
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \begin_layout LyX-Code
20090 for I in 1..N loop
20091 \begin_inset Newline newline
20092 \end_inset
20093
20094  Sum:= Sum + A(I); /*Kommentar*/
20095 \begin_inset Newline newline
20096 \end_inset
20097
20098 end loop
20099 \begin_inset VSpace -4mm
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \begin_layout Standard
20111 Dieser Typ wird mit 
20112 \family sans
20113 Einfügen\SpecialChar \menuseparator
20114 Gleitobjekt\SpecialChar \menuseparator
20115 Algorithmus
20116 \family default
20117  eingefügt.
20118  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20119  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20120  Eine mögliche Absatz-Umgebung hier für ist 
20121 \family sans
20122 LyX-Code
20123 \family default
20124 , beschrieben im 
20125 \emph on
20126 Benutzerhandbuch
20127 \emph default
20128 .
20129  In Algorithmus
20130 \begin_inset space ~
20131 \end_inset
20132
20133
20134 \begin_inset CommandInset ref
20135 LatexCommand ref
20136 reference "alg:Ein-Gleitobjekt-Algorithmus"
20137
20138 \end_inset
20139
20140  wurden am Ende -0.4
20141 \begin_inset space \thinspace{}
20142 \end_inset
20143
20144 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20145  letzten Zeile gedruckt wird.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 Die Marke 
20150 \emph on
20151 Algorithmus
20152 \emph default
20153  wird nicht automatisch in die druckbare Version übernommen, sondern das
20154  englische Wort 
20155 \emph on
20156 Algorithm
20157 \emph default
20158  verwendet.
20159  Soll
20160 \emph on
20161  Algorithmus
20162 \emph default
20163  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 floatname{algorithm}{Algorithmus}
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20176  Menü 
20177 \family sans
20178 Einfügen\SpecialChar \menuseparator
20179 Liste
20180 \begin_inset space \thinspace{}
20181 \end_inset
20182
20183 /
20184 \begin_inset space \thinspace{}
20185 \end_inset
20186
20187 Inhaltsverzeichnis\SpecialChar \menuseparator
20188 Algorithmenverzeichnis
20189 \family default
20190  verwendet werden.
20191  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20192  eingefügt werden:
20193 \end_layout
20194
20195 \begin_layout Standard
20196
20197 \series bold
20198
20199 \backslash
20200 listof{algorithm}{Algorithmenverzeichnis}
20201 \end_layout
20202
20203 \begin_layout Standard
20204 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20205  nach dem Schema 
20206 \begin_inset Quotes gld
20207 \end_inset
20208
20209 Kapitelnummer.Algorithmusnummer
20210 \begin_inset Quotes grd
20211 \end_inset
20212
20213  nummeriert.
20214  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20215  einfügen:
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \series bold
20221
20222 \backslash
20223 numberwithin{algorithm}{chapter}
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Um 
20228 \series bold
20229
20230 \backslash
20231 numberwithin
20232 \series default
20233  benutzen zu können, muss in den 
20234 \family sans
20235 Mathe
20236 \begin_inset space ~
20237 \end_inset
20238
20239 Optionen
20240 \family default
20241  der 
20242 \family sans
20243 Dokument-Einstellungen
20244 \family default
20245  
20246 \family sans
20247 AMS
20248 \begin_inset space ~
20249 \end_inset
20250
20251 Mathe
20252 \begin_inset space ~
20253 \end_inset
20254
20255 Paket
20256 \family default
20257
20258 \begin_inset space ~
20259 \end_inset
20260
20261
20262 \family sans
20263 verwenden
20264 \family default
20265  angekreuzt sein.
20266 \end_layout
20267
20268 \begin_layout Subsection
20269 Umflossene Gleitobjekte
20270 \begin_inset Index
20271 status collapsed
20272
20273 \begin_layout Plain Layout
20274 Gleitobjekte ! umflossene
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \begin_layout Standard
20283 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20284  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20285  den die Abbildung bzw.
20286 \begin_inset space ~
20287 \end_inset
20288
20289 Tabelle übrig lässt.
20290  Sie werden über das Menü
20291 \family sans
20292  Einfügen\SpecialChar \menuseparator
20293 Gleitobjekt\SpecialChar \menuseparator
20294 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20295 objekt
20296 \family default
20297  eingefügt, wenn das LaTeX-Paket 
20298 \series bold
20299 wrapfig
20300 \series default
20301
20302 \begin_inset Index
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 LaTeX-Pakete ! wrapfig
20307 \begin_inset ERT
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311
20312
20313 \backslash
20314 vspace{4mm}
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323
20324  installiert ist.
20325 \begin_inset Foot
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20330 \emph on
20331 LaTeX-Konfiguration
20332 \emph default
20333  beschrieben.
20334 \end_layout
20335
20336 \end_inset
20337
20338  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20339  Box des Gleitobjekts geändert werden.
20340  
20341 \begin_inset Wrap figure
20342 lines 0
20343 placement l
20344 overhang 1cm
20345 width "40col%"
20346 status open
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Graphics
20350         filename ../clipart/mobius.eps
20351         width 40col%
20352         scaleBeforeRotation
20353         rotateOrigin center
20354
20355 \end_inset
20356
20357
20358 \end_layout
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Caption
20362
20363 \begin_layout Plain Layout
20364 \begin_inset CommandInset label
20365 LatexCommand label
20366 name "abb:Dies-ist-eine"
20367
20368 \end_inset
20369
20370 Dies ist eine umflossene Gleitobjekt-Abbildung
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379
20380  Obligatorische Einstellungen sind die 
20381 \family sans
20382 Breite
20383 \family default
20384  und 
20385 \family sans
20386 Platzierung
20387 \family default
20388  des Gleitobjekts.
20389  Optional sind der 
20390 \family sans
20391 Überhang 
20392 \family default
20393 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20394 \begin_inset space \thinspace{}
20395 \end_inset
20396
20397 /
20398 \begin_inset space \thinspace{}
20399 \end_inset
20400
20401 der Seite ragt und die 
20402 \family sans
20403 benötigten Zeilen
20404 \family default
20405 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20406  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20407  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20408  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20409  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20410  zu lassen.
20411  Abbildung
20412 \begin_inset space ~
20413 \end_inset
20414
20415
20416 \begin_inset CommandInset ref
20417 LatexCommand ref
20418 reference "abb:Dies-ist-eine"
20419
20420 \end_inset
20421
20422  ist zum Beispiel ein umflossenes Bild, das 40
20423 \begin_inset space \thinspace{}
20424 \end_inset
20425
20426 % der Spaltenbreite einnimmt, 1
20427 \begin_inset space \thinspace{}
20428 \end_inset
20429
20430 cm in den Rand ragt und links gesetzt wurde.
20431 \begin_inset Foot
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Die benutzbaren Einheiten werden in Anhang
20436 \begin_inset space ~
20437 \end_inset
20438
20439
20440 \begin_inset CommandInset ref
20441 LatexCommand ref
20442 reference "kap:In-LyX-verfügbare"
20443
20444 \end_inset
20445
20446  beschrieben.
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 \begin_inset Note Greyedout
20456 status open
20457
20458 \begin_layout Plain Layout
20459
20460 \series bold
20461 Bemerkung:
20462 \series default
20463  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20464 \begin_inset space \thinspace{}
20465 \end_inset
20466
20467 B.
20468  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20469  oder über anderen Text gedruckt wird.
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 Allgemein gilt:
20479 \end_layout
20480
20481 \begin_layout Itemize
20482 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20483  der nächsten Seite fortgesetzt werden.
20484  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20485  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20486 \end_layout
20487
20488 \begin_layout Itemize
20489 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20490  sie fließen soll, eingefügt werden oder darin.
20491 \end_layout
20492
20493 \begin_layout Itemize
20494 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20495  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20496  ihnen ist.
20497 \end_layout
20498
20499 \begin_layout Itemize
20500 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20501  erlaubt.
20502 \end_layout
20503
20504 \begin_layout Section
20505 Gleitobjekt-Nummerierung
20506 \begin_inset Index
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510 Gleitobjekte ! Nummerierung
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \begin_layout Standard
20519 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20520  nummeriert oder nach dem Schema 
20521 \begin_inset Quotes gld
20522 \end_inset
20523
20524 Kapitelnummer.Gleitobjektnummer
20525 \begin_inset Quotes grd
20526 \end_inset
20527
20528  oder 
20529 \begin_inset Quotes gld
20530 \end_inset
20531
20532 Abschnittsnummer.Gleitobjektnummer
20533 \begin_inset Quotes grd
20534 \end_inset
20535
20536 .
20537  Das hängt von der Dokumentklasse ab.
20538 \end_layout
20539
20540 \begin_layout Standard
20541 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20542  in den LaTeX-Vorspann einfügen:
20543 \end_layout
20544
20545 \begin_layout Standard
20546
20547 \series bold
20548
20549 \backslash
20550 renewcommand{
20551 \backslash
20552 thetable}{
20553 \backslash
20554 roman{table}}
20555 \end_layout
20556
20557 \begin_layout Standard
20558
20559 \series bold
20560
20561 \backslash
20562 thetable
20563 \series default
20564  ist der Befehl, der die Tabellennummer druckt.
20565  Für Abbildungen ist das 
20566 \series bold
20567
20568 \backslash
20569 thefigure
20570 \series default
20571 .
20572  Der Befehl 
20573 \series bold
20574
20575 \backslash
20576 roman
20577 \series default
20578  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20579 \end_layout
20580
20581 \begin_layout Standard
20582 Um das Nummerierungsschema zum Beispiel auf 
20583 \begin_inset Quotes gld
20584 \end_inset
20585
20586 Unterabschnittsnummer.Num\SpecialChar \-
20587 mer
20588 \begin_inset Quotes grd
20589 \end_inset
20590
20591  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20592 \end_layout
20593
20594 \begin_layout Standard
20595
20596 \series bold
20597
20598 \backslash
20599 numberwithin{table}{subsection}
20600 \end_layout
20601
20602 \begin_layout Standard
20603 Um den Befehl 
20604 \series bold
20605
20606 \backslash
20607 numberwithin
20608 \series default
20609  benutzen zu können, müssen Sie in den 
20610 \family sans
20611 Mathe
20612 \begin_inset space ~
20613 \end_inset
20614
20615 Optionen
20616 \family default
20617  der 
20618 \family sans
20619 Dokument-Einstellungen
20620 \family default
20621  
20622 \family sans
20623 AMS
20624 \begin_inset space ~
20625 \end_inset
20626
20627 Mathe
20628 \begin_inset space ~
20629 \end_inset
20630
20631 Paket
20632 \family default
20633
20634 \begin_inset space ~
20635 \end_inset
20636
20637
20638 \family sans
20639 verwenden
20640 \family default
20641  ankreuzen.
20642 \end_layout
20643
20644 \begin_layout Standard
20645 Sehen Sie sich bitte auch Abschnitt
20646 \begin_inset space ~
20647 \end_inset
20648
20649
20650 \begin_inset CommandInset ref
20651 LatexCommand ref
20652 reference "uab:Fußnoten-Nummerierung"
20653
20654 \end_inset
20655
20656  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20657 \end_layout
20658
20659 \begin_layout Section
20660 Auf Gleitobjekte verweisen
20661 \begin_inset CommandInset label
20662 LatexCommand label
20663 name "abs:Auf-Gleitobjekte-verweisen"
20664
20665 \end_inset
20666
20667
20668 \begin_inset Index
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672 Gleitobjekte ! Querverweise
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \begin_inset Index
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682 Querverweise ! auf Gleitobjekte
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Standard
20691 Zunächst müssen Sie mit 
20692 \family sans
20693 Einfügen\SpecialChar \menuseparator
20694 Marke
20695 \family default
20696  oder einen Klick auf 
20697 \begin_inset Graphics
20698         filename ../../images/label-insert.png
20699         scale 70
20700         scaleBeforeRotation
20701
20702 \end_inset
20703
20704  eine Marke im Titel einfügen.
20705  Im 
20706 \family sans
20707 Marke
20708 \family default
20709 -Dialog schreiben Sie einen Text in das Feld 
20710 \family sans
20711 Marke
20712 \family default
20713  oder übernehmen den vorgeschlagenen.
20714  Die Marke sieht in LyX dann so aus:
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset Graphics
20719         filename clipart/Marke.png
20720         lyxscale 80
20721         scale 50
20722         scaleBeforeRotation
20723         BoundingBox 0bp 6bp 76bp 23bp
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Standard
20731 Die Marke wird als Anker und Name für den Querverweis benutzt.
20732  Mit 
20733 \family sans
20734 Einfügen\SpecialChar \menuseparator
20735 Querverweis
20736 \family default
20737  oder einen Klick auf 
20738 \begin_inset Graphics
20739         filename ../../images/dialog-show-new-inset_ref.png
20740         scale 70
20741         scaleBeforeRotation
20742
20743 \end_inset
20744
20745  können Sie dann auf die Marke verweisen.
20746  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20747  angezeigt:
20748 \end_layout
20749
20750 \begin_layout Standard
20751 \begin_inset Graphics
20752         filename clipart/Querverweis.png
20753         lyxscale 80
20754         scale 50
20755         scaleBeforeRotation
20756         BoundingBox 0bp 6bp 76bp 23bp
20757
20758 \end_inset
20759
20760
20761 \begin_inset Newline newline
20762 \end_inset
20763
20764  Mehr zu Querverweisen finden Sie im 
20765 \emph on
20766 Benutzerhandbuch
20767 \emph default
20768 .
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20773  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20774  durch einen Zeilenumbruch getrennt werden können.
20775 \end_layout
20776
20777 \begin_layout Standard
20778 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20779  LyX passt die Querverweise automatisch an.
20780 \end_layout
20781
20782 \begin_layout Standard
20783 Ein Klick auf den Schalter 
20784 \family sans
20785 Gehe
20786 \begin_inset space ~
20787 \end_inset
20788
20789 zur
20790 \begin_inset space ~
20791 \end_inset
20792
20793 Marke
20794 \family default
20795  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20796  Der Text der Schaltfläche heißt jetzt 
20797 \family sans
20798 Gehe
20799 \begin_inset space ~
20800 \end_inset
20801
20802 zurück
20803 \family default
20804  und ein Klick darauf macht genau dies.
20805   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20806  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20807  Dann ist auch kein 
20808 \family sans
20809 Gehe
20810 \begin_inset space ~
20811 \end_inset
20812
20813 zurück
20814 \family default
20815  möglich.
20816 \end_layout
20817
20818 \begin_layout Subsection
20819 Querverweis-Formate
20820 \begin_inset CommandInset label
20821 LatexCommand label
20822 name "uab:Querverweis-Formate"
20823
20824 \end_inset
20825
20826
20827 \begin_inset Index
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 Querverweise ! Formate
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 Es gibt sechs verschiedene Querverweisstile:
20841 \end_layout
20842
20843 \begin_layout Description
20844 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20845  
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "abb:Zwei-Teilabbildungen"
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \begin_layout Description
20856 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20857  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20858  verwendet wird, speziell wenn der Name 
20859 \begin_inset Quotes gld
20860 \end_inset
20861
20862 Gleichung
20863 \begin_inset Quotes grd
20864 \end_inset
20865
20866  weggelassen wird: 
20867 \begin_inset CommandInset ref
20868 LatexCommand eqref
20869 reference "eq:Wgn"
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \begin_layout Description
20877 <Seite>: druckt die Seitennummer: Seite
20878 \begin_inset space ~
20879 \end_inset
20880
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand pageref
20884 reference "abb:Zwei-Teilabbildungen"
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Description
20892 auf
20893 \begin_inset space ~
20894 \end_inset
20895
20896 Seite
20897 \begin_inset space ~
20898 \end_inset
20899
20900 <Seite>: druckt den Text 
20901 \begin_inset Quotes gld
20902 \end_inset
20903
20904 auf Seite
20905 \begin_inset Quotes grd
20906 \end_inset
20907
20908  und die Seitennummer: 
20909 \begin_inset CommandInset ref
20910 LatexCommand vpageref
20911 reference "abb:Zwei-Teilabbildungen"
20912
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \begin_layout Description
20919 <Querverweis>
20920 \begin_inset space ~
20921 \end_inset
20922
20923 auf
20924 \begin_inset space ~
20925 \end_inset
20926
20927 Seite
20928 \begin_inset space ~
20929 \end_inset
20930
20931 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20932 \begin_inset Quotes gld
20933 \end_inset
20934
20935 auf Seite
20936 \begin_inset Quotes grd
20937 \end_inset
20938
20939 , und die Seitennummer: 
20940 \begin_inset CommandInset ref
20941 LatexCommand vref
20942 reference "abb:Zwei-Teilabbildungen"
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Description
20950 Formatierter
20951 \begin_inset space ~
20952 \end_inset
20953
20954 Querverweis: druckt ein selbst definiertes Querverweisformat
20955 \begin_inset Newline newline
20956 \end_inset
20957
20958
20959 \begin_inset Note Greyedout
20960 status open
20961
20962 \begin_layout Plain Layout
20963
20964 \series bold
20965 Bemerkung:
20966 \series default
20967  Dies ist nur möglich, wenn das LaTeX-Paket 
20968 \series bold
20969 prettyref
20970 \series default
20971  installiert ist.
20972 \end_layout
20973
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \begin_layout Standard
20980 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20981  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20982  Seite befindet.
20983  Stattdessen wird der Text 
20984 \begin_inset Quotes gld
20985 \end_inset
20986
20987 auf der vorigen Seite
20988 \begin_inset Quotes grd
20989 \end_inset
20990
20991
20992 \begin_inset Quotes gld
20993 \end_inset
20994
20995 auf dieser Seite
20996 \begin_inset Quotes grd
20997 \end_inset
20998
20999  oder 
21000 \begin_inset Quotes gld
21001 \end_inset
21002
21003 auf der nächsten Seite
21004 \begin_inset Quotes grd
21005 \end_inset
21006
21007  gedruckt.
21008 \end_layout
21009
21010 \begin_layout Standard
21011 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21012  automatisch von LaTeX berechnet.
21013  Die Stile können im Feld 
21014 \family sans
21015 Format
21016 \family default
21017  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21018  einen Querverweis klicken.
21019 \end_layout
21020
21021 \begin_layout Subsection
21022 Automatische Querverweisnamen
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 Querverweise ! Automatische Namen 
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Das LaTeX-Paket 
21037 \series bold
21038 hyperref
21039 \series default
21040
21041 \begin_inset Index
21042 status collapsed
21043
21044 \begin_layout Plain Layout
21045 LaTeX-Pakete ! hyperref
21046 \end_layout
21047
21048 \end_inset
21049
21050 , das in den
21051 \family sans
21052  PDF-Eigenschaften
21053 \family default
21054  im 
21055 \family sans
21056 Dokument-Einstellungen
21057 \family default
21058  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21059  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21060  wie 
21061 \emph on
21062 Abschnitt
21063 \emph default
21064 ).
21065  Sie müssen damit z.
21066 \begin_inset space \thinspace{}
21067 \end_inset
21068
21069 B.
21070  nicht mehr den Namen 
21071 \begin_inset Quotes gld
21072 \end_inset
21073
21074 Abbildung
21075 \begin_inset Quotes grd
21076 \end_inset
21077
21078  vor jeden Querverweis auf eine Abbildung schreiben.
21079  Um diese Funktion benutzen zu können, aktivieren Sie 
21080 \series bold
21081 hyperref
21082 \series default
21083  und fügen diese Zeile in den LaTeX-Vorspann ein:
21084 \end_layout
21085
21086 \begin_layout Standard
21087
21088 \series bold
21089
21090 \backslash
21091 AtBeginDocument{
21092 \backslash
21093 renewcommand{
21094 \backslash
21095 ref}[1]{
21096 \backslash
21097 mbox{
21098 \backslash
21099 autoref{#1}}}}
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21104 \begin_inset space \thinspace{}
21105 \end_inset
21106
21107 B.
21108  statt 
21109 \begin_inset Quotes gld
21110 \end_inset
21111
21112 Abschnitt
21113 \begin_inset Quotes grd
21114 \end_inset
21115
21116  den Namen 
21117 \begin_inset Quotes gld
21118 \end_inset
21119
21120 Kap.
21121 \begin_inset space \thinspace{}
21122 \end_inset
21123
21124
21125 \begin_inset Quotes grd
21126 \end_inset
21127
21128 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21129 \end_layout
21130
21131 \begin_layout Standard
21132
21133 \series bold
21134
21135 \backslash
21136 addto
21137 \backslash
21138 extrasngerman{
21139 \backslash
21140 renewcommand{
21141 \backslash
21142 sectionautorefname}
21143 \begin_inset Newline newline
21144 \end_inset
21145
21146
21147 \begin_inset ERT
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151
21152
21153 \backslash
21154 hphantom{ }
21155 \end_layout
21156
21157 \end_inset
21158
21159 {Kap.
21160 \backslash
21161 negthinspace}}
21162 \end_layout
21163
21164 \begin_layout Standard
21165 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21166 \begin_inset Newline newline
21167 \end_inset
21168
21169
21170 \series bold
21171
21172 \backslash
21173 extrasngerman
21174 \series default
21175  durch 
21176 \series bold
21177
21178 \backslash
21179 extras***
21180 \series default
21181 , wobei *** der Name der verwendeten Sprache ist.
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21186  z.
21187 \begin_inset space \thinspace{}
21188 \end_inset
21189
21190 B.
21191  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21192 \end_layout
21193
21194 \begin_layout Standard
21195
21196 \series bold
21197
21198 \backslash
21199 newlength{
21200 \backslash
21201 abc}
21202 \begin_inset Newline newline
21203 \end_inset
21204
21205
21206 \backslash
21207 settowidth{
21208 \backslash
21209 abc}{
21210 \backslash
21211 space}
21212 \begin_inset Newline newline
21213 \end_inset
21214
21215
21216 \backslash
21217 addto
21218 \backslash
21219 extrasenglish{
21220 \backslash
21221 renewcommand{
21222 \backslash
21223 equationautorefname}
21224 \begin_inset Newline newline
21225 \end_inset
21226
21227
21228 \begin_inset ERT
21229 status collapsed
21230
21231 \begin_layout Plain Layout
21232
21233
21234 \backslash
21235 hphantom{ }
21236 \end_layout
21237
21238 \end_inset
21239
21240 {
21241 \backslash
21242 hspace{-
21243 \backslash
21244 abc}}
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Mehr über dieses Thema finden Sie in der 
21249 \series bold
21250 hyperref
21251 \series default
21252 -Dokumentation 
21253 \begin_inset CommandInset citation
21254 LatexCommand cite
21255 key "hyperref"
21256
21257 \end_inset
21258
21259 .
21260 \end_layout
21261
21262 \begin_layout Standard
21263 \begin_inset Note Greyedout
21264 status open
21265
21266 \begin_layout Plain Layout
21267
21268 \series bold
21269 Bemerkung:
21270 \series default
21271  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21272  als Querverweisstil 
21273 \family sans
21274 Formatierter
21275 \begin_inset space ~
21276 \end_inset
21277
21278 Querverweis
21279 \family default
21280  benutzen, wie in Abschnitt
21281 \begin_inset space ~
21282 \end_inset
21283
21284
21285 \begin_inset CommandInset ref
21286 LatexCommand ref
21287 reference "uab:Querverweis-Formate"
21288
21289 \end_inset
21290
21291  beschrieben.
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Das 
21301 \emph on
21302 Mathe
21303 \emph default
21304  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21305 \end_layout
21306
21307 \begin_layout Subsection
21308 Querverweis-Position
21309 \begin_inset CommandInset label
21310 LatexCommand label
21311 name "uab:Querverweis-Position"
21312
21313 \end_inset
21314
21315
21316 \begin_inset Index
21317 status collapsed
21318
21319 \begin_layout Plain Layout
21320 Querverweise !  Position
21321 \end_layout
21322
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Wenn Sie 
21330 \series bold
21331 hyperref
21332 \series default
21333
21334 \begin_inset Index
21335 status collapsed
21336
21337 \begin_layout Plain Layout
21338 LaTeX-Pakete ! hyperref
21339 \end_layout
21340
21341 \end_inset
21342
21343  in den
21344 \family sans
21345  PDF-Eigenschaften
21346 \family default
21347  im 
21348 \family sans
21349 Dokument-Einstellungen
21350 \family default
21351  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21352  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21353  und Sie werden das Bild ohne Scrollen nicht sehen.
21354  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21355  ist.
21356  Wenn Sie das  LaTeX-Paket 
21357 \series bold
21358 hypcap
21359 \series default
21360
21361 \begin_inset Index
21362 status collapsed
21363
21364 \begin_layout Plain Layout
21365 LaTeX-Pakete ! hypcap
21366 \end_layout
21367
21368 \end_inset
21369
21370 , das Teil des LaTeX-Pakets 
21371 \series bold
21372 oberdiek
21373 \series default
21374
21375 \begin_inset Index
21376 status collapsed
21377
21378 \begin_layout Plain Layout
21379 LaTeX-Pakete ! oberdiek
21380 \end_layout
21381
21382 \end_inset
21383
21384  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21385  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21386 \series bold
21387 hypcap
21388 \series default
21389  zunächst in den LaTeX-Vorspann laden:
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 usepackage[figure]{hypcap}
21398 \end_layout
21399
21400 \begin_layout Standard
21401 Sie können 
21402 \series bold
21403 hypcap
21404 \series default
21405  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21406  nicht empfohlen.
21407  Weitere Informationen finden Sie im
21408 \series bold
21409  hypcap
21410 \series default
21411 -Handbuch 
21412 \begin_inset CommandInset citation
21413 LatexCommand cite
21414 key "hypcap"
21415
21416 \end_inset
21417
21418 .
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset Note Greyedout
21423 status open
21424
21425 \begin_layout Plain Layout
21426
21427 \series bold
21428 Bemerkung:
21429 \series default
21430  
21431 \series bold
21432 hypcap
21433 \series medium
21434  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21435 \end_layout
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Section
21443 Gleitobjekt-Platzierung
21444 \begin_inset CommandInset label
21445 LatexCommand label
21446 name "abs:Gleitobjekt-Platzierung"
21447
21448 \end_inset
21449
21450
21451 \begin_inset Index
21452 status collapsed
21453
21454 \begin_layout Plain Layout
21455 Gleitobjekte ! Platzierung
21456 \end_layout
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21465 \family sans
21466 Gleitobjekt-Einstellungen
21467 \family default
21468 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21469  können.
21470 \begin_inset Newline newline
21471 \end_inset
21472
21473 Die Option 
21474 \family sans
21475 Spalten
21476 \begin_inset space ~
21477 \end_inset
21478
21479 überspannen
21480 \family default
21481  ist nur bei zweispaltigen Dokumenten sinnvoll.
21482  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21483 \begin_inset Newline newline
21484 \end_inset
21485
21486 Die Option 
21487 \family sans
21488 Seitwärts
21489 \begin_inset space ~
21490 \end_inset
21491
21492 drehen
21493 \family default
21494  ist in Abschnitt 
21495 \begin_inset CommandInset ref
21496 LatexCommand ref
21497 reference "abs:Gedrehte-Gleitobjekte"
21498
21499 \end_inset
21500
21501  beschrieben.
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21506  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21507  Sie die Option 
21508 \family sans
21509 Standard-Platzierung
21510 \begin_inset space ~
21511 \end_inset
21512
21513 verwenden
21514 \family default
21515  nicht verwenden:
21516 \end_layout
21517
21518 \begin_layout Description
21519 Hier
21520 \begin_inset space ~
21521 \end_inset
21522
21523 wenn
21524 \begin_inset space ~
21525 \end_inset
21526
21527 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21528 \end_layout
21529
21530 \begin_layout Description
21531 Anfang
21532 \begin_inset space ~
21533 \end_inset
21534
21535 der
21536 \begin_inset space ~
21537 \end_inset
21538
21539 Seite
21540 \family sans
21541  
21542 \family default
21543 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21544  Gleitobjekte, die maximal 70
21545 \begin_inset space \thinspace{}
21546 \end_inset
21547
21548 % einer Seite benötigen, dürfen oben platziert werden.
21549  Dies kann durch die Variable 
21550 \series bold
21551
21552 \backslash
21553 topfraction
21554 \series default
21555  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21556 \end_layout
21557
21558 \begin_deeper
21559 \begin_layout Standard
21560
21561 \series bold
21562
21563 \backslash
21564 renewcommand{
21565 \backslash
21566 topfraction}{0.9}
21567 \family typewriter
21568 \series default
21569  
21570 \end_layout
21571
21572 \end_deeper
21573 \begin_layout Description
21574 Ende
21575 \begin_inset space ~
21576 \end_inset
21577
21578 der
21579 \begin_inset space ~
21580 \end_inset
21581
21582 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21583  Gleitobjekte, die maximal 30
21584 \begin_inset space \thinspace{}
21585 \end_inset
21586
21587 % einer Seite benötigen, dürfen unten platziert werden.
21588  Dies kann durch die Variable 
21589 \series bold
21590
21591 \backslash
21592 bottomfraction
21593 \series default
21594  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21595 \end_layout
21596
21597 \begin_deeper
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 renewcommand{
21604 \backslash
21605 bottomfraction}{0.5}
21606 \end_layout
21607
21608 \begin_layout Standard
21609 die oftmals zu kleine untere Grenze auf 50
21610 \begin_inset space \thinspace{}
21611 \end_inset
21612
21613 %.
21614 \end_layout
21615
21616 \end_deeper
21617 \begin_layout Description
21618 Seite
21619 \begin_inset space ~
21620 \end_inset
21621
21622 mit
21623 \begin_inset space ~
21624 \end_inset
21625
21626 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21627  Nur wenn mehr als 50
21628 \begin_inset space \thinspace{}
21629 \end_inset
21630
21631 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21632  Gleitobjekte bereitgestellt.
21633  Dies kann durch die Variable 
21634 \series bold
21635
21636 \backslash
21637 floatpagefraction 
21638 \series default
21639 im LaTeX-Vorspann überschrieben werden.
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Die Reihenfolge der obigen Optionen wird 
21644 \emph on
21645 immer
21646 \emph default
21647  von LaTeX verwendet.
21648  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21649  versuchen 
21650 \family sans
21651 Hier
21652 \begin_inset space \space{}
21653 \end_inset
21654
21655 wenn
21656 \begin_inset space \space{}
21657 \end_inset
21658
21659 möglich
21660 \family default
21661 , dann 
21662 \family sans
21663 Anfang
21664 \begin_inset space ~
21665 \end_inset
21666
21667 der
21668 \begin_inset space ~
21669 \end_inset
21670
21671 Seite
21672 \family default
21673  und dann die anderen Optionen anzuwenden.
21674  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21675  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21676  Reihenfolge.
21677  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21678 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21679 \end_layout
21680
21681 \begin_layout Standard
21682 Die Option 
21683 \family sans
21684 Hier,
21685 \begin_inset space ~
21686 \end_inset
21687
21688 auf
21689 \begin_inset space ~
21690 \end_inset
21691
21692 jeden
21693 \begin_inset space ~
21694 \end_inset
21695
21696 Fall
21697 \family default
21698  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21699  fast druckreif ist.
21700  Denn mit der Option kann das Objekt nicht mehr 
21701 \emph on
21702 gleiten
21703 \emph default
21704 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21705  oftmals zerstört.
21706 \end_layout
21707
21708 \begin_layout Standard
21709 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21710  immer vom Text eines bestimmten Absatzes umgeben sind.
21711 \begin_inset VSpace bigskip
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Standard
21718 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21719 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21720  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21721  Das kann mit dem LaTeX-Befehl
21722 \series bold
21723  
21724 \backslash
21725 suppressfloats
21726 \series default
21727  verhindert werden.
21728  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21729  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21730  gesetzt wird.
21731  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21732 \end_layout
21733
21734 \begin_layout Standard
21735
21736 \series bold
21737
21738 \backslash
21739 let
21740 \backslash
21741 meinAbschnitt
21742 \backslash
21743 section
21744 \begin_inset Newline newline
21745 \end_inset
21746
21747
21748 \backslash
21749 renewcommand{
21750 \backslash
21751 section}{
21752 \backslash
21753 suppressfloats[t]
21754 \backslash
21755 meinAbschnitt}
21756 \end_layout
21757
21758 \begin_layout Standard
21759 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21760  Unterabschnitten festlegen.
21761  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21762  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 Es gibt auch noch das LaTeX-Paket 
21767 \series bold
21768 flafter
21769 \series default
21770
21771 \begin_inset Index
21772 status collapsed
21773
21774 \begin_layout Plain Layout
21775 LaTeX-Pakete ! flafter
21776 \end_layout
21777
21778 \end_inset
21779
21780  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21781  gedruckt wird.
21782 \end_layout
21783
21784 \begin_layout Standard
21785 \begin_inset VSpace bigskip
21786 \end_inset
21787
21788 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21789  Dafür gibt es das LaTeX-Paket 
21790 \series bold
21791 endfloat
21792 \series default
21793
21794 \begin_inset Index
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798 LaTeX-Pakete ! endfloat
21799 \end_layout
21800
21801 \end_inset
21802
21803 .
21804  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21805  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21806  
21807 \family sans
21808
21809 \begin_inset Quotes gld
21810 \end_inset
21811
21812 [Abbildung
21813 \begin_inset space ~
21814 \end_inset
21815
21816 3.2 ist ungefähr hier.]
21817 \family default
21818
21819 \begin_inset Quotes grd
21820 \end_inset
21821
21822  finden.
21823  Das 
21824 \series bold
21825 endfloat
21826 \series default
21827 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21828 \end_layout
21829
21830 \begin_layout Standard
21831
21832 \series bold
21833
21834 \backslash
21835 usepackage[Optionen]{endfloat}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21840  Tabellen-Abschnitte, die Sie in der 
21841 \series bold
21842 endfloat
21843 \series default
21844 -Dokumentation 
21845 \begin_inset CommandInset citation
21846 LatexCommand cite
21847 key "endfloat"
21848
21849 \end_inset
21850
21851  nachlesen können.
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855
21856 \begin_inset Note Greyedout
21857 status open
21858
21859 \begin_layout Plain Layout
21860
21861 \series bold
21862 Bemerkung
21863 \begin_inset space ~
21864 \end_inset
21865
21866 1: endfloat
21867 \series default
21868  übersetzt den Hinweistext nicht automatisch.
21869  Abschnitt
21870 \begin_inset space ~
21871 \end_inset
21872
21873 4 in 
21874 \begin_inset CommandInset citation
21875 LatexCommand cite
21876 key "endfloat"
21877
21878 \end_inset
21879
21880  beschreibt, wie es geht.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \begin_layout Standard
21889 \begin_inset Note Greyedout
21890 status open
21891
21892 \begin_layout Plain Layout
21893
21894 \series bold
21895 Bemerkung
21896 \begin_inset space ~
21897 \end_inset
21898
21899 2: 
21900 \series default
21901 Die aktuelle Version von 
21902 \series bold
21903 endfloat
21904 \series default
21905  hat einen Fehler, wenn die Überschrift ein 
21906 \begin_inset Quotes gld
21907 \end_inset
21908
21909 ß
21910 \begin_inset Quotes grd
21911 \end_inset
21912
21913  enthält.
21914  Sie müssen stattdessen den Befehl 
21915 \series bold
21916
21917 \backslash
21918 ss
21919 \series default
21920  als TeX-Code benutzen.
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929 \begin_inset VSpace bigskip
21930 \end_inset
21931
21932 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21933  wie 
21934 \begin_inset CommandInset citation
21935 LatexCommand cite
21936 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21937
21938 \end_inset
21939
21940 .
21941 \end_layout
21942
21943 \begin_layout Section
21944 Gedrehte Gleitobjekte
21945 \begin_inset CommandInset label
21946 LatexCommand label
21947 name "abs:Gedrehte-Gleitobjekte"
21948
21949 \end_inset
21950
21951
21952 \begin_inset Index
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 Gleitobjekte ! drehen
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21966 t drehen.
21967  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21968  und die Option 
21969 \family sans
21970 Seitwärts
21971 \begin_inset space ~
21972 \end_inset
21973
21974 drehen
21975 \family default
21976  wählen.
21977 \end_layout
21978
21979 \begin_layout Standard
21980 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21981  sie ein mehrspaltiges Dokument haben) gedruckt.
21982  Sie können mehrere Spalten überspannen, wenn die Option 
21983 \family sans
21984 Spalten
21985 \begin_inset space ~
21986 \end_inset
21987
21988 überspannen
21989 \family default
21990  in den Gleitobjekt Einstellungen gewählt ist.
21991  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21992  werden können.
21993  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21994  Option 
21995 \series bold
21996 figuresleft
21997 \series default
21998  oder 
21999 \series bold
22000 figuresright
22001 \series default
22002  zu den Dokumentklassen-Optionen hinzu.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22007  Tabelle
22008 \begin_inset space ~
22009 \end_inset
22010
22011
22012 \begin_inset CommandInset ref
22013 LatexCommand ref
22014 reference "tab:Gedrehte-Tabelle"
22015
22016 \end_inset
22017
22018  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22019 \end_layout
22020
22021 \begin_layout Standard
22022 \begin_inset Note Greyedout
22023 status open
22024
22025 \begin_layout Plain Layout
22026
22027 \series bold
22028 Bemerkung:
22029 \series default
22030  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 \begin_inset Float table
22040 wide false
22041 sideways true
22042 status open
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Gedrehte-Tabelle"
22051
22052 \end_inset
22053
22054 Gedrehte Tabelle
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="1" columns="5">
22066 <features>
22067 <column alignment="center" valignment="top" width="0">
22068 <column alignment="center" valignment="top" width="0">
22069 <column alignment="center" valignment="top" width="0">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 Test
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 </lyxtabular>
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Section
22132 Gleitobjekte nebeneinander
22133 \begin_inset Index
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 Gleitobjekte ! nebeneinander
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22147 \begin_inset space ~
22148 \end_inset
22149
22150
22151 \begin_inset CommandInset ref
22152 LatexCommand ref
22153 reference "abb:Gleitobjekt-links"
22154
22155 \end_inset
22156
22157  und 
22158 \begin_inset CommandInset ref
22159 LatexCommand ref
22160 reference "abb:Gleitobjekt-rechts"
22161
22162 \end_inset
22163
22164  wird nur 
22165 \emph on
22166 ein
22167 \emph default
22168  Gleitobjekt verwendet.
22169  In dieses werden zwei Minipage Boxen eingefügt.
22170 \begin_inset Foot
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174 Minipages sind in Abschnitt
22175 \begin_inset space ~
22176 \end_inset
22177
22178
22179 \begin_inset CommandInset ref
22180 LatexCommand ref
22181 reference "abs:Minipage"
22182
22183 \end_inset
22184
22185  erklärt.
22186 \end_layout
22187
22188 \end_inset
22189
22190  Die Breite wird für jede Minipage auf 45
22191 \begin_inset space \thinspace{}
22192 \end_inset
22193
22194 -50
22195 \begin_inset space \thinspace{}
22196 \end_inset
22197
22198 Spalten% und die Box Ausrichtung auf 
22199 \family sans
22200 Unten
22201 \family default
22202  gesetzt.
22203  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22204  Gleitobjekt.
22205  Der einzige Unterschied ist, dass die Bildeinheit 
22206 \family sans
22207 Spaltenbreite
22208 \begin_inset space ~
22209 \end_inset
22210
22211 %
22212 \family default
22213  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22214 \end_layout
22215
22216 \begin_layout Standard
22217 \begin_inset Float figure
22218 wide false
22219 sideways false
22220 status open
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Box Frameless
22224 position "b"
22225 hor_pos "c"
22226 has_inner_box 1
22227 inner_pos "t"
22228 use_parbox 0
22229 width "45col%"
22230 special "none"
22231 height "1in"
22232 height_special "totalheight"
22233 status open
22234
22235 \begin_layout Plain Layout
22236 \align center
22237 \begin_inset Graphics
22238         filename ../clipart/mobius.eps
22239         lyxscale 50
22240         width 100col%
22241         scaleBeforeRotation
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Caption
22250
22251 \begin_layout Plain Layout
22252 \begin_inset CommandInset label
22253 LatexCommand label
22254 name "abb:Gleitobjekt-links"
22255
22256 \end_inset
22257
22258 Gleitobjekt auf der linken Seite.
22259 \end_layout
22260
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267
22268
22269 \begin_inset space \hfill{}
22270 \end_inset
22271
22272
22273 \begin_inset Box Frameless
22274 position "b"
22275 hor_pos "c"
22276 has_inner_box 1
22277 inner_pos "t"
22278 use_parbox 0
22279 width "45col%"
22280 special "none"
22281 height "1in"
22282 height_special "totalheight"
22283 status open
22284
22285 \begin_layout Plain Layout
22286 \align center
22287 \begin_inset Graphics
22288         filename ../clipart/platypus.eps
22289         lyxscale 50
22290         width 100col%
22291         scaleBeforeRotation
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Caption
22300
22301 \begin_layout Plain Layout
22302 \begin_inset CommandInset label
22303 LatexCommand label
22304 name "abb:Gleitobjekt-rechts"
22305
22306 \end_inset
22307
22308 Gleitobjekt auf der rechten Seite.
22309 \end_layout
22310
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \end_inset
22317
22318
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \begin_layout Section
22327 Beschriftungs-Formatierung
22328 \begin_inset CommandInset label
22329 LatexCommand label
22330 name "abs:Titel-Formatierung"
22331
22332 \end_inset
22333
22334
22335 \begin_inset Index
22336 status collapsed
22337
22338 \begin_layout Plain Layout
22339 Gleitobjekte ! Beschriftung ! Formatierung
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Standard
22348
22349 \family sans
22350 Legende
22351 \family default
22352  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22353  In LyX sehen Titel so aus:  
22354 \family sans
22355
22356 \begin_inset Quotes gld
22357 \end_inset
22358
22359 Abbildung xyz:
22360 \family default
22361
22362 \begin_inset Quotes grd
22363 \end_inset
22364
22365 , gefolgt vom Beschriftungstext, wobei 
22366 \family sans
22367 xyz
22368 \family default
22369  die von LyX vergebene Nummer ist.
22370  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22371  gedruckt.
22372  Dies ist nicht immer brauchbar.
22373 \end_layout
22374
22375 \begin_layout Standard
22376 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22377  
22378 \series bold
22379 caption
22380 \series default
22381
22382 \begin_inset Index
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386 LaTeX-Pakete ! caption
22387 \end_layout
22388
22389 \end_inset
22390
22391  in den LaTeX-Vorspann laden:
22392 \end_layout
22393
22394 \begin_layout Standard
22395
22396 \series bold
22397
22398 \backslash
22399 usepackage[Format-Definition]{caption}
22400 \end_layout
22401
22402 \begin_layout Standard
22403 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22404  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22405 \end_layout
22406
22407 \begin_layout Standard
22408
22409 \series bold
22410
22411 \backslash
22412 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22413 \end_layout
22414
22415 \begin_layout Standard
22416 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22417  definieren.
22418  Dazu laden Sie das 
22419 \series bold
22420 caption
22421 \series default
22422 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22423  dem Befehl
22424 \end_layout
22425
22426 \begin_layout Standard
22427
22428 \series bold
22429
22430 \backslash
22431 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22432 \end_layout
22433
22434 \begin_layout Standard
22435 Für Abbildung
22436 \begin_inset space ~
22437 \end_inset
22438
22439
22440 \begin_inset CommandInset ref
22441 LatexCommand ref
22442 reference "abb:Langer-Abb-Titel"
22443
22444 \end_inset
22445
22446  und Tabelle
22447 \begin_inset space ~
22448 \end_inset
22449
22450
22451 \begin_inset CommandInset ref
22452 LatexCommand ref
22453 reference "tab:Langer-Tab-Titel"
22454
22455 \end_inset
22456
22457  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22458  werden:
22459 \end_layout
22460
22461 \begin_layout Standard
22462
22463 \series bold
22464
22465 \backslash
22466 usepackage[tableposition=top]{caption}
22467 \begin_inset Newline newline
22468 \end_inset
22469
22470
22471 \backslash
22472 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22473 \begin_inset Newline newline
22474 \end_inset
22475
22476
22477 \begin_inset ERT
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481
22482
22483 \backslash
22484 hphantom{
22485 \backslash
22486
22487 \backslash
22488 captionsetup[figure]
22489 \backslash
22490 {}
22491 \end_layout
22492
22493 \end_inset
22494
22495  labelsep=period}
22496 \begin_inset Newline newline
22497 \end_inset
22498
22499
22500 \backslash
22501 captionsetup[table]{labelfont={bf,sf}}
22502 \end_layout
22503
22504 \begin_layout Standard
22505 \begin_inset Note Greyedout
22506 status open
22507
22508 \begin_layout Plain Layout
22509
22510 \series bold
22511 Bemerkung:
22512 \series default
22513  Die Option 
22514 \series bold
22515 tableposition=top
22516 \series default
22517  hat keine Auswirkung, wenn eine 
22518 \series bold
22519 koma-script
22520 \series default
22521
22522 \begin_inset Index
22523 status collapsed
22524
22525 \begin_layout Plain Layout
22526 LaTeX-Pakete ! koma-script
22527 \end_layout
22528
22529 \end_inset
22530
22531 -Dokumentklasse verwendet wird.
22532  Hier muss die Option 
22533 \series bold
22534 tablecaptionabove
22535 \series default
22536  benutzt werden.
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545 Weitere Informationen über das Paket
22546 \series bold
22547  caption
22548 \series default
22549  finden Sie in seiner Dokumentation 
22550 \begin_inset CommandInset citation
22551 LatexCommand cite
22552 key "caption"
22553
22554 \end_inset
22555
22556 .
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Wenn Sie den Namen von 
22561 \begin_inset Quotes gld
22562 \end_inset
22563
22564 Abbildung
22565 \begin_inset Quotes grd
22566 \end_inset
22567
22568  auf 
22569 \begin_inset Quotes gld
22570 \end_inset
22571
22572 Bild
22573 \begin_inset Quotes grd
22574 \end_inset
22575
22576  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22577 \end_layout
22578
22579 \begin_layout Standard
22580
22581 \series bold
22582
22583 \backslash
22584 renewcommand{
22585 \backslash
22586 fnum@figure}{Bild~
22587 \backslash
22588 thefigure}
22589 \end_layout
22590
22591 \begin_layout Standard
22592 wobei 
22593 \series bold
22594
22595 \backslash
22596 thefigure
22597 \series default
22598  die Bildnummer einsetzt und
22599 \series bold
22600  ~
22601 \series default
22602  ein geschütztes Leerzeichen ist.
22603 \end_layout
22604
22605 \begin_layout Standard
22606 \begin_inset VSpace bigskip
22607 \end_inset
22608
22609 Wenn Sie eine 
22610 \series bold
22611 koma-script
22612 \series default
22613
22614 \begin_inset Index
22615 status collapsed
22616
22617 \begin_layout Plain Layout
22618 LaTeX-Pakete ! koma-script
22619 \end_layout
22620
22621 \end_inset
22622
22623 -Dokumentklasse (
22624 \family sans
22625 article (koma-script)
22626 \family default
22627
22628 \family sans
22629 book (koma-script)
22630 \family default
22631
22632 \family sans
22633 letter (koma-script)
22634 \family default
22635  oder 
22636 \family sans
22637 report (koma-script)
22638 \family default
22639 ) benutzen, können Sie anstatt des 
22640 \series bold
22641 caption
22642 \series default
22643 -Paketes den eingebauten Befehl 
22644 \series bold
22645
22646 \backslash
22647 setkomafont
22648 \series default
22649  von 
22650 \series bold
22651 koma-script
22652 \series default
22653  benutzen.
22654  Der Befehl
22655 \end_layout
22656
22657 \begin_layout Standard
22658
22659 \series bold
22660
22661 \backslash
22662 setkomafont{captionlabel}{
22663 \backslash
22664 bfseries}
22665 \end_layout
22666
22667 \begin_layout Standard
22668 im LaTeX-Vorspann druckt den Namen fett.
22669 \end_layout
22670
22671 \begin_layout Standard
22672 Weitere Informationen über 
22673 \series bold
22674
22675 \backslash
22676 setkomafont
22677 \series default
22678  finden Sie in der 
22679 \series bold
22680 koma-script
22681 \series default
22682 -Do\SpecialChar \-
22683 ku\SpecialChar \-
22684 men\SpecialChar \-
22685 ta\SpecialChar \-
22686 tion 
22687 \begin_inset CommandInset citation
22688 LatexCommand cite
22689 key "koma-script"
22690
22691 \end_inset
22692
22693 .
22694 \end_layout
22695
22696 \begin_layout Standard
22697 \begin_inset ERT
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701
22702
22703 \backslash
22704 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22705 }
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \begin_inset Note Note
22712 status open
22713
22714 \begin_layout Plain Layout
22715 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Standard
22724 \begin_inset Float figure
22725 placement !p
22726 wide false
22727 sideways false
22728 status open
22729
22730 \begin_layout Plain Layout
22731 \align center
22732 \begin_inset Graphics
22733         filename ../clipart/mobius.eps
22734         lyxscale 50
22735         scale 50
22736         scaleBeforeRotation
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \begin_layout Plain Layout
22744 \begin_inset Caption
22745
22746 \begin_layout Plain Layout
22747 \begin_inset CommandInset label
22748 LatexCommand label
22749 name "abb:Langer-Abb-Titel"
22750
22751 \end_inset
22752
22753 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22754  ist, um das andere Beschriftungsformat zu zeigen.
22755  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22756 \begin_inset OptArg
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22761  ist.
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Standard
22780 \begin_inset ERT
22781 status collapsed
22782
22783 \begin_layout Plain Layout
22784
22785
22786 \backslash
22787 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22788 on}
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset Float table
22798 placement !p
22799 wide false
22800 sideways false
22801 status open
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Caption
22805
22806 \begin_layout Plain Layout
22807 \begin_inset CommandInset label
22808 LatexCommand label
22809 name "tab:Langer-Tab-Titel"
22810
22811 \end_inset
22812
22813 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22814  ist, um das andere Beschriftungsformat zu zeigen.
22815  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22816  benutzt.
22817 \begin_inset OptArg
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22822  ist.
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \begin_layout Plain Layout
22836 \align center
22837 \begin_inset Tabular
22838 <lyxtabular version="3" rows="1" columns="5">
22839 <features>
22840 <column alignment="center" valignment="top" width="0">
22841 <column alignment="center" valignment="top" width="0">
22842 <column alignment="center" valignment="top" width="0">
22843 <column alignment="center" valignment="top" width="0">
22844 <column alignment="center" valignment="top" width="0">
22845 <row>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 a
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 b
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 c
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 d
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 e
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 </lyxtabular>
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \begin_layout Section
22905 Beschriftungs-Platzierung
22906 \begin_inset CommandInset label
22907 LatexCommand label
22908 name "abs:Titel-Platzierung"
22909
22910 \end_inset
22911
22912
22913 \begin_inset Index
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917 Gleitobjekte ! Beschriftung ! Platzierung
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Normalerweise werden die Beschriftungen wie folgt platziert:
22927 \end_layout
22928
22929 \begin_layout Description
22930 Abbildung: darunter
22931 \end_layout
22932
22933 \begin_layout Description
22934 Tabelle: darüber
22935 \end_layout
22936
22937 \begin_layout Standard
22938 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22939  Das heißt wenn Sie eine der Dokument-Klassen 
22940 \family sans
22941 article
22942 \family default
22943
22944 \family sans
22945 book
22946 \family default
22947
22948 \family sans
22949 letter
22950 \family default
22951  oder 
22952 \family sans
22953 report
22954 \family default
22955  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22956  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22957 \series bold
22958 caption
22959 \series default
22960  im LaTeX-Vorspann folgendes schreiben:
22961 \begin_inset Foot
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965 In Abschnitt
22966 \begin_inset space ~
22967 \end_inset
22968
22969
22970 \begin_inset CommandInset ref
22971 LatexCommand ref
22972 reference "abs:Titel-Formatierung"
22973
22974 \end_inset
22975
22976  steht mehr über das Paket 
22977 \series bold
22978 caption
22979 \series default
22980 .
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989
22990 \series bold
22991 tableposition=top
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Wenn Sie eine 
22996 \series bold
22997 koma-script
22998 \series default
22999
23000 \begin_inset Index
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004 LaTeX-Pakete ! koma-script
23005 \end_layout
23006
23007 \end_inset
23008
23009 -Dokumentklasse (
23010 \family sans
23011 article (koma-script)
23012 \family default
23013
23014 \family sans
23015 book (koma-script)
23016 \family default
23017
23018 \family sans
23019 letter (koma-script)
23020 \family default
23021  oder 
23022 \family sans
23023 report (koma-script)
23024 \family default
23025 ) benutzen, können Sie alternativ zum 
23026 \series bold
23027 caption
23028 \series default
23029 -Paket die Option 
23030 \series bold
23031 tablecaptionabove
23032 \series default
23033  benutzen.
23034 \end_layout
23035
23036 \begin_layout Standard
23037 \begin_inset VSpace bigskip
23038 \end_inset
23039
23040 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23041  Das bewirkt das LaTeX-Paket 
23042 \series bold
23043 sidecap
23044 \series default
23045
23046 \begin_inset Index
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050 LaTeX-Pakete ! sidecap
23051 \end_layout
23052
23053 \end_inset
23054
23055 , das so in den LaTeX-Vorspann geladen wird:
23056 \end_layout
23057
23058 \begin_layout Standard
23059
23060 \series bold
23061
23062 \backslash
23063 usepackage[Option]{sidecap}
23064 \end_layout
23065
23066 \begin_layout Standard
23067 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23068  Mit 
23069 \series bold
23070 innercaption
23071 \series default
23072  wird die Beschriftung innen gedruckt.
23073  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23074  
23075 \series bold
23076 rightcaption
23077 \series default
23078  oder 
23079 \series bold
23080 leftcaption
23081 \series default
23082 .
23083 \end_layout
23084
23085 \begin_layout Standard
23086 \begin_inset ERT
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090
23091
23092 \backslash
23093 ifsidecap
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \begin_inset Note Note
23100 status open
23101
23102 \begin_layout Plain Layout
23103 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23104 \series bold
23105 sidecap
23106 \series default
23107  installiert ist.
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \begin_layout Standard
23116 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23117  in den LaTeX-Vorspann schreiben:
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \lyxline
23123
23124 \end_layout
23125
23126 \begin_layout Standard
23127
23128 \series bold
23129
23130 \backslash
23131 newcommand{
23132 \backslash
23133 TabBesBeg}{%
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142
23143
23144 \backslash
23145 hphantom{ }
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \backslash
23152 let
23153 \backslash
23154 MyTable
23155 \backslash
23156 table
23157 \begin_inset Newline newline
23158 \end_inset
23159
23160
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 hphantom{ }
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \backslash
23175 let
23176 \backslash
23177 MyEndtable
23178 \backslash
23179 endtable
23180 \begin_inset Newline newline
23181 \end_inset
23182
23183
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 hphantom{ }
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \backslash
23198 renewenvironment{table}{
23199 \backslash
23200 begin{SCtable}}{
23201 \backslash
23202 end{SCtable}}}
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 newcommand{
23211 \backslash
23212 TabBesEnd}{%
23213 \begin_inset Newline newline
23214 \end_inset
23215
23216
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 hphantom{ }
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \backslash
23231 let
23232 \backslash
23233 table
23234 \backslash
23235 MyTable
23236 \begin_inset Newline newline
23237 \end_inset
23238
23239
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 hphantom{ }
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \backslash
23254 let
23255 \backslash
23256 endtable
23257 \backslash
23258 MyEndtable
23259 \end_layout
23260
23261 \begin_layout Standard
23262
23263 \series bold
23264
23265 \backslash
23266 newcommand{
23267 \backslash
23268 FigBesBeg}{%
23269 \begin_inset Newline newline
23270 \end_inset
23271
23272
23273 \begin_inset ERT
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277
23278
23279 \backslash
23280 hphantom{ }
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \backslash
23287 let
23288 \backslash
23289 MyFigure
23290 \backslash
23291 figure
23292 \begin_inset Newline newline
23293 \end_inset
23294
23295
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301
23302 \backslash
23303 hphantom{ }
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \backslash
23310 let
23311 \backslash
23312 MyEndfigure
23313 \backslash
23314 endfigure
23315 \begin_inset Newline newline
23316 \end_inset
23317
23318
23319 \begin_inset ERT
23320 status collapsed
23321
23322 \begin_layout Plain Layout
23323
23324
23325 \backslash
23326 hphantom{ }
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \backslash
23333 renewenvironment{figure}{
23334 \backslash
23335 begin{SCfigure}}{
23336 \backslash
23337 end{SCfigure}}}
23338 \end_layout
23339
23340 \begin_layout Standard
23341
23342 \series bold
23343
23344 \backslash
23345 newcommand{
23346 \backslash
23347 FigBesEnd}{%
23348 \begin_inset Newline newline
23349 \end_inset
23350
23351
23352 \begin_inset ERT
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356
23357
23358 \backslash
23359 hphantom{ }
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \backslash
23366 let
23367 \backslash
23368 figure
23369 \backslash
23370 MyFigure
23371 \begin_inset Newline newline
23372 \end_inset
23373
23374
23375 \begin_inset ERT
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379
23380
23381 \backslash
23382 hphantom{ }
23383 \end_layout
23384
23385 \end_inset
23386
23387
23388 \backslash
23389 let
23390 \backslash
23391 endfigure
23392 \backslash
23393 MyEndfigure}
23394 \series default
23395
23396 \lyxline
23397
23398 \end_layout
23399
23400 \begin_layout Standard
23401 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23402 ungen seitlich gedruckt werden.
23403  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23404 \end_layout
23405
23406 \begin_layout Standard
23407
23408 \series bold
23409
23410 \backslash
23411 FigBesBeg
23412 \end_layout
23413
23414 \begin_layout Standard
23415 als TeX-Code vor und
23416 \end_layout
23417
23418 \begin_layout Standard
23419
23420 \series bold
23421
23422 \backslash
23423 FigBesEnd
23424 \end_layout
23425
23426 \begin_layout Standard
23427 hinter das Gleitobjekt.
23428  Bei Gleitobjekt-Tabellen heißen die Befehle
23429 \end_layout
23430
23431 \begin_layout Standard
23432
23433 \series bold
23434
23435 \backslash
23436 TabBesBeg
23437 \series default
23438  und 
23439 \series bold
23440
23441 \backslash
23442 TabBesEnd
23443 \series default
23444 .
23445 \end_layout
23446
23447 \begin_layout Standard
23448 Abbildung
23449 \begin_inset space ~
23450 \end_inset
23451
23452
23453 \begin_inset CommandInset ref
23454 LatexCommand ref
23455 reference "abb:Beschriftung-neben"
23456
23457 \end_inset
23458
23459  und Tabelle
23460 \begin_inset space ~
23461 \end_inset
23462
23463
23464 \begin_inset CommandInset ref
23465 LatexCommand ref
23466 reference "tab:cap-beside-tab"
23467
23468 \end_inset
23469
23470  sind Beispiele für seitliche Beschriftungen.
23471 \end_layout
23472
23473 \begin_layout Standard
23474 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23475  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23476  der Abbildung.
23477  Das kann man mit dem Befehl
23478 \end_layout
23479
23480 \begin_layout Standard
23481
23482 \series bold
23483
23484 \backslash
23485 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23486 \end_layout
23487
23488 \begin_layout Standard
23489 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23490  Der Gleitobjekt-Typ ist entweder 
23491 \family sans
23492 figure
23493 \family default
23494  oder 
23495 \family sans
23496 table
23497 \family default
23498 , die
23499 \family sans
23500  
23501 \family default
23502 Platzierung ist 
23503 \family typewriter
23504 t
23505 \family default
23506  für oben, 
23507 \family typewriter
23508 c
23509 \family default
23510  für zentriert oder 
23511 \family typewriter
23512 b
23513 \family default
23514  für unten.
23515  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23516  lautet der Befehl
23517 \end_layout
23518
23519 \begin_layout Standard
23520
23521 \series bold
23522
23523 \backslash
23524 sidecaptionvpos{figure}{c}
23525 \end_layout
23526
23527 \begin_layout Standard
23528 Das wurde in Abbildung
23529 \begin_inset space ~
23530 \end_inset
23531
23532
23533 \begin_inset CommandInset ref
23534 LatexCommand ref
23535 reference "abb:cap-beside-fig-2"
23536
23537 \end_inset
23538
23539  benutzt.
23540 \end_layout
23541
23542 \begin_layout Standard
23543 \begin_inset VSpace medskip
23544 \end_inset
23545
23546 Weitere Informationen über das Paket
23547 \series bold
23548  sidecap
23549 \series default
23550  finden Sie in seiner Dokumentation 
23551 \begin_inset CommandInset citation
23552 LatexCommand cite
23553 key "sidecap"
23554
23555 \end_inset
23556
23557 .
23558 \end_layout
23559
23560 \begin_layout Standard
23561 \begin_inset Note Greyedout
23562 status open
23563
23564 \begin_layout Plain Layout
23565
23566 \series bold
23567 Bemerkung:
23568 \series default
23569  Das LaTeX-Paket 
23570 \series bold
23571 hypcap
23572 \series default
23573 ,
23574 \begin_inset Index
23575 status collapsed
23576
23577 \begin_layout Plain Layout
23578 LaTeX-Pakete ! hypcap
23579 \end_layout
23580
23581 \end_inset
23582
23583  das in Abschnitt
23584 \begin_inset space ~
23585 \end_inset
23586
23587
23588 \begin_inset CommandInset ref
23589 LatexCommand ref
23590 reference "uab:Querverweis-Position"
23591
23592 \end_inset
23593
23594  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23595  Beschriftungen.
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 FigBesBeg 
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset Float figure
23621 wide false
23622 sideways false
23623 status open
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Graphics
23627         filename ../clipart/escher-lsd.eps
23628         scale 75
23629         scaleBeforeRotation
23630
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Caption
23638
23639 \begin_layout Plain Layout
23640 \begin_inset CommandInset label
23641 LatexCommand label
23642 name "abb:Beschriftung-neben"
23643
23644 \end_inset
23645
23646 Dies ist eine Beschriftung neben einer Abbildung.
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Plain Layout
23664
23665
23666 \backslash
23667 TabBesBeg 
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \begin_inset Float table
23677 wide false
23678 sideways false
23679 status open
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Caption
23683
23684 \begin_layout Plain Layout
23685 \begin_inset CommandInset label
23686 LatexCommand label
23687 name "tab:cap-beside-tab"
23688
23689 \end_inset
23690
23691 Dies ist eine Beschriftung neben einer Tabelle.
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Tabular
23701 <lyxtabular version="3" rows="4" columns="5">
23702 <features>
23703 <column alignment="center" valignment="top" width="0">
23704 <column alignment="center" valignment="top" width="0">
23705 <column alignment="center" valignment="top" width="0">
23706 <column alignment="center" valignment="top" width="0">
23707 <column alignment="center" valignment="top" width="0">
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 a
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 b
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 c
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 d
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 e
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 f
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 g
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 h
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 i
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 j
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 </lyxtabular>
23897
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Standard
23909 \begin_inset ERT
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913
23914
23915 \backslash
23916 TabBesEnd
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 \begin_inset ERT
23926 status collapsed
23927
23928 \begin_layout Plain Layout
23929
23930
23931 \backslash
23932 sidecaptionvpos{figure}{c}
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \begin_inset Float figure
23939 wide false
23940 sideways false
23941 status open
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Graphics
23945         filename ../clipart/escher-lsd.eps
23946         scale 75
23947         scaleBeforeRotation
23948
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Caption
23956
23957 \begin_layout Plain Layout
23958 \begin_inset CommandInset label
23959 LatexCommand label
23960 name "abb:cap-beside-fig-2"
23961
23962 \end_inset
23963
23964 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset ERT
23979 status collapsed
23980
23981 \begin_layout Plain Layout
23982
23983
23984 \backslash
23985 FigBesEnd
23986 \end_layout
23987
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \begin_layout Standard
23994 \begin_inset ERT
23995 status collapsed
23996
23997 \begin_layout Plain Layout
23998
23999
24000 \backslash
24001 else
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \begin_inset Note Note
24008 status open
24009
24010 \begin_layout Plain Layout
24011 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24012 \series bold
24013 sidecap
24014 \series default
24015  nicht installiert ist:
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \begin_layout Standard
24024 Das LaTeX-Paket 
24025 \series bold
24026 sidecap
24027 \series default
24028  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24029 \end_layout
24030
24031 \begin_layout Standard
24032 \begin_inset ERT
24033 status collapsed
24034
24035 \begin_layout Plain Layout
24036
24037
24038 \backslash
24039 fi
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Section
24048 Gleitobjekt-Verzeichnisse
24049 \begin_inset Index
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053 Gleitobjekte ! Verzeichnisse
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24063  Sie können mit den Untermenüs von 
24064 \family sans
24065 Einfügen\SpecialChar \menuseparator
24066 Liste
24067 \begin_inset space ~
24068 \end_inset
24069
24070 /
24071 \begin_inset space ~
24072 \end_inset
24073
24074 Inhaltsverzeichnis
24075 \family default
24076  eingefügt werden.
24077 \end_layout
24078
24079 \begin_layout Standard
24080 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24081  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24082 \end_layout
24083
24084 \begin_layout Standard
24085 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24086  und ein Tabellen-Verzeichnis.
24087 \end_layout
24088
24089 \begin_layout Chapter
24090 Notizen
24091 \end_layout
24092
24093 \begin_layout Section
24094 LyX-Notizen
24095 \begin_inset Index
24096 status collapsed
24097
24098 \begin_layout Plain Layout
24099 Notizen ! LyX-Notizen
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \end_layout
24106
24107 \begin_layout Standard
24108 Notizen werden mit einem Klick auf 
24109 \begin_inset Graphics
24110         filename ../../images/note-insert.png
24111         scale 85
24112         scaleBeforeRotation
24113         BoundingBox 0bp 6bp 22bp 22bp
24114
24115 \end_inset
24116
24117  oder 
24118 \family sans
24119 Einfügen\SpecialChar \menuseparator
24120 Notiz
24121 \family default
24122  eingefügt.
24123  Es gibt drei Arten:
24124 \end_layout
24125
24126 \begin_layout Description
24127 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24128  Eine 
24129 \family sans
24130 LyX-Notiz
24131 \family default
24132  sieht so aus:
24133 \begin_inset Newline newline
24134 \end_inset
24135
24136
24137 \begin_inset Newline newline
24138 \end_inset
24139
24140
24141 \begin_inset Graphics
24142         filename clipart/LyXNotizQt4.png
24143         display false
24144         scale 60
24145         scaleBeforeRotation
24146
24147 \end_inset
24148
24149  
24150 \begin_inset Note Note
24151 status open
24152
24153 \begin_layout Plain Layout
24154 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Description
24163 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24164  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24165 \family sans
24166 Datei\SpecialChar \menuseparator
24167 Ex\SpecialChar \-
24168 por\SpecialChar \-
24169 tie\SpecialChar \-
24170 ren\SpecialChar \menuseparator
24171 LaTe
24172 \begin_inset ERT
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176
24177 {}
24178 \end_layout
24179
24180 \end_inset
24181
24182 X (pdflatex) / (normal)
24183 \family default
24184 .
24185  Ein Kommentar sieht so aus:
24186 \begin_inset Newline newline
24187 \end_inset
24188
24189
24190 \begin_inset Newline newline
24191 \end_inset
24192
24193
24194 \begin_inset Graphics
24195         filename clipart/KommentarQt4.png
24196         display false
24197         scale 60
24198         scaleBeforeRotation
24199
24200 \end_inset
24201
24202  
24203 \begin_inset Note Comment
24204 status open
24205
24206 \begin_layout Plain Layout
24207 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \begin_layout Description
24216 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24217 \begin_inset Newline newline
24218 \end_inset
24219
24220
24221 \begin_inset Newline newline
24222 \end_inset
24223
24224
24225 \begin_inset Graphics
24226         filename clipart/GrauschriftNotizQt4.png
24227         display false
24228         scale 60
24229         scaleBeforeRotation
24230
24231 \end_inset
24232
24233
24234 \begin_inset Newline newline
24235 \end_inset
24236
24237
24238 \begin_inset ERT
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242
24243
24244 \backslash
24245 renewenvironment{lyxgreyedout}
24246 \end_layout
24247
24248 \begin_layout Plain Layout
24249
24250 {
24251 \backslash
24252 textcolor[gray]{0.4}
24253 \backslash
24254 bgroup}{
24255 \backslash
24256 egroup}
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \begin_inset Note Greyedout
24263 status open
24264
24265 \begin_layout Plain Layout
24266 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24267 \begin_inset Foot
24268 status open
24269
24270 \begin_layout Plain Layout
24271 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280
24281
24282 \begin_inset ERT
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286
24287
24288 \backslash
24289 renewenvironment{lyxgreyedout}
24290 \end_layout
24291
24292 \begin_layout Plain Layout
24293
24294 {
24295 \backslash
24296 textcolor{blue}
24297 \backslash
24298 bgroup}{
24299 \backslash
24300 egroup}
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \begin_inset Note Note
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24311  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24312  
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \begin_inset Newline newline
24319 \end_inset
24320
24321
24322 \begin_inset Newline newline
24323 \end_inset
24324
24325 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24326  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24327 \end_layout
24328
24329 \begin_layout Standard
24330 \begin_inset VSpace bigskip
24331 \end_inset
24332
24333 Wenn Sie auf den Werzeugleistenknopf 
24334 \begin_inset Graphics
24335         filename ../../images/note-insert.png
24336         scale 85
24337         scaleBeforeRotation
24338         BoundingBox 0bp 6bp 22bp 22bp
24339
24340 \end_inset
24341
24342  klicken, wird zunächst eine 
24343 \family sans
24344 LyX-Notiz
24345 \family default
24346  eingefügt.
24347  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24348  anderen Möglichkeiten auswählen.
24349  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24350  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24351  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24352  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24353  am Ende der Notiz ist.
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \begin_inset VSpace bigskip
24358 \end_inset
24359
24360 Die Textfarbe der 
24361 \family sans
24362 Grauschrift
24363 \family default
24364 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24365 \end_layout
24366
24367 \begin_layout Standard
24368
24369 \series bold
24370
24371 \backslash
24372 renewenvironment{lyxgreyedout}
24373 \begin_inset Newline newline
24374 \end_inset
24375
24376
24377 \begin_inset ERT
24378 status collapsed
24379
24380 \begin_layout Plain Layout
24381
24382
24383 \backslash
24384 hphantom{ }
24385 \end_layout
24386
24387 \end_inset
24388
24389 {
24390 \backslash
24391 textcolor{color}
24392 \backslash
24393 bgroup}{
24394 \backslash
24395 egroup}
24396 \end_layout
24397
24398 \begin_layout Standard
24399 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24400 \begin_inset space ~
24401 \end_inset
24402
24403
24404 \begin_inset CommandInset ref
24405 LatexCommand ref
24406 reference "abs:Farbige-Tabellen"
24407
24408 \end_inset
24409
24410  beschrieben.
24411  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24412 \end_layout
24413
24414 \begin_layout Section
24415 Fußnoten
24416 \begin_inset CommandInset label
24417 LatexCommand label
24418 name "abs:Fußnoten"
24419
24420 \end_inset
24421
24422
24423 \begin_inset Index
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427 Notizen ! Fußnoten
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \begin_inset Index
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437 Fußnoten
24438 \end_layout
24439
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \begin_layout Standard
24446 Zu dem, was bereits im 
24447 \emph on
24448 Benutzerhandbuch
24449 \emph default
24450  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24451  Eine Fußnotenbox sieht folgendermaßen aus: 
24452 \begin_inset Graphics
24453         filename clipart/FussnoteQt4.png
24454         scale 80
24455         scaleBeforeRotation
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Hier ist eine Beispielfußnote:
24464 \color black
24465
24466 \begin_inset Foot
24467 status open
24468
24469 \begin_layout Plain Layout
24470 \begin_inset CommandInset label
24471 LatexCommand label
24472 name "fuss:Fußnoten-Beispiel"
24473
24474 \end_inset
24475
24476 Dies ist eine Fußnote.
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 \begin_inset ERT
24486 status collapsed
24487
24488 \begin_layout Plain Layout
24489
24490
24491 \backslash
24492 newcounter{MyRepeatFoot}
24493 \end_layout
24494
24495 \begin_layout Plain Layout
24496
24497
24498 \backslash
24499 setcounter{MyRepeatFoot}{
24500 \backslash
24501 thefootnote}
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24511  wurde, eine hochgestellte Zahl.
24512  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24513  hochgestellt dem Text vorangeht.
24514  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24515  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24516  werden.
24517 \end_layout
24518
24519 \begin_layout Standard
24520 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24521  der Fußnote eine Marke eingefügt wurde.
24522  Dies ist ein Querverweis auf Fußnote
24523 \begin_inset space ~
24524 \end_inset
24525
24526
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "fuss:Fußnoten-Beispiel"
24530
24531 \end_inset
24532
24533 .
24534 \end_layout
24535
24536 \begin_layout Standard
24537 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24538  siehe Abschnitt
24539 \begin_inset space ~
24540 \end_inset
24541
24542
24543 \begin_inset CommandInset ref
24544 LatexCommand ref
24545 reference "abs:Minipage"
24546
24547 \end_inset
24548
24549 .
24550  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24551 \begin_inset space ~
24552 \end_inset
24553
24554
24555 \begin_inset CommandInset ref
24556 LatexCommand ref
24557 reference "uab:Fußnoten-in-langen"
24558
24559 \end_inset
24560
24561  beschrieben.
24562 \end_layout
24563
24564 \begin_layout Standard
24565 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24566  TeX-Code-Befehl 
24567 \series bold
24568
24569 \backslash
24570 footnotemark[Nummer]
24571 \series default
24572  benutzen.
24573  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24574  mal gedruckt wird.
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24579  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24580  Hinter 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  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24592 \end_layout
24593
24594 \begin_layout Standard
24595
24596 \series bold
24597
24598 \backslash
24599 newcounter{MyRepeatFoot}
24600 \begin_inset Newline newline
24601 \end_inset
24602
24603
24604 \backslash
24605 setcounter{MyRepeatFoot}{
24606 \backslash
24607 thefootnote}
24608 \end_layout
24609
24610 \begin_layout Standard
24611 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24612 \end_layout
24613
24614 \begin_layout Standard
24615
24616 \series bold
24617
24618 \backslash
24619 footnotemark[
24620 \backslash
24621 theMyRepeatFoot]
24622 \end_layout
24623
24624 \begin_layout Standard
24625 Hier ist ein Beispiel für eine Fußnotenmarke:
24626 \family roman
24627 \series medium
24628 \bar no
24629
24630 \begin_inset ERT
24631 status collapsed
24632
24633 \begin_layout Plain Layout
24634
24635
24636 \backslash
24637 footnotemark[
24638 \backslash
24639 theMyRepeatFoot]
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Subsection
24648 Fußnoten-Nummerierung
24649 \begin_inset CommandInset label
24650 LatexCommand label
24651 name "uab:Fußnoten-Nummerierung"
24652
24653 \end_inset
24654
24655
24656 \begin_inset Index
24657 status collapsed
24658
24659 \begin_layout Plain Layout
24660 Fußnoten ! Nummerierung
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Um Fußnoten nach jedem Abschnitt
24670 \family roman
24671  auf 1 zurückzusetzen, 
24672 \family default
24673 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24674 \end_layout
24675
24676 \begin_layout Standard
24677
24678 \series bold
24679
24680 \backslash
24681 @addtoreset{footnote}{section}
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \begin_inset VSpace bigskip
24686 \end_inset
24687
24688 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24689  Zahlen:
24690 \end_layout
24691
24692 \begin_layout Standard
24693
24694 \series bold
24695
24696 \backslash
24697 renewcommand{
24698 \backslash
24699 thefootnote}{
24700 \backslash
24701 roman{footnote}}
24702 \end_layout
24703
24704 \begin_layout Standard
24705 \begin_inset ERT
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709
24710
24711 \backslash
24712 renewcommand{
24713 \backslash
24714 thefootnote}{
24715 \backslash
24716 roman{footnote}}
24717 \end_layout
24718
24719 \end_inset
24720
24721  Hier ist ein Beispiel für solch eine Fußnote:
24722 \begin_inset Foot
24723 status open
24724
24725 \begin_layout Plain Layout
24726 Dies ist eine Fußnote mit kleinen römischen Zahlen
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24736  in obigem Befehl 
24737 \series bold
24738
24739 \backslash
24740 roman
24741 \series default
24742  durch 
24743 \series bold
24744
24745 \backslash
24746 Roman
24747 \series default
24748 .
24749  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24750 \begin_inset Quotes gld
24751 \end_inset
24752
24753 nummerieren
24754 \begin_inset Quotes grd
24755 \end_inset
24756
24757 , verwenden Sie die Befehle 
24758 \series bold
24759
24760 \backslash
24761 Alph
24762 \series default
24763  oder 
24764 \series bold
24765
24766 \backslash
24767 alph
24768 \series default
24769 .
24770  Für die 
24771 \begin_inset Quotes gld
24772 \end_inset
24773
24774 Nummerierung
24775 \begin_inset Quotes grd
24776 \end_inset
24777
24778  mit Symbolen steht der Befehl 
24779 \series bold
24780
24781 \backslash
24782 fnsymbol
24783 \series default
24784  zur Verfügung.
24785 \end_layout
24786
24787 \begin_layout Standard
24788 \begin_inset Note Greyedout
24789 status open
24790
24791 \begin_layout Plain Layout
24792
24793 \series bold
24794 Bemerkung 1:
24795 \series default
24796  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24797  
24798 \emph on
24799 ein
24800 \emph default
24801  Buchstabe verwendet wird.
24802 \end_layout
24803
24804 \end_inset
24805
24806
24807 \begin_inset Newline newline
24808 \end_inset
24809
24810
24811 \begin_inset Note Greyedout
24812 status open
24813
24814 \begin_layout Plain Layout
24815
24816 \series bold
24817 Bemerkung 2:
24818 \series default
24819  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24829 \series bold
24830
24831 \backslash
24832 arabic
24833 \series default
24834  anstelle von 
24835 \series bold
24836
24837 \backslash
24838 roman
24839 \series default
24840  in obigem Befehl.
24841 \begin_inset ERT
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845
24846
24847 \backslash
24848 renewcommand{
24849 \backslash
24850 thefootnote}{
24851 \backslash
24852 arabic{footnote}}
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset VSpace bigskip
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Standard
24868 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24869 \begin_inset Quotes gld
24870 \end_inset
24871
24872 Kapitel.Fußnote
24873 \begin_inset Quotes grd
24874 \end_inset
24875
24876  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24877 \end_layout
24878
24879 \begin_layout Standard
24880
24881 \series bold
24882
24883 \backslash
24884 numberwithin{footnote}{chapter}
24885 \end_layout
24886
24887 \begin_layout Standard
24888 Um 
24889 \series bold
24890
24891 \backslash
24892 numberwithin
24893 \series default
24894  benutzen zu können, muss in den 
24895 \family sans
24896 Mathe
24897 \begin_inset space ~
24898 \end_inset
24899
24900 Optionen
24901 \family default
24902  der 
24903 \family sans
24904 Dokument-Einstellungen
24905 \family default
24906  
24907 \family sans
24908 AMS
24909 \begin_inset space ~
24910 \end_inset
24911
24912 Mathe
24913 \begin_inset space ~
24914 \end_inset
24915
24916 Paket
24917 \family default
24918
24919 \begin_inset space ~
24920 \end_inset
24921
24922
24923 \family sans
24924 verwenden
24925 \family default
24926  angekreuzt sein.
24927 \begin_inset ERT
24928 status collapsed
24929
24930 \begin_layout Plain Layout
24931
24932
24933 \backslash
24934 numberwithin{footnote}{chapter}
24935 \end_layout
24936
24937 \end_inset
24938
24939  Hier ist ein Beispiel für solch eine Fußnote.
24940 \series bold
24941
24942 \begin_inset Foot
24943 status open
24944
24945 \begin_layout Plain Layout
24946 Dies ist eine Fußnote nach dem Schema 
24947 \begin_inset Quotes gld
24948 \end_inset
24949
24950 Kapitel.Fußnote
24951 \begin_inset Quotes grd
24952 \end_inset
24953
24954 .
24955 \end_layout
24956
24957 \end_inset
24958
24959
24960 \series default
24961
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967
24968 \backslash
24969 renewcommand{
24970 \backslash
24971 thefootnote}{
24972 \backslash
24973 arabic{footnote}}
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \begin_layout Standard
24982 \begin_inset Note Greyedout
24983 status open
24984
24985 \begin_layout Plain Layout
24986
24987 \series bold
24988 Bemerkung:
24989 \series default
24990  
24991 \series bold
24992
24993 \backslash
24994 numberwithin
24995 \series default
24996  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24997  werden überschrieben.
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 Um also z.
25007 \begin_inset space \thinspace{}
25008 \end_inset
25009
25010 B.
25011  das Schema 
25012 \begin_inset Quotes gld
25013 \end_inset
25014
25015 Kapitel.
25016 \backslash
25017 Roman{footnote}
25018 \begin_inset Quotes grd
25019 \end_inset
25020
25021  zu erhalten, muss dieser Befehl anstelle von 
25022 \series bold
25023
25024 \backslash
25025 numberwithin
25026 \series default
25027  verwendet werden:
25028 \end_layout
25029
25030 \begin_layout Standard
25031
25032 \series bold
25033
25034 \backslash
25035 renewcommand{
25036 \backslash
25037 thefootnote}{
25038 \backslash
25039 thechapter.
25040 \backslash
25041 Roman{footnote}}
25042 \end_layout
25043
25044 \begin_layout Subsection
25045 Fußnoten-Platzierung
25046 \begin_inset Index
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 Fußnoten ! Platzierung
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25060  ohne Zwischenraum am Ende der Seite gedruckt.
25061  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25062  LaTeX-Vorspann 1.5
25063 \begin_inset space \thinspace{}
25064 \end_inset
25065
25066 mm Zwischenraum einfügen:
25067 \end_layout
25068
25069 \begin_layout Standard
25070
25071 \series bold
25072
25073 \backslash
25074 let
25075 \backslash
25076 myFoot
25077 \backslash
25078 footnote
25079 \begin_inset Newline newline
25080 \end_inset
25081
25082
25083 \backslash
25084 renewcommand{
25085 \backslash
25086 footnote}[1]{
25087 \backslash
25088 myFoot{#1
25089 \backslash
25090 vspace{1.5mm}}}
25091 \end_layout
25092
25093 \begin_layout Standard
25094 \begin_inset VSpace bigskip
25095 \end_inset
25096
25097 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25098  Spalte gedruckt, Abbildung
25099 \begin_inset space ~
25100 \end_inset
25101
25102
25103 \begin_inset CommandInset ref
25104 LatexCommand ref
25105 reference "abb:Standard-Fußnoten-Platzierung-in"
25106
25107 \end_inset
25108
25109 .
25110  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25111  in Abbildung
25112 \begin_inset space ~
25113 \end_inset
25114
25115
25116 \begin_inset CommandInset ref
25117 LatexCommand ref
25118 reference "abb:Fußnoten-Platzierung-in-einem"
25119
25120 \end_inset
25121
25122 , müssen Sie das LaTeX-Paket 
25123 \series bold
25124 ftnright
25125 \series default
25126
25127 \begin_inset Index
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 LaTeX-Pakete ! ftnright
25132 \end_layout
25133
25134 \end_inset
25135
25136  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25137 \end_layout
25138
25139 \begin_layout Standard
25140
25141 \series bold
25142
25143 \backslash
25144 usepackage{ftnright}
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset Float figure
25149 placement !h
25150 wide false
25151 sideways false
25152 status open
25153
25154 \begin_layout Plain Layout
25155 \begin_inset ERT
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159
25160
25161 \backslash
25162 framebox{
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \begin_inset Graphics
25169         filename ../clipart/without_fntright.pdf
25170         width 100col%
25171         scaleBeforeRotation
25172
25173 \end_inset
25174
25175
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180
25181 }
25182 \end_layout
25183
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \begin_layout Plain Layout
25190 \begin_inset Caption
25191
25192 \begin_layout Plain Layout
25193 \begin_inset CommandInset label
25194 LatexCommand label
25195 name "abb:Standard-Fußnoten-Platzierung-in"
25196
25197 \end_inset
25198
25199 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25200 \begin_inset OptArg
25201 status open
25202
25203 \begin_layout Plain Layout
25204 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset Float figure
25224 placement !h
25225 wide false
25226 sideways false
25227 status open
25228
25229 \begin_layout Plain Layout
25230 \begin_inset ERT
25231 status collapsed
25232
25233 \begin_layout Plain Layout
25234
25235
25236 \backslash
25237 framebox{
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \begin_inset Graphics
25244         filename ../clipart/with_fntright.pdf
25245         width 100col%
25246         scaleBeforeRotation
25247
25248 \end_inset
25249
25250
25251 \begin_inset ERT
25252 status collapsed
25253
25254 \begin_layout Plain Layout
25255
25256 }
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Caption
25266
25267 \begin_layout Plain Layout
25268 \begin_inset CommandInset label
25269 LatexCommand label
25270 name "abb:Fußnoten-Platzierung-in-einem"
25271
25272 \end_inset
25273
25274 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25275  
25276 \series bold
25277 ftnright
25278 \series default
25279 .
25280 \begin_inset OptArg
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284 Fußnoten-Platzierung mit 
25285 \family typewriter
25286 ftnright
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset VSpace bigskip
25306 \end_inset
25307
25308 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25309  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25310 \begin_inset space ~
25311 \end_inset
25312
25313
25314 \begin_inset CommandInset ref
25315 LatexCommand ref
25316 reference "abb:endnotes----Die"
25317
25318 \end_inset
25319
25320  gedruckt.
25321  Man nennt sie dann 
25322 \emph on
25323 Endnoten
25324 \emph default
25325 .
25326 \begin_inset Index
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 Endnoten
25331 \end_layout
25332
25333 \end_inset
25334
25335  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25336 \series bold
25337 endnotes
25338 \series default
25339
25340 \begin_inset Index
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344 LaTeX-Pakete ! endnotes
25345 \end_layout
25346
25347 \end_inset
25348
25349  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \series bold
25355
25356 \backslash
25357 usepackage{endnotes}
25358 \begin_inset Newline newline
25359 \end_inset
25360
25361
25362 \backslash
25363 let
25364 \backslash
25365 footnote
25366 \backslash
25367 endnote
25368 \end_layout
25369
25370 \begin_layout Standard
25371 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25372 \series bold
25373  
25374 \backslash
25375 theendnotes
25376 \series default
25377  am Ende des Abschnitts oder Kapitels ein.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 \begin_inset Float figure
25382 wide false
25383 sideways false
25384 status open
25385
25386 \begin_layout Plain Layout
25387 \align center
25388 \begin_inset ERT
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392
25393
25394 \backslash
25395 framebox{
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \begin_inset Graphics
25402         filename ../clipart/endnotes.pdf
25403         scaleBeforeRotation
25404
25405 \end_inset
25406
25407
25408 \begin_inset ERT
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413 }
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \begin_layout Plain Layout
25422 \begin_inset Caption
25423
25424 \begin_layout Plain Layout
25425 \begin_inset CommandInset label
25426 LatexCommand label
25427 name "abb:endnotes----Die"
25428
25429 \end_inset
25430
25431
25432 \series bold
25433 endnotes
25434 \series default
25435  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25436  gedruckt.
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \begin_layout Standard
25450 \begin_inset VSpace medskip
25451 \end_inset
25452
25453 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25454 ache übersetzt.
25455  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25456 \begin_inset Quotes gld
25457 \end_inset
25458
25459 Notes 
25460 \begin_inset Quotes grd
25461 \end_inset
25462
25463 in 
25464 \begin_inset Quotes gld
25465 \end_inset
25466
25467 Anmerkungen
25468 \begin_inset Quotes grd
25469 \end_inset
25470
25471 :
25472 \end_layout
25473
25474 \begin_layout Standard
25475
25476 \series bold
25477
25478 \backslash
25479 renewcommand{
25480 \backslash
25481 notesname}{Anmerkungen}
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset VSpace medskip
25486 \end_inset
25487
25488 Wenn Sie in den Befehlen von Abschnitt
25489 \begin_inset space ~
25490 \end_inset
25491
25492
25493 \begin_inset CommandInset ref
25494 LatexCommand ref
25495 reference "uab:Fußnoten-Nummerierung"
25496
25497 \end_inset
25498
25499  
25500 \series bold
25501
25502 \backslash
25503 thefootnote
25504 \series default
25505  durch 
25506 \series bold
25507
25508 \backslash
25509 theendnote
25510 \series default
25511  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25512  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25513 \series bold
25514
25515 \backslash
25516 @addtoreset
25517 \series default
25518  wie in Abschnitt
25519 \begin_inset space \space{}
25520 \end_inset
25521
25522
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "uab:Fußnoten-Nummerierung"
25526
25527 \end_inset
25528
25529  beschrieben und ersetzen 
25530 \series bold
25531 footnote
25532 \series default
25533  durch 
25534 \series bold
25535 endnote
25536 \series default
25537 .
25538 \end_layout
25539
25540 \begin_layout Standard
25541 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25542  
25543 \series bold
25544
25545 \backslash
25546 endnotemark[Nummer]
25547 \series default
25548  ähnlich wie 
25549 \series bold
25550
25551 \backslash
25552 footnotemark
25553 \series default
25554  Abschnitt
25555 \begin_inset space ~
25556 \end_inset
25557
25558
25559 \begin_inset CommandInset ref
25560 LatexCommand ref
25561 reference "abs:Fußnoten"
25562
25563 \end_inset
25564
25565 .
25566 \end_layout
25567
25568 \begin_layout Standard
25569 \begin_inset VSpace bigskip
25570 \end_inset
25571
25572 Mit dem LaTeX-Paket 
25573 \series bold
25574 footmisc
25575 \series default
25576
25577 \begin_inset Index
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581 LaTeX-Pakete ! footmisc
25582 \end_layout
25583
25584 \end_inset
25585
25586  (
25587 \begin_inset CommandInset citation
25588 LatexCommand cite
25589 key "footmisc"
25590
25591 \end_inset
25592
25593 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25594 \end_layout
25595
25596 \begin_layout Standard
25597 In LaTeX-Büchern, 
25598 \begin_inset CommandInset citation
25599 LatexCommand cite
25600 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25601
25602 \end_inset
25603
25604 , finden Sie weiteres zu Fußnoten.
25605 \end_layout
25606
25607 \begin_layout Section
25608 Randnotizen
25609 \begin_inset Index
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 Randnotizen
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \begin_inset Index
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 Notizen ! Randnotizen
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Standard
25632 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25633  Sie fügen sie mit einem Klick auf den Schalter 
25634 \begin_inset Graphics
25635         filename ../../images/marginalnote-insert.png
25636         scale 70
25637         scaleBeforeRotation
25638
25639 \end_inset
25640
25641  oder über 
25642 \family sans
25643 Einfügen\SpecialChar \menuseparator
25644 Randnotiz
25645 \family default
25646  ein.
25647  Ein graues Kästchen mit der Aufschrift 
25648 \begin_inset Quotes gld
25649 \end_inset
25650
25651 Rand
25652 \begin_inset Quotes grd
25653 \end_inset
25654
25655  erscheint
25656 \family roman
25657 \series medium
25658 , und dort, wo der Cursor steht, können Sie Text eingeben.
25659 \end_layout
25660
25661 \begin_layout Standard
25662 Hier am Rand sehen Sie eine Randnotiz.
25663  
25664 \begin_inset Marginal
25665 status open
25666
25667 \begin_layout Plain Layout
25668 Dies ist eine Randnotiz.
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Standard
25677 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25678  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
25679  Seiten und rechts auf den ungeraden.
25680  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25681  wird und umgekehrt.
25682  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25683  wurde.
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset VSpace bigskip
25688 \end_inset
25689
25690 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25691 \end_layout
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696
25697 \backslash
25698 reversemarginpar
25699 \end_layout
25700
25701 \begin_layout Standard
25702 als TeX-Code vor einer Randnotiz ein.
25703  Das gilt dann für alle folgenden Randnotizen.
25704  
25705 \begin_inset ERT
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709
25710
25711 \backslash
25712 reversemarginpar 
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset Marginal
25719 status open
25720
25721 \begin_layout Plain Layout
25722 Hier ist ein Beispiel im inneren Rand.
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731
25732 \begin_inset Note Greyedout
25733 status open
25734
25735 \begin_layout Plain Layout
25736  
25737 \series bold
25738 Achtung:
25739 \series default
25740  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25750 \end_layout
25751
25752 \begin_layout Standard
25753
25754 \series bold
25755
25756 \backslash
25757 normalmarginpar
25758 \end_layout
25759
25760 \begin_layout Standard
25761 als TeX-Code ein.
25762 \begin_inset ERT
25763 status collapsed
25764
25765 \begin_layout Plain Layout
25766
25767
25768 \backslash
25769 normalmarginpar 
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \begin_layout Standard
25778 \begin_inset Note Greyedout
25779 status open
25780
25781 \begin_layout Plain Layout
25782
25783 \series bold
25784 Achtung:
25785 \series default
25786  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25787 \series bold
25788
25789 \backslash
25790 reversemarginpar
25791 \series default
25792  verwendet wird.
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \begin_layout Standard
25801 \begin_inset VSpace bigskip
25802 \end_inset
25803
25804
25805 \begin_inset Marginal
25806 status open
25807
25808 \begin_layout Plain Layout
25809
25810 \family roman
25811 \series medium
25812 EinSehrLangesWort am Anfang, das umgebrochen wird.
25813 \end_layout
25814
25815 \end_inset
25816
25817  Ähnlich wie in Abschnitt
25818 \begin_inset space ~
25819 \end_inset
25820
25821
25822 \begin_inset CommandInset ref
25823 LatexCommand ref
25824 reference "uab:Mehrfache-Zeilen-in"
25825
25826 \end_inset
25827
25828  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25829  Wort der Randnotiz sind.
25830  Um das zu vermeiden, fügen sie 0
25831 \begin_inset space \thinspace{}
25832 \end_inset
25833
25834 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25835 \begin_inset Marginal
25836 status open
25837
25838 \begin_layout Plain Layout
25839 \begin_inset space \hspace{}
25840 \length 0pt
25841 \end_inset
25842
25843
25844 \family roman
25845 \series medium
25846 EinSehrLangesWort am Anfang, das umgebrochen wird.
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset VSpace bigskip
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 \begin_inset Note Greyedout
25863 status open
25864
25865 \begin_layout Plain Layout
25866
25867 \series bold
25868 Bemerkung:
25869 \series default
25870  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25871  verwendet werden.
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 \begin_inset VSpace bigskip
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Standard
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 ifmarginnote
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \begin_inset Note Note
25901 status open
25902
25903 \begin_layout Plain Layout
25904 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25905 \series bold
25906 marginnote
25907 \series default
25908  installiert ist.
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25918 \series bold
25919 marginnote
25920 \series default
25921
25922 \begin_inset Index
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 LaTeX-Pakete ! marginnote
25927 \end_layout
25928
25929 \end_inset
25930
25931  verwendet wird.
25932  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25933  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25934  des Pakets 
25935 \series bold
25936 marginnote
25937 \series default
25938  für Randnotizen verwendet wird:
25939 \end_layout
25940
25941 \begin_layout Standard
25942
25943 \series bold
25944
25945 \backslash
25946 usepackage{marginnote}
25947 \begin_inset Newline newline
25948 \end_inset
25949
25950
25951 \backslash
25952 let
25953 \backslash
25954 marginpar
25955 \backslash
25956 marginnote
25957 \end_layout
25958
25959 \begin_layout Standard
25960 Dies wird auch in diesem Dokument verwendet, denn 
25961 \series bold
25962 marginnote
25963 \series default
25964  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25965  für Randnotizen angeben.
25966  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25967 n zu dicht beieinander sind.
25968  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25969  Schema
25970 \end_layout
25971
25972 \begin_layout Standard
25973
25974 \series bold
25975 [Versatz]
25976 \end_layout
25977
25978 \begin_layout Standard
25979 angegeben.
25980  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25981 \begin_inset space ~
25982 \end_inset
25983
25984
25985 \begin_inset CommandInset ref
25986 LatexCommand ref
25987 reference "tab:Maßeinheiten"
25988
25989 \end_inset
25990
25991  aufgelistet sind.
25992  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25993  nach unten.
25994  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25995 \begin_inset space \thinspace{}
25996 \end_inset
25997
25998 cm mit dem TeX-Code-Befehl  
25999 \begin_inset Quotes gld
26000 \end_inset
26001
26002
26003 \series bold
26004 [-1.5cm]
26005 \series default
26006
26007 \begin_inset Quotes grd
26008 \end_inset
26009
26010  nach oben versetzt.
26011 \begin_inset Marginal
26012 status open
26013
26014 \begin_layout Plain Layout
26015 Diese Randnotiz ist 1.5
26016 \begin_inset space \thinspace{}
26017 \end_inset
26018
26019 cm von ihrer Originalposition nach oben versetzt.
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \begin_inset ERT
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029
26030 [-1.5cm]
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \begin_inset VSpace medskip
26040 \end_inset
26041
26042 Mit 
26043 \series bold
26044 marginnote
26045 \series default
26046  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26047  Zum Beispiel setzen die Befehle
26048 \end_layout
26049
26050 \begin_layout Standard
26051
26052 \series bold
26053
26054 \backslash
26055 renewcommand*{
26056 \backslash
26057 raggedleftmarginnote}{
26058 \backslash
26059 centering}
26060 \begin_inset Newline newline
26061 \end_inset
26062
26063
26064 \backslash
26065 renewcommand*{
26066 \backslash
26067 raggedrightmarginnote}{
26068 \backslash
26069 centering}
26070 \end_layout
26071
26072 \begin_layout Standard
26073 die Ausrichtung auf zentriert.
26074  
26075 \series bold
26076
26077 \backslash
26078 raggedleftmarginnote
26079 \series default
26080  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26081  
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 renewcommand*{
26090 \backslash
26091 raggedleftmarginnote}{
26092 \backslash
26093 centering}
26094 \end_layout
26095
26096 \begin_layout Plain Layout
26097
26098
26099 \backslash
26100 renewcommand*{
26101 \backslash
26102 raggedrightmarginnote}{
26103 \backslash
26104 centering}
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \begin_inset Marginal
26111 status open
26112
26113 \begin_layout Plain Layout
26114 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26115 \end_layout
26116
26117 \end_inset
26118
26119  Die Voreinstellung ist
26120 \end_layout
26121
26122 \begin_layout Standard
26123
26124 \series bold
26125
26126 \backslash
26127 renewcommand*{
26128 \backslash
26129 raggedleftmarginnote}{
26130 \backslash
26131 raggedleft}
26132 \begin_inset Newline newline
26133 \end_inset
26134
26135
26136 \backslash
26137 renewcommand*{
26138 \backslash
26139 raggedrightmarginnote}{
26140 \backslash
26141 raggedright}
26142 \series default
26143
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 renewcommand*{
26152 \backslash
26153 raggedleftmarginnote}{
26154 \backslash
26155 raggedleft}
26156 \end_layout
26157
26158 \begin_layout Plain Layout
26159
26160
26161 \backslash
26162 renewcommand*{
26163 \backslash
26164 raggedrightmarginnote}{
26165 \backslash
26166 raggedright}
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \begin_inset VSpace medskip
26176 \end_inset
26177
26178 Für weitere Fähigkeiten des Pakets 
26179 \series bold
26180 marginnote
26181 \series default
26182  sei auf dessen Dokumentation verwiesen 
26183 \begin_inset CommandInset citation
26184 LatexCommand cite
26185 key "marginnote"
26186
26187 \end_inset
26188
26189 .
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset VSpace bigskip
26194 \end_inset
26195
26196 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26197  geändert werden.
26198  Um z.
26199 \begin_inset space \thinspace{}
26200 \end_inset
26201
26202 B.
26203  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26204  und fettgedruckten Text 
26205 \begin_inset Quotes eld
26206 \end_inset
26207
26208
26209 \family sans
26210 \series bold
26211 \bar under
26212 Achtung!
26213 \family default
26214 \series default
26215 \bar default
26216
26217 \begin_inset Quotes erd
26218 \end_inset
26219
26220  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26221 \end_layout
26222
26223 \begin_layout Standard
26224
26225 \series bold
26226
26227 \backslash
26228 let
26229 \backslash
26230 myMarginpar
26231 \backslash
26232 marginpar
26233 \begin_inset Newline newline
26234 \end_inset
26235
26236
26237 \backslash
26238 renewcommand{
26239 \backslash
26240 marginpar}[1]{
26241 \backslash
26242 myMarginpar{%
26243 \begin_inset Newline newline
26244 \end_inset
26245
26246
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 hphantom{ }
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \backslash
26261 hspace{0pt}
26262 \backslash
26263 textsf{
26264 \backslash
26265 textbf{
26266 \backslash
26267 underbar{Achtung!}}}%
26268 \begin_inset Newline newline
26269 \end_inset
26270
26271
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 hphantom{ }
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \backslash
26286 vspace{1.5mm}
26287 \backslash
26288
26289 \backslash
26290 #1}}
26291 \end_layout
26292
26293 \begin_layout Standard
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 let
26302 \backslash
26303 myMarginpar
26304 \backslash
26305 marginpar
26306 \end_layout
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 renewcommand{
26313 \backslash
26314 marginpar}[1]{
26315 \backslash
26316 myMarginpar{%
26317 \end_layout
26318
26319 \begin_layout Plain Layout
26320
26321    
26322 \backslash
26323 textsf{
26324 \backslash
26325 textbf{
26326 \backslash
26327 underbar{Achtung!}}}%
26328 \end_layout
26329
26330 \begin_layout Plain Layout
26331
26332    
26333 \backslash
26334 vspace{1.5mm}
26335 \backslash
26336
26337 \backslash
26338 #1}}
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \begin_inset Marginal
26345 status open
26346
26347 \begin_layout Plain Layout
26348 Dies ist eine Randnotiz mit einer definierten Überschrift.
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \begin_inset ERT
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358
26359 [-1.5cm]
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \begin_inset ERT
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369
26370
26371 \backslash
26372 renewcommand{
26373 \backslash
26374 marginpar}[1]{
26375 \backslash
26376 myMarginpar{#1}}
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \begin_inset Note Note
26383 status open
26384
26385 \begin_layout Plain Layout
26386 Das Format wurde nur für dieses Beispiel geändert.
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395 \begin_inset ERT
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 else
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \begin_inset Note Note
26409 status open
26410
26411 \begin_layout Plain Layout
26412 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26413 \series bold
26414 marginnote
26415 \series default
26416  nicht installiert ist:
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \begin_layout Standard
26425 Das LaTeX-Paket 
26426 \series bold
26427 marginnote
26428 \series default
26429  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26430 \end_layout
26431
26432 \begin_layout Standard
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 fi
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Chapter
26449 Boxen
26450 \end_layout
26451
26452 \begin_layout Section
26453 Einleitung
26454 \begin_inset Index
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 Boxen ! Einleitung
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \begin_layout Standard
26467 Boxen werden benutzt, um einen Textblock zu formatieren.
26468  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26469  siehe Abschnitt
26470 \begin_inset space ~
26471 \end_inset
26472
26473
26474 \begin_inset CommandInset ref
26475 LatexCommand ref
26476 reference "abs:Minipage"
26477
26478 \end_inset
26479
26480 , um Text zu umrahmen, siehe Abschnitt
26481 \begin_inset space ~
26482 \end_inset
26483
26484
26485 \begin_inset CommandInset ref
26486 LatexCommand ref
26487 reference "uab:Verzierung"
26488
26489 \end_inset
26490
26491 , um Silbentrennung zu verhindern, siehe Abschnitt
26492 \begin_inset space ~
26493 \end_inset
26494
26495
26496 \begin_inset CommandInset ref
26497 LatexCommand ref
26498 reference "abs:Silbentrennung-unterbinden"
26499
26500 \end_inset
26501
26502 , um Text senkrecht auszurichten, siehe Abschnitt
26503 \begin_inset space ~
26504 \end_inset
26505
26506
26507 \begin_inset CommandInset ref
26508 LatexCommand ref
26509 reference "uab:Vertikale-Ausrichtung"
26510
26511 \end_inset
26512
26513  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26514 \begin_inset space ~
26515 \end_inset
26516
26517
26518 \begin_inset CommandInset ref
26519 LatexCommand ref
26520 reference "abs:Farbige-Boxen"
26521
26522 \end_inset
26523
26524 .
26525 \end_layout
26526
26527 \begin_layout Standard
26528 Boxen werden mit 
26529 \family sans
26530 Einfügen\SpecialChar \menuseparator
26531 Box
26532 \family default
26533  oder dem Schalter 
26534 \begin_inset Graphics
26535         filename ../../images/box-insert.png
26536         scale 70
26537         scaleBeforeRotation
26538
26539 \end_inset
26540
26541  eingefügt.
26542  Ein graues Kästchen mit der Aufschrift 
26543 \begin_inset Quotes gld
26544 \end_inset
26545
26546 Box (Minipage)
26547 \begin_inset Quotes grd
26548 \end_inset
26549
26550  erscheint: 
26551 \begin_inset Graphics
26552         filename clipart/StandardBoxQt4.png
26553         scale 85
26554         scaleBeforeRotation
26555
26556 \end_inset
26557
26558  Mit einem Rechts\SpecialChar \-
26559 klick auf das graue Kästchen kann der Typ spezifiziert
26560  werden.
26561  Das Dialogfenster bietet bei 
26562 \family sans
26563 Innere
26564 \begin_inset space ~
26565 \end_inset
26566
26567 Box
26568 \family default
26569  die Typen 
26570 \family sans
26571 Parbox
26572 \family default
26573  und 
26574 \family sans
26575 Minipage
26576 \family default
26577  an.
26578  
26579 \family sans
26580 Minipage
26581 \family default
26582  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26583 \begin_inset space ~
26584 \end_inset
26585
26586
26587 \begin_inset CommandInset ref
26588 LatexCommand ref
26589 reference "abs:Minipage"
26590
26591 \end_inset
26592
26593  beschrieben, 
26594 \family sans
26595 Parbox
26596 \family default
26597  in Abschnitt
26598 \begin_inset space ~
26599 \end_inset
26600
26601
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "abs:Parbox"
26605
26606 \end_inset
26607
26608 .
26609 \end_layout
26610
26611 \begin_layout Standard
26612 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26613  wie auf Gleitobjekte und Fußnoten.
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset Note Greyedout
26618 status open
26619
26620 \begin_layout Plain Layout
26621
26622 \series bold
26623 Bemerkung
26624 \begin_inset space ~
26625 \end_inset
26626
26627 1:
26628 \series default
26629  Boxen dürfen in 
26630 \family sans
26631 List-
26632 \family default
26633  oder 
26634 \family sans
26635 Beschreibung-
26636 \family default
26637 Umgebungen nicht verwendet werden.
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Standard
26646 \begin_inset Note Greyedout
26647 status open
26648
26649 \begin_layout Plain Layout
26650
26651 \series bold
26652 Bemerkung
26653 \begin_inset space ~
26654 \end_inset
26655
26656 2:
26657 \series default
26658  Boxen ohne 
26659 \family sans
26660 Innere
26661 \begin_inset space ~
26662 \end_inset
26663
26664 Box
26665 \family default
26666  und ohne Rahmen werden in Abschnitt
26667 \begin_inset space ~
26668 \end_inset
26669
26670
26671 \begin_inset CommandInset ref
26672 LatexCommand ref
26673 reference "abs:Silbentrennung-unterbinden"
26674
26675 \end_inset
26676
26677  beschrieben.
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Section
26686 Das Box-Einstellungen-Fenster
26687 \begin_inset CommandInset label
26688 LatexCommand label
26689 name "abs:Box-Dialog"
26690
26691 \end_inset
26692
26693
26694 \begin_inset Index
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 Boxen ! Box-Dialog-Fenster
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Subsection
26707 Box-Größe
26708 \begin_inset Index
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712 Boxen ! Größe
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \begin_layout Standard
26721 Im 
26722 \family sans
26723 Box-Einstellungen
26724 \family default
26725 -Fenster können Sie die Größe der Box mit 
26726 \family sans
26727 Breite
26728 \family default
26729  und 
26730 \family sans
26731 Höhe 
26732 \family default
26733 festlegen.
26734  Die verfügbaren Einheiten werden in Tabelle
26735 \begin_inset space ~
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "tab:Maßeinheiten"
26742
26743 \end_inset
26744
26745  aufgelistet.
26746  Das Feld
26747 \family sans
26748  Höhe
26749 \family default
26750  bietet die folgenden zusätzlichen Größen:
26751 \end_layout
26752
26753 \begin_layout Description
26754 Tiefe Dies ist die reine Text-
26755 \begin_inset Quotes gld
26756 \end_inset
26757
26758 Höhe
26759 \begin_inset Quotes grd
26760 \end_inset
26761
26762 .
26763  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26764 \begin_inset Newline newline
26765 \end_inset
26766
26767
26768 \begin_inset Newline newline
26769 \end_inset
26770
26771
26772 \begin_inset Newline newline
26773 \end_inset
26774
26775
26776 \begin_inset Box Boxed
26777 position "c"
26778 hor_pos "c"
26779 has_inner_box 1
26780 inner_pos "c"
26781 use_parbox 0
26782 width "12col%"
26783 special "none"
26784 height "1in"
26785 height_special "depth"
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 \align center
26790 Box-Höhe = 1
26791 \begin_inset space \thinspace{}
26792 \end_inset
26793
26794 Tiefe
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \begin_inset Newline newline
26801 \end_inset
26802
26803
26804 \begin_inset Newline newline
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Description
26811 Höhe Dies ist die Texthöhe innerhalb der Box.
26812  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26813  Texthöhe setzen: 
26814 \begin_inset Box Boxed
26815 position "c"
26816 hor_pos "c"
26817 has_inner_box 1
26818 inner_pos "c"
26819 use_parbox 0
26820 width "20col%"
26821 special "none"
26822 height "2in"
26823 height_special "height"
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 \align center
26828 Boxhöhe = 2
26829 \begin_inset space \thinspace{}
26830 \end_inset
26831
26832 Höhe
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Description
26841 Gesamthöhe Dies ist Höhe
26842 \begin_inset space \thinspace{}
26843 \end_inset
26844
26845 +
26846 \begin_inset space \thinspace{}
26847 \end_inset
26848
26849 Tiefe: 
26850 \begin_inset Box Boxed
26851 position "c"
26852 hor_pos "c"
26853 has_inner_box 1
26854 inner_pos "c"
26855 use_parbox 0
26856 width "20col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 status collapsed
26861
26862 \begin_layout Plain Layout
26863 \align center
26864 Boxhöhe = 1
26865 \begin_inset space \thinspace{}
26866 \end_inset
26867
26868 Gesamthöhe
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \begin_layout Description
26877 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26878 \begin_inset Box Boxed
26879 position "c"
26880 hor_pos "c"
26881 has_inner_box 1
26882 inner_pos "c"
26883 use_parbox 0
26884 width "12col%"
26885 special "none"
26886 height "1in"
26887 height_special "width"
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 \align center
26892 Boxhöhe = 1
26893 \begin_inset space \thinspace{}
26894 \end_inset
26895
26896 Breite
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Subsection
26905 Ausrichtung
26906 \begin_inset Index
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910 Boxen ! Ausrichtung
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 Wenn Sie eine 
26920 \family sans
26921 Innere
26922 \begin_inset space ~
26923 \end_inset
26924
26925 Box
26926 \family default
26927  gewählt haben, kann die Box mit folgenden Werten für 
26928 \family sans
26929 Box
26930 \family default
26931  senkrecht ausgerichtet werden:
26932 \end_layout
26933
26934 \begin_layout Description
26935 Oben Dies ist ein Beispieltext.
26936  
26937 \begin_inset Box Boxed
26938 position "t"
26939 hor_pos "c"
26940 has_inner_box 1
26941 inner_pos "c"
26942 use_parbox 0
26943 width "20col%"
26944 special "none"
26945 height "1in"
26946 height_special "totalheight"
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 \align center
26951 Die Ober\SpecialChar \-
26952 kante der Box ist in der Zeile.
26953 \end_layout
26954
26955 \end_inset
26956
26957  Dies ist ein Beispieltext.
26958 \end_layout
26959
26960 \begin_layout Description
26961 Mitte Dies ist ein Beispieltext.
26962  
26963 \begin_inset Box Boxed
26964 position "c"
26965 hor_pos "c"
26966 has_inner_box 1
26967 inner_pos "c"
26968 use_parbox 0
26969 width "20col%"
26970 special "none"
26971 height "1in"
26972 height_special "totalheight"
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976 \align center
26977 Die Mitte der Box ist in der Zeile.
26978 \end_layout
26979
26980 \end_inset
26981
26982  Dies ist ein Beispieltext.
26983 \end_layout
26984
26985 \begin_layout Description
26986 Unten Dies ist ein Beispieltext.
26987  
26988 \begin_inset Box Boxed
26989 position "b"
26990 hor_pos "c"
26991 has_inner_box 1
26992 inner_pos "c"
26993 use_parbox 0
26994 width "20col%"
26995 special "none"
26996 height "1in"
26997 height_special "totalheight"
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 Die Unter\SpecialChar \-
27003 kante der Box ist in der Zeile.
27004 \end_layout
27005
27006 \end_inset
27007
27008  Dies ist ein Beispieltext.
27009 \end_layout
27010
27011 \begin_layout Standard
27012 \begin_inset Note Greyedout
27013 status open
27014
27015 \begin_layout Plain Layout
27016
27017 \series bold
27018 Bemerkung:
27019 \series default
27020  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27021  Boxen in einer Zeile sind und eine Box z.
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 B.
27026  schattiert ist, die andere abere nicht.
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 Eine Box kann mit dem Dialog 
27036 \family sans
27037 Absatz-Einstellungen
27038 \family default
27039  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset VSpace bigskip
27044 \end_inset
27045
27046 Wenn Sie eine 
27047 \family sans
27048 Innere
27049 \begin_inset space ~
27050 \end_inset
27051
27052 Box
27053 \family default
27054  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27055 \family sans
27056 Inhalt
27057 \family default
27058  senkrecht ausgerichtet werden:
27059 \end_layout
27060
27061 \begin_layout Description
27062 Oben Dies ist ein Beispieltext.
27063  
27064 \begin_inset Box Boxed
27065 position "c"
27066 hor_pos "c"
27067 has_inner_box 1
27068 inner_pos "t"
27069 use_parbox 0
27070 width "20col%"
27071 special "none"
27072 height "1.5in"
27073 height_special "totalheight"
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077 \align center
27078 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27079 \end_layout
27080
27081 \end_inset
27082
27083  Dies ist ein Beispieltext.
27084 \end_layout
27085
27086 \begin_layout Description
27087 Mitte Dies ist ein Beispieltext.
27088  
27089 \begin_inset Box Boxed
27090 position "c"
27091 hor_pos "c"
27092 has_inner_box 1
27093 inner_pos "c"
27094 use_parbox 0
27095 width "20col%"
27096 special "none"
27097 height "1.5in"
27098 height_special "totalheight"
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102 \align center
27103 Der Boxinhalt ist zentriert ausgerichtet.
27104 \end_layout
27105
27106 \end_inset
27107
27108  Dies ist ein Beispieltext.
27109 \end_layout
27110
27111 \begin_layout Description
27112 Unten Dies ist ein Beispieltext.
27113  
27114 \begin_inset Box Boxed
27115 position "c"
27116 hor_pos "c"
27117 has_inner_box 1
27118 inner_pos "b"
27119 use_parbox 0
27120 width "20col%"
27121 special "none"
27122 height "1.5in"
27123 height_special "totalheight"
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 \align center
27128 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27129 \end_layout
27130
27131 \end_inset
27132
27133  Dies ist ein Beispieltext.
27134 \end_layout
27135
27136 \begin_layout Description
27137 Dehnen Dies ist ein Beispieltext.
27138  
27139 \begin_inset Box Boxed
27140 position "c"
27141 hor_pos "c"
27142 has_inner_box 1
27143 inner_pos "s"
27144 use_parbox 0
27145 width "20col%"
27146 special "none"
27147 height "1in"
27148 height_special "totalheight"
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 \align center
27153 Der Boxinhalt
27154 \end_layout
27155
27156 \begin_layout Plain Layout
27157 \align center
27158 ist über die
27159 \end_layout
27160
27161 \begin_layout Plain Layout
27162 \align center
27163 Boxhöhe
27164 \end_layout
27165
27166 \begin_layout Plain Layout
27167 \align center
27168 gleichmäßig verteilt.
27169 \end_layout
27170
27171 \end_inset
27172
27173  Dies ist ein Beispieltext.
27174 \end_layout
27175
27176 \begin_layout Standard
27177 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27178  besteht.
27179  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27180 \end_layout
27181
27182 \begin_layout Standard
27183 Ein Boxinhalt kann mit dem Dialog 
27184 \family sans
27185 Absatz-Einstellungen
27186 \family default
27187  waagerecht ausgerichtet werden, wenn Sie eine
27188 \family sans
27189  Innere
27190 \begin_inset space ~
27191 \end_inset
27192
27193 Box
27194 \family default
27195  gewählt haben.
27196 \end_layout
27197
27198 \begin_layout Standard
27199 \align center
27200 \begin_inset Box Boxed
27201 position "c"
27202 hor_pos "c"
27203 has_inner_box 1
27204 inner_pos "s"
27205 use_parbox 0
27206 width "30col%"
27207 special "none"
27208 height "1.25in"
27209 height_special "totalheight"
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 \align left
27214 Hier ist jede Zeile
27215 \end_layout
27216
27217 \begin_layout Plain Layout
27218 \align center
27219 anders
27220 \end_layout
27221
27222 \begin_layout Plain Layout
27223 \align right
27224 ausgerichtet.
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 Wenn Sie keine
27234 \family sans
27235  Innere
27236 \begin_inset space ~
27237 \end_inset
27238
27239 Box
27240 \family default
27241  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27242 \family sans
27243 Box-Einstellungen-
27244 \family default
27245 Dialog ausrichten
27246 \end_layout
27247
27248 \begin_layout Standard
27249 \align center
27250 \begin_inset Box Boxed
27251 position "c"
27252 hor_pos "s"
27253 has_inner_box 0
27254 inner_pos "s"
27255 use_parbox 0
27256 width "90col%"
27257 special "none"
27258 height "1.25in"
27259 height_special "totalheight"
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263 \align left
27264 Dieser Boxinhalt wurde horizontal gedehnt.
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Subsection
27273 Verzierung
27274 \begin_inset CommandInset label
27275 LatexCommand label
27276 name "uab:Verzierung"
27277
27278 \end_inset
27279
27280
27281 \begin_inset Index
27282 status collapsed
27283
27284 \begin_layout Plain Layout
27285 Boxen ! Verzierung
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 Im 
27295 \family sans
27296 Box-Einstellungen-
27297 \family default
27298 Dialog können Sie mit der 
27299 \family sans
27300 Verzierung
27301 \family default
27302  den Typ der Box auswählen:
27303 \end_layout
27304
27305 \begin_layout Description
27306 Einfacher
27307 \begin_inset space ~
27308 \end_inset
27309
27310 rechteckiger
27311 \begin_inset space ~
27312 \end_inset
27313
27314 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27315  Die Rahmendicke wird durch 
27316 \series bold
27317
27318 \backslash
27319 fboxrule
27320 \series default
27321  festgelegt.
27322  
27323 \begin_inset Box Boxed
27324 position "c"
27325 hor_pos "c"
27326 has_inner_box 1
27327 inner_pos "c"
27328 use_parbox 0
27329 width "21col%"
27330 special "none"
27331 height "1in"
27332 height_special "totalheight"
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337 \series medium
27338 Rechteckige
27339 \begin_inset space ~
27340 \end_inset
27341
27342 Box
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Description
27351 erlaube
27352 \begin_inset space ~
27353 \end_inset
27354
27355 Seitenumbrüche Wenn Sie die Verzierung 
27356 \family sans
27357 Einfacher rechteckiger Rahmen
27358 \family default
27359  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27360  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27361  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27362  für sich ist und 
27363 \series bold
27364
27365 \backslash
27366 fboxrule
27367 \series default
27368  und 
27369 \series bold
27370
27371 \backslash
27372 fboxsep
27373 \series default
27374  keinen Einfluss auf diesen Box Typ haben.
27375  Die Rahmendicke wird durch 
27376 \series bold
27377
27378 \backslash
27379 FrameRule
27380 \series default
27381  festgelegt.
27382  
27383 \begin_inset Box Framed
27384 position "t"
27385 hor_pos "c"
27386 has_inner_box 0
27387 inner_pos "t"
27388 use_parbox 0
27389 width "100col%"
27390 special "none"
27391 height "1in"
27392 height_special "totalheight"
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 Box erlaubt Seitenumbruch
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Description
27405 Ovaler
27406 \begin_inset space ~
27407 \end_inset
27408
27409 Rahmen,
27410 \begin_inset space ~
27411 \end_inset
27412
27413 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27414  Die Rahmendicke ist 0.4
27415 \begin_inset space \thinspace{}
27416 \end_inset
27417
27418 pt.
27419  
27420 \begin_inset Box ovalbox
27421 position "c"
27422 hor_pos "c"
27423 has_inner_box 1
27424 inner_pos "c"
27425 use_parbox 0
27426 width "20col%"
27427 special "none"
27428 height "1in"
27429 height_special "totalheight"
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 Ovale
27434 \begin_inset space ~
27435 \end_inset
27436
27437 Box,
27438 \begin_inset space ~
27439 \end_inset
27440
27441 dünn
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \begin_layout Description
27450 Ovaler
27451 \begin_inset space ~
27452 \end_inset
27453
27454 Rahmen,
27455 \begin_inset space ~
27456 \end_inset
27457
27458 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27459  Die Rahmendicke ist 0.8
27460 \begin_inset space \thinspace{}
27461 \end_inset
27462
27463 pt.
27464  
27465 \begin_inset Box Ovalbox
27466 position "c"
27467 hor_pos "c"
27468 has_inner_box 1
27469 inner_pos "c"
27470 use_parbox 0
27471 width "20col%"
27472 special "none"
27473 height "1in"
27474 height_special "totalheight"
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 Ovale
27479 \begin_inset space ~
27480 \end_inset
27481
27482 Box,
27483 \begin_inset space ~
27484 \end_inset
27485
27486 dick
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Description
27495 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27496  Die Rahmendicke wird durch 
27497 \series bold
27498
27499 \backslash
27500 fboxrule
27501 \series default
27502  festgelegt, der Schatten ist 4
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 pt breit.
27507 \begin_inset Newline newline
27508 \end_inset
27509
27510
27511 \begin_inset Box Shadowbox
27512 position "c"
27513 hor_pos "c"
27514 has_inner_box 1
27515 inner_pos "c"
27516 use_parbox 0
27517 width "20col%"
27518 special "none"
27519 height "1in"
27520 height_special "totalheight"
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Schattierte
27525 \begin_inset space ~
27526 \end_inset
27527
27528 Box
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \begin_layout Description
27537 Schattierter
27538 \begin_inset space ~
27539 \end_inset
27540
27541 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27542  Im Gegensatz zu farbigen Boxen
27543 \begin_inset Foot
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 siehe Abschnitt
27548 \begin_inset space ~
27549 \end_inset
27550
27551
27552 \begin_inset CommandInset ref
27553 LatexCommand ref
27554 reference "abs:Farbige-Boxen"
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \end_inset
27562
27563  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27564  die Box ist ein Absatz für sich.
27565  
27566 \begin_inset Box Shaded
27567 position "t"
27568 hor_pos "c"
27569 has_inner_box 0
27570 inner_pos "t"
27571 use_parbox 0
27572 width "50col%"
27573 special "none"
27574 height "1in"
27575 height_special "totalheight"
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579 Schattierter Hintergrund Box
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Description
27588 Doppelter
27589 \begin_inset space ~
27590 \end_inset
27591
27592 rechteckiger
27593 \begin_inset space ~
27594 \end_inset
27595
27596 Rahmen zeichnet einen doppelten Rahmen um die Box.
27597  Der innere Rahmen ist 0.75
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601
27602 \series bold
27603
27604 \backslash
27605 fboxrule
27606 \series default
27607  breit, der äußere 1.5
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611
27612 \series bold
27613
27614 \backslash
27615 fboxrule
27616 \series default
27617 , der Zwischenraum 1.5
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621
27622 \series bold
27623
27624 \backslash
27625 fboxrule
27626 \series default
27627
27628 \begin_inset space \thinspace{}
27629 \end_inset
27630
27631 +
27632 \begin_inset space \thinspace{}
27633 \end_inset
27634
27635 0.5
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 pt.
27640  
27641 \begin_inset Box Doublebox
27642 position "c"
27643 hor_pos "c"
27644 has_inner_box 1
27645 inner_pos "c"
27646 use_parbox 0
27647 width "20col%"
27648 special "none"
27649 height "1in"
27650 height_special "totalheight"
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 Doppelt
27655 \begin_inset space ~
27656 \end_inset
27657
27658 gerahmte
27659 \begin_inset space ~
27660 \end_inset
27661
27662 Box
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Standard
27671 \begin_inset VSpace bigskip
27672 \end_inset
27673
27674 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27675  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27676 \series bold
27677 fancybox
27678 \series default
27679
27680 \begin_inset Index
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 LaTeX-Pakete ! fancybox
27685 \end_layout
27686
27687 \end_inset
27688
27689  installiert sein.
27690 \end_layout
27691
27692 \begin_layout Section
27693 Box-Anpassung
27694 \begin_inset Index
27695 status collapsed
27696
27697 \begin_layout Plain Layout
27698 Boxen ! Anpassung
27699 \end_layout
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Standard
27707 Der Standardwert für 
27708 \series bold
27709
27710 \backslash
27711 fboxrule
27712 \series default
27713  ist 0.4
27714 \begin_inset space \thinspace{}
27715 \end_inset
27716
27717 pt.
27718  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 pt gesetzt werden:
27723 \end_layout
27724
27725 \begin_layout Standard
27726
27727 \series bold
27728
27729 \backslash
27730 setlength{
27731 \backslash
27732 fboxrule}{2pt}
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \begin_inset ERT
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740
27741
27742 \backslash
27743 setlength{
27744 \backslash
27745 fboxrule}{2pt}
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \begin_inset Box Boxed
27752 position "c"
27753 hor_pos "c"
27754 has_inner_box 1
27755 inner_pos "c"
27756 use_parbox 0
27757 width "30col%"
27758 special "none"
27759 height "1in"
27760 height_special "totalheight"
27761 status open
27762
27763 \begin_layout Plain Layout
27764 \align center
27765 Rechteckige Box mit einer Rahmenbreite von 2
27766 \begin_inset space \thinspace{}
27767 \end_inset
27768
27769 pt
27770 \end_layout
27771
27772 \end_inset
27773
27774
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780
27781 \backslash
27782 setlength{
27783 \backslash
27784 fboxrule}{0.4pt}
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \begin_inset VSpace bigskip
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Standard
27797 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27798 \begin_inset space \thinspace{}
27799 \end_inset
27800
27801 pt.
27802  Sie können das ändern, indem Sie den Wert von 
27803 \series bold
27804
27805 \backslash
27806 fboxsep
27807 \series default
27808  mit einem TeX-Code-Befehl ändern:
27809 \end_layout
27810
27811 \begin_layout Standard
27812
27813 \series bold
27814
27815 \backslash
27816 setlength{
27817 \backslash
27818 fboxsep}{10pt}
27819 \end_layout
27820
27821 \begin_layout Standard
27822 setzt den Wert auf 10
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826 pt, wie in der folgenden Box:
27827 \end_layout
27828
27829 \begin_layout Standard
27830 \begin_inset ERT
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835
27836 \backslash
27837 setlength{
27838 \backslash
27839 fboxsep}{10pt}
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \begin_inset Box Boxed
27846 position "c"
27847 hor_pos "c"
27848 has_inner_box 1
27849 inner_pos "c"
27850 use_parbox 0
27851 width "25col%"
27852 special "none"
27853 height "1in"
27854 height_special "totalheight"
27855 status open
27856
27857 \begin_layout Plain Layout
27858 \align center
27859 Rechteckige Box mit 
27860 \series bold
27861
27862 \backslash
27863 fboxsep
27864 \series default
27865
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869 =
27870 \begin_inset space \thinspace{}
27871 \end_inset
27872
27873 10
27874 \begin_inset space \thinspace{}
27875 \end_inset
27876
27877 pt
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset ERT
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887
27888
27889 \backslash
27890 setlength{
27891 \backslash
27892 fboxsep}{3pt}
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \begin_layout Standard
27901 \noindent
27902 \begin_inset VSpace bigskip
27903 \end_inset
27904
27905 Der Durchmesser der abgerundeten Ecken kann mit 
27906 \series bold
27907
27908 \backslash
27909 cornersize
27910 \series default
27911  gesetzt werden.
27912  Der TeX-Code-Befehl
27913 \end_layout
27914
27915 \begin_layout Standard
27916
27917 \series bold
27918
27919 \backslash
27920 cornersize*{1cm}
27921 \end_layout
27922
27923 \begin_layout Standard
27924 setzt den Durchmesser auf 1
27925 \begin_inset space \thinspace{}
27926 \end_inset
27927
27928 cm.
27929  Der TeX-Code-Befehl
27930 \end_layout
27931
27932 \begin_layout Standard
27933
27934 \series bold
27935
27936 \backslash
27937 cornersize{num}
27938 \end_layout
27939
27940 \begin_layout Standard
27941 setzt den Durchmesser auf 
27942 \family sans
27943 num
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 ×
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 Minimum(Breite der Box, Höhe der Box)
27952 \family default
27953 .
27954  Der Standardwert ist 
27955 \series bold
27956
27957 \backslash
27958 cornersize{0.5}
27959 \series default
27960 .
27961 \end_layout
27962
27963 \begin_layout Standard
27964 \begin_inset ERT
27965 status collapsed
27966
27967 \begin_layout Plain Layout
27968
27969
27970 \backslash
27971 cornersize*{1.5cm}
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \begin_inset Box Ovalbox
27978 position "c"
27979 hor_pos "c"
27980 has_inner_box 1
27981 inner_pos "c"
27982 use_parbox 0
27983 width "30col%"
27984 special "none"
27985 height "1in"
27986 height_special "totalheight"
27987 status open
27988
27989 \begin_layout Plain Layout
27990 \align center
27991 Ovale Box, dicker Rand, mit 
27992 \series bold
27993
27994 \backslash
27995 cornersize
27996 \series default
27997
27998 \begin_inset space \thinspace{}
27999 \end_inset
28000
28001 =
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 1.5
28006 \begin_inset space \thinspace{}
28007 \end_inset
28008
28009 cm
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \begin_inset ERT
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019
28020
28021 \backslash
28022 cornersize{0.5}
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Standard
28031 \begin_inset VSpace bigskip
28032 \end_inset
28033
28034 Die Breite des Schattens wird mit 
28035 \series bold
28036
28037 \backslash
28038 shadowsize
28039 \series default
28040  festgelegt.
28041  Mit dem TeX-Code-Befehl
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 shadowsize}{2pt}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 wird er für die folgende Box auf 2
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 pt festgelegt.
28060 \end_layout
28061
28062 \begin_layout Standard
28063 \begin_inset ERT
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067
28068
28069 \backslash
28070 setlength{
28071 \backslash
28072 shadowsize}{2pt}
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \begin_inset Box Shadowbox
28079 position "c"
28080 hor_pos "c"
28081 has_inner_box 1
28082 inner_pos "c"
28083 use_parbox 0
28084 width "25col%"
28085 special "none"
28086 height "1in"
28087 height_special "totalheight"
28088 status open
28089
28090 \begin_layout Plain Layout
28091 \align center
28092 Schattierte Box mit 
28093 \series bold
28094
28095 \backslash
28096 shadowsize
28097 \series default
28098
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 =
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 2
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110 pt
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset ERT
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120
28121
28122 \backslash
28123 setlength{
28124 \backslash
28125 shadowsize}{4pt}
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 \begin_inset VSpace bigskip
28135 \end_inset
28136
28137 Der Standardwert für 
28138 \series bold
28139
28140 \backslash
28141 FrameRule
28142 \series default
28143  ist 0.4
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 pt.
28148  Der Standard-Abstand zwischen Rahmen und Text ist 9
28149 \begin_inset space \thinspace{}
28150 \end_inset
28151
28152 pt und kann mit dem Wert für 
28153 \series bold
28154
28155 \backslash
28156 FrameSep
28157 \series default
28158  geändert werden.
28159  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28160  TeX-Code Befehlen geändert:
28161 \end_layout
28162
28163 \begin_layout Standard
28164
28165 \series bold
28166
28167 \backslash
28168 setlength{
28169 \backslash
28170 FrameRule}{5pt}
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174
28175 \backslash
28176 setlength{
28177 \backslash
28178 FrameSep}{0.5cm}
28179 \end_layout
28180
28181 \begin_layout Standard
28182 \begin_inset ERT
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186
28187
28188 \backslash
28189 setlength{
28190 \backslash
28191 FrameRule}{5pt}
28192 \end_layout
28193
28194 \begin_layout Plain Layout
28195
28196
28197 \backslash
28198 setlength{
28199 \backslash
28200 FrameSep}{0.5cm}
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset Box Framed
28207 position "t"
28208 hor_pos "c"
28209 has_inner_box 0
28210 inner_pos "t"
28211 use_parbox 0
28212 width "100col%"
28213 special "none"
28214 height "1in"
28215 height_special "totalheight"
28216 status open
28217
28218 \begin_layout Plain Layout
28219 Dies ist Text in einer 
28220 \family sans
28221 Seitenumbruch erlaubt
28222 \family default
28223  Box.
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 FrameRule}{0.4pt}
28239 \end_layout
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 setlength{
28246 \backslash
28247 FrameSep}{9pt}
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 \begin_inset VSpace bigskip
28257 \end_inset
28258
28259 Für Boxen mit 
28260 \family sans
28261 schattiertem Hintergrund
28262 \family default
28263  beträgt der Abstand zwischen Rand und Text 3
28264 \begin_inset space \thinspace{}
28265 \end_inset
28266
28267 pt und kann mit 
28268 \series bold
28269
28270 \backslash
28271 fboxsep
28272 \series default
28273  geändert werden.
28274  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28275  
28276 \series bold
28277
28278 \backslash
28279 definecolor{shadebox}
28280 \series default
28281  oder global über das Menü 
28282 \family sans
28283 Werkzeuge\SpecialChar \menuseparator
28284 Einstellungen\SpecialChar \menuseparator
28285 Farben\SpecialChar \menuseparator
28286 Schattierte
28287 \begin_inset space ~
28288 \end_inset
28289
28290 Box
28291 \family default
28292  geändert werden.
28293  Das Schema des 
28294 \series bold
28295
28296 \backslash
28297 definecolor
28298 \series default
28299  Befehls ist  in Abschnitt
28300 \begin_inset space ~
28301 \end_inset
28302
28303
28304 \begin_inset CommandInset ref
28305 LatexCommand ref
28306 reference "abs:Farbige-Tabellen"
28307
28308 \end_inset
28309
28310  erklärt.
28311 \begin_inset Foot
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315 Beachten Sie, dass 
28316 \series bold
28317
28318 \backslash
28319 definecolor
28320 \series default
28321  das LaTeX-Paket 
28322 \series bold
28323 color
28324 \series default
28325  im LaTeX-Vorspann benötigt, siehe Abschnitt
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "abs:Farbige-Boxen"
28333
28334 \end_inset
28335
28336 .
28337 \end_layout
28338
28339 \end_inset
28340
28341  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28342 \end_layout
28343
28344 \begin_layout Standard
28345
28346 \series bold
28347
28348 \backslash
28349 setlength{
28350 \backslash
28351 fboxsep}{0.5cm}
28352 \begin_inset Newline newline
28353 \end_inset
28354
28355
28356 \backslash
28357 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset ERT
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365
28366
28367 \backslash
28368 setlength{
28369 \backslash
28370 fboxsep}{0.5cm}
28371 \end_layout
28372
28373 \begin_layout Plain Layout
28374
28375
28376 \backslash
28377 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \begin_inset Box Shaded
28384 position "t"
28385 hor_pos "c"
28386 has_inner_box 0
28387 inner_pos "t"
28388 use_parbox 0
28389 width "100col%"
28390 special "none"
28391 height "1in"
28392 height_special "totalheight"
28393 status open
28394
28395 \begin_layout Plain Layout
28396
28397 \color yellow
28398 Dies ist gelber Text in einer 
28399 \family sans
28400 schattierten Hintergrund
28401 \begin_inset space ~
28402 \end_inset
28403
28404
28405 \family default
28406 Box auf dunkelgrünem Hintergrund.
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417
28418 \backslash
28419 setlength{
28420 \backslash
28421 fboxsep}{3pt}
28422 \end_layout
28423
28424 \begin_layout Plain Layout
28425
28426
28427 \backslash
28428 definecolor{shadecolor}{rgb}{1,0,0}
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \begin_inset VSpace bigskip
28438 \end_inset
28439
28440 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28441  der sie ändert.
28442 \end_layout
28443
28444 \begin_layout Section
28445 Minipage
28446 \begin_inset CommandInset label
28447 LatexCommand label
28448 name "abs:Minipage"
28449
28450 \end_inset
28451
28452
28453 \begin_inset Index
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457 Boxen ! Minipage
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28467  deshalb unter anderem eigene Fußnoten haben.
28468 \end_layout
28469
28470 \begin_layout Standard
28471 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28472 \end_layout
28473
28474 \begin_layout Standard
28475 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28476  Ihre Breite ist 45 Spaltenbreite
28477 \begin_inset space ~
28478 \end_inset
28479
28480 %, und sie sind durch einen 
28481 \family sans
28482 HFill
28483 \family default
28484  getrennt (
28485 \family sans
28486 Einfügen\SpecialChar \menuseparator
28487 Formatierung\SpecialChar \menuseparator
28488 Horizontaler
28489 \begin_inset space \space{}
28490 \end_inset
28491
28492 Abstand\SpecialChar \menuseparator
28493 Abstand\SpecialChar \menuseparator
28494 Variabler
28495 \begin_inset space ~
28496 \end_inset
28497
28498 horiz.
28499 \begin_inset space ~
28500 \end_inset
28501
28502 Abstand
28503 \family default
28504 ).
28505 \begin_inset Newpage newpage
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \noindent
28513 \begin_inset Box Frameless
28514 position "t"
28515 hor_pos "c"
28516 has_inner_box 1
28517 inner_pos "c"
28518 use_parbox 0
28519 width "45col%"
28520 special "none"
28521 height "1in"
28522 height_special "totalheight"
28523 status open
28524
28525 \begin_layout Plain Layout
28526 Dies ist ein deutscher Text.
28527  Dies ist ein deutscher Text.
28528  Dies ist ein deutscher Text.
28529  Dies ist ein deutscher Text.
28530  Dies ist ein deutscher Text.
28531  Dies ist ein deutscher Text.
28532  Dies ist ein deutscher Text.
28533  Dies ist ein deutscher Text.
28534  Dies ist ein deutscher Text.
28535  Dies ist ein deutscher Text.
28536  Dies ist ein deutscher Text.
28537  Dies ist ein deutscher Text.
28538  Dies ist ein deutscher Text
28539 \begin_inset Foot
28540 status open
28541
28542 \begin_layout Plain Layout
28543 Dies ist eine deutsche Fußnote.
28544 \end_layout
28545
28546 \end_inset
28547
28548 .
28549  Dies ist ein deutscher Text.
28550  Dies ist ein deutscher Text.
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \begin_inset space \hfill{}
28557 \end_inset
28558
28559
28560 \begin_inset Box Frameless
28561 position "t"
28562 hor_pos "c"
28563 has_inner_box 1
28564 inner_pos "c"
28565 use_parbox 0
28566 width "45col%"
28567 special "none"
28568 height "1in"
28569 height_special "totalheight"
28570 status open
28571
28572 \begin_layout Plain Layout
28573
28574 \lang english
28575 This is an English Text.
28576  This is an English Text.
28577  This is an English Text.
28578  This is an English Text.
28579  This is an English Text.
28580  This is an English Text.
28581  This is an English Text.
28582  This is an English Text.
28583  This is an English Text.
28584  This is an English Text.
28585  This is an English Text.
28586  This is an English Text.
28587  This is an English Text.
28588  This is an English Text.
28589  This is an English Text.
28590  This is an English Text.
28591 \begin_inset Foot
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596 \lang english
28597 This is an English footnote.
28598 \end_layout
28599
28600 \end_inset
28601
28602  This is an English Text.
28603  
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Standard
28612 \noindent
28613 \begin_inset VSpace bigskip
28614 \end_inset
28615
28616 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28617  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28618  auf der die Tabelle gedruckt wird: 
28619 \begin_inset Tabular
28620 <lyxtabular version="3" rows="3" columns="4">
28621 <features>
28622 <column alignment="center" valignment="top" width="0pt">
28623 <column alignment="center" valignment="top" width="0pt">
28624 <column alignment="center" valignment="top" width="0pt">
28625 <column alignment="center" valignment="top" width="0pt">
28626 <row>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631 1
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640 2
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28646 \begin_inset Text
28647
28648 \begin_layout Plain Layout
28649 3
28650 \begin_inset Foot
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Dies ist eine Fußnote in einer Tabelle.
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668 4
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 </row>
28674 <row>
28675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28676 \begin_inset Text
28677
28678 \begin_layout Plain Layout
28679 a
28680 \end_layout
28681
28682 \end_inset
28683 </cell>
28684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688 b
28689 \end_layout
28690
28691 \end_inset
28692 </cell>
28693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 c
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706 d
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 </row>
28712 <row>
28713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28714 \begin_inset Text
28715
28716 \begin_layout Plain Layout
28717 e
28718 \end_layout
28719
28720 \end_inset
28721 </cell>
28722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Plain Layout
28726 f
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28732 \begin_inset Text
28733
28734 \begin_layout Plain Layout
28735 g
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28741 \begin_inset Text
28742
28743 \begin_layout Plain Layout
28744 h
28745 \end_layout
28746
28747 \end_inset
28748 </cell>
28749 </row>
28750 </lyxtabular>
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 \noindent
28759 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28760  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28761  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28762  außerhalb.
28763 \end_layout
28764
28765 \begin_layout Standard
28766 \align center
28767 \begin_inset Box Frameless
28768 position "t"
28769 hor_pos "c"
28770 has_inner_box 1
28771 inner_pos "c"
28772 use_parbox 0
28773 width "30col%"
28774 special "none"
28775 height "1in"
28776 height_special "totalheight"
28777 status open
28778
28779 \begin_layout Plain Layout
28780 \align center
28781 \begin_inset Tabular
28782 <lyxtabular version="3" rows="3" columns="4">
28783 <features>
28784 <column alignment="center" valignment="top" width="0pt">
28785 <column alignment="center" valignment="top" width="0pt">
28786 <column alignment="center" valignment="top" width="0pt">
28787 <column alignment="center" valignment="top" width="0pt">
28788 <row>
28789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Plain Layout
28793 1
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 2
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28808 \begin_inset Text
28809
28810 \begin_layout Plain Layout
28811 3
28812 \begin_inset Foot
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 Dies ist eine Fußnote in einer Tabelle.
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Plain Layout
28830 4
28831 \end_layout
28832
28833 \end_inset
28834 </cell>
28835 </row>
28836 <row>
28837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841 a
28842 \end_layout
28843
28844 \end_inset
28845 </cell>
28846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28847 \begin_inset Text
28848
28849 \begin_layout Plain Layout
28850 b
28851 \end_layout
28852
28853 \end_inset
28854 </cell>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859 c
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868 d
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 </row>
28874 <row>
28875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Plain Layout
28879 e
28880 \end_layout
28881
28882 \end_inset
28883 </cell>
28884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888 f
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897 g
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906 h
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 </row>
28912 </lyxtabular>
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset VSpace bigskip
28926 \end_inset
28927
28928 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28929  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28930  Absätze nicht eingerückt werden, obwohl Sie das in 
28931 \family sans
28932 Dokument
28933 \family default
28934 \SpecialChar \menuseparator
28935
28936 \family sans
28937 Einstellun\SpecialChar \-
28938 gen\SpecialChar \menuseparator
28939 Textformat
28940 \family default
28941  festgelegt haben.
28942  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28943  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28944 \series bold
28945
28946 \backslash
28947 hspace*{1em}
28948 \series default
28949 .
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28954  zu verpassen, siehe Abschnitt
28955 \begin_inset space ~
28956 \end_inset
28957
28958
28959 \begin_inset CommandInset ref
28960 LatexCommand ref
28961 reference "uab:Farbe-für-Absätze"
28962
28963 \end_inset
28964
28965 .
28966 \end_layout
28967
28968 \begin_layout Standard
28969 \begin_inset Note Greyedout
28970 status open
28971
28972 \begin_layout Plain Layout
28973
28974 \series bold
28975 Bemerkung:
28976 \series default
28977  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28978  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Section
28987 Parbox
28988 \begin_inset CommandInset label
28989 LatexCommand label
28990 name "abs:Parbox"
28991
28992 \end_inset
28993
28994
28995 \begin_inset Index
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Boxen ! Parbox
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Parbox ist eine Abkürzung für 
29009 \begin_inset Quotes gld
29010 \end_inset
29011
29012 paragraph box
29013 \begin_inset Quotes grd
29014 \end_inset
29015
29016 , was Absatzbox bedeutet.
29017  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29018  Parboxen einige Einschränkungen.
29019  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29020  gedruckt:
29021 \end_layout
29022
29023 \begin_layout Standard
29024 \align center
29025 \begin_inset Box Frameless
29026 position "t"
29027 hor_pos "c"
29028 has_inner_box 1
29029 inner_pos "t"
29030 use_parbox 1
29031 width "33col%"
29032 special "none"
29033 height "1in"
29034 height_special "totalheight"
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Dies ist Text in einer Parbox.
29039  Dies ist Text in einer Parbox.
29040 \end_layout
29041
29042 \begin_layout Plain Layout
29043 Diese Fußnote wird nicht gedruckt:
29044 \begin_inset Foot
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \begin_layout Standard
29062 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29063  und Theoreme enthalten.
29064 \end_layout
29065
29066 \begin_layout Section
29067 Boxen für Worte und Buchstaben
29068 \begin_inset Index
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Boxen ! für Buchstaben
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Subsection
29081 Silbentrennung unterbinden 
29082 \begin_inset CommandInset label
29083 LatexCommand label
29084 name "abs:Silbentrennung-unterbinden"
29085
29086 \end_inset
29087
29088
29089 \begin_inset Index
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Boxen ! zur Vermeidung von Silbentrennung
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Standard
29102 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29103 \begin_inset Newline newline
29104 \end_inset
29105
29106 Hier ist ein Beispiel: 
29107 \end_layout
29108
29109 \begin_layout Standard
29110 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29111 \begin_inset Quotes gld
29112 \end_inset
29113
29114 einsehrsehrsehrlangeswort
29115 \begin_inset Quotes grd
29116 \end_inset
29117
29118 .
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29123  soll, den TeX-Code
29124 \end_layout
29125
29126 \begin_layout Standard
29127
29128 \series bold
29129
29130 \backslash
29131 mbox{
29132 \end_layout
29133
29134 \begin_layout Standard
29135 ein.
29136  Hinter dem Wort fügen Sie 
29137 \series bold
29138
29139 \begin_inset Quotes gld
29140 \end_inset
29141
29142 }
29143 \series default
29144
29145 \begin_inset Quotes grd
29146 \end_inset
29147
29148  als TeX-Code ein.
29149  Hier ist das Ergebnis:
29150 \end_layout
29151
29152 \begin_layout Standard
29153 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159
29160 \backslash
29161 mbox{
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \begin_inset Quotes gld
29168 \end_inset
29169
29170 einsehrsehrsehrlangeswort
29171 \begin_inset Quotes grd
29172 \end_inset
29173
29174
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180 }
29181 \end_layout
29182
29183 \end_inset
29184
29185 .
29186 \end_layout
29187
29188 \begin_layout Standard
29189 Alternativ dazu kann man auch den Befehl 
29190 \begin_inset Quotes gld
29191 \end_inset
29192
29193
29194 \series bold
29195
29196 \backslash
29197 -
29198 \series default
29199
29200 \begin_inset Quotes grd
29201 \end_inset
29202
29203  als TeX-Code direkt vor das Wort setzen:
29204 \end_layout
29205
29206 \begin_layout Standard
29207 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29208 \begin_inset Quotes gld
29209 \end_inset
29210
29211
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 -
29220 \end_layout
29221
29222 \end_inset
29223
29224 einsehrsehrsehrlangeswort
29225 \begin_inset Quotes grd
29226 \end_inset
29227
29228 .
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29233  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29234 \series bold
29235 Strg-Eingabe
29236 \series default
29237 ) einfügen: 
29238 \end_layout
29239
29240 \begin_layout Standard
29241 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29242 \begin_inset Newline newline
29243 \end_inset
29244
29245
29246 \begin_inset ERT
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250
29251
29252 \backslash
29253 mbox{
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \begin_inset Quotes gld
29260 \end_inset
29261
29262 einsehrsehrsehrlangeswort
29263 \begin_inset Quotes grd
29264 \end_inset
29265
29266
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272 }
29273 \end_layout
29274
29275 \end_inset
29276
29277 .
29278 \end_layout
29279
29280 \begin_layout Subsection
29281 Vertikale Ausrichtung
29282 \begin_inset CommandInset label
29283 LatexCommand label
29284 name "uab:Vertikale-Ausrichtung"
29285
29286 \end_inset
29287
29288
29289 \begin_inset Index
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293 Boxen ! für Vertikale Ausrichtung
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \begin_inset Index
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 Boxen ! raisebox
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Standard
29312 Mit dem LaTeX-Befehl 
29313 \series bold
29314
29315 \backslash
29316 raisebox
29317 \series default
29318  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29319 n Textes ausrichten.
29320  
29321 \series bold
29322
29323 \backslash
29324 raisebox
29325 \series default
29326  wird folgendermaßen benutzt:
29327 \end_layout
29328
29329 \begin_layout Standard
29330
29331 \series bold
29332
29333 \backslash
29334 raisebox{Verschiebung}[oben][unten]{Text}
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Positive Werte für Verschiebung
29339 \series bold
29340  
29341 \series default
29342 verschieben die Box nach oben, negative nach unten.
29343  Die beiden optionalen Parameter 
29344 \family typewriter
29345 oben
29346 \family default
29347  und 
29348 \family typewriter
29349 unten
29350 \family default
29351  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29352  hinausgeht, wenn sie nicht verschoben ist.
29353 \end_layout
29354
29355 \begin_layout Standard
29356 Um zum Beispiel das Wort 
29357 \begin_inset Quotes gld
29358 \end_inset
29359
29360 provokant
29361 \begin_inset Quotes grd
29362 \end_inset
29363
29364  mit seinem 
29365 \begin_inset Quotes gld
29366 \end_inset
29367
29368 niedrigsten
29369 \begin_inset Quotes grd
29370 \end_inset
29371
29372  Buchstaben 
29373 \begin_inset Quotes gld
29374 \end_inset
29375
29376 p
29377 \begin_inset Quotes grd
29378 \end_inset
29379
29380  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29381 \end_layout
29382
29383 \begin_layout Standard
29384
29385 \series bold
29386
29387 \backslash
29388 raisebox{
29389 \backslash
29390 depth}{
29391 \end_layout
29392
29393 \begin_layout Standard
29394 vor dem Wort einfügen und 
29395 \begin_inset Quotes gld
29396 \end_inset
29397
29398
29399 \series bold
29400 }
29401 \series default
29402
29403 \begin_inset Quotes grd
29404 \end_inset
29405
29406  als TeX-Code dahinter:
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Dies ist eine Zeile, in der das Wort 
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 raisebox{
29419 \backslash
29420 depth}{
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Quotes gld
29427 \end_inset
29428
29429 provokant
29430 \begin_inset Quotes grd
29431 \end_inset
29432
29433
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439 }
29440 \end_layout
29441
29442 \end_inset
29443
29444  nach oben verschoben wurde.
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset VSpace bigskip
29449 \end_inset
29450
29451 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29452  gedehnt:
29453 \end_layout
29454
29455 \begin_layout Standard
29456 Dies ist eine Zeile, in der das Wort 
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 raisebox{-
29465 \backslash
29466 depth}{
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \begin_inset Quotes gld
29473 \end_inset
29474
29475 provokant
29476 \begin_inset Quotes grd
29477 \end_inset
29478
29479
29480 \begin_inset ERT
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484
29485 }
29486 \end_layout
29487
29488 \end_inset
29489
29490  nach unten verschoben wurde.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 Dies ist eine Zeile, in der das Wort 
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 raisebox{0.5cm}{
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \begin_inset Quotes gld
29509 \end_inset
29510
29511 testen
29512 \begin_inset Quotes grd
29513 \end_inset
29514
29515
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521 }
29522 \end_layout
29523
29524 \end_inset
29525
29526  um 0.5
29527 \begin_inset space \thinspace{}
29528 \end_inset
29529
29530 cm nach oben verschoben wurde.
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29535 \end_layout
29536
29537 \begin_layout Standard
29538
29539 \series bold
29540
29541 \backslash
29542 raisebox{-
29543 \backslash
29544 depth}[0pt]{
29545 \end_layout
29546
29547 \begin_layout Standard
29548 Dies ist eine Zeile, in der das Wort 
29549 \begin_inset ERT
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553
29554
29555 \backslash
29556 raisebox{-
29557 \backslash
29558 depth}[0pt]{
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \begin_inset Quotes gld
29565 \end_inset
29566
29567 provokant
29568 \begin_inset Quotes grd
29569 \end_inset
29570
29571
29572 \begin_inset ERT
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576
29577 }
29578 \end_layout
29579
29580 \end_inset
29581
29582  nach unten verschoben wurde.
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Dies ist eine Zeile, in der das Wort 
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591
29592
29593 \backslash
29594 raisebox{0.5cm}[0pt]{
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \begin_inset Quotes gld
29601 \end_inset
29602
29603 testen
29604 \begin_inset Quotes grd
29605 \end_inset
29606
29607
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613 }
29614 \end_layout
29615
29616 \end_inset
29617
29618  um 0.5
29619 \begin_inset space \thinspace{}
29620 \end_inset
29621
29622 cm nach oben verschoben wurde.
29623  Jetzt überschneiden sich die verschobenen Worte.
29624 \end_layout
29625
29626 \begin_layout Section
29627 Farbige Boxen
29628 \begin_inset CommandInset label
29629 LatexCommand label
29630 name "abs:Farbige-Boxen"
29631
29632 \end_inset
29633
29634
29635 \begin_inset Index
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Boxen ! farbige
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 Text-Hintergrundfarbe
29649 \begin_inset Index
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 Farbe ! für Text-Hintergrund
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Standard
29662 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29663  sogenannten 
29664 \begin_inset Quotes gld
29665 \end_inset
29666
29667 colorbox
29668 \begin_inset Quotes grd
29669 \end_inset
29670
29671  stehen.
29672  Dafür muss das LaTeX-Paket 
29673 \series bold
29674 color
29675 \series default
29676
29677 \begin_inset Index
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 LaTeX-Pakete ! color
29682 \end_layout
29683
29684 \end_inset
29685
29686  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29687 \end_layout
29688
29689 \begin_layout Standard
29690
29691 \series bold
29692
29693 \backslash
29694 @ifundefined{textcolor}
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704
29705 \backslash
29706 hphantom{ }
29707 \end_layout
29708
29709 \end_inset
29710
29711 {
29712 \backslash
29713 usepackage{color}}{}
29714 \end_layout
29715
29716 \begin_layout Standard
29717 Wenn Sie Text einfärben, lädt LyX das Paket 
29718 \series bold
29719 color
29720 \series default
29721  automatisch.
29722 \begin_inset Foot
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Der Befehl 
29727 \series bold
29728
29729 \backslash
29730 @ifundefined
29731 \series default
29732  vermeidet, dass es in diesem Fall doppelt geladen wird.
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Standard
29741 \begin_inset VSpace medskip
29742 \end_inset
29743
29744 Colorboxen werden mit dem Befehl 
29745 \series bold
29746
29747 \backslash
29748 colorbox
29749 \series default
29750  erzeugt:
29751 \end_layout
29752
29753 \begin_layout Standard
29754
29755 \series bold
29756
29757 \backslash
29758 colorbox{Farbe}{Boxinhalt}
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29763  Boxen sein.
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Die folgenden Farben sind vordefiniert:
29768 \family sans
29769  schwarz
29770 \family default
29771
29772 \family sans
29773 wei
29774 \family default
29775 ß, 
29776 \family sans
29777 rot
29778 \family default
29779 \series bold
29780 ,
29781 \series default
29782  
29783 \family sans
29784 grün
29785 \family default
29786
29787 \family sans
29788 blau
29789 \family default
29790
29791 \family sans
29792 türkis
29793 \family default
29794
29795 \family sans
29796 purpurrot
29797 \family default
29798  und 
29799 \family sans
29800 gelb
29801 \family default
29802 .
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29807 \begin_inset space ~
29808 \end_inset
29809
29810
29811 \begin_inset CommandInset ref
29812 LatexCommand ref
29813 reference "abs:Farbige-Tabellen"
29814
29815 \end_inset
29816
29817  beschrieben.
29818 \end_layout
29819
29820 \begin_layout Standard
29821 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29822  den TeX-Code-Befehl
29823 \end_layout
29824
29825 \begin_layout Standard
29826
29827 \series bold
29828
29829 \backslash
29830 colorbox{red}{
29831 \end_layout
29832
29833 \begin_layout Standard
29834 vor dem Wort ein.
29835  Hinter dem Wort fügen Sie 
29836 \series bold
29837
29838 \begin_inset Quotes gld
29839 \end_inset
29840
29841 }
29842 \series default
29843
29844 \begin_inset Quotes grd
29845 \end_inset
29846
29847  als TeX-Code ein.
29848  Hier ist das Ergebnis:
29849 \end_layout
29850
29851 \begin_layout Standard
29852 In dieser Zeile hat 
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 colorbox{red}{
29861 \end_layout
29862
29863 \end_inset
29864
29865 Achtung!
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871 }
29872 \end_layout
29873
29874 \end_inset
29875
29876  einen roten Hintergrund.
29877 \end_layout
29878
29879 \begin_layout Standard
29880 \begin_inset VSpace bigskip
29881 \end_inset
29882
29883 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29884  
29885 \series bold
29886
29887 \backslash
29888 fcolorbox
29889 \series default
29890  verwenden:
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29899 \end_layout
29900
29901 \begin_layout Standard
29902
29903 \series bold
29904
29905 \backslash
29906 fcolorbox
29907 \series default
29908  ist eine Erweiterung von 
29909 \series bold
29910
29911 \backslash
29912 colorbox
29913 \series default
29914 .
29915  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29916  
29917 \series bold
29918
29919 \backslash
29920 fboxrule
29921 \series default
29922  und 
29923 \series bold
29924
29925 \backslash
29926 fboxsep
29927 \series default
29928  gesteuert werden, wie in Abschnitt
29929 \begin_inset space ~
29930 \end_inset
29931
29932
29933 \begin_inset CommandInset ref
29934 LatexCommand ref
29935 reference "uab:Verzierung"
29936
29937 \end_inset
29938
29939  beschrieben.
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Für das folgende Beispiel wurde der Befehl
29944 \end_layout
29945
29946 \begin_layout Standard
29947
29948 \series bold
29949
29950 \backslash
29951 fcolorbox{cyan}{magenta}{
29952 \end_layout
29953
29954 \begin_layout Standard
29955 benutzt.
29956  Hier wurden die Rahmendicke und der Abstand auf 1
29957 \begin_inset space \thinspace{}
29958 \end_inset
29959
29960 mm gesetzt:
29961 \begin_inset Newline newline
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 fboxrule 1mm 
29973 \backslash
29974 fboxsep 1mm
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 fcolorbox{cyan}{green}{
29988 \end_layout
29989
29990 \end_inset
29991
29992 Dies ist Text in einer farbigen, gerahmten Box.
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998 }
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace bigskip
30008 \end_inset
30009
30010 Natürlich gibt es auch farbigen Text in einer Colorbox:
30011 \begin_inset Newline newline
30012 \end_inset
30013
30014
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020
30021 \backslash
30022 fcolorbox{cyan}{green}{
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \color yellow
30029 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30030 \color none
30031
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037 }
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 fboxrule 0.4pt 
30051 \backslash
30052 fboxsep 3pt
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset VSpace bigskip
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 \begin_inset Note Greyedout
30069 status open
30070
30071 \begin_layout Plain Layout
30072 \noindent
30073
30074 \series bold
30075 Bemerkung:
30076 \series default
30077  Text in Colorboxen kann nicht umgebrochen werden.
30078  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30079  wie im folgenden beschrieben.
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \begin_layout Subsection
30088 Farbe für Absätze
30089 \begin_inset CommandInset label
30090 LatexCommand label
30091 name "uab:Farbe-für-Absätze"
30092
30093 \end_inset
30094
30095
30096 \begin_inset Index
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100 Farbe ! für Absätze
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Standard
30109 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30110  den Text in eine Minipage stellen.
30111  Vor der Minipage fügen Sie den TeX-Code-Befehl
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 colorbox{color}{
30120 \end_layout
30121
30122 \begin_layout Standard
30123 ein.
30124  Hinter der Minipage fügen Sie 
30125 \series bold
30126
30127 \begin_inset Quotes gld
30128 \end_inset
30129
30130 }
30131 \series default
30132
30133 \begin_inset Quotes grd
30134 \end_inset
30135
30136  als TeX-Code ein.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145
30146 \backslash
30147 colorbox{hellgrau}{
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \begin_inset Box Frameless
30154 position "t"
30155 hor_pos "c"
30156 has_inner_box 1
30157 inner_pos "t"
30158 use_parbox 0
30159 width "100col%"
30160 special "none"
30161 height "1in"
30162 height_special "totalheight"
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Dies ist Text mit einer Hintergrundfarbe.
30167  Dies ist Text mit einer Hintergrundfarbe.
30168 \end_layout
30169
30170 \begin_layout Plain Layout
30171 Der Text kann Fußnoten
30172 \begin_inset Foot
30173 status open
30174
30175 \begin_layout Plain Layout
30176 Eine weitere Fußnote
30177 \end_layout
30178
30179 \end_inset
30180
30181  und Tabellen und Abbildungen enthalten.
30182 \end_layout
30183
30184 \begin_layout Plain Layout
30185 \align center
30186 \begin_inset Tabular
30187 <lyxtabular version="3" rows="3" columns="3">
30188 <features>
30189 <column alignment="center" valignment="top" width="0">
30190 <column alignment="center" valignment="top" width="0">
30191 <column alignment="center" valignment="top" width="0">
30192 <row>
30193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Plain Layout
30197 a
30198 \end_layout
30199
30200 \end_inset
30201 </cell>
30202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30203 \begin_inset Text
30204
30205 \begin_layout Plain Layout
30206 !
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Plain Layout
30215 3
30216 \end_layout
30217
30218 \end_inset
30219 </cell>
30220 </row>
30221 <row>
30222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30223 \begin_inset Text
30224
30225 \begin_layout Plain Layout
30226 <
30227 \end_layout
30228
30229 \end_inset
30230 </cell>
30231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30232 \begin_inset Text
30233
30234 \begin_layout Plain Layout
30235 b2
30236 \begin_inset Quotes erd
30237 \end_inset
30238
30239 |
30240 \end_layout
30241
30242 \end_inset
30243 </cell>
30244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30245 \begin_inset Text
30246
30247 \begin_layout Plain Layout
30248 >
30249 \end_layout
30250
30251 \end_inset
30252 </cell>
30253 </row>
30254 <row>
30255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30256 \begin_inset Text
30257
30258 \begin_layout Plain Layout
30259 1
30260 \end_layout
30261
30262 \end_inset
30263 </cell>
30264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30265 \begin_inset Text
30266
30267 \begin_layout Plain Layout
30268 §
30269 \end_layout
30270
30271 \end_inset
30272 </cell>
30273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30274 \begin_inset Text
30275
30276 \begin_layout Plain Layout
30277 c
30278 \end_layout
30279
30280 \end_inset
30281 </cell>
30282 </row>
30283 </lyxtabular>
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298 }
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Section
30307 Rotierte und skalierte Boxen
30308 \end_layout
30309
30310 \begin_layout Standard
30311 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30312 \series bold
30313 graphicx
30314 \series default
30315
30316 \begin_inset Index
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 LaTeX-Pakete ! graphicx
30321 \end_layout
30322
30323 \end_inset
30324
30325  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30326 \end_layout
30327
30328 \begin_layout Standard
30329
30330 \series bold
30331
30332 \backslash
30333 @ifundefined{rotatebox}
30334 \begin_inset Newline newline
30335 \end_inset
30336
30337
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 hphantom{ }
30346 \end_layout
30347
30348 \end_inset
30349
30350 {
30351 \backslash
30352 usepackage{graphicx}}{}
30353 \end_layout
30354
30355 \begin_layout Standard
30356 \begin_inset Note Greyedout
30357 status open
30358
30359 \begin_layout Plain Layout
30360
30361 \series bold
30362 Bemerkung:
30363 \series default
30364  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30365  darstellen.
30366  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Standard
30375 \begin_inset Note Greyedout
30376 status open
30377
30378 \begin_layout Plain Layout
30379
30380 \series bold
30381 Bemerkung:
30382 \series default
30383  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Subsection
30392 Rotierte Boxen
30393 \begin_inset Index
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Boxen ! rotierte
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Index
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Rotiertes Material
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \begin_inset Index
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 Abbildungen ! rotierte
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset Index
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 Tabellen ! rotierte
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Um Text zu drehen, verwendet man den Befehl 
30437 \series bold
30438
30439 \backslash
30440 rotatebox
30441 \series default
30442  im TeX-Code nach folgendem Schema:
30443 \end_layout
30444
30445 \begin_layout Standard
30446
30447 \series bold
30448
30449 \backslash
30450 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Der Drehpunkt wird mit 
30455 \series bold
30456 origin=Position
30457 \series default
30458  angegeben.
30459  Folgende Positionen sind möglich: 
30460 \emph on
30461 c
30462 \emph default
30463  (mittig), 
30464 \emph on
30465 l
30466 \emph default
30467  (links), 
30468 \emph on
30469 r
30470 \emph default
30471  (rechts), 
30472 \emph on
30473 b
30474 \emph default
30475  (unten), 
30476 \emph on
30477 t
30478 \emph default
30479  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30480  Z.
30481 \begin_inset space \thinspace{}
30482 \end_inset
30483
30484 B.
30485  bedeutet 
30486 \emph on
30487 lt
30488 \emph default
30489 , dass sich der Drehpunkt links oben befindet.
30490  Wird kein Drehpunkt angegeben, wird die Position 
30491 \emph on
30492 l
30493 \emph default
30494  verwendet.
30495  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30496  Gedreht wird gegen den Uhrzeigersinn.
30497 \end_layout
30498
30499 \begin_layout Standard
30500 Im folgenden Beispiel wurde vor dem Text der Befehl 
30501 \series bold
30502
30503 \backslash
30504 rotatebox[origin=c]{60}{
30505 \series default
30506  im TeX-Modus eingegeben.
30507  Nach dem Text wurde die schließende Klammer 
30508 \series bold
30509 }
30510 \series default
30511  wiederum im TeX-Modus eingegeben.
30512 \end_layout
30513
30514 \begin_layout Standard
30515 Dies ist eine Zeile 
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 rotatebox[origin=c]{60}{
30524 \end_layout
30525
30526 \end_inset
30527
30528 mit rotiertem
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534 }
30535 \end_layout
30536
30537 \end_inset
30538
30539  Text.
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30544 \end_layout
30545
30546 \begin_layout Standard
30547 Dies ist eine Zeile 
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 rotatebox[origin=r]{-60}{
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \begin_inset Box Doublebox
30562 position "c"
30563 hor_pos "c"
30564 has_inner_box 0
30565 inner_pos "c"
30566 use_parbox 0
30567 width "1in"
30568 special "width"
30569 height "1in"
30570 height_special "totalheight"
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574 mit rotiertem
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 }
30586 \end_layout
30587
30588 \end_inset
30589
30590  umrandeten Text 
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 rotatebox[origin=lb]{60}{
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30605 \end_inset
30606
30607
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613 }
30614 \end_layout
30615
30616 \end_inset
30617
30618  und einer Formel.
30619 \end_layout
30620
30621 \begin_layout Standard
30622 Oder ein Bild oder Tabelle:
30623 \end_layout
30624
30625 \begin_layout Standard
30626 Dies ist eine Zeile 
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632
30633 \backslash
30634 rotatebox[origin=lb]{90}{
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Graphics
30641         filename ../clipart/platypus.eps
30642         lyxscale 50
30643         width 25col%
30644
30645 \end_inset
30646
30647
30648 \begin_inset ERT
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652
30653 }
30654 \end_layout
30655
30656 \end_inset
30657
30658  mit einem rotierten Bild 
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664
30665 \backslash
30666 rotatebox[origin=l]{-90}{
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \begin_inset Tabular
30673 <lyxtabular version="3" rows="2" columns="2">
30674 <features>
30675 <column alignment="center" valignment="top" width="0">
30676 <column alignment="center" valignment="top" width="0">
30677 <row>
30678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30679 \begin_inset Text
30680
30681 \begin_layout Plain Layout
30682 q
30683 \end_layout
30684
30685 \end_inset
30686 </cell>
30687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691 w
30692 \end_layout
30693
30694 \end_inset
30695 </cell>
30696 </row>
30697 <row>
30698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702 e
30703 \end_layout
30704
30705 \end_inset
30706 </cell>
30707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711 r
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 </row>
30717 </lyxtabular>
30718
30719 \end_inset
30720
30721
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727 }
30728 \end_layout
30729
30730 \end_inset
30731
30732  und Tabelle.
30733 \end_layout
30734
30735 \begin_layout Subsection
30736 Skalierte Boxen
30737 \begin_inset Index
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Boxen ! skalierte
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset Index
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751 Skaliertes Material
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \begin_inset Index
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761 Abbildungen ! skalierte
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \begin_inset Index
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771 Tabellen ! skalierte
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Um Text zu skalieren, kann man die Befehle 
30781 \series bold
30782
30783 \backslash
30784 scalebox
30785 \series default
30786  und 
30787 \series bold
30788
30789 \backslash
30790 resizebox
30791 \series default
30792  im TeX-Modus verwenden.
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \series bold
30798
30799 \backslash
30800 scalebox
30801 \series default
30802  wird nach folgendem Schema verwendet:
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 scalebox{horizontal}[vertikal]{Boxinhalt}
30811 \end_layout
30812
30813 \begin_layout Standard
30814 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30815  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30816  verwendet.
30817 \end_layout
30818
30819 \begin_layout Standard
30820 Z.
30821 \begin_inset space \thinspace{}
30822 \end_inset
30823
30824 B.
30825  ergibt der Befehl 
30826 \series bold
30827
30828 \backslash
30829 scalebox{2}{Hallo}
30830 \series default
30831  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837
30838 \backslash
30839 scalebox{2}{
30840 \end_layout
30841
30842 \end_inset
30843
30844 Hallo
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850 }
30851 \end_layout
30852
30853 \end_inset
30854
30855 .
30856 \end_layout
30857
30858 \begin_layout Standard
30859
30860 \series bold
30861
30862 \backslash
30863 scalebox{2}[1]{Hallo}
30864 \series default
30865  verzerrt hingegen das 
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871
30872 \backslash
30873 scalebox{2}[1]{
30874 \end_layout
30875
30876 \end_inset
30877
30878 Hallo
30879 \begin_inset ERT
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883
30884 }
30885 \end_layout
30886
30887 \end_inset
30888
30889 .
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Die Skalierungsfaktoren dürfen auch negativ sein.
30894  In diesem Fall wird der Boxinhalt gespiegelt.
30895 \end_layout
30896
30897 \begin_layout Standard
30898 Daher lässt sich mit dem Befehl 
30899 \series bold
30900
30901 \backslash
30902 scalebox{-1}[1]{Hallo}
30903 \series default
30904  Spiegelschrift erstellen: 
30905 \begin_inset ERT
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909
30910
30911 \backslash
30912 scalebox{-1}[1]{
30913 \end_layout
30914
30915 \end_inset
30916
30917 Hallo
30918 \begin_inset ERT
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922
30923 }
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932
30933 \series bold
30934
30935 \backslash
30936 scalebox{1}[-1]{Hallo}
30937 \series default
30938  spiegelt das 
30939 \begin_inset ERT
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943
30944
30945 \backslash
30946 scalebox{1}[-1]{
30947 \end_layout
30948
30949 \end_inset
30950
30951 Hallo
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957 }
30958 \end_layout
30959
30960 \end_inset
30961
30962  an der Grundlinie.
30963 \end_layout
30964
30965 \begin_layout Standard
30966 Zu 
30967 \series bold
30968
30969 \backslash
30970 scalebox{-1}[1]{Boxinhalt}
30971 \series default
30972  gibt es den äquivalenten Befehl
30973 \begin_inset Newline newline
30974 \end_inset
30975
30976
30977 \series bold
30978
30979 \backslash
30980 reflectbox{Boxinhalt}
30981 \series default
30982 .
30983 \end_layout
30984
30985 \begin_layout Standard
30986 \begin_inset VSpace bigskip
30987 \end_inset
30988
30989
30990 \series bold
30991
30992 \backslash
30993 resizebox
30994 \series default
30995  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30996  skalieren.
30997  Das Befehlsschema ist folgendes:
30998 \end_layout
30999
31000 \begin_layout Standard
31001
31002 \series bold
31003
31004 \backslash
31005 resizebox{Breite}{Höhe}{Boxinhalt}
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31010 \series bold
31011 !
31012 \series default
31013  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31014  wird.
31015 \end_layout
31016
31017 \begin_layout Standard
31018 Der Befehl 
31019 \series bold
31020
31021 \backslash
31022 resizebox{2cm}{1cm}{Hallo}
31023 \series default
31024  ergibt: 
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 resizebox{2cm}{1cm}{
31033 \end_layout
31034
31035 \end_inset
31036
31037 Hallo
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043 }
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset Newline newline
31050 \end_inset
31051
31052 Der Befehl 
31053 \series bold
31054
31055 \backslash
31056 resizebox{2cm}{!}{Hallo}
31057 \series default
31058  ergibt: 
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 resizebox{2cm}{!}{
31067 \end_layout
31068
31069 \end_inset
31070
31071 Hallo
31072 \begin_inset ERT
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076
31077 }
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 \begin_inset VSpace bigskip
31087 \end_inset
31088
31089
31090 \begin_inset Note Greyedout
31091 status open
31092
31093 \begin_layout Plain Layout
31094
31095 \series bold
31096 Bemerkung:
31097 \series default
31098  Wurde in Argumenten von 
31099 \series bold
31100
31101 \backslash
31102 scalebox
31103 \series default
31104  oder 
31105 \series bold
31106
31107 \backslash
31108 resizebox
31109 \series default
31110  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31111  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31112  werden.
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \begin_layout Standard
31121 \begin_inset VSpace bigskip
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Standard
31128 Alle Boxen können beliebig miteinander kombiniert werden.
31129  So ergibt z.
31130 \begin_inset space \thinspace{}
31131 \end_inset
31132
31133 B.
31134  der Befehl
31135 \begin_inset Newline newline
31136 \end_inset
31137
31138
31139 \series bold
31140
31141 \backslash
31142 rotatebox[origin=c]{-45}{
31143 \backslash
31144 resizebox{2cm}{!}{
31145 \backslash
31146 reflectbox{Hallo}}}
31147 \series default
31148 :
31149 \end_layout
31150
31151 \begin_layout Standard
31152 \align center
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158
31159 \backslash
31160 rotatebox[origin=c]{-45}{
31161 \backslash
31162 resizebox{2cm}{!}{
31163 \backslash
31164 reflectbox{
31165 \end_layout
31166
31167 \end_inset
31168
31169 Hallo
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175 }}}
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \end_layout
31182
31183 \begin_layout Standard
31184 \noindent
31185 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31186 \end_layout
31187
31188 \begin_layout Standard
31189 \align center
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195
31196 \backslash
31197 rotatebox[origin=c]{-30}{
31198 \backslash
31199 resizebox{2cm}{!}{
31200 \backslash
31201 reflectbox{
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \begin_inset Graphics
31208         filename ../clipart/platypus.eps
31209         lyxscale 50
31210         width 25col%
31211
31212 \end_inset
31213
31214
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220 }}}
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 rotatebox[origin=c]{-45}{
31234 \backslash
31235 resizebox{2cm}{!}{
31236 \backslash
31237 reflectbox{
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \begin_inset Tabular
31244 <lyxtabular version="3" rows="2" columns="2">
31245 <features>
31246 <column alignment="center" valignment="top" width="0">
31247 <column alignment="center" valignment="top" width="0">
31248 <row>
31249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253 q
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31259 \begin_inset Text
31260
31261 \begin_layout Plain Layout
31262 w
31263 \end_layout
31264
31265 \end_inset
31266 </cell>
31267 </row>
31268 <row>
31269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273 e
31274 \end_layout
31275
31276 \end_inset
31277 </cell>
31278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31279 \begin_inset Text
31280
31281 \begin_layout Plain Layout
31282 r
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 </row>
31288 </lyxtabular>
31289
31290 \end_inset
31291
31292
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298 }}}
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 rotatebox[origin=c]{-45}{
31312 \backslash
31313 resizebox{2cm}{!}{
31314 \backslash
31315 reflectbox{
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31322 \end_inset
31323
31324
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330 }}}
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339 Hat man den globalen Formelstil 
31340 \series bold
31341 fleqn
31342 \series default
31343
31344 \begin_inset Foot
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348 Wenn 
31349 \begin_inset Quotes gld
31350 \end_inset
31351
31352 fleqn
31353 \begin_inset Quotes grd
31354 \end_inset
31355
31356  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31357 \end_layout
31358
31359 \end_inset
31360
31361  gewählt, kann man auch abgesetzte Formeln skalieren.
31362 \end_layout
31363
31364 \begin_layout Chapter
31365 Externe Dateien
31366 \begin_inset Index
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370 Dateien ! externe
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 Mit 
31380 \family sans
31381 Einfügen\SpecialChar \menuseparator
31382 Datei
31383 \family default
31384  können Sie fremdes Material in Ihr Dokument einsetzen.
31385  Das kann folgendes sein:
31386 \end_layout
31387
31388 \begin_layout Description
31389 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31390  eingefügt.
31391 \end_layout
31392
31393 \begin_layout Description
31394 Einfacher
31395 \begin_inset space ~
31396 \end_inset
31397
31398 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31399  eingefügt.
31400 \end_layout
31401
31402 \begin_layout Description
31403 Einfacher
31404 \begin_inset space ~
31405 \end_inset
31406
31407 Text,
31408 \begin_inset space ~
31409 \end_inset
31410
31411 Zeilen
31412 \begin_inset space ~
31413 \end_inset
31414
31415 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31416  Leerzeilen trennen die Absätze.
31417 \end_layout
31418
31419 \begin_layout Description
31420 Externes
31421 \begin_inset space ~
31422 \end_inset
31423
31424 Material Dateien in verschiedenen Formaten.
31425 \end_layout
31426
31427 \begin_layout Description
31428 Unterdokument LyX- oder LaTeX-Dokumente.
31429 \end_layout
31430
31431 \begin_layout Section
31432 Externes Material
31433 \begin_inset Index
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437 Externes Material
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \begin_layout Standard
31446 Mit 
31447 \family sans
31448 Einfügen\SpecialChar \menuseparator
31449 Datei\SpecialChar \menuseparator
31450  Externes Material
31451 \family default
31452  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31453  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31454  weil LyX sich darum kümmert.
31455  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31456  eingefügt werden können.
31457  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31458 \family sans
31459  Aussehen
31460 \begin_inset space ~
31461 \end_inset
31462
31463 &
31464 \begin_inset space ~
31465 \end_inset
31466
31467 Handhabung\SpecialChar \menuseparator
31468 Grafik
31469 \family default
31470 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31471 \end_layout
31472
31473 \begin_layout Standard
31474 Zur Zeit können Sie folgende Dateitypen (
31475 \family sans
31476 Vorlagen
31477 \family default
31478 ) benutzen:
31479 \end_layout
31480
31481 \begin_layout Description
31482 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31483 \series bold
31484
31485 \begin_inset CommandInset href
31486 LatexCommand href
31487 name "XBoard"
31488 target "http://en.wikipedia.org/wiki/XBoard"
31489
31490 \end_inset
31491
31492
31493 \series default
31494  erzeugt wurden.
31495 \end_layout
31496
31497 \begin_layout Description
31498 Datum fügt ein Datum mit dem Format 
31499 \emph on
31500 Tag-Monat-Jahr
31501 \emph default
31502  ein.
31503  Hier ist ein Beispiel: 
31504 \begin_inset External
31505         template Date
31506         filename .
31507
31508 \end_inset
31509
31510
31511 \begin_inset space ~
31512 \end_inset
31513
31514
31515 \begin_inset Note Note
31516 status open
31517
31518 \begin_layout Plain Layout
31519
31520 \lang english
31521 Remove the protected space when bug 4398 is fixed!
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31531  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31532  Menü 
31533 \family sans
31534 Einfügen\SpecialChar \menuseparator
31535 Datum
31536 \family default
31537  und mit dem LaTeX-Befehl 
31538 \series bold
31539
31540 \backslash
31541 today
31542 \series default
31543 .
31544  Die verschiedenen Methoden werden in Tabelle
31545 \begin_inset space ~
31546 \end_inset
31547
31548
31549 \begin_inset CommandInset ref
31550 LatexCommand ref
31551 reference "tab:Vergleich-der-Datums-Eingaben"
31552
31553 \end_inset
31554
31555  verglichen.
31556 \end_layout
31557
31558 \begin_layout Description
31559 Dia unterstützt Diagramme, die mit dem Programm 
31560 \series bold
31561
31562 \begin_inset CommandInset href
31563 LatexCommand href
31564 name "Dia"
31565 target "http://en.wikipedia.org/wiki/Dia_(software)"
31566
31567 \end_inset
31568
31569
31570 \series default
31571  erzeugt wurden.
31572 \end_layout
31573
31574 \begin_layout Description
31575 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31576 \series bold
31577
31578 \begin_inset CommandInset href
31579 LatexCommand href
31580 name "LilyPond"
31581 target "http://en.wikipedia.org/wiki/LilyPond"
31582
31583 \end_inset
31584
31585
31586 \series default
31587  schreiben.
31588 \end_layout
31589
31590 \begin_layout Description
31591 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31592  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31593 \emph on
31594 pages
31595 \emph default
31596  Option im Feld 
31597 \family sans
31598 Option
31599 \family default
31600  in der Karteikarte 
31601 \family sans
31602 LaTeX- und LyX-Optionen
31603 \family default
31604  entsprechend der Vorlagenbeschreibung im Dialog.
31605  Wenn keine 
31606 \emph on
31607 pages
31608 \emph default
31609  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31610 \end_layout
31611
31612 \begin_layout Description
31613 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31614  Fast alle bekannten Bildformate werden unterstützt.
31615  Die Bilddateien können im Dialogfenster 
31616 \family sans
31617 Externes
31618 \begin_inset space ~
31619 \end_inset
31620
31621 Material
31622 \family default
31623  genauso behandelt werden wie die mit dem normalen 
31624 \family sans
31625 Grafik
31626 \family default
31627 -Dialog eingefügten, siehe Abschnitt
31628 \begin_inset space ~
31629 \end_inset
31630
31631
31632 \begin_inset CommandInset ref
31633 LatexCommand ref
31634 reference "abs:Grafik-Dialog"
31635
31636 \end_inset
31637
31638 .
31639  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31640  und EPS-Bilder werden nicht unterstützt.
31641 \end_layout
31642
31643 \begin_layout Description
31644 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31645 \series bold
31646
31647 \begin_inset CommandInset href
31648 LatexCommand href
31649 name "Xfig"
31650 target "http://en.wikipedia.org/wiki/Xfig"
31651
31652 \end_inset
31653
31654
31655 \series default
31656  erzeugt wurden.
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Float table
31661 placement h
31662 wide false
31663 sideways false
31664 status open
31665
31666 \begin_layout Plain Layout
31667 \begin_inset Caption
31668
31669 \begin_layout Plain Layout
31670 \begin_inset CommandInset label
31671 LatexCommand label
31672 name "tab:Vergleich-der-Datums-Eingaben"
31673
31674 \end_inset
31675
31676 Vergleich der Datums-Eingaben
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \begin_layout Plain Layout
31685 \align center
31686 \begin_inset Tabular
31687 <lyxtabular version="3" rows="4" columns="4">
31688 <features>
31689 <column alignment="center" valignment="top" width="0">
31690 <column alignment="center" valignment="top" width="0">
31691 <column alignment="center" valignment="top" width="0">
31692 <column alignment="center" valignment="top" width="0">
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 Dokumentformat
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \family sans
31709 Externes Material\SpecialChar \menuseparator
31710 Datum
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719
31720 \family sans
31721 Einfügen\SpecialChar \menuseparator
31722 Datum
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 Befehl 
31732 \series bold
31733
31734 \backslash
31735 today
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 <row>
31742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746 LyX
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755 als Box
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764 als Datum
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 als TeX-Code
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 <row>
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784 LaTeX
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 als Datum
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802 als Datum
31803 \end_layout
31804
31805 \end_inset
31806 </cell>
31807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31808 \begin_inset Text
31809
31810 \begin_layout Plain Layout
31811 als Befehl
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 </row>
31817 <row>
31818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 DVI, PDF, PS
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 als Datum
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840 als Datum
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 als Datum
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 </lyxtabular>
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \begin_layout Standard
31868 Wenn Sie im Dialogfenster
31869 \family sans
31870  Externes
31871 \begin_inset space ~
31872 \end_inset
31873
31874 Material 
31875 \family default
31876 in der Karteikarte
31877 \family sans
31878  Datei
31879 \family default
31880  die Option 
31881 \family sans
31882 Entwurf
31883 \family default
31884  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888 LyX kann externes Material entweder als Box wie hier: 
31889 \begin_inset Graphics
31890         filename clipart/ExternesMaterialQt4.png
31891         scale 85
31892         scaleBeforeRotation
31893
31894 \end_inset
31895
31896  oder als Bild darstellen.
31897  Das hängt davon ab, ob Sie im Dialog
31898 \family sans
31899  
31900 \family default
31901 in der Karteikarte 
31902 \family sans
31903 LaTeX- und LyX-Optionen
31904 \family default
31905  die Option 
31906 \family sans
31907 In
31908 \begin_inset space ~
31909 \end_inset
31910
31911 LyX
31912 \begin_inset space ~
31913 \end_inset
31914
31915 anzeigen
31916 \family default
31917  gewählt haben oder nicht.
31918 \end_layout
31919
31920 \begin_layout Standard
31921 Im LyX-Handbuch 
31922 \family sans
31923 \emph on
31924 Anpassung
31925 \family default
31926 \emph default
31927  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31928 \end_layout
31929
31930 \begin_layout Section
31931 Unterdokumente
31932 \begin_inset CommandInset label
31933 LatexCommand label
31934 name "abs:Unterdokumente"
31935
31936 \end_inset
31937
31938
31939 \begin_inset Index
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 Unterdokument
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31953  oder Abschnitten bestehen.
31954  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31955  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31956  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
31957  z.
31958 \begin_inset space \thinspace{}
31959 \end_inset
31960
31961 B.
31962  das Literaturverzeichnis und Querverweismarken.
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
31967  müssen, geben Sie im Unterdokument im Menü
31968 \family sans
31969  Dokument\SpecialChar \menuseparator
31970 Einstellungen\SpecialChar \menuseparator
31971 Dokumentklasse
31972 \family default
31973  das Hauptdokument an.
31974  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
31975  bearbeiten.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 Unterdokumente werden in LyX als Box angezeigt: 
31980 \begin_inset Graphics
31981         filename clipart/UnterdokumentQt4.png
31982         scale 85
31983         scaleBeforeRotation
31984
31985 \end_inset
31986
31987  Sie werden über
31988 \family sans
31989  Einfügen\SpecialChar \menuseparator
31990 Datei\SpecialChar \menuseparator
31991 Unterdokument
31992 \family default
31993  eingebunden, was das Dialogfenster
31994 \family sans
31995  Unterdokument
31996 \family default
31997  öffnet.
31998  Für 
31999 \family sans
32000 die Art
32001 \begin_inset space ~
32002 \end_inset
32003
32004 der
32005 \begin_inset space ~
32006 \end_inset
32007
32008 Einbindung
32009 \family default
32010  gibt es dort vier Möglichkeiten:
32011 \end_layout
32012
32013 \begin_layout Description
32014 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32015  Wenn Sie im Dialogfenster
32016 \family sans
32017  Unterdokument
32018 \family default
32019  auf 
32020 \family sans
32021 Öffnen
32022 \family default
32023  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32024  und Sie können es editieren.
32025 \begin_inset Newline newline
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Standard
32032 Hier wird ein Unterdokument
32033 \family sans
32034  
32035 \family default
32036 per 
32037 \family sans
32038 Include
32039 \family default
32040  eingebunden: 
32041 \begin_inset CommandInset include
32042 LatexCommand include
32043 filename "DummyDocument1.lyx"
32044
32045 \end_inset
32046
32047 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32048  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32049  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32050 s.
32051  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32052 \begin_inset space ~
32053 \end_inset
32054
32055
32056 \begin_inset CommandInset ref
32057 LatexCommand ref
32058 reference "uab:Externer-Unterabschnitt-1"
32059
32060 \end_inset
32061
32062 .
32063 \end_layout
32064
32065 \begin_layout Standard
32066 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32067  wird benutzt.
32068  Unterdokumente, die per 
32069 \family sans
32070 Include
32071 \family default
32072  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32073  und enden mit einem Seitenumbruch.
32074 \end_layout
32075
32076 \begin_layout Standard
32077 Mit dem LaTeX-Befehl 
32078 \series bold
32079
32080 \backslash
32081 includeonly 
32082 \series default
32083 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32084  erstellt werden soll.
32085  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32086  sehen wollen, und es geht schneller.
32087  
32088 \series bold
32089
32090 \backslash
32091 includeonly
32092 \series default
32093  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32094  Im folgenden Beispiel
32095 \end_layout
32096
32097 \begin_layout Standard
32098
32099 \series bold
32100
32101 \backslash
32102 includeonly{Kapitel1,Kapitel5}
32103 \end_layout
32104
32105 \begin_layout Standard
32106 werden nur die Dateien 
32107 \begin_inset Quotes gld
32108 \end_inset
32109
32110 Kapitel1.lyx
32111 \begin_inset Quotes grd
32112 \end_inset
32113
32114  (oder 
32115 \begin_inset Quotes gld
32116 \end_inset
32117
32118 Kapitel1.tex
32119 \begin_inset Quotes grd
32120 \end_inset
32121
32122 ) und 
32123 \begin_inset Quotes gld
32124 \end_inset
32125
32126 Kapitel5.lyx
32127 \begin_inset Quotes grd
32128 \end_inset
32129
32130
32131 \series bold
32132  
32133 \series default
32134 eingebunden.
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \begin_inset Note Greyedout
32139 status open
32140
32141 \begin_layout Plain Layout
32142
32143 \series bold
32144 Bemerkung:
32145 \series default
32146  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32147  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32148  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32149  Ergebnissen führen wird.
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Description
32158 Input Diese Methode ist 
32159 \family sans
32160 Include
32161 \family default
32162  sehr ähnlich mit folgenden Unterschieden:
32163 \end_layout
32164
32165 \begin_deeper
32166 \begin_layout Itemize
32167 Unterdokumente, die per 
32168 \family sans
32169 Input
32170 \family default
32171  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32172  Seite und enden NICHT mit einem Seitenumbruch.
32173 \end_layout
32174
32175 \begin_layout Itemize
32176 Unterdokumente, die per 
32177 \family sans
32178 Input
32179 \family default
32180  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32181 \family sans
32182  Unterdokument Vorschau
32183 \begin_inset space ~
32184 \end_inset
32185
32186 anzeigen
32187 \family default
32188  angekreuzt wurde und in den LyX-Einstellungen unter
32189 \family sans
32190  Aussehen
32191 \begin_inset space ~
32192 \end_inset
32193
32194 &
32195 \begin_inset space ~
32196 \end_inset
32197
32198 Handhabung\SpecialChar \menuseparator
32199 Grafik\SpecialChar \menuseparator
32200 Sofortige
32201 \begin_inset space ~
32202 \end_inset
32203
32204 Vorschau
32205 \family default
32206  auf 
32207 \family sans
32208 An
32209 \family default
32210  gesetzt wurde.
32211  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32212  aus.
32213 \end_layout
32214
32215 \begin_layout Itemize
32216 Der LaTeX-Befehl 
32217 \series bold
32218
32219 \backslash
32220 includeonly
32221 \series default
32222  kann nicht benutzt werden.
32223 \end_layout
32224
32225 \end_deeper
32226 \begin_layout Standard
32227 Hier ist ein Unterdokument, das mit
32228 \family sans
32229  Input
32230 \family default
32231  eingebunden wurde: 
32232 \begin_inset CommandInset include
32233 LatexCommand input
32234 filename "DummyDocument2.lyx"
32235
32236 \end_inset
32237
32238 .
32239 \end_layout
32240
32241 \begin_layout Description
32242 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32243   In der Druckvorschau wird für den Text der Stil 
32244 \family typewriter
32245 Schreibmaschine
32246 \family default
32247  verwendet.
32248  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32249  Wenn Sie im Dialogfenster
32250 \family sans
32251  Unterdokument Leerzeichen
32252 \begin_inset space ~
32253 \end_inset
32254
32255 bei
32256 \begin_inset space ~
32257 \end_inset
32258
32259 der
32260 \begin_inset space ~
32261 \end_inset
32262
32263 Ausgabe
32264 \begin_inset space ~
32265 \end_inset
32266
32267 kennzeichnen 
32268 \family default
32269 ankreuzen, wird in der Druckvorschau das Zeichen 
32270 \begin_inset Quotes gld
32271 \end_inset
32272
32273
32274 \begin_inset ERT
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278
32279
32280 \backslash
32281 textvisiblespace 
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \begin_inset Quotes grd
32288 \end_inset
32289
32290  für jedes Leerzeichen eingefügt.
32291 \begin_inset Newline newline
32292 \end_inset
32293
32294 Im Gegensatz zu 
32295 \family sans
32296 Einfügen\SpecialChar \menuseparator
32297 Datei\SpecialChar \menuseparator
32298 Einfacher
32299 \begin_inset space ~
32300 \end_inset
32301
32302 Text
32303 \family default
32304  wird bei 
32305 \family sans
32306 Unformatiert
32307 \family default
32308  der Dateiinhalt in LyX nicht dargestellt.
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Hier ist ein Unterdokument, das mit
32313 \family sans
32314  Unformatiert
32315 \family default
32316  eingebunden wurde: 
32317 \begin_inset CommandInset include
32318 LatexCommand verbatiminput
32319 filename "DummyTextDocument.txt"
32320
32321 \end_inset
32322
32323
32324 \begin_inset VSpace bigskip
32325 \end_inset
32326
32327 Hier ist ein Unterdokument, das mit
32328 \family sans
32329  Unformatiert
32330 \family default
32331  eingebunden wurde und
32332 \family sans
32333  Leerzeichen
32334 \begin_inset space ~
32335 \end_inset
32336
32337 bei
32338 \begin_inset space ~
32339 \end_inset
32340
32341 der
32342 \begin_inset space ~
32343 \end_inset
32344
32345 Ausgabe
32346 \begin_inset space ~
32347 \end_inset
32348
32349 kennzeichnen
32350 \family default
32351  angekreuzt hat: 
32352 \begin_inset CommandInset include
32353 LatexCommand verbatiminput*
32354 filename "DummyTextDocument.txt"
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362 \begin_inset VSpace bigskip
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \begin_layout Standard
32369 \begin_inset Note Greyedout
32370 status open
32371
32372 \begin_layout Plain Layout
32373
32374 \series bold
32375 Bemerkung:
32376 \series default
32377  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32378  
32379 \family sans
32380 Unformatiert
32381 \family default
32382  eingebunden werden, am Zeilenende nicht umgebrochen.
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Description
32391 Listing Dieser Typ wird in Kapitel
32392 \begin_inset space ~
32393 \end_inset
32394
32395
32396 \begin_inset CommandInset ref
32397 LatexCommand ref
32398 reference "kap:Programm-Code-Listen"
32399
32400 \end_inset
32401
32402  beschrieben.
32403 \end_layout
32404
32405 \begin_layout Standard
32406 \begin_inset Note Greyedout
32407 status open
32408
32409 \begin_layout Plain Layout
32410
32411 \series bold
32412 Bemerkung:
32413 \series default
32414  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32415  das zu LaTeX-Problemen führen.
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Chapter
32424 Programm-Code-Listen
32425 \begin_inset CommandInset label
32426 LatexCommand label
32427 name "kap:Programm-Code-Listen"
32428
32429 \end_inset
32430
32431
32432 \begin_inset Index
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 Listen
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \begin_inset Index
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 Programm-Code
32447 \end_layout
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32456 \family sans
32457 Einfügen\SpecialChar \menuseparator
32458 Pro\SpecialChar \-
32459 grammlisting
32460 \family default
32461  verwenden.
32462  Das LaTeX-Paket 
32463 \series bold
32464 listings
32465 \series default
32466
32467 \begin_inset Index
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471 LaTeX-Pakete ! listings
32472 \end_layout
32473
32474 \end_inset
32475
32476  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32477 \end_layout
32478
32479 \begin_layout Standard
32480 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32481 rmat der Programm-Code-Liste festlegen.
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32486  Die Platzierungsoption 
32487 \family sans
32488 Eingebettetes
32489 \begin_inset space ~
32490 \end_inset
32491
32492 Listing
32493 \family default
32494  druckt das Listing in der Zeile wie hier: 
32495 \begin_inset listings
32496 lstparams "language={C++}"
32497 inline true
32498 status open
32499
32500 \begin_layout Plain Layout
32501
32502 int a=5;
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \begin_inset Newline newline
32509 \end_inset
32510
32511 Die Option 
32512 \family sans
32513 Gleitobjekt
32514 \family default
32515  erzeugt ein Listing-Gleitobjekt, dessen 
32516 \family sans
32517 Platzierung 
32518 \family default
32519 Sie mit 
32520 \family sans
32521 h
32522 \family default
32523
32524 \family sans
32525 t
32526 \family default
32527
32528 \family sans
32529 b
32530 \family default
32531  und 
32532 \family sans
32533 p
32534 \family default
32535 , analog zu den in Abschnitt
32536 \begin_inset space ~
32537 \end_inset
32538
32539
32540 \begin_inset CommandInset ref
32541 LatexCommand ref
32542 reference "abs:Gleitobjekt-Platzierung"
32543
32544 \end_inset
32545
32546  beschriebenen Platzierungsoptionen festlegen können.
32547  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32548  hintereinander angegeben, z.
32549 \begin_inset space \thinspace{}
32550 \end_inset
32551
32552 B.
32553  
32554 \begin_inset Quotes gld
32555 \end_inset
32556
32557
32558 \family sans
32559 htbp
32560 \family default
32561
32562 \begin_inset Quotes grd
32563 \end_inset
32564
32565 .
32566  Die Option 
32567 \begin_inset Quotes gld
32568 \end_inset
32569
32570 h
32571 \begin_inset Quotes grd
32572 \end_inset
32573
32574  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32575  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32576 \end_layout
32577
32578 \begin_layout Standard
32579 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32580  zu verweisen: Listing
32581 \begin_inset space ~
32582 \end_inset
32583
32584
32585 \begin_inset CommandInset ref
32586 LatexCommand ref
32587 reference "lst:Gleitendes-Programm-Listing"
32588
32589 \end_inset
32590
32591 .
32592 \end_layout
32593
32594 \begin_layout Standard
32595 \begin_inset listings
32596 lstparams "language=Python"
32597 inline false
32598 status open
32599
32600 \begin_layout Plain Layout
32601
32602 \begin_inset Caption
32603
32604 \begin_layout Plain Layout
32605 \begin_inset CommandInset label
32606 LatexCommand label
32607 name "lst:Gleitendes-Programm-Listing"
32608
32609 \end_inset
32610
32611 Gleitendes Programm-Listing
32612 \end_layout
32613
32614 \end_inset
32615
32616 # Gleitendes Programm-Listing
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620
32621 def func(param):
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625
32626     'Dies ist eine Python-Funktion'
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630
32631     pass
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Standard
32640 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32641  der Sprache erkannt und besonders gedruckt, wie 
32642 \emph on
32643 #
32644 \emph default
32645
32646 \emph on
32647 def
32648 \emph default
32649  und 
32650 \emph on
32651 pass
32652 \emph default
32653  in Listing
32654 \begin_inset space ~
32655 \end_inset
32656
32657
32658 \begin_inset CommandInset ref
32659 LatexCommand ref
32660 reference "lst:Gleitendes-Programm-Listing"
32661
32662 \end_inset
32663
32664 .
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset Note Greyedout
32669 status open
32670
32671 \begin_layout Plain Layout
32672
32673 \series bold
32674 Bemerkung:
32675 \series default
32676  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32677 \family typewriter
32678 Schreib\SpecialChar \-
32679 maschine
32680 \family default
32681  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32682 h keine fett gedruckten Buchstaben.
32683  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32684 \family sans
32685 Dokument\SpecialChar \menuseparator
32686 Einstellungen\SpecialChar \menuseparator
32687 Schriften
32688 \family default
32689 .
32690  (Die Schriften 
32691 \emph on
32692 LuxiMono, BeraMono
32693 \emph default
32694  und 
32695 \emph on
32696 Courier
32697 \emph default
32698  enthalten fett gedruckte Buchstaben.)
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Im Abschnitt 
32708 \family sans
32709 Zeilennummerierung
32710 \family default
32711  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32712 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32713  jede wievielte Zeile nummeriert werden soll und die 
32714 \family sans
32715 Schriftgröße
32716 \family default
32717  der Nummerierung.
32718 \end_layout
32719
32720 \begin_layout Standard
32721 Im Abschnitt 
32722 \family sans
32723 Bereich
32724 \family default
32725  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32726  Im Abschnitt 
32727 \family sans
32728 Stil
32729 \family default
32730  legen Sie fest, wie die Liste ausgedruckt werden soll.
32731  Die Option 
32732 \family sans
32733 Erweiterte
32734 \begin_inset space ~
32735 \end_inset
32736
32737 Zeichentabelle
32738 \family default
32739  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32740 \end_layout
32741
32742 \begin_layout Standard
32743 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32744 \begin_inset Quotes gld
32745 \end_inset
32746
32747 3
32748 \begin_inset Quotes grd
32749 \end_inset
32750
32751 , Sprache 
32752 \begin_inset Quotes gld
32753 \end_inset
32754
32755 Python
32756 \begin_inset Quotes grd
32757 \end_inset
32758
32759 , Optionen 
32760 \begin_inset Quotes gld
32761 \end_inset
32762
32763 Erweiterte Zeichentabelle
32764 \begin_inset Quotes grd
32765 \end_inset
32766
32767  und 
32768 \begin_inset Quotes gld
32769 \end_inset
32770
32771 Leerzeichen als Symbol
32772 \begin_inset Quotes grd
32773 \end_inset
32774
32775  und Bereich Zeilen 3
32776 \begin_inset space \thinspace{}
32777 \end_inset
32778
32779 -
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 8:
32784 \end_layout
32785
32786 \begin_layout Standard
32787 \begin_inset listings
32788 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32789 inline false
32790 status open
32791
32792 \begin_layout Plain Layout
32793
32794 def func(param):
32795 \end_layout
32796
32797 \begin_layout Plain Layout
32798
32799     'Dies ist eine Python-Funktion'
32800 \end_layout
32801
32802 \begin_layout Plain Layout
32803
32804     pass
32805 \end_layout
32806
32807 \begin_layout Plain Layout
32808
32809 def func(param):
32810 \end_layout
32811
32812 \begin_layout Plain Layout
32813
32814 'Sonderzeichen: Tschüß'
32815 \end_layout
32816
32817 \begin_layout Plain Layout
32818
32819 pass
32820 \end_layout
32821
32822 \begin_layout Plain Layout
32823
32824 def func(param):
32825 \end_layout
32826
32827 \begin_layout Plain Layout
32828
32829 'Dies ist eine Python-Funktion'
32830 \end_layout
32831
32832 \begin_layout Plain Layout
32833
32834 pass
32835 \end_layout
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Standard
32843 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32844 \family sans
32845 Tabulatorgröße
32846 \family default
32847  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \noindent
32852 \begin_inset Note Greyedout
32853 status open
32854
32855 \begin_layout Plain Layout
32856
32857 \series bold
32858 Bemerkung:
32859 \series default
32860  Wegen eines Fehlers im 
32861 \series bold
32862 listings
32863 \series default
32864 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32865  verschoben.
32866  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32867  Listing nummeriert werden.
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \begin_layout Standard
32876 \begin_inset VSpace bigskip
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Standard
32883 \noindent
32884 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32885  Das machen Sie mit
32886 \family sans
32887  Einfügen\SpecialChar \menuseparator
32888 Datei\SpecialChar \menuseparator
32889 Unterdokument
32890 \family default
32891  und der 
32892 \family sans
32893 Art
32894 \begin_inset space ~
32895 \end_inset
32896
32897 der
32898 \begin_inset space ~
32899 \end_inset
32900
32901 Einbindung
32902 \family default
32903  
32904 \family sans
32905 Listing
32906 \family default
32907 .
32908 \begin_inset Foot
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32913 \begin_inset space ~
32914 \end_inset
32915
32916
32917 \begin_inset CommandInset ref
32918 LatexCommand ref
32919 reference "abs:Unterdokumente"
32920
32921 \end_inset
32922
32923  beschrieben.
32924 \end_layout
32925
32926 \end_inset
32927
32928  Im Dialogfenster
32929 \family sans
32930  Unterdokument
32931 \family default
32932  können Sie die Listing-Parameter unter 
32933 \family sans
32934 Weitere
32935 \begin_inset space ~
32936 \end_inset
32937
32938 Parameter
32939 \family default
32940  eingeben.
32941  Wenn Sie dort ein Fragezeichen 
32942 \begin_inset Quotes gld
32943 \end_inset
32944
32945 ?
32946 \begin_inset Quotes grd
32947 \end_inset
32948
32949  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32950 det.
32951 \end_layout
32952
32953 \begin_layout Standard
32954 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32955  Text ins Feld 
32956 \family sans
32957 Marke
32958 \family default
32959 , auf die dann wie üblich verwiesen werden kann.
32960 \end_layout
32961
32962 \begin_layout Standard
32963 Listing
32964 \begin_inset space ~
32965 \end_inset
32966
32967
32968 \begin_inset CommandInset ref
32969 LatexCommand ref
32970 reference "lst:Datei-Listing"
32971
32972 \end_inset
32973
32974  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 -
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 15 gedruckt werden.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \begin_inset CommandInset include
32987 LatexCommand lstinputlisting
32988 filename "EmbeddedObjects.lyx"
32989 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 \begin_inset VSpace bigskip
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \noindent
33005 Dokumentweite Listing-Eigenschaften können in
33006 \family sans
33007  Dokument\SpecialChar \menuseparator
33008 Einstellungen\SpecialChar \menuseparator
33009 Textformat\SpecialChar \menuseparator
33010 Listing-Einstellungen
33011 \family default
33012  festgelegt werden.
33013  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33014 \begin_inset Quotes gld
33015 \end_inset
33016
33017 ?
33018 \begin_inset Quotes grd
33019 \end_inset
33020
33021  links davon eine Liste aller möglichen Parameter.
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Weitere Informationen über das 
33026 \series bold
33027 listings
33028 \series default
33029 -Paket finden Sie in 
33030 \begin_inset CommandInset citation
33031 LatexCommand cite
33032 key "listings"
33033
33034 \end_inset
33035
33036 .
33037 \begin_inset Newpage newpage
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Chapter
33044 \start_of_appendix
33045 In LyX verfügbare Maßeinheiten
33046 \begin_inset CommandInset label
33047 LatexCommand label
33048 name "kap:In-LyX-verfügbare"
33049
33050 \end_inset
33051
33052
33053 \begin_inset Index
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057 Einheiten
33058 \end_layout
33059
33060 \end_inset
33061
33062
33063 \end_layout
33064
33065 \begin_layout Standard
33066 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33067  Tabelle
33068 \begin_inset space ~
33069 \end_inset
33070
33071
33072 \begin_inset CommandInset ref
33073 LatexCommand ref
33074 reference "tab:Maßeinheiten"
33075
33076 \end_inset
33077
33078  alle in LyX verfügbaren Maßeinheiten.
33079 \end_layout
33080
33081 \begin_layout Standard
33082 \begin_inset Float table
33083 placement h
33084 wide false
33085 sideways false
33086 status open
33087
33088 \begin_layout Plain Layout
33089 \begin_inset Caption
33090
33091 \begin_layout Plain Layout
33092 \begin_inset CommandInset label
33093 LatexCommand label
33094 name "tab:Maßeinheiten"
33095
33096 \end_inset
33097
33098 Maßeinheiten
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Plain Layout
33107 \begin_inset VSpace medskip
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Plain Layout
33114 \align center
33115 \begin_inset Tabular
33116 <lyxtabular version="3" rows="20" columns="2">
33117 <features>
33118 <column alignment="center" valignment="top" width="0">
33119 <column alignment="center" valignment="top" width="0">
33120 <row>
33121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125
33126 \series bold
33127 Maßeinheit
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136
33137 \series bold
33138 Name/Beschreibung
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 mm
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 Millimeter
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 </row>
33164 <row>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 cm
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 Zentimeter
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 </row>
33184 <row>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 in
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 Zoll (1
33199 \begin_inset space \thinspace{}
33200 \end_inset
33201
33202 in = 2.54
33203 \begin_inset space \thinspace{}
33204 \end_inset
33205
33206 cm
33207 \end_layout
33208
33209 \end_inset
33210 </cell>
33211 </row>
33212 <row>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 pt
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226 Punkt (72.27
33227 \begin_inset space \thinspace{}
33228 \end_inset
33229
33230 pt = 1
33231 \begin_inset space \thinspace{}
33232 \end_inset
33233
33234 in)
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 </row>
33240 <row>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 pc
33246 \end_layout
33247
33248 \end_inset
33249 </cell>
33250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254 Pica (1
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 pc = 12
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 pt)
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 sp
33274 \end_layout
33275
33276 \end_inset
33277 </cell>
33278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33279 \begin_inset Text
33280
33281 \begin_layout Plain Layout
33282 skalierter Punkt (65536
33283 \begin_inset space \thinspace{}
33284 \end_inset
33285
33286 sp = 1
33287 \begin_inset space \thinspace{}
33288 \end_inset
33289
33290 pt)
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 </row>
33296 <row>
33297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301 bp
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 großer Punkt (72
33311 \begin_inset space \thinspace{}
33312 \end_inset
33313
33314 bp = 1
33315 \begin_inset space \thinspace{}
33316 \end_inset
33317
33318 in)
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 </row>
33324 <row>
33325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329 dd
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 Didot (1
33339 \begin_inset space \thinspace{}
33340 \end_inset
33341
33342 dd 
33343 \begin_inset Formula $\approx$
33344 \end_inset
33345
33346  0,376
33347 \begin_inset space \thinspace{}
33348 \end_inset
33349
33350 mm)
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 </row>
33356 <row>
33357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361 cc
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370 Cicero (1
33371 \begin_inset space \thinspace{}
33372 \end_inset
33373
33374 cc = 12
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 dd)
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 </row>
33384 <row>
33385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 Skalierung%
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 % der originalen Bildbreite
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 </row>
33404 <row>
33405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 Textbreite %
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418 % der Textbreite
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 </row>
33424 <row>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 Spaltenbreite %
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 % der Spaltenbreite
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 </row>
33444 <row>
33445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 Seitenbreite %
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 % der Seitenbreite
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 </row>
33464 <row>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 Zeilenbreite %
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 % der Zeilenbreite
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 </row>
33484 <row>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 Texthöhe %
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498 % der Texthöhe
33499 \end_layout
33500
33501 \end_inset
33502 </cell>
33503 </row>
33504 <row>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 Seitenhöhe %
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518 % der Seitenhöhe
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 </row>
33524 <row>
33525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529 ex
33530 \end_layout
33531
33532 \end_inset
33533 </cell>
33534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33535 \begin_inset Text
33536
33537 \begin_layout Plain Layout
33538 Die Höhe des Buchstabens 
33539 \emph on
33540 x
33541 \emph default
33542  im aktiven Zeichensatz
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 </row>
33548 <row>
33549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33550 \begin_inset Text
33551
33552 \begin_layout Plain Layout
33553 em
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562 Die Breite des Buchstabens 
33563 \emph on
33564 M
33565 \emph default
33566  im aktiven Zeichensatz
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 </row>
33572 <row>
33573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 mu
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586 mathematische  Maßeinheit
33587 \series bold
33588  
33589 \series default
33590 (1
33591 \begin_inset space \thinspace{}
33592 \end_inset
33593
33594 mu = 1/18
33595 \begin_inset space \thinspace{}
33596 \end_inset
33597
33598 em)
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 </row>
33604 </lyxtabular>
33605
33606 \end_inset
33607
33608
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \begin_layout Chapter
33617 Ausgabedatei-Formate mit Grafiken
33618 \begin_inset CommandInset label
33619 LatexCommand label
33620 name "kap:Ausgabedatei-Formate"
33621
33622 \end_inset
33623
33624
33625 \end_layout
33626
33627 \begin_layout Section
33628 DVI
33629 \begin_inset Index
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 Dateiformat! DVI
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \begin_inset Index
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643 DVI
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Standard
33652 Dieser Dateityp hat die Erweiterung 
33653 \begin_inset Quotes gld
33654 \end_inset
33655
33656
33657 \family typewriter
33658 .dvi
33659 \family default
33660
33661 \begin_inset Quotes grd
33662 \end_inset
33663
33664  und wird 
33665 \begin_inset Quotes gld
33666 \end_inset
33667
33668 device independent
33669 \begin_inset Quotes grd
33670 \end_inset
33671
33672  genannt, weil er vollkommen portierbar ist.
33673  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33674  dvi-Betrachter installiert hat.
33675  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33676 ate wie PostScript benutzt.
33677 \end_layout
33678
33679 \begin_layout Standard
33680 \begin_inset Note Greyedout
33681 status open
33682
33683 \begin_layout Plain Layout
33684
33685 \series bold
33686 Bemerkung:
33687 \series default
33688  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Standard
33697 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33698  auf einen anderen Computer kopieren.
33699  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33700  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33701  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33702 \family typewriter
33703  
33704 \family default
33705 blättern.
33706
33707 \family typewriter
33708  
33709 \family default
33710 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33711  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33712  
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Sie können Ihr Dokument als DVI über das Menü 
33717 \family sans
33718 Datei\SpecialChar \menuseparator
33719 Exportieren\SpecialChar \menuseparator
33720 DVI
33721 \family default
33722  exportieren.
33723  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33724 \family sans
33725 Ansicht
33726 \family default
33727  oder den Werkzeugleistenknopf 
33728 \begin_inset Graphics
33729         filename ../../images/buffer-view_dvi.png
33730         scale 70
33731         scaleBeforeRotation
33732         BoundingBox 0bp 0bp 20bp 20bp
33733
33734 \end_inset
33735
33736  anschauen.
33737 \end_layout
33738
33739 \begin_layout Section
33740 PostScript
33741 \begin_inset CommandInset label
33742 LatexCommand label
33743 name "abs:PostScript"
33744
33745 \end_inset
33746
33747
33748 \begin_inset Index
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752 Dateiformat  ! PostScript
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \begin_inset Index
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 PostScript
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Dieser Dateityp hat die Erweiterung 
33772 \begin_inset Quotes gld
33773 \end_inset
33774
33775
33776 \family typewriter
33777 .ps
33778 \family default
33779
33780 \begin_inset Quotes grd
33781 \end_inset
33782
33783 .
33784  PostScript wurde von der Firma
33785 \family typewriter
33786  Adobe
33787 \family default
33788  als Druckersprache entwickelt.
33789  Die Datei enthält deshalb Druckbefehle.
33790  PostScript kann als 
33791 \begin_inset Quotes gld
33792 \end_inset
33793
33794 Programmiersprache
33795 \begin_inset Quotes grd
33796 \end_inset
33797
33798  angesehen werden.
33799  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33800 \begin_inset Foot
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33805  von
33806 \series bold
33807  PSTricks
33808 \series default
33809  
33810 \begin_inset CommandInset citation
33811 LatexCommand cite
33812 key "pstricks"
33813
33814 \end_inset
33815
33816  oder 
33817 \begin_inset CommandInset citation
33818 LatexCommand cite
33819 key "latex-praxisbuch"
33820
33821 \end_inset
33822
33823  ansehen.
33824 \end_layout
33825
33826 \end_inset
33827
33828 .
33829  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33830 \end_layout
33831
33832 \begin_layout Standard
33833 PostScript kann nur Bilder im Format EPS
33834 \begin_inset Index
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838 EPS
33839 \end_layout
33840
33841 \end_inset
33842
33843  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33844 wei\SpecialChar \-
33845 ter\SpecialChar \-
33846 ung 
33847 \begin_inset Quotes gld
33848 \end_inset
33849
33850
33851 \family typewriter
33852 .eps
33853 \family default
33854
33855 \begin_inset Quotes grd
33856 \end_inset
33857
33858 ) enthalten.
33859  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33860  intern nach EPS konvertieren.
33861  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33862  verlangsamen.
33863  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33864  konvertieren und direkt als EPS einfügen.
33865 \end_layout
33866
33867 \begin_layout Standard
33868 Sie können Ihr Dokument als PostScript über das Menü 
33869 \family sans
33870 Datei\SpecialChar \menuseparator
33871 Exportieren\SpecialChar \menuseparator
33872 Post\SpecialChar \-
33873 Script
33874 \family default
33875  exportieren.
33876  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33877 \family sans
33878 Ansicht
33879 \family default
33880  oder den Werkzeugleistenknopf 
33881 \begin_inset Graphics
33882         filename ../../images/buffer-view_ps.png
33883         scale 70
33884         scaleBeforeRotation
33885
33886 \end_inset
33887
33888  anschauen.
33889 \end_layout
33890
33891 \begin_layout Section
33892 PDF
33893 \begin_inset Index
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 Dateiformat! PDF
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \begin_inset Index
33904 status collapsed
33905
33906 \begin_layout Plain Layout
33907 PDF
33908 \end_layout
33909
33910 \end_inset
33911
33912
33913 \end_layout
33914
33915 \begin_layout Standard
33916 Dieser Dateityp hat die Erweiterung 
33917 \begin_inset Quotes gld
33918 \end_inset
33919
33920
33921 \family typewriter
33922 .pdf
33923 \family default
33924
33925 \begin_inset Quotes grd
33926 \end_inset
33927
33928 .
33929  Das
33930 \emph on
33931  
33932 \emph default
33933
33934 \begin_inset Quotes gld
33935 \end_inset
33936
33937 Portable Document Format
33938 \begin_inset Quotes grd
33939 \end_inset
33940
33941  (PDF) wurde auch von der Firma 
33942 \family typewriter
33943 Adobe
33944 \family default
33945  als Derivat von PostScript entwickelt.
33946  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33947  Wie der Begriff 
33948 \begin_inset Quotes gld
33949 \end_inset
33950
33951 portable
33952 \begin_inset Quotes grd
33953 \end_inset
33954
33955  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33956  werden, und der Ausdruck sieht immer gleich aus.
33957 \end_layout
33958
33959 \begin_layout Standard
33960 PDF kann Bilder im eigenen PDF-Format, im Format 
33961 \begin_inset Quotes gld
33962 \end_inset
33963
33964 Joint Photographic Experts Group
33965 \begin_inset Quotes grd
33966 \end_inset
33967
33968  (JPEG
33969 \begin_inset Index
33970 status collapsed
33971
33972 \begin_layout Plain Layout
33973 JPG, JPEG
33974 \end_layout
33975
33976 \end_inset
33977
33978 , Datei-Erweiterung 
33979 \begin_inset Quotes gld
33980 \end_inset
33981
33982
33983 \family typewriter
33984 .jpg
33985 \family default
33986
33987 \begin_inset Quotes grd
33988 \end_inset
33989
33990  oder 
33991 \begin_inset Quotes gld
33992 \end_inset
33993
33994
33995 \family typewriter
33996 .jpeg
33997 \family default
33998
33999 \begin_inset Quotes grd
34000 \end_inset
34001
34002 ) und im Format 
34003 \begin_inset Quotes gld
34004 \end_inset
34005
34006 Portable Network Graphics
34007 \begin_inset Quotes grd
34008 \end_inset
34009
34010  (PNG
34011 \begin_inset Index
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015 PNG
34016 \end_layout
34017
34018 \end_inset
34019
34020 , Datei-Erweiterung 
34021 \begin_inset Quotes gld
34022 \end_inset
34023
34024
34025 \family typewriter
34026 .png
34027 \family default
34028
34029 \begin_inset Quotes grd
34030 \end_inset
34031
34032 ) enthalten.
34033  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34034  Sie konvertieren wird.
34035  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34036  wird, eines der drei erwähnten Bildformate zu benutzen.
34037 \end_layout
34038
34039 \begin_layout Standard
34040 PDF-Dateien können Sie über 
34041 \family sans
34042 Datei\SpecialChar \menuseparator
34043 Exportieren
34044 \family default
34045  auf drei Arten erzeugen:
34046 \end_layout
34047
34048 \begin_layout Description
34049 PDF
34050 \begin_inset space ~
34051 \end_inset
34052
34053 (ps2pdf) benutzt das Programm
34054 \family typewriter
34055  ps2pdf
34056 \family default
34057 , das eine PDF-Datei aus einer Post\SpecialChar \-
34058 Script®-Version Ihres Dokument erstellt.
34059  Die PostScript-Version wird mit dem Programm 
34060 \family typewriter
34061 dvips
34062 \family default
34063  aus einer DVI-Version erstellt.
34064  Es werden also drei Konvertierungen verwendet.
34065 \end_layout
34066
34067 \begin_layout Description
34068 PDF
34069 \begin_inset space ~
34070 \end_inset
34071
34072 (dvipdfm) benutzt das Programm 
34073 \family typewriter
34074 dvipdfm
34075 \family default
34076 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34077  PDF konvertiert.
34078 \end_layout
34079
34080 \begin_layout Description
34081 PDF
34082 \begin_inset space ~
34083 \end_inset
34084
34085 (pdflatex) benutzt das Programm
34086 \family typewriter
34087  pdftex
34088 \family default
34089 , das Ihr Dokument direkt nach PDF konvertiert.
34090 \end_layout
34091
34092 \begin_layout Standard
34093
34094 \family sans
34095 PDF
34096 \begin_inset space ~
34097 \end_inset
34098
34099 (pdflatex)
34100 \family default
34101  wird empfohlen, weil
34102 \family typewriter
34103  pdftex
34104 \family default
34105  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34106  ohne Probleme arbeitet.
34107  Das Programm 
34108 \family typewriter
34109 dvi\SpecialChar \-
34110 pdfm
34111 \family default
34112  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34113 \end_layout
34114
34115 \begin_layout Standard
34116 Sie können Ihr Dokument als PDF über das Menü 
34117 \family sans
34118 Datei\SpecialChar \menuseparator
34119 Exportieren\SpecialChar \menuseparator
34120 PDF
34121 \family default
34122  exportieren.
34123  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34124 \family sans
34125 Ansicht
34126 \family default
34127  oder den Werkzeugleistenknopf 
34128 \begin_inset Graphics
34129         filename ../../images/buffer-view_pdf2.png
34130         scale 70
34131         scaleBeforeRotation
34132         BoundingBox 0bp 0bp 20bp 20bp
34133
34134 \end_inset
34135
34136  anschauen 
34137 \family sans
34138 (
34139 \family default
34140 der 
34141 \family sans
34142 PDF
34143 \begin_inset space ~
34144 \end_inset
34145
34146 (pdflatex)
34147 \family default
34148  verwendet).
34149 \end_layout
34150
34151 \begin_layout Chapter
34152 Erklärung der Gleichung
34153 \begin_inset space ~
34154 \end_inset
34155
34156
34157 \begin_inset CommandInset ref
34158 LatexCommand eqref
34159 reference "eq:Wgn"
34160
34161 \end_inset
34162
34163
34164 \begin_inset CommandInset label
34165 LatexCommand label
34166 name "kap:Exläuterung-einer-Gleichung"
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Standard
34174 Die Gesamtbreite von
34175 \emph on
34176  n
34177 \emph default
34178  Tabellenzellen 
34179 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34180 \end_inset
34181
34182  kann wie folgt berechnet werden:
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset Formula \begin{equation}
34187 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}
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \begin_layout Standard
34195 Dabei ist 
34196 \begin_inset Formula $W_{g\, n}$
34197 \end_inset
34198
34199  die Breite jeder Zelle.
34200
34201 \series bold
34202  
34203 \backslash
34204 tabcolsep
34205 \series default
34206  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34207  Standardwert 6
34208 \begin_inset space \thinspace{}
34209 \end_inset
34210
34211 pt.
34212  
34213 \series bold
34214
34215 \backslash
34216 arrayrulewidth
34217 \series default
34218  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34219 \begin_inset space \thinspace{}
34220 \end_inset
34221
34222 pt.
34223 \end_layout
34224
34225 \begin_layout Standard
34226 Nach Gleichung
34227 \begin_inset space ~
34228 \end_inset
34229
34230
34231 \begin_inset CommandInset ref
34232 LatexCommand ref
34233 reference "eq:Wtot_n"
34234
34235 \end_inset
34236
34237  ist die Gesamtbreite einer Mehrfachspalte, 
34238 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34239 \end_inset
34240
34241 ,
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Formula \begin{equation}
34246 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 Setzt man die Gleichungen
34255 \begin_inset space ~
34256 \end_inset
34257
34258
34259 \begin_inset CommandInset ref
34260 LatexCommand ref
34261 reference "eq:Wtot_n"
34262
34263 \end_inset
34264
34265  und 
34266 \begin_inset CommandInset ref
34267 LatexCommand ref
34268 reference "eq:Wtot_mult"
34269
34270 \end_inset
34271
34272  gleich, kann man die benötigte Breite 
34273 \begin_inset Formula $W_{g\, n}$
34274 \end_inset
34275
34276 , wenn 
34277 \emph on
34278 n
34279 \emph default
34280  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34281 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34282 \end_inset
34283
34284  hat, berechnen:
34285 \end_layout
34286
34287 \begin_layout Standard
34288 \begin_inset Formula \begin{equation}
34289 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34290
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Bibliography
34297 \begin_inset CommandInset bibitem
34298 LatexCommand bibitem
34299 key "latexcompanion"
34300
34301 \end_inset
34302
34303 Frank Mittelbach and Michel Goossens: 
34304 \emph on
34305 The LaTeX Companion Second Edition.
34306
34307 \emph default
34308  Addison-Wesley, 2004
34309 \end_layout
34310
34311 \begin_layout Bibliography
34312 \begin_inset CommandInset bibitem
34313 LatexCommand bibitem
34314 key "latexguide"
34315
34316 \end_inset
34317
34318 Helmut Kopka and Patrick W.
34319  Daly: 
34320 \emph on
34321 A Guide to LaTeX Fourth Edition.
34322
34323 \emph default
34324  Addison-Wesley, 2003
34325 \end_layout
34326
34327 \begin_layout Bibliography
34328 \begin_inset CommandInset bibitem
34329 LatexCommand bibitem
34330 key "lamport"
34331
34332 \end_inset
34333
34334 Leslie Lamport: 
34335 \emph on
34336 LaTeX: A Document Preparation System.
34337
34338 \emph default
34339  Addison-Wesley, second edition, 1994
34340 \end_layout
34341
34342 \begin_layout Bibliography
34343 \begin_inset CommandInset bibitem
34344 LatexCommand bibitem
34345 key "latex-praxisbuch"
34346
34347 \end_inset
34348
34349 Niedermair, Elke & Michael: 
34350 \emph on
34351 LaTeX-Praxisbuch
34352 \emph default
34353 , Franzis-Verlag, 2004
34354 \end_layout
34355
34356 \begin_layout Bibliography
34357 \begin_inset CommandInset bibitem
34358 LatexCommand bibitem
34359 key "booktabs"
34360
34361 \end_inset
34362
34363 Dokumentation des LaTeX-Pakets 
34364 \series bold
34365
34366 \begin_inset CommandInset href
34367 LatexCommand href
34368 name "booktabs"
34369 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34370
34371 \end_inset
34372
34373
34374 \series default
34375
34376 \begin_inset Index
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380 LaTeX-Pakete ! booktabs
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \begin_layout Bibliography
34389 \begin_inset CommandInset bibitem
34390 LatexCommand bibitem
34391 key "caption"
34392
34393 \end_inset
34394
34395 Dokumentation des LaTeX-Pakets 
34396 \series bold
34397
34398 \begin_inset CommandInset href
34399 LatexCommand href
34400 name "caption"
34401 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34402
34403 \end_inset
34404
34405
34406 \series default
34407
34408 \begin_inset Index
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 LaTeX-Pakete ! caption
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Bibliography
34421 \begin_inset CommandInset bibitem
34422 LatexCommand bibitem
34423 key "endfloat"
34424
34425 \end_inset
34426
34427 Dokumentation des LaTeX-Pakets 
34428 \series bold
34429
34430 \begin_inset CommandInset href
34431 LatexCommand href
34432 name "endfloat"
34433 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34434
34435 \end_inset
34436
34437
34438 \series default
34439
34440 \begin_inset Index
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 LaTeX-Pakete ! endfloat
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Bibliography
34453 \begin_inset CommandInset bibitem
34454 LatexCommand bibitem
34455 key "wrapfig"
34456
34457 \end_inset
34458
34459 Dokumentation des LaTeX-Pakets 
34460 \series bold
34461
34462 \begin_inset CommandInset href
34463 LatexCommand href
34464 name "wrapfig"
34465 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34466
34467 \end_inset
34468
34469
34470 \series default
34471
34472 \begin_inset Index
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476 LaTeX-Pakete ! wrapfig
34477 \begin_inset ERT
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481
34482
34483 \backslash
34484 vspace{4mm}
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \begin_layout Bibliography
34498 \begin_inset CommandInset bibitem
34499 LatexCommand bibitem
34500 key "footmisc"
34501
34502 \end_inset
34503
34504 Dokumentation des LaTeX-Pakets 
34505 \series bold
34506
34507 \begin_inset CommandInset href
34508 LatexCommand href
34509 name "footmisc"
34510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34511
34512 \end_inset
34513
34514
34515 \series default
34516
34517 \begin_inset Index
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 LaTeX-Pakete ! footmisc
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Bibliography
34530 \begin_inset CommandInset bibitem
34531 LatexCommand bibitem
34532 key "hypcap"
34533
34534 \end_inset
34535
34536 Dokumentation des LaTeX-Pakets 
34537 \series bold
34538
34539 \begin_inset CommandInset href
34540 LatexCommand href
34541 name "hypcap"
34542 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34543
34544 \end_inset
34545
34546
34547 \series default
34548
34549 \begin_inset Index
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553 LaTeX-Pakete ! hypcap
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Bibliography
34562 \begin_inset CommandInset bibitem
34563 LatexCommand bibitem
34564 key "hyperref"
34565
34566 \end_inset
34567
34568 Dokumentation des LaTeX-Pakets 
34569 \series bold
34570
34571 \begin_inset CommandInset href
34572 LatexCommand href
34573 name "hyperref"
34574 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34575
34576 \end_inset
34577
34578
34579 \series default
34580
34581 \begin_inset Index
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585 LaTeX-Pakete ! hyperref
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Bibliography
34594 \begin_inset CommandInset bibitem
34595 LatexCommand bibitem
34596 key "koma-script"
34597
34598 \end_inset
34599
34600 Dokumentation des LaTeX-Pakets 
34601 \series bold
34602
34603 \begin_inset CommandInset href
34604 LatexCommand href
34605 name "koma-script"
34606 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34607
34608 \end_inset
34609
34610
34611 \series default
34612
34613 \begin_inset Index
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617 LaTeX-Pakete ! koma-script
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Bibliography
34626 \begin_inset CommandInset bibitem
34627 LatexCommand bibitem
34628 key "listings"
34629
34630 \end_inset
34631
34632 Dokumentation des LaTeX-Pakets 
34633 \series bold
34634
34635 \begin_inset CommandInset href
34636 LatexCommand href
34637 name "listings"
34638 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34639
34640 \end_inset
34641
34642
34643 \series default
34644
34645 \begin_inset Index
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 LaTeX-Pakete ! listings
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Bibliography
34658 \begin_inset CommandInset bibitem
34659 LatexCommand bibitem
34660 key "marginnote"
34661
34662 \end_inset
34663
34664 Dokumentation des LaTeX-Pakets 
34665 \series bold
34666
34667 \begin_inset CommandInset href
34668 LatexCommand href
34669 name "marginnote"
34670 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34671
34672 \end_inset
34673
34674
34675 \series default
34676
34677 \begin_inset Index
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 LaTeX-Pakete ! marginnote
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Bibliography
34690 \begin_inset CommandInset bibitem
34691 LatexCommand bibitem
34692 key "pstricks"
34693
34694 \end_inset
34695
34696 Webseite des LaTeX-Pakets 
34697 \series bold
34698
34699 \begin_inset CommandInset href
34700 LatexCommand href
34701 name "PSTricks"
34702 target "http://tug.org/PSTricks/"
34703
34704 \end_inset
34705
34706
34707 \series default
34708
34709 \begin_inset Index
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713 LaTeX-Pakete ! pstricks
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Bibliography
34722 \begin_inset CommandInset bibitem
34723 LatexCommand bibitem
34724 key "sidecap"
34725
34726 \end_inset
34727
34728 Dokumentation des LaTeX-Pakets 
34729 \series bold
34730
34731 \begin_inset CommandInset href
34732 LatexCommand href
34733 name "sidecap"
34734 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34735
34736 \end_inset
34737
34738
34739 \series default
34740
34741 \begin_inset Index
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745 LaTeX-Pakete ! sidecap
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Bibliography
34754 \begin_inset CommandInset bibitem
34755 LatexCommand bibitem
34756 key "NewInLyX16"
34757
34758 \end_inset
34759
34760
34761 \begin_inset CommandInset href
34762 LatexCommand href
34763 name "Wiki-Seite"
34764 target "http://wiki.lyx.org/LyX/NewInLyX16"
34765
34766 \end_inset
34767
34768  über neue Funktionen in 
34769 \family sans
34770 LyX 1.6.0
34771 \family default
34772 .
34773 \end_layout
34774
34775 \begin_layout Standard
34776 \begin_inset CommandInset index_print
34777 LatexCommand printindex
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \begin_inset FloatList figure
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Standard
34793 \begin_inset FloatList table
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Standard
34801 \begin_inset ERT
34802 status open
34803
34804 \begin_layout Plain Layout
34805
34806
34807 \backslash
34808 listof{algorithm}{Algorithmenverzeichnis}
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \begin_inset Note Note
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 siehe Abschnitt
34819 \begin_inset space ~
34820 \end_inset
34821
34822
34823 \begin_inset CommandInset ref
34824 LatexCommand ref
34825 reference "uab:Gleitobjekt-Algorithmen"
34826
34827 \end_inset
34828
34829  für eine Beschreibung
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \end_body
34838 \end_document