]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
documentation files: remove unused labels
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX }}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset Index
341 status collapsed
342
343 \begin_layout Plain Layout
344 Abbildungen
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Section
353 Grafik-Dialog
354 \begin_inset Index
355 status collapsed
356
357 \begin_layout Plain Layout
358 Abbildungen ! Grafik-Dialog
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset CommandInset label
365 LatexCommand label
366 name "abs:Grafik-Dialog"
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Standard
374 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
375  
376 \begin_inset Graphics
377         filename ../../images/dialog-show-new-inset_graphics.png
378         scale 70
379         scaleBeforeRotation
380         BoundingBox 0bp 6bp 22bp 22bp
381
382 \end_inset
383
384  in der Werkzeugleiste oder wählen das Menü 
385 \family sans
386 Einfügen\SpecialChar \menuseparator
387 Grafik
388 \family default
389 .
390  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
391  
392 \family sans
393 Durchsuchen
394 \family default
395  eingeben können.
396  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
397  an der Sie sie eingefügt haben.
398 \end_layout
399
400 \begin_layout Standard
401 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
402  klicken.
403  Der Dialog hat drei Karteikarten:
404 \end_layout
405
406 \begin_layout Description
407
408 \family sans
409 Grafik
410 \family default
411  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
412  Version festlegen.
413  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
414 \begin_inset space ~
415 \end_inset
416
417
418 \begin_inset CommandInset ref
419 LatexCommand ref
420 reference "kap:In-LyX-verfügbare"
421
422 \end_inset
423
424  erklärt.
425 \begin_inset Newline newline
426 \end_inset
427
428
429 \begin_inset Index
430 status collapsed
431
432 \begin_layout Plain Layout
433 Abbildungen ! rotierte
434 \end_layout
435
436 \end_inset
437
438 Sie können Abbildungen durch Angabe eines 
439 \family sans
440 Winkel
441 \family default
442
443 \begin_inset space ~
444 \end_inset
445
446
447 \family sans
448 (Grad)
449 \family default
450  und Festlegung eines 
451 \family sans
452 Drehpunktes
453 \family default
454  drehen.
455  Negative Winkel drehen im Uhrzeigersinn.
456  Die Abbildung wird auch in LyX gedreht.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Abbildungen ! skalierte
466 \end_layout
467
468 \end_inset
469
470 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
471  oder Höhe und Breite definiert.
472  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
473  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
474  wobei sie möglicherweise verzerrt wird.
475  Um das zu vermeiden, sollten Sie 
476 \family sans
477 Seitenverhältnis
478 \begin_inset space ~
479 \end_inset
480
481 beibehalten
482 \family default
483  ankreuzen.
484  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
485 \family sans
486 Höhe
487 \family default
488  und 
489 \family sans
490 Breite
491 \family default
492  nicht überschritten werden.
493 \begin_inset Newline newline
494 \end_inset
495
496 Wenn Sie auf 
497 \family sans
498 Bearbeiten
499 \family default
500  klicken, können Abbildungen mit einem Programm, das in 
501 \family sans
502 Werkzeuge\SpecialChar \menuseparator
503 Einstellungen\SpecialChar \menuseparator
504 Datei-Handhabung\SpecialChar \menuseparator
505 Dateiformate
506 \family default
507  im Feld 
508 \family sans
509 Bearbeitungsprogramm
510 \family default
511  festgelegt wurde, bearbeitet werden.
512 \end_layout
513
514 \begin_layout Description
515
516 \family sans
517 Ausschnitt
518 \family default
519  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
520  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
521  Wenn Sie auf 
522 \family sans
523 Lese
524 \begin_inset space ~
525 \end_inset
526
527 aus
528 \begin_inset space ~
529 \end_inset
530
531 Datei
532 \family default
533  klicken, werden die Koordinaten automatisch berechnet.
534  Die Option 
535 \family sans
536 Auf
537 \begin_inset space ~
538 \end_inset
539
540 Begrenzungsbox
541 \begin_inset space ~
542 \end_inset
543
544 zuschneiden
545 \family default
546  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
547  Koordinaten liegt.
548  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
549  diese Karteikarte ignorieren.
550 \end_layout
551
552 \begin_layout Description
553
554 \family sans
555 LaTeX-
556 \begin_inset space ~
557 \end_inset
558
559 und
560 \begin_inset space ~
561 \end_inset
562
563 LyX-Optionen
564 \family default
565  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
566  LaTeX-Experten können weitere LaTeX-Optionen definieren.
567 \begin_inset Newline newline
568 \end_inset
569
570 Ist die Option 
571 \family sans
572 Entwurfsmodus 
573 \family default
574 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
575  darin gedruckt.
576 \begin_inset Newline newline
577 \end_inset
578
579 Die Option 
580 \family sans
581 Beim
582 \begin_inset space ~
583 \end_inset
584
585 Exportieren
586 \begin_inset space ~
587 \end_inset
588
589 nicht
590 \begin_inset space ~
591 \end_inset
592
593 entpacken
594 \family default
595  betrifft nur gepackte EPS-Dateien, zum Beispiel 
596 \emph on
597 x.eps.gz
598 \emph default
599 .
600  LaTeX kann so mit ihnen umgehen.
601 \begin_inset Newline newline
602 \end_inset
603
604 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
605  wählen, siehe Anhang
606 \begin_inset space ~
607 \end_inset
608
609
610 \begin_inset CommandInset ref
611 LatexCommand ref
612 reference "abs:PostScript"
613
614 \end_inset
615
616 .
617  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
618 \begin_inset Newline newline
619 \end_inset
620
621
622 \series bold
623 gzip x.eps
624 \begin_inset Newline newline
625 \end_inset
626
627 zgrep %%Bounding x.eps.gz > x.eps.bb
628 \series default
629
630 \begin_inset Newline newline
631 \end_inset
632
633 Der zweite Befehl erzeugt die Begrenzungsbox 
634 \begin_inset Quotes gld
635 \end_inset
636
637 x.eps.bb
638 \begin_inset Quotes grd
639 \end_inset
640
641 , die LaTeX für gepackte Abbildungen benötigt.
642 \begin_inset Newline newline
643 \end_inset
644
645 Das Feld 
646 \family sans
647 Gruppenname
648 \begin_inset space ~
649 \end_inset
650
651 initialisieren
652 \family default
653  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
654  solche zuzuordnen.
655 \begin_inset Index
656 status collapsed
657
658 \begin_layout Plain Layout
659 Abbildungen ! Einstellungsgruppen
660 \end_layout
661
662 \end_inset
663
664  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
665  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
666  der Gruppe geändert werden.
667  Damit kann man z.B.
668 \begin_inset space ~
669 \end_inset
670
671 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
672  Bild tun zu müssen.
673  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
674  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset VSpace bigskip
679 \end_inset
680
681
682 \end_layout
683
684 \begin_layout Standard
685 Hier ist eine zentrierte EPS-Abbildung
686 \begin_inset Foot
687 status collapsed
688
689 \begin_layout Plain Layout
690 Abbildungsformate sind in Abschnitt
691 \begin_inset space ~
692 \end_inset
693
694
695 \begin_inset CommandInset ref
696 LatexCommand ref
697 reference "abs:Bildformate"
698
699 \end_inset
700
701  beschrieben.
702 \end_layout
703
704 \end_inset
705
706  in einem eigenen Absatz:
707 \end_layout
708
709 \begin_layout Standard
710 \align center
711 \begin_inset Graphics
712         filename ../clipart/mobius.eps
713         scale 70
714         scaleBeforeRotation
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 \noindent
724 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
725 \end_layout
726
727 \begin_layout Standard
728 \align center
729 \begin_inset Graphics
730         filename ../clipart/mobius.eps
731         scale 70
732         draft
733         scaleBeforeRotation
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Section
742 Gleitende Abbildungen
743 \begin_inset CommandInset label
744 LatexCommand label
745 name "abs:Gleitende-Abbildungen"
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Abbildungen ! gleitende
755 \end_layout
756
757 \end_inset
758
759
760 \begin_inset Index
761 status collapsed
762
763 \begin_layout Plain Layout
764 Gleitobjekte ! Abbildungen
765 \end_layout
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "abs:Gleitobjekte-Einleitung"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \begin_layout Standard
788 Wenn Sie auf das Werkzeugleisten-Symbol 
789 \begin_inset Graphics
790         filename ../../images/float-insert_figure.png
791         scale 70
792         scaleBeforeRotation
793         BoundingBox 0bp 6bp 22bp 22bp
794
795 \end_inset
796
797  klicken oder 
798 \family sans
799 Einfügen\SpecialChar \menuseparator
800 Gleit\SpecialChar \-
801 objekt\SpecialChar \menuseparator
802 Abbildung
803 \family default
804  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
805  In das rot umrahmte Feld rechts von 
806 \emph on
807 Abbildung
808 \begin_inset space ~
809 \end_inset
810
811 Nr:
812 \emph default
813  schreiben Sie die Bildbeschriftung.
814  Nach einem Klick oberhalb oder unterhalb von 
815 \emph on
816 Abbildung
817 \begin_inset space ~
818 \end_inset
819
820 Nr:
821 \emph default
822  können Sie dann eine Abbildung wie 
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "abb:kill-plat"
826
827 \end_inset
828
829  oberhalb oder wie Abbildung
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "abb:escher"
837
838 \end_inset
839
840  unterhalb der Bildbeschriftung einfügen.
841  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "abs:Titel-Platzierung"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \begin_layout Standard
856 \begin_inset Float figure
857 wide false
858 sideways false
859 status open
860
861 \begin_layout Plain Layout
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/platypus.eps
865         width 50col%
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \begin_inset Caption
876
877 \begin_layout Plain Layout
878 \begin_inset CommandInset label
879 LatexCommand label
880 name "abb:kill-plat"
881
882 \end_inset
883
884 Platypus in einem Gleitobjekt
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "abb:escher"
910
911 \end_inset
912
913 M.C.
914  Escher
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \begin_layout Plain Layout
923 \align center
924 \begin_inset Graphics
925         filename ../clipart/escher-lsd.eps
926         scale 80
927         scaleBeforeRotation
928         rotateOrigin center
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Querverweise ! auf Abbildungen
946 \end_layout
947
948 \end_inset
949
950 Abbildung
951 \begin_inset space ~
952 \end_inset
953
954
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "abb:kill-plat"
958
959 \end_inset
960
961  und 
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:escher"
965
966 \end_inset
967
968  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
969  Dafür fügen Sie in der Beschriftung mit 
970 \family sans
971 Einfügen\SpecialChar \menuseparator
972 Marke
973 \family default
974  oder durch Klicken auf 
975 \begin_inset Graphics
976         filename ../../images/label-insert.png
977         scale 70
978         scaleBeforeRotation
979         BoundingBox 0bp 6bp 20bp 20bp
980
981 \end_inset
982
983  eine Marke ein.
984  Auf diese können Sie dann wie gewohnt mit 
985 \family sans
986 Einfügen\SpecialChar \menuseparator
987 Querverweis
988 \family default
989  oder durch Klicken auf 
990 \begin_inset Graphics
991         filename ../../images/dialog-show-new-inset_ref.png
992         scale 70
993         scaleBeforeRotation
994         BoundingBox 0bp 6bp 22bp 22bp
995
996 \end_inset
997
998  verweisen.
999  Das ist besser als eine vage Formulierung wie 
1000 \begin_inset Quotes gld
1001 \end_inset
1002
1003 die obige Abbildung
1004 \begin_inset Quotes grd
1005 \end_inset
1006
1007  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1008  erscheint, und das muss nicht 
1009 \emph on
1010 oben
1011 \emph default
1012  sein.
1013  Verweise werden detailliert in Abschnitt
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "abs:Auf-Gleitobjekte-verweisen"
1021
1022 \end_inset
1023
1024  beschrieben.
1025 \end_layout
1026
1027 \begin_layout Standard
1028 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1029  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1030  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1031  Gleitabbildung einfügt.
1032  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1033  Abbildung
1034 \begin_inset space ~
1035 \end_inset
1036
1037
1038 \begin_inset CommandInset ref
1039 LatexCommand ref
1040 reference "abb:Zwei-Teilabbildungen"
1041
1042 \end_inset
1043
1044  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1045  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1046  Gleitabbildung auf Eingabe drücken.
1047  Abbildung
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "abb:Undefinierbar"
1055
1056 \end_inset
1057
1058  und 
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Ein-Schnabeltier"
1062
1063 \end_inset
1064
1065  sind die Teilabbildungen.
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "abb:Undefinierbar"
1091
1092 \end_inset
1093
1094 Undefinierbar
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename ../clipart/escher-lsd.eps
1105         width 35col%
1106         scaleBeforeRotation
1107         groupId Teilabbildung
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "abb:Ein-Schnabeltier"
1133
1134 \end_inset
1135
1136 Ein Schnabeltier
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename ../clipart/platypus.eps
1147         width 35col%
1148         scaleBeforeRotation
1149         groupId Teilabbildung
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Caption
1167
1168 \begin_layout Plain Layout
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "abb:Zwei-Teilabbildungen"
1172
1173 \end_inset
1174
1175 Zwei Teilabbildungen nebeneinander.
1176  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1177 \begin_inset Quotes gld
1178 \end_inset
1179
1180 Teilabbildung
1181 \begin_inset Quotes grd
1182 \end_inset
1183
1184  an.
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Section
1198 Bildformate
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "abs:Bildformate"
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Abbildungen ! Bildformate
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Standard
1219 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1220  Aber wie in Anhang
1221 \begin_inset space ~
1222 \end_inset
1223
1224
1225 \begin_inset CommandInset ref
1226 LatexCommand ref
1227 reference "kap:Ausgabedatei-Formate"
1228
1229 \end_inset
1230
1231  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1232  LyX benutzt im Hintergrund das Programm
1233 \family typewriter
1234  Imagemagick
1235 \family default
1236 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1237  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1238  vermeiden.
1239  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1240  werden können.
1241  Diese Formate werden in Anhang
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "kap:Ausgabedatei-Formate"
1249
1250 \end_inset
1251
1252  beschrieben.
1253 \end_layout
1254
1255 \begin_layout Standard
1256 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1257 \end_layout
1258
1259 \begin_layout Description
1260 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1261  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1262  
1263 \emph on
1264 pixelig
1265 \emph default
1266  aus.
1267  Bekannte Pixel-Formate sind 
1268 \begin_inset Quotes gld
1269 \end_inset
1270
1271 Graphics Interchange Format
1272 \begin_inset Quotes grd
1273 \end_inset
1274
1275  (GIF, Dateiendung
1276 \family typewriter
1277  
1278 \family default
1279
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283
1284 \family typewriter
1285 .gif
1286 \family default
1287
1288 \begin_inset Quotes grd
1289 \end_inset
1290
1291 )
1292 \begin_inset Index
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 GIF
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305 Portable Network Graphics
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309  (PNG, Dateiendung 
1310 \begin_inset Quotes gld
1311 \end_inset
1312
1313
1314 \family typewriter
1315 .png
1316 \family default
1317
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321 )
1322 \begin_inset Index
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 PNG
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335 Joint Photographic Experts Group
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339  (JPEG, Dateiendung
1340 \family typewriter
1341  
1342 \family default
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 .jpg
1350 \family default
1351
1352 \begin_inset Quotes grd
1353 \end_inset
1354
1355  oder 
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpeg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367 )
1368 \begin_inset Index
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 JPG, JPEG
1373 \end_layout
1374
1375 \end_inset
1376
1377  und 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381 Windows Bitmap
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385  (BMP, Dateiendung 
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389
1390 \family typewriter
1391 .bmp
1392 \family default
1393
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397 )
1398 \begin_inset Index
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 BMP
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1412  auf jede beliebige Größe skaliert werden.
1413  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1414  zoomen zu können.
1415 \begin_inset Newline newline
1416 \end_inset
1417
1418 Bekannte Formate sind 
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422 Scalable Vector Graphics
1423 \begin_inset Quotes grd
1424 \end_inset
1425
1426  (SVG, Dateiendung
1427 \family typewriter
1428  
1429 \family default
1430
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434
1435 \family typewriter
1436 .svg
1437 \family default
1438
1439 \begin_inset Quotes grd
1440 \end_inset
1441
1442 )
1443 \begin_inset Index
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 SVG
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456 Encapsulated PostScript
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460  (EPS, Dateiendung 
1461 \begin_inset Quotes gld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .eps
1467 \family default
1468
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 EPS
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486 Portable Document Format
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490  (PDF, Dateiendung
1491 \family typewriter
1492  
1493 \family default
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498
1499 \family typewriter
1500 .pdf
1501 \family default
1502
1503 \begin_inset Quotes grd
1504 \end_inset
1505
1506 )
1507 \begin_inset Index
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 PDF
1512 \end_layout
1513
1514 \end_inset
1515
1516  und 
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520 Windows Metafile
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524  (WMF, Dateiendung 
1525 \begin_inset Quotes gld
1526 \end_inset
1527
1528
1529 \family typewriter
1530 .wmf
1531 \family default
1532
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 WMF
1542 \end_layout
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1551  das Ergebnis ist immer noch ein Pixelbild.
1552  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1553  hinzugefügt.
1554 \begin_inset Foot
1555 status open
1556
1557 \begin_layout Plain Layout
1558 Bei PDF wird das Originalbild auch noch komprimiert.
1559 \end_layout
1560
1561 \end_inset
1562
1563  Die PDF-Dateien, die 
1564 \family typewriter
1565 Adobe Photoshop
1566 \family default
1567  erzeugt, sind zum Beispiel Pixelbilder.
1568 \end_layout
1569
1570 \begin_layout Standard
1571 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1572  umgekehrt.
1573  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1574  eingefügt werden.
1575  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1576  erzeugt wird, weil es zur Zeit keine WMF/SVG
1577 \begin_inset Formula $\to$
1578 \end_inset
1579
1580 PDF/EPS Konverter gibt.
1581 \end_layout
1582
1583 \begin_layout Chapter
1584 Tabellen
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tabellen
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Section
1598 Einführung
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen ! Einführung
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Standard
1612 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1613 \begin_inset Graphics
1614         filename ../../images/tabular-insert.png
1615         scale 70
1616         scaleBeforeRotation
1617         BoundingBox 0bp 6bp 22bp 22bp
1618
1619 \end_inset
1620
1621  oder das Menü 
1622 \family sans
1623 Einfügen\SpecialChar \menuseparator
1624 Tabelle
1625 \family default
1626  einfügen.
1627  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1628 \begin_inset space \thinspace{}
1629 \end_inset
1630
1631 -Tabelle.
1632  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1633  und die Größe der dunkelblauen Tabelle angezeigt.
1634  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1635  ein.
1636  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1637  Spaltenanzahl festlegen können.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 In der so erstellten Tabelle ist jede Zelle umrandet.
1642  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1643  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1644  die zweite Zeile eine Linie oberhalb haben.
1645  Hier ist ein Beispiel:
1646 \end_layout
1647
1648 \begin_layout Standard
1649 \align center
1650 \begin_inset Tabular
1651 <lyxtabular version="3" rows="5" columns="4">
1652 <features>
1653 <column alignment="center" valignment="top" width="0">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <row>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \family roman
1673 \series medium
1674 \shape up
1675 \size normal
1676 \emph off
1677 \bar no
1678 \noun off
1679 \color none
1680 1
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689 2
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 3
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 </row>
1704 <row>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709
1710 \family roman
1711 \series medium
1712 \shape up
1713 \size normal
1714 \emph off
1715 \bar no
1716 \noun off
1717 \color none
1718 A
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \family roman
1758 \series medium
1759 \shape up
1760 \size normal
1761 \emph off
1762 \bar no
1763 \noun off
1764 \color none
1765 B
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \family roman
1805 \series medium
1806 \shape up
1807 \size normal
1808 \emph off
1809 \bar no
1810 \noun off
1811 \color none
1812 C
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 <row>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 D
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \begin_layout Section
1891 Tabellen-Einstellungen
1892 \begin_inset Index
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896 Tabellen ! Einstellungen
1897 \end_layout
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1906  Maustaste draufklicken.
1907  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1908 \family sans
1909 Einstellungen
1910 \family default
1911  steht.
1912  Ein Klick darauf öffnet das Fenster 
1913 \family sans
1914 Tabellen-Einstellungen
1915 \family default
1916 .
1917  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1918  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1919  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1920  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1921  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1922  Auswahl.
1923  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1924 \emph on
1925 Inhalt
1926 \emph default
1927  einer Zelle oder die Zelle selber ausgewählt haben.
1928  Das 
1929 \family sans
1930 Tabellen-Einstellungen
1931 \family default
1932 -Menü hat folgende Karteikarten:
1933 \end_layout
1934
1935 \begin_layout Description
1936
1937 \family sans
1938 Tabellen-Einstellungen
1939 \family default
1940  Hier können Sie die 
1941 \family sans
1942 Horizontale
1943 \begin_inset space ~
1944 \end_inset
1945
1946 Ausrichtung
1947 \family default
1948  der momentanen Spalte und die 
1949 \family sans
1950 Spaltenbreite
1951 \family default
1952  festlegen.
1953  Wenn Sie eine 
1954 \family sans
1955 Spaltenbreite
1956 \family default
1957  festgelegt haben, können Sie auch eine 
1958 \family sans
1959 Vertikale
1960 \begin_inset space ~
1961 \end_inset
1962
1963 Ausrichtung
1964 \family default
1965  der momentanen Zeile wählen.
1966  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1967  Absätze haben, wie in Abschnitt
1968 \begin_inset space ~
1969 \end_inset
1970
1971
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "uab:Mehrfache-Zeilen-in"
1975
1976 \end_inset
1977
1978  beschrieben.
1979  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1984  als 
1985 \family sans
1986 Mehrfachspalte
1987 \family default
1988  definieren, wie in Abschnitt
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "uab:Mehrfachspalten"
1996
1997 \end_inset
1998
1999  beschrieben.
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2004  den Uhrzeigersinn um 90° drehen.
2005  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009
2010 \begin_inset Note Greyedout
2011 status open
2012
2013 \begin_layout Plain Layout
2014
2015 \series bold
2016 Achtung:
2017 \series default
2018  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Man kann auch ein 
2028 \family sans
2029 LaTe
2030 \begin_inset ERT
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034
2035 {}
2036 \end_layout
2037
2038 \end_inset
2039
2040 X-Argument
2041 \family default
2042  für besondere Tabellen-Formatierun\SpecialChar \-
2043 gen einfügen, wie in den Abschnitten
2044  
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "uab:Mehrfachspalten-Berechnungen"
2048
2049 \end_inset
2050
2051  und 
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "abs:Farbige-Tabellen"
2055
2056 \end_inset
2057
2058  beschrieben.
2059 \end_layout
2060
2061 \begin_layout Description
2062
2063 \family sans
2064 Rahmen
2065 \family default
2066  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2067  hinzufügen und löschen.
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Wenn Sie die Stil-Option
2072 \family sans
2073  Formal
2074 \family default
2075  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2076 \begin_inset space ~
2077 \end_inset
2078
2079
2080 \begin_inset CommandInset ref
2081 LatexCommand ref
2082 reference "abs:Formale-Tabellen"
2083
2084 \end_inset
2085
2086  beschrieben, konvertiert.
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2091 \begin_inset space ~
2092 \end_inset
2093
2094
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "uab:Zeilenabstand"
2098
2099 \end_inset
2100
2101  beschrieben.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Lange
2108 \begin_inset space ~
2109 \end_inset
2110
2111 Tabelle
2112 \family default
2113  Hier kann eine Tabelle als 
2114 \family sans
2115 Lange
2116 \begin_inset space ~
2117 \end_inset
2118
2119 Tabelle
2120 \family default
2121  definiert werden, die über mehrere Seiten reicht.
2122  Die Abschnitte
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "abs:Lange-Tabellen"
2130
2131 \end_inset
2132
2133  und 
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "abs:Special-Longtable-Issues"
2137
2138 \end_inset
2139
2140  beschreiben diese Funktion genauer.
2141 \end_layout
2142
2143 \begin_layout Standard
2144 Wenn das Menü 
2145 \family sans
2146 Tabellen-Einstellungen
2147 \family default
2148  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2149  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2150 \end_layout
2151
2152 \begin_layout Section
2153 Tabellen-Werkzeugleiste
2154 \begin_inset Index
2155 status collapsed
2156
2157 \begin_layout Plain Layout
2158 Tabellen ! Werkzeugleiste
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2168 \family sans
2169 Tabellen-Einstellungen
2170 \family default
2171 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2172  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2173  LyX-Fensters.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Die Werkzeugleiste hat folgende Knöpfe:
2178 \end_layout
2179
2180 \begin_layout Labeling
2181 \labelwidthstring 00.00.0000
2182 \begin_inset Graphics
2183         filename ../../images/tabular-feature_append-row.png
2184         scale 70
2185         scaleBeforeRotation
2186         BoundingBox 0bp 6bp 22bp 22bp
2187
2188 \end_inset
2189
2190  Fügt eine Zeile unterhalb der momentanen an
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_append-column.png
2197         scale 70
2198         scaleBeforeRotation
2199         BoundingBox 0bp 6bp 22bp 22bp
2200
2201 \end_inset
2202
2203  Fügt eine Spalte rechts von der momentanen an
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../../images/tabular-feature_delete-row.png
2210         scale 70
2211         scaleBeforeRotation
2212         BoundingBox 0bp 6bp 22bp 22bp
2213
2214 \end_inset
2215
2216  Löscht die ausgewählte(n) Zeile(n)
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../../images/tabular-feature_delete-column.png
2223         scale 70
2224         scaleBeforeRotation
2225         BoundingBox 0bp 6bp 22bp 22bp
2226
2227 \end_inset
2228
2229  Löscht die ausgewählte(n) Spalte(n)
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_toggle-line-top.png
2236         scale 70
2237         scaleBeforeRotation
2238         BoundingBox 0bp 6bp 22bp 22bp
2239
2240 \end_inset
2241
2242  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2243  wenn der Knopf grau hinterlegt ist
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-bottom.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_toggle-line-left.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_toggle-line-right.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2285  wenn der Knopf grau hinterlegt ist
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_set-all-lines.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../../images/tabular-feature_unset-all-lines.png
2305         scale 70
2306         scaleBeforeRotation
2307         BoundingBox 0bp 6bp 22bp 22bp
2308
2309 \end_inset
2310
2311  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Graphics
2317         filename ../../images/tabular-feature_align-left.png
2318         scale 70
2319         scaleBeforeRotation
2320         BoundingBox 0bp 6bp 22bp 22bp
2321
2322 \end_inset
2323
2324  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Graphics
2330         filename ../../images/tabular-feature_align-center.png
2331         scale 70
2332         scaleBeforeRotation
2333         BoundingBox 0bp 6bp 22bp 22bp
2334
2335 \end_inset
2336
2337  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../../images/tabular-feature_align-right.png
2344         scale 70
2345         scaleBeforeRotation
2346         BoundingBox 0bp 6bp 22bp 22bp
2347
2348 \end_inset
2349
2350  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../../images/tabular-feature_valign-top.png
2357         scale 70
2358         scaleBeforeRotation
2359         BoundingBox 0bp 6bp 22bp 22bp
2360
2361 \end_inset
2362
2363  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Graphics
2369         filename ../../images/tabular-feature_valign-middle.png
2370         scale 70
2371         scaleBeforeRotation
2372         BoundingBox 0bp 6bp 22bp 22bp
2373
2374 \end_inset
2375
2376  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_valign-bottom.png
2383         scale 70
2384         scaleBeforeRotation
2385         BoundingBox 0bp 6bp 22bp 22bp
2386
2387 \end_inset
2388
2389  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../../images/tabular-feature_set-rotate-cell.png
2396         scale 70
2397         scaleBeforeRotation
2398         BoundingBox 0bp 6bp 22bp 22bp
2399
2400 \end_inset
2401
2402  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../../images/tabular-feature_set-rotate-tabular.png
2409         scale 70
2410         scaleBeforeRotation
2411         BoundingBox 0bp 6bp 22bp 22bp
2412
2413 \end_inset
2414
2415  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Graphics
2421         filename ../../images/tabular-feature_multicolumn.png
2422         scale 70
2423         scaleBeforeRotation
2424         BoundingBox 0bp 6bp 22bp 22bp
2425
2426 \end_inset
2427
2428  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2429 \end_layout
2430
2431 \begin_layout Standard
2432 \begin_inset Note Greyedout
2433 status open
2434
2435 \begin_layout Plain Layout
2436
2437 \series bold
2438 Bemerkung:
2439 \series default
2440  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2441  Reihe für alle Zelle der Reihe verwendet.
2442 \end_layout
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Section
2450 Bearbeiten-Menü
2451 \begin_inset Index
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455 Tabellen ! Bearbeiten-Menü
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Standard
2464 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2465  Wenn der Cursor in einer Tabelle steht, sind im 
2466 \family sans
2467 Bearbeiten
2468 \family default
2469 -Menü folgende Punkte aktiviert: 
2470 \family sans
2471 Tabelle
2472 \family default
2473
2474 \family sans
2475 Zeilen
2476 \begin_inset space ~
2477 \end_inset
2478
2479 &
2480 \begin_inset space ~
2481 \end_inset
2482
2483 Spalten
2484 \family default
2485  und 
2486 \family sans
2487 Tabellen-Einstellungen
2488 \family default
2489 .
2490  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2491 ngsmöglichkeiten zu erreichen.
2492 \end_layout
2493
2494 \begin_layout Section
2495 Gleitende Tabellen
2496 \begin_inset CommandInset label
2497 LatexCommand label
2498 name "abs:Gleitende-Tabellen"
2499
2500 \end_inset
2501
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Gleitobjekte ! Tabellen
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \begin_inset Index
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517 Tabellen ! gleitende
2518 \end_layout
2519
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2527 \begin_inset space ~
2528 \end_inset
2529
2530
2531 \begin_inset CommandInset ref
2532 LatexCommand ref
2533 reference "abs:Gleitobjekte-Einleitung"
2534
2535 \end_inset
2536
2537 .
2538 \end_layout
2539
2540 \begin_layout Standard
2541 \begin_inset Float table
2542 placement h
2543 wide false
2544 sideways false
2545 status open
2546
2547 \begin_layout Plain Layout
2548 \begin_inset Caption
2549
2550 \begin_layout Plain Layout
2551 \begin_inset CommandInset label
2552 LatexCommand label
2553 name "tab:a table float"
2554
2555 \end_inset
2556
2557 Eine gleitende Tabelle
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \begin_layout Plain Layout
2566 \align center
2567 \begin_inset Tabular
2568 <lyxtabular version="3" rows="3" columns="3">
2569 <features>
2570 <column alignment="center" valignment="top" width="0pt">
2571 <column alignment="center" valignment="top" width="0pt">
2572 <column alignment="center" valignment="top" width="0pt">
2573 <row>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 1
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 2
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Plain Layout
2614
2615 \family roman
2616 \series medium
2617 \shape up
2618 \size normal
2619 \emph off
2620 \bar no
2621 \noun off
2622 \color none
2623 3
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 </row>
2629 <row>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 Martin
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \family roman
2654 \series medium
2655 \shape up
2656 \size normal
2657 \emph off
2658 \bar no
2659 \noun off
2660 \color none
2661 Lena
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670
2671 \family roman
2672 \series medium
2673 \shape up
2674 \size normal
2675 \emph off
2676 \bar no
2677 \noun off
2678 \color none
2679 Alina
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $\int x^{2}dx$
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711
2712 \family roman
2713 \series medium
2714 \shape up
2715 \size normal
2716 \emph off
2717 \bar no
2718 \noun off
2719 \color none
2720 \begin_inset Formula $\left[\begin{array}{cc}
2721 a & b\\
2722 c & d\end{array}\right]$
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734
2735 \family roman
2736 \series medium
2737 \shape up
2738 \size normal
2739 \emph off
2740 \bar no
2741 \noun off
2742 \color none
2743 \begin_inset Formula $1+1=2$
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 </lyxtabular>
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 Gleitende Tabellen können über 
2766 \family sans
2767 Einfügen\SpecialChar \menuseparator
2768 Gleitobjekt\SpecialChar \menuseparator
2769 Tabelle
2770 \family default
2771  oder einen Klick auf den Werkzeugleistenknopf 
2772 \begin_inset Graphics
2773         filename ../../images/float-insert_table.png
2774         scale 70
2775         scaleBeforeRotation
2776         BoundingBox 0bp 6bp 22bp 22bp
2777
2778 \end_inset
2779
2780  erzeugt werden.
2781  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2782  In das rot umrahmte Feld rechts von 
2783 \emph on
2784 Tabelle
2785 \begin_inset space ~
2786 \end_inset
2787
2788 Nr:
2789 \emph default
2790  schreiben Sie die Tabellenbeschriftung.
2791  Nach einem Klick oberhalb oder unterhalb von 
2792 \emph on
2793 Tabelle
2794 \begin_inset space ~
2795 \end_inset
2796
2797 Nr:
2798 \emph default
2799  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2800 \begin_inset Graphics
2801         filename ../../images/tabular-insert.png
2802         scale 70
2803         scaleBeforeRotation
2804         BoundingBox 0bp 6bp 22bp 22bp
2805
2806 \end_inset
2807
2808  oder dem Menü 
2809 \family sans
2810 Einfügen\SpecialChar \menuseparator
2811 Tabelle
2812 \family default
2813  einfügen.
2814 \end_layout
2815
2816 \begin_layout Standard
2817 Tabelle
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "tab:a table float"
2825
2826 \end_inset
2827
2828  ist ein Beispiel für eine gleitende Tabelle.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2833 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2834  Das bedeutet, dass bei den Klassen 
2835 \family sans
2836 article
2837 \family default
2838
2839 \family sans
2840 book
2841 \family default
2842
2843 \family sans
2844 letter
2845 \family default
2846 , und 
2847 \family sans
2848 report
2849 \family default
2850  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2851  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2852 \series bold
2853 caption
2854 \series default
2855
2856 \begin_inset Index
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 LaTeX-Pakete ! caption
2861 \end_layout
2862
2863 \end_inset
2864
2865  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2866 \begin_inset Foot
2867 status open
2868
2869 \begin_layout Plain Layout
2870 Näheres finden Sie im Abschnitt
2871 \begin_inset space ~
2872 \end_inset
2873
2874
2875 \begin_inset CommandInset ref
2876 LatexCommand ref
2877 reference "abs:Titel-Platzierung"
2878
2879 \end_inset
2880
2881 .
2882 \end_layout
2883
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \begin_layout Standard
2890
2891 \series bold
2892 tableposition=top
2893 \end_layout
2894
2895 \begin_layout Standard
2896 Das Paket 
2897 \series bold
2898 caption
2899 \series default
2900 , das in Abschnitt
2901 \begin_inset space ~
2902 \end_inset
2903
2904
2905 \begin_inset CommandInset ref
2906 LatexCommand ref
2907 reference "abs:Titel-Formatierung"
2908
2909 \end_inset
2910
2911  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2912 \end_layout
2913
2914 \begin_layout Standard
2915 \begin_inset Index
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Querverweise ! auf Tabellen
2920 \end_layout
2921
2922 \end_inset
2923
2924 Auf Tabellen kann über ihre Marke verwiesen werden.
2925  Dafür fügen Sie in der Beschriftung mit 
2926 \family sans
2927 Einfügen\SpecialChar \menuseparator
2928 Marke
2929 \family default
2930  oder durch Klicken auf 
2931 \begin_inset Graphics
2932         filename ../../images/label-insert.png
2933         scale 70
2934         scaleBeforeRotation
2935         BoundingBox 0bp 6bp 20bp 20bp
2936
2937 \end_inset
2938
2939  eine Marke ein.
2940  Auf diese können Sie dann wie gewohnt mit 
2941 \family sans
2942 Einfügen\SpecialChar \menuseparator
2943 Querverweis
2944 \family default
2945  oder durch Klicken auf 
2946 \begin_inset Graphics
2947         filename ../../images/dialog-show-new-inset_ref.png
2948         scale 70
2949         scaleBeforeRotation
2950         BoundingBox 0bp 6bp 22bp 22bp
2951
2952 \end_inset
2953
2954  verweisen.
2955  Verweise werden detailliert in Abschnitt
2956 \begin_inset space ~
2957 \end_inset
2958
2959
2960 \begin_inset CommandInset ref
2961 LatexCommand ref
2962 reference "abs:Auf-Gleitobjekte-verweisen"
2963
2964 \end_inset
2965
2966  beschrieben.
2967 \end_layout
2968
2969 \begin_layout Section
2970 Lange Tabellen
2971 \begin_inset CommandInset label
2972 LatexCommand label
2973 name "abs:Lange-Tabellen"
2974
2975 \end_inset
2976
2977
2978 \begin_inset Index
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Tabellen ! lange
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \begin_layout Standard
2991 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2992  Dialogfenster 
2993 \family sans
2994 Tabellen-Einstellungen
2995 \family default
2996  auf der Karteikarte  
2997 \family sans
2998 Lange
2999 \begin_inset space ~
3000 \end_inset
3001
3002 Tabelle
3003 \family default
3004  die Option 
3005 \family sans
3006 Lange
3007 \begin_inset space ~
3008 \end_inset
3009
3010 Tabelle
3011 \begin_inset space ~
3012 \end_inset
3013
3014 verwenden
3015 \family default
3016  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3017  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3018 \end_layout
3019
3020 \begin_layout Description
3021
3022 \family sans
3023 Kopfzei
3024 \family default
3025 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3026  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3027  mit Ausnahme der ersten, wenn 
3028 \family sans
3029 Erste
3030 \begin_inset space ~
3031 \end_inset
3032
3033 Kopfzeile
3034 \family default
3035  aktiviert ist.
3036 \end_layout
3037
3038 \begin_layout Description
3039
3040 \family sans
3041 Erste
3042 \lang english
3043
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \lang ngerman
3049 Kopfz
3050 \family default
3051 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3052  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3053  mehrseitigen Tabelle definiert.
3054 \end_layout
3055
3056 \begin_layout Description
3057
3058 \family sans
3059 Fußz
3060 \family default
3061 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3062  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3063  der letzten, wenn 
3064 \family sans
3065 Letzte
3066 \begin_inset space ~
3067 \end_inset
3068
3069 Fußzeile
3070 \family default
3071  aktiviert ist.
3072 \end_layout
3073
3074 \begin_layout Description
3075
3076 \family sans
3077 Letzte
3078 \begin_inset space ~
3079 \end_inset
3080
3081 Fußz
3082 \family default
3083 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3084  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3085  Tabelle definiert.
3086 \end_layout
3087
3088 \begin_layout Description
3089 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3090  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3091 \family sans
3092 Einfügen\SpecialChar \menuseparator
3093 Marke
3094 \family default
3095  einfügen.
3096  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3097 \begin_inset space ~
3098 \end_inset
3099
3100
3101 \begin_inset CommandInset ref
3102 LatexCommand ref
3103 reference "uab:Beschriftungen-langer-Tabellen"
3104
3105 \end_inset
3106
3107  erklärt.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 Hier ist ein Beispiel einer langen Tabelle:
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="69" columns="3">
3118 <features islongtable="true">
3119 <column alignment="left" valignment="top" width="0cm">
3120 <column alignment="left" valignment="top" width="0pt">
3121 <column alignment="right" valignment="top" width="0pt">
3122 <row endfirsthead="true">
3123 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 Telefonliste (ignoriere die Namen)
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row endfirsthead="true">
3154 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \series bold
3160 NAME
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 TEL.
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row endhead="true">
3187 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Telefonliste
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row endhead="true">
3218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 NAME
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 TEL.
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row endfoot="true">
3251 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 wird fortgesetzt
3258 \series default
3259  \SpecialChar \ldots{}
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 Annovi
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Silvia
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 Bertoli
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Stefano
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Bozzi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Walter
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Cachia
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Maria
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Cachia
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Maurizio
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cinquemani
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Giusi
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Colin
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Bernard
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Concli
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Gianfranco
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Dal Bosco
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Carolina
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Dalpiaz
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Annamaria
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Feliciello
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Domenico
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Focarelli
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Paola
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Galletti
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Oreste
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Gasparini
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Franca
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Rizzardi
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Paola
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Lassini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Giancarlo
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Malfatti
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Luciano
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Malfatti
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Valeriano
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Meneguzzo
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Roberto
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Mezzadra
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Roberto
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Pirpamer
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Erich
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Pochiesa
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Paolo
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111, 222
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Radina
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Claudio
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Stuffer
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Oskar
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Tacchelli
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Ugo
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Tezzele
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Margit
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Unterkalmsteiner
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Frieda
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Vieider
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Hilde
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Vigna
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Jürgen
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Weber
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Maurizio
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Winkler
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Franz
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250  
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Annovi
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Silvia
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Bertoli
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Stefano
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Bozzi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Walter
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Cachia
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maria
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Cachia
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Maurizio
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cinquemani
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Giusi
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Colin
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Bernard
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Concli
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Gianfranco
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Dal Bosco
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Carolina
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Dalpiaz
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Annamaria
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Feliciello
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Domenico
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Focarelli
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Paola
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Galletti
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Oreste
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Gasparini
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Franca
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Rizzardi
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Paola
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Lassini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Giancarlo
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Malfatti
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Luciano
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Malfatti
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Valeriano
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Meneguzzo
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Roberto
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Mezzadra
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Roberto
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Pirpamer
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Erich
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Pochiesa
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Paolo
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555, 222
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Radina
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Claudio
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Stuffer
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Oskar
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Tacchelli
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Ugo
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Tezzele
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Margit
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Unterkalmsteiner
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Frieda
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Vieider
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Hilde
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Vigna
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Jürgen
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 999
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Weber
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Maurizio
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Winkler
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Franz
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 555
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row endlastfoot="true">
5236 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Ende
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 </lyxtabular>
5265
5266 \end_inset
5267
5268
5269 \begin_inset ERT
5270 status collapsed
5271
5272 \begin_layout Plain Layout
5273
5274
5275 \backslash
5276 addtocounter{table}{-1}
5277 \end_layout
5278
5279 \end_inset
5280
5281
5282 \begin_inset Note Note
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5287 \begin_inset space ~
5288 \end_inset
5289
5290
5291 \begin_inset CommandInset ref
5292 LatexCommand ref
5293 reference "uab:Beschriftungen-langer-Tabellen"
5294
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \begin_layout Subsection
5306 Fußnoten in langen Tabellen
5307 \begin_inset CommandInset label
5308 LatexCommand label
5309 name "uab:Fußnoten-in-langen"
5310
5311 \end_inset
5312
5313
5314 \begin_inset Index
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318 Tabellen ! lange ! Fußnoten
5319 \end_layout
5320
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5328  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5329  Tabelle
5330 \begin_inset space ~
5331 \end_inset
5332
5333
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "tab:DiffCaptions"
5337
5338 \end_inset
5339
5340  hat zum Beispiel eine Fußnote.
5341 \end_layout
5342
5343 \begin_layout Subsection
5344 Ausrichtung langer Tabellen
5345 \begin_inset Index
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349 Tabellen ! lange ! Ausrichtung
5350 \end_layout
5351
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5359  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5360 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5361  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5362  Längen 
5363 \series bold
5364
5365 \backslash
5366 LTleft 
5367 \series default
5368 und 
5369 \series bold
5370
5371 \backslash
5372 LTright
5373 \series default
5374  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5375  wird:
5376 \end_layout
5377
5378 \begin_layout Standard
5379
5380 \series bold
5381
5382 \backslash
5383 setlength{
5384 \backslash
5385 LTleft}{Wert}
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Wobei der Wert eine der in Tabelle
5390 \begin_inset space ~
5391 \end_inset
5392
5393
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "tab:Maßeinheiten"
5397
5398 \end_inset
5399
5400  aufgelisteten Einheiten haben kann.
5401  
5402 \series bold
5403
5404 \backslash
5405 LTleft
5406 \series default
5407  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5408  
5409 \series bold
5410
5411 \backslash
5412 LTright
5413 \series default
5414  den Abstand von rechts.
5415  Die Voreinstellung für beide Werte ist 
5416 \series bold
5417
5418 \backslash
5419 fill
5420 \series default
5421 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5422  in LyX ist.
5423 \end_layout
5424
5425 \begin_layout Standard
5426 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5427 \series bold
5428
5429 \backslash
5430 LTleft
5431 \series default
5432  auf den Wert 0
5433 \begin_inset space \thinspace{}
5434 \end_inset
5435
5436 pt gesetzt wurde.
5437 \begin_inset ERT
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442
5443 \backslash
5444 setlength{
5445 \backslash
5446 LTleft}{0pt}
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \begin_layout Standard
5455 \begin_inset Tabular
5456 <lyxtabular version="3" rows="5" columns="5">
5457 <features islongtable="true">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 1
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 2
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 3
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 4
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 5
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 s
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 s
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 s
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 s
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 s
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 s
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 asd
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 asd
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 asd
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 asd
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 asd
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 </lyxtabular>
5699
5700 \end_inset
5701
5702
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 setlength{
5711 \backslash
5712 LTleft}{
5713 \backslash
5714 fill}
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \begin_layout Subsection
5723 Beschriftungen langer Tabellen
5724 \begin_inset CommandInset label
5725 LatexCommand label
5726 name "uab:Beschriftungen-langer-Tabellen"
5727
5728 \end_inset
5729
5730
5731 \begin_inset Index
5732 status collapsed
5733
5734 \begin_layout Plain Layout
5735 Tabellen ! lange ! Titel
5736 \end_layout
5737
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \begin_layout Standard
5744 Eine 
5745 \family sans
5746 lange
5747 \begin_inset space ~
5748 \end_inset
5749
5750 Tabelle
5751 \family default
5752  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5753  Seite gedruckt werden können.
5754  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5755  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  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5768  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5769 \end_layout
5770
5771 \begin_layout Standard
5772 Hier ist eine kurze 
5773 \family sans
5774 lange
5775 \begin_inset space ~
5776 \end_inset
5777
5778 Tabelle
5779 \family default
5780 , die zeigt, wie das funktioniert:
5781 \end_layout
5782
5783 \begin_layout Standard
5784 \begin_inset Tabular
5785 <lyxtabular version="3" rows="6" columns="5">
5786 <features islongtable="true">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <row caption="true">
5793 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Caption
5798
5799 \begin_layout Plain Layout
5800 Eine 
5801 \family sans
5802 lange
5803 \begin_inset space ~
5804 \end_inset
5805
5806 Tabelle
5807 \family default
5808  mit Titel
5809 \begin_inset OptArg
5810 status open
5811
5812 \begin_layout Plain Layout
5813 Lange Tabelle
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 1
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 2
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 3
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 4
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 5
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 </lyxtabular>
6101
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \begin_layout Standard
6108 \begin_inset VSpace medskip
6109 \end_inset
6110
6111
6112 \begin_inset Note Greyedout
6113 status open
6114
6115 \begin_layout Plain Layout
6116
6117 \series bold
6118 Bemerkung
6119 \begin_inset space ~
6120 \end_inset
6121
6122 1:
6123 \series default
6124  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6125  Titel vergeben.
6126  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6127 \begin_inset space ~
6128 \end_inset
6129
6130 2.4 auf Tabelle
6131 \begin_inset space ~
6132 \end_inset
6133
6134 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6135  Titel sind.
6136  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6137  LaTeX-Befehl als TeX-Code einfügen:
6138 \end_layout
6139
6140 \begin_layout Plain Layout
6141
6142 \series bold
6143
6144 \backslash
6145 addtocounter{table}{-1}
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \begin_layout Standard
6154 \begin_inset Note Greyedout
6155 status open
6156
6157 \begin_layout Plain Layout
6158
6159 \series bold
6160 Bemerkung
6161 \begin_inset space ~
6162 \end_inset
6163
6164 2:
6165 \series default
6166  Wenn Sie 
6167 \series bold
6168 hyperref
6169 \series default
6170
6171 \begin_inset Index
6172 status collapsed
6173
6174 \begin_layout Plain Layout
6175 LaTeX-Pakete ! hyperref
6176 \end_layout
6177
6178 \end_inset
6179
6180  in den
6181 \family sans
6182  PDF-Eigenschaften
6183 \family default
6184  im 
6185 \family sans
6186 Dokument-Einstellungen
6187 \family default
6188  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6189 \family sans
6190 lange
6191 \begin_inset space ~
6192 \end_inset
6193
6194 Tabelle
6195 \family default
6196  immer auf den Anfang des Dokuments zeigen.
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \begin_inset Newpage newpage
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \begin_layout Subsubsection
6209 Querverweise auf 
6210 \family sans
6211 lange Tabelle
6212 \family default
6213 n
6214 \begin_inset Index
6215 status collapsed
6216
6217 \begin_layout Plain Layout
6218 Tabellen ! lange ! Querverweis
6219 \end_layout
6220
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \begin_layout Standard
6227 \begin_inset Tabular
6228 <lyxtabular version="3" rows="6" columns="5">
6229 <features islongtable="true">
6230 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
6236 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 \begin_inset Caption
6241
6242 \begin_layout Plain Layout
6243
6244 \family sans
6245 Lange
6246 \begin_inset space ~
6247 \end_inset
6248
6249 Tabelle
6250 \family default
6251  mit Marke
6252 \begin_inset CommandInset label
6253 LatexCommand label
6254 name "tab:LangeTabelle-mit-Marke"
6255
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \end_inset
6262
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 1
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 2
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 3
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 4
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 5
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 asd
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 s
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 s
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 asd
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 s
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 s
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 s
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 asd
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 asd
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 s
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 s
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 s
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 asd
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 </row>
6493 <row>
6494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 asd
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 sad
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 asd
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 asd
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 </lyxtabular>
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Standard
6548 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6549  im Titel einfügen.
6550 \end_layout
6551
6552 \begin_layout Standard
6553 Dies ist ein Verweis auf Tabelle
6554 \begin_inset space ~
6555 \end_inset
6556
6557
6558 \begin_inset CommandInset ref
6559 LatexCommand ref
6560 reference "tab:LangeTabelle-mit-Marke"
6561
6562 \end_inset
6563
6564 .
6565 \end_layout
6566
6567 \begin_layout Standard
6568 Mit dem LaTeX-Paket 
6569 \series bold
6570 caption
6571 \series default
6572
6573 \begin_inset Index
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577 LaTeX-Pakete ! caption
6578 \end_layout
6579
6580 \end_inset
6581
6582 , siehe Abschnitt
6583 \begin_inset space ~
6584 \end_inset
6585
6586
6587 \begin_inset CommandInset ref
6588 LatexCommand ref
6589 reference "abs:Titel-Formatierung"
6590
6591 \end_inset
6592
6593 , können Sie alle anderen 
6594 \family sans
6595 Legende
6596 \family default
6597 -Optionen benutzen.
6598 \end_layout
6599
6600 \begin_layout Subsubsection
6601 Titelbreite
6602 \begin_inset Index
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Tabellen ! lange ! Beschriftungsbreite
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Standard
6615 Die maximale Titelbreite wird durch die Variable 
6616 \series bold
6617
6618 \backslash
6619 LTcapwidth
6620 \series default
6621  definiert.
6622  Ihr Standardwert ist 4
6623 \begin_inset space \thinspace{}
6624 \end_inset
6625
6626 Zoll (
6627 \begin_inset Formula $\approx10$
6628 \end_inset
6629
6630
6631 \begin_inset space \thinspace{}
6632 \end_inset
6633
6634 cm).
6635  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6636  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6637 \end_layout
6638
6639 \begin_layout Standard
6640
6641 \series bold
6642
6643 \backslash
6644 setlength{
6645 \backslash
6646 LTcapwidth}{Breite}
6647 \end_layout
6648
6649 \begin_layout Standard
6650 wobei die Breite eine der in Anhang
6651 \begin_inset space ~
6652 \end_inset
6653
6654
6655 \begin_inset CommandInset ref
6656 LatexCommand ref
6657 reference "kap:In-LyX-verfügbare"
6658
6659 \end_inset
6660
6661  aufgelisteten Einheiten haben kann.
6662 \end_layout
6663
6664 \begin_layout Standard
6665 Die beiden folgenden Tabellen zeigen den Unterschied:
6666 \end_layout
6667
6668 \begin_layout Standard
6669 \begin_inset Tabular
6670 <lyxtabular version="3" rows="6" columns="5">
6671 <features islongtable="true">
6672 <column alignment="center" valignment="top" width="0">
6673 <column alignment="center" valignment="top" width="0">
6674 <column alignment="center" valignment="top" width="0">
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row caption="true">
6678 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Caption
6683
6684 \begin_layout Plain Layout
6685 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6686 \begin_inset OptArg
6687 status open
6688
6689 \begin_layout Plain Layout
6690 Titel mit Standardbreite
6691 \end_layout
6692
6693 \end_inset
6694
6695
6696 \end_layout
6697
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 1
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 2
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 3
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 4
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 5
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 s
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 s
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 s
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 s
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 sad
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 asd
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 </lyxtabular>
6978
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \begin_layout Standard
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 setlength{
6993 \backslash
6994 LTcapwidth}{5cm}
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \begin_inset Tabular
7001 <lyxtabular version="3" rows="6" columns="5">
7002 <features islongtable="true">
7003 <column alignment="center" valignment="top" width="0">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <column alignment="center" valignment="top" width="0">
7008 <row caption="true">
7009 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 \begin_inset Caption
7014
7015 \begin_layout Plain Layout
7016 Langer Titel mit 5
7017 \begin_inset space \thinspace{}
7018 \end_inset
7019
7020 cm Breite, Langer Titel mit 5
7021 \begin_inset space \thinspace{}
7022 \end_inset
7023
7024 cm Breite
7025 \begin_inset OptArg
7026 status open
7027
7028 \begin_layout Plain Layout
7029 Titel mit 5
7030 \begin_inset space \thinspace{}
7031 \end_inset
7032
7033 cm Breite
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 1
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 2
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 3
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 4
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 5
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 asd
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 s
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7226 <row>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 s
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 s
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 s
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7273 <row>
7274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 sad
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 asd
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 asd
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 </lyxtabular>
7321
7322 \end_inset
7323
7324
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 setlength{
7333 \backslash
7334 LTcapwidth}{4in}
7335 \end_layout
7336
7337 \end_inset
7338
7339
7340 \begin_inset Note Note
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 Beschriftungsbreite zurücksetzen
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \begin_layout Standard
7353 \begin_inset Note Greyedout
7354 status open
7355
7356 \begin_layout Plain Layout
7357
7358 \series bold
7359 Achtung:
7360 \series default
7361  Wenn das LaTeX-Paket 
7362 \series bold
7363 caption
7364 \series default
7365
7366 \begin_inset Index
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 LaTeX-Pakete ! caption
7371 \end_layout
7372
7373 \end_inset
7374
7375  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7376  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7377  4
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 Zoll für 
7382 \series bold
7383
7384 \backslash
7385 LTcapwidth
7386 \series default
7387  benutzen.
7388  Um in diesem Fall eine genau 4
7389 \begin_inset space \thinspace{}
7390 \end_inset
7391
7392 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7393  4
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 Zoll veränderten Wert wie z.
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 B.
7402  3.99
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 Zoll verwenden oder den LaTeX-Befehl 
7407 \series bold
7408
7409 \backslash
7410 captionsetup{width=Wert}
7411 \series default
7412  benutzen, der vom 
7413 \series bold
7414 caption
7415 \series default
7416 -Paket bereitgestellt wird.
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Subsubsection
7425 Unterschiedliche Titel für Tabellenseiten
7426 \begin_inset Index
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 Tabellen ! lange ! mehrere Titel
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Standard
7439 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7440  die erste, müssen Sie eine 
7441 \family sans
7442 Legende
7443 \family default
7444  mit einem nicht-leeren 
7445 \family sans
7446 Kurztitel
7447 \family default
7448  in eine leere Legende-Zeile, die als 
7449 \family sans
7450 Erste
7451 \begin_inset space ~
7452 \end_inset
7453
7454 Kopfzeile
7455 \family default
7456  definiert wurde, einfügen.
7457  Der Titel für die anderen Tabellenseiten wird als 
7458 \family sans
7459 Legende
7460 \family default
7461  ohne 
7462 \family sans
7463 Kurztitel
7464 \family default
7465  in eine leere Legende-Zeile, die als 
7466 \family sans
7467 Kopfzeile
7468 \family default
7469  definiert wurde, eingefügt.
7470  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7471  Befehl
7472 \end_layout
7473
7474 \begin_layout Standard
7475
7476 \series bold
7477
7478 \backslash
7479 caption*{caption text}
7480 \end_layout
7481
7482 \begin_layout Standard
7483 anstatt der 
7484 \family sans
7485 Legende
7486 \family default
7487 -Umgebung von LyX benutzen.
7488  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7489  den Titel der 
7490 \family sans
7491 Ersten
7492 \begin_inset space ~
7493 \end_inset
7494
7495 Kopfzeile
7496 \family default
7497  eingefügt werden.
7498  Tabelle
7499 \begin_inset space ~
7500 \end_inset
7501
7502
7503 \begin_inset CommandInset ref
7504 LatexCommand ref
7505 reference "tab:DiffCaptions"
7506
7507 \end_inset
7508
7509  ist ein Beispiel für eine 
7510 \family sans
7511 lange
7512 \begin_inset space ~
7513 \end_inset
7514
7515 Tabelle
7516 \family default
7517  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7518 \end_layout
7519
7520 \begin_layout Standard
7521 \align center
7522 \begin_inset Tabular
7523 <lyxtabular version="3" rows="60" columns="3">
7524 <features islongtable="true">
7525 <column alignment="left" valignment="top" width="0cm">
7526 <column alignment="left" valignment="top" width="0pt">
7527 <column alignment="right" valignment="top" width="0pt">
7528 <row endfirsthead="true" caption="true">
7529 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 \begin_inset Caption
7534
7535 \begin_layout Plain Layout
7536 Telefonliste
7537 \begin_inset CommandInset label
7538 LatexCommand label
7539 name "tab:DiffCaptions"
7540
7541 \end_inset
7542
7543
7544 \begin_inset OptArg
7545 status collapsed
7546
7547 \begin_layout Plain Layout
7548 Telefonliste
7549 \end_layout
7550
7551 \end_inset
7552
7553
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row endfirsthead="true">
7583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Telefonliste (ignoriere die Namen)
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row endfirsthead="true">
7614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 NAME
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 TEL.
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row endhead="true" caption="true">
7647 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset ERT
7652 status open
7653
7654 \begin_layout Plain Layout
7655
7656
7657 \backslash
7658 caption*{Fortsetzung der Telefonliste}
7659 \backslash
7660
7661 \backslash
7662 %
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true">
7692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Telefonliste
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row endhead="true">
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 NAME
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 TEL.
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row endfoot="true">
7756 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 wird fortgesetzt\SpecialChar \ldots{}
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Annovi
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Silvia
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Bertoli
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Stefano
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Bozzi
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Walter
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Cachia
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Maria
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Cachia
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Maurizio
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Cinquemani
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Giusi
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Colin
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Bernard
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Concli
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Gianfranco
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Dal Bosco
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Carolina
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Dalpiaz
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Annamaria
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Feliciello
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Domenico
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Focarelli
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Paola
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Galletti
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Oreste
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Gasparini
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Franca
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Rizzardi
8227 \series default
8228
8229 \begin_inset Foot
8230 status open
8231
8232 \begin_layout Plain Layout
8233 Beispielfußnote
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Paola
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Lassini
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Giancarlo
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Malfatti
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Luciano
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Malfatti
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Valeriano
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Meneguzzo
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Roberto
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Mezzadra
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Roberto
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Pirpamer
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Erich
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Pochiesa
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Paolo
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111, 222
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Radina
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Claudio
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Stuffer
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Oskar
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Tacchelli
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Ugo
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Tezzele
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Margit
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Unterkalmsteiner
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Frieda
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Vieider
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Hilde
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Vigna
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Jürgen
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Weber
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Maurizio
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Winkler
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Franz
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763  
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Annovi
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Silvia
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Bertoli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Stefano
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Bozzi
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Walter
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Cachia
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Maria
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Cachia
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Maurizio
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Cinquemani
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Giusi
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Colin
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Bernard
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Concli
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Gianfranco
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Dal Bosco
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Carolina
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Dalpiaz
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Annamaria
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Feliciello
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Domenico
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Focarelli
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Paola
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Galletti
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Oreste
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Gasparini
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Franca
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Rizzardi
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Paola
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Lassini
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Giancarlo
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Malfatti
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Luciano
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Malfatti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Valeriano
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Meneguzzo
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Roberto
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Mezzadra
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Roberto
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row endlastfoot="true">
9408 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 </lyxtabular>
9437
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \begin_layout Section
9444 Weitere Möglichkeiten für 
9445 \family sans
9446 lange Tabelle
9447 \family default
9448 n
9449 \begin_inset CommandInset label
9450 LatexCommand label
9451 name "abs:Special-Longtable-Issues"
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \begin_layout Subsection
9459 L
9460 \family sans
9461 ange Tabelle
9462 \family default
9463 n: Berechnung
9464 \begin_inset Index
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 Tabellen ! lange ! Berechnung
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9478  sogenannten 
9479 \emph on
9480 chunks
9481 \emph default
9482  (Brocken).
9483  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9484  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9485  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9486  das die Druckausgabe.
9487  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9488  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9489  einfügen:
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495
9496 \backslash
9497 setcounter{LTchunksize}{100}
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Gleitobjekte und L
9502 \family sans
9503 ange Tabelle
9504 \family default
9505 n
9506 \begin_inset Index
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510 Tabellen ! lange ! und Gleitobjekte
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9520 \family sans
9521 lange
9522 \begin_inset space ~
9523 \end_inset
9524
9525 Tabelle
9526 \family default
9527  beginnt, ein Gleitobjekt befindet.
9528  Um das zu vermeiden, können Sie vor der 
9529 \family sans
9530 langen
9531 \begin_inset space ~
9532 \end_inset
9533
9534 Tabellen
9535 \family default
9536  einen manuellen Seitenumbruch
9537 \family sans
9538  Einfügen\SpecialChar \menuseparator
9539 Formatierung\SpecialChar \menuseparator
9540 [Doppel]Seite
9541 \begin_inset space \space{}
9542 \end_inset
9543
9544 leeren
9545 \family default
9546  einfügen, siehe 
9547 \emph on
9548 Benutzerhandbuch
9549 \emph default
9550 .
9551 \end_layout
9552
9553 \begin_layout Subsection
9554 Manuelle Seitenumbrüche
9555 \begin_inset Index
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559 Tabellen ! lange ! manueller Seitenumbruch
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \begin_layout Standard
9568 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9569  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9570  der Zelle umbrechen wollen, fügen Sie den Befehl  
9571 \begin_inset Quotes gld
9572 \end_inset
9573
9574
9575 \series bold
9576
9577 \backslash
9578
9579 \backslash
9580
9581 \series default
9582
9583 \begin_inset Quotes grd
9584 \end_inset
9585
9586  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9587  werden soll.
9588  Vor dem 
9589 \begin_inset Quotes gld
9590 \end_inset
9591
9592
9593 \series bold
9594
9595 \backslash
9596
9597 \backslash
9598
9599 \series default
9600
9601 \begin_inset Quotes grd
9602 \end_inset
9603
9604 -Befehl müssen Sie so viele 
9605 \begin_inset Quotes gld
9606 \end_inset
9607
9608
9609 \series bold
9610 &
9611 \series default
9612
9613 \begin_inset Quotes grd
9614 \end_inset
9615
9616  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9617  Mit 
9618 \begin_inset Quotes gld
9619 \end_inset
9620
9621
9622 \series bold
9623 &
9624 \series default
9625
9626 \begin_inset Quotes grd
9627 \end_inset
9628
9629   werden in LaTeX Tabellenzellen getrennt.
9630  Hinter jedes 
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636 &
9637 \series default
9638
9639 \begin_inset Quotes grd
9640 \end_inset
9641
9642  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9643  und löschen den Inhalt dieser Zellen.
9644 \end_layout
9645
9646 \begin_layout Standard
9647 Hinter dem 
9648 \begin_inset Quotes gld
9649 \end_inset
9650
9651
9652 \series bold
9653
9654 \backslash
9655
9656 \backslash
9657
9658 \series default
9659
9660 \begin_inset Quotes grd
9661 \end_inset
9662
9663 -Befehl müssen Sie so viele 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669 &
9670 \series default
9671
9672 \begin_inset Quotes grd
9673 \end_inset
9674
9675  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9676  In Tabelle
9677 \begin_inset space ~
9678 \end_inset
9679
9680
9681 \begin_inset CommandInset ref
9682 LatexCommand ref
9683 reference "tab:ForcedPagebreak"
9684
9685 \end_inset
9686
9687  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9688  Es folgt noch eine weitere Spalte.
9689  Deshalb wurde hinter dem Wort 
9690 \emph on
9691 Castelchiodato, 
9692 \emph default
9693 folgendes eingefügt:
9694 \end_layout
9695
9696 \begin_layout Standard
9697
9698 \series bold
9699 & 111
9700 \backslash
9701
9702 \backslash
9703
9704 \begin_inset Newline newline
9705 \end_inset
9706
9707 &
9708 \end_layout
9709
9710 \begin_layout Standard
9711 Die 
9712 \begin_inset Quotes gld
9713 \end_inset
9714
9715 111
9716 \begin_inset Quotes grd
9717 \end_inset
9718
9719  in der dritten Spalte wurde gelöscht.
9720  Wenn die Fußzeile Ihrer 
9721 \family sans
9722 langen
9723 \begin_inset space ~
9724 \end_inset
9725
9726 Tabelle
9727 \family default
9728  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9729  Befehle benutzen:
9730 \end_layout
9731
9732 \begin_layout Standard
9733
9734 \series bold
9735 & 111
9736 \backslash
9737
9738 \backslash
9739
9740 \begin_inset Newline newline
9741 \end_inset
9742
9743
9744 \backslash
9745 hline &
9746 \end_layout
9747
9748 \begin_layout Standard
9749 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9750  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9751 \end_layout
9752
9753 \begin_layout Standard
9754
9755 \series bold
9756
9757 \backslash
9758 setlength{
9759 \backslash
9760 parfillskip}{0pt}
9761 \end_layout
9762
9763 \begin_layout Standard
9764 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9765  erscheint.
9766 \end_layout
9767
9768 \begin_layout Standard
9769 \align center
9770 \begin_inset Tabular
9771 <lyxtabular version="3" rows="39" columns="3">
9772 <features islongtable="true">
9773 <column alignment="left" valignment="top" width="0cm">
9774 <column alignment="left" valignment="top" width="3cm">
9775 <column alignment="right" valignment="top" width="0pt">
9776 <row endfirsthead="true" caption="true">
9777 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Caption
9782
9783 \begin_layout Plain Layout
9784 Tabelle mit manuellem Seitenumbruch in einer Zelle
9785 \begin_inset CommandInset label
9786 LatexCommand label
9787 name "tab:ForcedPagebreak"
9788
9789 \end_inset
9790
9791
9792 \begin_inset OptArg
9793 status collapsed
9794
9795 \begin_layout Plain Layout
9796 Tabelle mit manuellem Seitenumbruch in einer Zelle
9797 \end_layout
9798
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endfirsthead="true">
9831 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 Telefonliste (ignoriere die Namen)
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="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 multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" 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 endfirsthead="true">
9862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 NAME
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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \series bold
9888 TEL.
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row endhead="true" caption="true">
9895 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset ERT
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903
9904
9905 \backslash
9906 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9907 \backslash
9908
9909 \backslash
9910 %
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endhead="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Telefonliste
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endhead="true">
9971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 NAME
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 TEL.
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row endfoot="true">
10004 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 wird fortgesetzt\SpecialChar \ldots{}
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Annovi
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 Silvia
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 111
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Bertoli
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Stefano
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 111
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 Bozzi
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 Walter
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 111
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Cachia
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Maria
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Cachia
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Maurizio
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Cinquemani
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Giusi
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Colin
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Bernard
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Concli
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Gianfranco
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Dal Bosco
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Carolina
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Dalpiaz
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Annamaria
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Feliciello
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Domenico
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Focarelli
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Paola
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Galletti
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Oreste
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Gasparini
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Franca
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Lassini
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Giancarlo
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Malfatti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Luciano
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Malfatti
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Valeriano
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Meneguzzo
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Roberto
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Mezzadra
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Roberto
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Pirpamer
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Erich
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Pochiesa
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Paolo
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111, 222
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Radina
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Claudio
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Rizzardi
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Paolo, 11.
10732  Fürst von Monte\SpecialChar \-
10733 com\SpecialChar \-
10734 patri, 11.
10735  Fürst von Sulmona und Vivaro, 10.
10736  Fürst von Rossano, 5.
10737  Herzog von Canemorte, 11.
10738  Herzog von Palombara, 5.
10739  Herzog von Castelchiodato,
10740 \begin_inset ERT
10741 status open
10742
10743 \begin_layout Plain Layout
10744
10745 & 111
10746 \backslash
10747
10748 \backslash
10749
10750 \end_layout
10751
10752 \begin_layout Plain Layout
10753
10754 &
10755 \end_layout
10756
10757 \end_inset
10758
10759  11.
10760  Herzog von Poggionativo, 11.
10761  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10762  Graf von Valinfreda, 11.
10763  Baron von Cropalati, 11.
10764  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Stuffer
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Oskar
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817 Tacchelli
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 Ugo
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 111
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \series bold
10848 Tezzele
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 Margit
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 111
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Unterkalmsteiner
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Frieda
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 111
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \series bold
10910 Vieider
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 Hilde
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 111
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \series bold
10941 Vigna
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Jürgen
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 111
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \series bold
10972 Weber
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Maurizio
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 111
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Winkler
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Franz
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row endlastfoot="true">
11028 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 </lyxtabular>
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Section
11064 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11065 \end_layout
11066
11067 \begin_layout Subsection
11068 Mehrfache Zeilen in Zellen
11069 \begin_inset CommandInset label
11070 LatexCommand label
11071 name "uab:Mehrfache-Zeilen-in"
11072
11073 \end_inset
11074
11075
11076 \begin_inset Index
11077 status collapsed
11078
11079 \begin_layout Plain Layout
11080 Mehrfache ! Zeilen in Zellen
11081 \end_layout
11082
11083 \end_inset
11084
11085
11086 \begin_inset Index
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090 Tabellen ! Zeilenumbrüche
11091 \end_layout
11092
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \begin_layout Standard
11099 \noindent
11100 \begin_inset Float table
11101 placement H
11102 wide false
11103 sideways false
11104 status open
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Caption
11108
11109 \begin_layout Plain Layout
11110 \begin_inset CommandInset label
11111 LatexCommand label
11112 name "tab:Table-with-multiple"
11113
11114 \end_inset
11115
11116 Tabelle mit mehrfachen Zeilen in einer Zelle
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \begin_layout Plain Layout
11125 \align center
11126 \begin_inset Tabular
11127 <lyxtabular version="3" rows="3" columns="3">
11128 <features>
11129 <column alignment="center" valignment="middle" width="2.5cm">
11130 <column alignment="center" valignment="middle" width="0.5cm">
11131 <column alignment="center" valignment="middle" width="0.5cm">
11132 <row>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 zwei
11138 \begin_inset Newline linebreak
11139 \end_inset
11140
11141 Zeilen
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 b
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 c
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 d
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 e
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 f
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 </row>
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 g
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 h
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 i
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 </lyxtabular>
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \begin_layout Standard
11236 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11237  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11238  Tabelle
11239 \begin_inset space ~
11240 \end_inset
11241
11242
11243 \begin_inset CommandInset ref
11244 LatexCommand ref
11245 reference "tab:Table-with-multiple"
11246
11247 \end_inset
11248
11249  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11250 \family sans
11251 Tabellen-Einstellungen
11252 \family default
11253 -Dialog auf 2.5
11254 \begin_inset space \thinspace{}
11255 \end_inset
11256
11257 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11258  Weil unser Text schmaler als 2.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm ist, würde er in einer Zeile gedruckt werden.
11263  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11264
11265 \family sans
11266 Strg-Shift-Enter
11267 \family default
11268 ) eingefügt.
11269  Wenn der Text länger ist, wird er automatisch umgebrochen.
11270 \end_layout
11271
11272 \begin_layout Standard
11273 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11274  setzen Sie die Breite der beiden Spalten im 
11275 \family sans
11276 Tabellen-Einstellungen
11277 \family default
11278 -Dialog auf 0.5
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 cm und die vertikale Ausrichtung auf zentriert.
11283 \end_layout
11284
11285 \begin_layout Standard
11286 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11287  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11288  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11289  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11290  Fügen sie daher 0
11291 \begin_inset space \thinspace{}
11292 \end_inset
11293
11294 pt horizontalen Abstand vor dem Wort ein.
11295  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11296  Tabelle
11297 \begin_inset space ~
11298 \end_inset
11299
11300
11301 \begin_inset CommandInset ref
11302 LatexCommand ref
11303 reference "tab:Table-with-and"
11304
11305 \end_inset
11306
11307  zeigt die Wirkungen.
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \begin_inset Float table
11312 placement h
11313 wide false
11314 sideways false
11315 status open
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Caption
11319
11320 \begin_layout Plain Layout
11321 \begin_inset CommandInset label
11322 LatexCommand label
11323 name "tab:Table-with-and"
11324
11325 \end_inset
11326
11327 Tabelle ohne und mit Silbentrennung
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Plain Layout
11336 \begin_inset space \hfill{}
11337 \end_inset
11338
11339
11340 \begin_inset Tabular
11341 <lyxtabular version="3" rows="3" columns="3">
11342 <features>
11343 <column alignment="center" valignment="middle" width="2.5cm">
11344 <column alignment="center" valignment="middle" width="0.5cm">
11345 <column alignment="center" valignment="middle" width="0.5cm">
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 einsehrlangesZellenwort
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 b
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 c
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 </row>
11375 <row>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 d
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 e
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 f
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 <row>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 g
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 h
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 i
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 </row>
11433 </lyxtabular>
11434
11435 \end_inset
11436
11437
11438 \begin_inset space \hfill{}
11439 \end_inset
11440
11441
11442 \begin_inset Tabular
11443 <lyxtabular version="3" rows="3" columns="3">
11444 <features>
11445 <column alignment="center" valignment="middle" width="2.5cm">
11446 <column alignment="center" valignment="middle" width="0.5cm">
11447 <column alignment="center" valignment="middle" width="0.5cm">
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset space \hspace{}
11454 \length 0pt
11455 \end_inset
11456
11457 einsehrlangesZellenwort
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 b
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 c
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 d
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 e
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 f
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 g
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 i
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \begin_inset space \hfill{}
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \begin_layout Subsection
11556 Mehrfachspalten
11557 \begin_inset CommandInset label
11558 LatexCommand label
11559 name "uab:Mehrfachspalten"
11560
11561 \end_inset
11562
11563
11564 \begin_inset Index
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568 Mahrfachspalten
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \begin_inset Index
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 Tabellen ! Mahrfachspalten
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Subsubsection
11587 Grundlagen
11588 \end_layout
11589
11590 \begin_layout Standard
11591 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11592  und verwenden dann den Knopf 
11593 \begin_inset Graphics
11594         filename ../../images/tabular-feature_multicolumn.png
11595         scale 70
11596         scaleBeforeRotation
11597         BoundingBox 0bp 6bp 22bp 22bp
11598
11599 \end_inset
11600
11601  in der Werkzeugleiste, das Menü 
11602 \family sans
11603 Bearbeiten\SpecialChar \menuseparator
11604 Tabelle\SpecialChar \menuseparator
11605 Mehrfachspalte
11606 \family default
11607  oder den 
11608 \family sans
11609 Tabellen-Einstellungen
11610 \family default
11611 -Dialog, in dem Sie auf der Karteikarte 
11612 \family sans
11613 Tabellen-Einstellungen
11614 \family default
11615  
11616 \family sans
11617 Mehrfachspalte
11618 \family default
11619  ankreuzen.
11620 \end_layout
11621
11622 \begin_layout Standard
11623 Mehrfachspalten haben ihre eigenen Einstellungen.
11624  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11625  Hier ist ein Beispiel, wobei 
11626 \begin_inset Quotes gld
11627 \end_inset
11628
11629 B 2
11630 \begin_inset Quotes grd
11631 \end_inset
11632
11633  keine Mehrfachzeile ist, wie in Abschnitt
11634 \begin_inset space ~
11635 \end_inset
11636
11637
11638 \begin_inset CommandInset ref
11639 LatexCommand ref
11640 reference "uab:Mehrfachzeilen"
11641
11642 \end_inset
11643
11644  beschrieben.
11645  Es wurde nur eine Linie weggelassen:
11646 \end_layout
11647
11648 \begin_layout Standard
11649 \align center
11650 \begin_inset Tabular
11651 <lyxtabular version="3" rows="3" columns="4">
11652 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11653 <column alignment="center" valignment="top" width="0pt">
11654 <column alignment="center" valignment="middle" width="0">
11655 <column alignment="center" valignment="top" width="0in">
11656 <column alignment="center" valignment="top" width="0pt">
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 abc
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 def ghi
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 jkl
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700
11701 \family roman
11702 \series medium
11703 \shape up
11704 \size normal
11705 \emph off
11706 \bar no
11707 \noun off
11708 \color none
11709 A
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 B
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 C
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 D
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 1
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 2
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 3
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 4
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 </lyxtabular>
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Subsubsection
11788 Mehrfachspalten-Berechnungen
11789 \begin_inset CommandInset label
11790 LatexCommand label
11791 name "uab:Mehrfachspalten-Berechnungen"
11792
11793 \end_inset
11794
11795
11796 \begin_inset Index
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800 Mahrfachspalten ! Berechnung
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \begin_inset Index
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810 Tabellen ! Mahrfachspalten ! Berechnung
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Standard
11819 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11820  Zellen beachten.
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \begin_inset Float table
11825 placement h
11826 wide false
11827 sideways false
11828 status open
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Caption
11832
11833 \begin_layout Plain Layout
11834 \begin_inset CommandInset label
11835 LatexCommand label
11836 name "tab:Table-with-centered"
11837
11838 \end_inset
11839
11840 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11841  die halbe Breite der Mehrfachspalten-Zelle haben
11842 \begin_inset OptArg
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 Eine Mehrfachspalten-Tabelle
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Plain Layout
11860 \align center
11861 \begin_inset Tabular
11862 <lyxtabular version="3" rows="3" columns="3">
11863 <features>
11864 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11865 <column alignment="center" valignment="middle" width="0">
11866 <column alignment="center" valignment="top" width="0">
11867 <row>
11868 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 Dies ist eine Mehrfach\SpecialChar \-
11873 spalten-Zelle
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 c
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 d
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 e
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 f
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 g
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 h
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 i
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 </lyxtabular>
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \begin_layout Standard
11968 Um Tabelle
11969 \begin_inset space ~
11970 \end_inset
11971
11972
11973 \begin_inset CommandInset ref
11974 LatexCommand ref
11975 reference "tab:Table-with-centered"
11976
11977 \end_inset
11978
11979  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11980  3×3-Tabelle, kreuzen im 
11981 \family sans
11982 Tabellen-Einstellungen
11983 \family default
11984 -Dialog 
11985 \family sans
11986 Mehrfachspalte
11987 \family default
11988  an, setzen die 
11989 \family sans
11990 Horizontale
11991 \begin_inset space ~
11992 \end_inset
11993
11994 Ausrichtung
11995 \family default
11996  auf 
11997 \family sans
11998 Zentriert
11999 \family default
12000  und die 
12001 \family sans
12002 Breite
12003 \family default
12004  auf 2.5
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 cm.
12009  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12010  Sie die Breite der ersten Spalte auf 1.25
12011 \begin_inset space \thinspace{}
12012 \end_inset
12013
12014 cm setzen.
12015  Die zweite Spalte wird dann automatisch 1.25
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 cm breit (Breite der 
12020 \family sans
12021 Mehrfachspalte
12022 \family default
12023  
12024 \begin_inset Formula $-$
12025 \end_inset
12026
12027  Breite der ersten Spalte).
12028  Dies wurde so für Tabelle
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-without-half"
12036
12037 \end_inset
12038
12039  gemacht.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset Float table
12044 wide false
12045 sideways false
12046 status open
12047
12048 \begin_layout Plain Layout
12049 \begin_inset Caption
12050
12051 \begin_layout Plain Layout
12052 \begin_inset CommandInset label
12053 LatexCommand label
12054 name "tab:Table-without-half"
12055
12056 \end_inset
12057
12058 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12059  wie die Mehrfachspalte
12060 \begin_inset OptArg
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Eine unvollkommene Mehrfachspalten-Tabelle
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \end_layout
12076
12077 \begin_layout Plain Layout
12078 \align center
12079 \begin_inset Tabular
12080 <lyxtabular version="3" rows="3" columns="3">
12081 <features>
12082 <column alignment="center" valignment="top" width="1.25cm">
12083 <column alignment="center" valignment="top" width="0">
12084 <column alignment="center" valignment="top" width="0">
12085 <row>
12086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 Dies ist auch eine Mehr\SpecialChar \-
12091 fach\SpecialChar \-
12092 spalten-Zelle
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 c
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 d
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 e
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 f
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 </row>
12145 <row>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 g
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 h
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12165 \begin_inset Text
12166
12167 \begin_layout Plain Layout
12168 i
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 </row>
12174 </lyxtabular>
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \begin_layout Standard
12187 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12188  als die zweite ist.
12189  Das liegt daran, dass die Zellenbreite 
12190 \begin_inset Formula $W_{\mathrm{tot}}$
12191 \end_inset
12192
12193  nicht ihre definierte Breite 
12194 \begin_inset Formula $W_{g}$
12195 \end_inset
12196
12197  ist, sondern ein wenig mehr.
12198  Anhang
12199 \begin_inset space ~
12200 \end_inset
12201
12202
12203 \begin_inset CommandInset ref
12204 LatexCommand ref
12205 reference "kap:Exläuterung-einer-Gleichung"
12206
12207 \end_inset
12208
12209  erklärt das genauer.
12210 \end_layout
12211
12212 \begin_layout Standard
12213 Wenn 
12214 \emph on
12215 n
12216 \emph default
12217  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12218  die definierte Breite 
12219 \begin_inset Formula $W_{g\, n}$
12220 \end_inset
12221
12222  einer Spalte, deren totale Breite = 
12223 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12224 \end_inset
12225
12226  sein soll, wie folgt:
12227 \begin_inset Formula \begin{equation}
12228 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \begin_layout Standard
12236 In unserem Falls ist 
12237 \begin_inset Formula $n=2$
12238 \end_inset
12239
12240
12241 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12242 \end_inset
12243
12244 cm, und damit wird aus Gleichung
12245 \begin_inset space ~
12246 \end_inset
12247
12248
12249 \begin_inset CommandInset ref
12250 LatexCommand ref
12251 reference "eq:Wgn"
12252
12253 \end_inset
12254
12255  
12256 \begin_inset Formula \begin{equation}
12257 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265 Damit LaTeX rechnen kann, muss das Paket 
12266 \series bold
12267 calc
12268 \series default
12269  im Vorspann geladen werden.
12270 \begin_inset Index
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 LaTeX-Pakete ! calc
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283
12284 \series bold
12285
12286 \backslash
12287 usepackage{calc}
12288 \end_layout
12289
12290 \begin_layout Standard
12291 LyX erlaubt im 
12292 \family sans
12293 Breite
12294 \family default
12295 -Feld des 
12296 \family sans
12297 Tabellen-Einstellungen
12298 \family default
12299 -Dialogs keine Berechnungen.
12300  Deshalb müssen Sie die Formel für die Breite im Feld 
12301 \family sans
12302 LaTe
12303 \begin_inset ERT
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307
12308 {}
12309 \end_layout
12310
12311 \end_inset
12312
12313 X-Argument
12314 \family default
12315  eingeben.
12316  Hier iss ein Überblick über die Argumente:
12317 \end_layout
12318
12319 \begin_layout Itemize
12320
12321 \series bold
12322 p{Breite}
12323 \series default
12324  die Zelle bekommt eine feste 
12325 \series bold
12326 Breite
12327 \series default
12328 , und die vertikale Ausrichtung ist 
12329 \family sans
12330 Oben
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 m{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Mitte
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 b{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Unten
12359 \end_layout
12360
12361 \begin_layout Standard
12362 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12363  für diese Zelle überschrieben.
12364 \end_layout
12365
12366 \begin_layout Standard
12367 \begin_inset Note Greyedout
12368 status open
12369
12370 \begin_layout Plain Layout
12371
12372 \series bold
12373 Bemerkung:
12374 \series default
12375  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12376  angezeigt.
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12386  der Zelle mit dem Inhalt 
12387 \begin_inset Quotes gld
12388 \end_inset
12389
12390 d
12391 \begin_inset Quotes grd
12392 \end_inset
12393
12394  der Tabelle
12395 \begin_inset space ~
12396 \end_inset
12397
12398
12399 \begin_inset CommandInset ref
12400 LatexCommand ref
12401 reference "tab:Table-with-centered"
12402
12403 \end_inset
12404
12405  auch noch der Befehl
12406 \family typewriter
12407 \series bold
12408  
12409 \family default
12410
12411 \backslash
12412 centering
12413 \series default
12414  hinzugefügt.
12415  Das Ganze sieht dann so aus:
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421 |>{
12422 \backslash
12423 centering}m{1.25cm-6.2pt}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 Der vertikale Strich 
12428 \series bold
12429
12430 \begin_inset Quotes gld
12431 \end_inset
12432
12433 |
12434 \series default
12435
12436 \begin_inset Quotes grd
12437 \end_inset
12438
12439  am Anfang zeichnet die linke Linie, und der Befehl 
12440 \series bold
12441
12442 \begin_inset Quotes gld
12443 \end_inset
12444
12445 >{ }
12446 \begin_inset Quotes grd
12447 \end_inset
12448
12449
12450 \series default
12451  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12452  der Zelle benutzt werden sollen.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12457  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12458  für einzelne Spalten anwendet.
12459  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12460  werden:
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466 |>{
12467 \backslash
12468 centering}m{2.5cm}|
12469 \end_layout
12470
12471 \begin_layout Subsection
12472 Mehrfachzeilen
12473 \begin_inset CommandInset label
12474 LatexCommand label
12475 name "uab:Mehrfachzeilen"
12476
12477 \end_inset
12478
12479
12480 \begin_inset Index
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 Mehrfachzeilen
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \begin_inset Index
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 Tabellen ! Mehrfachzeilen
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12504  unterstützt, sodass etwas TeX-Code notwendig ist.
12505  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12506 \series bold
12507 multirow
12508 \series default
12509
12510 \begin_inset Index
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514 LaTeX-Pakete ! multirow
12515 \end_layout
12516
12517 \end_inset
12518
12519  im Vorspann geladen werden:
12520 \end_layout
12521
12522 \begin_layout Standard
12523
12524 \series bold
12525
12526 \backslash
12527 usepackage{multirow}
12528 \end_layout
12529
12530 \begin_layout Standard
12531 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12532 \end_layout
12533
12534 \begin_layout Standard
12535
12536 \series bold
12537
12538 \backslash
12539 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12540 \end_layout
12541
12542 \begin_layout Standard
12543 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12544  Mehrfachspalte definiert und die obere Linie entfernt.
12545 \end_layout
12546
12547 \begin_layout Standard
12548 \align center
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 renewcommand{
12557 \backslash
12558 multirowsetup}{
12559 \backslash
12560 centering}
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \begin_inset Tabular
12567 <lyxtabular version="3" rows="3" columns="3">
12568 <features>
12569 <column alignment="center" valignment="top" width="0">
12570 <column alignment="center" valignment="top" width="0">
12571 <column alignment="center" valignment="top" width="0">
12572 <row>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 a
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 b
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 c
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 </row>
12601 <row>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 \begin_inset ERT
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610
12611
12612 \backslash
12613 multirow{2}{2.5cm}{
12614 \end_layout
12615
12616 \end_inset
12617
12618 Mehrfach\SpecialChar \-
12619 zeilen-Text
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625 }
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 e
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 f
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 h
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 i
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 </lyxtabular>
12684
12685 \end_inset
12686
12687
12688 \begin_inset ERT
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692
12693
12694 \backslash
12695 renewcommand{
12696 \backslash
12697 multirowsetup}{
12698 \backslash
12699 raggedright}
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 In der Zelle darüber wurde dann mit dem Befehl
12709 \end_layout
12710
12711 \begin_layout Standard
12712
12713 \series bold
12714
12715 \backslash
12716 multirow{2}{2.5cm}{
12717 \end_layout
12718
12719 \begin_layout Standard
12720 als TeX-Code die Mehrfachzeile definiert.
12721  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12722 \begin_inset space \thinspace{}
12723 \end_inset
12724
12725 cm.
12726  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12727  mit der Klammer 
12728 \begin_inset Quotes gld
12729 \end_inset
12730
12731
12732 \series bold
12733 }
12734 \series default
12735
12736 \begin_inset Quotes grd
12737 \end_inset
12738
12739  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12740 \end_layout
12741
12742 \begin_layout Standard
12743
12744 \series bold
12745
12746 \backslash
12747 multirow
12748 \series default
12749  richtet seinen Inhalt standardmäßig linksbündig aus.
12750  Das wurde mit dem Befehl
12751 \end_layout
12752
12753 \begin_layout Standard
12754
12755 \series bold
12756
12757 \backslash
12758 renewcommand{
12759 \backslash
12760 multirowsetup}{
12761 \backslash
12762 centering}
12763 \end_layout
12764
12765 \begin_layout Standard
12766 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12767 \end_layout
12768
12769 \begin_layout Standard
12770
12771 \series bold
12772
12773 \backslash
12774 renewcommand{
12775 \backslash
12776 multirowsetup}{
12777 \backslash
12778 raggedright}
12779 \end_layout
12780
12781 \begin_layout Standard
12782 zurückgesetzt.
12783  Für rechtsbündigen Text benutzt man 
12784 \series bold
12785
12786 \backslash
12787 raggedleft
12788 \series default
12789 .
12790 \end_layout
12791
12792 \begin_layout Section
12793 Formale Tabellen
12794 \begin_inset CommandInset label
12795 LatexCommand label
12796 name "abs:Formale-Tabellen"
12797
12798 \end_inset
12799
12800
12801 \begin_inset Index
12802 status collapsed
12803
12804 \begin_layout Plain Layout
12805 Tabellen ! Formale
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 Tabellen werden in Büchern oft wie Tabelle
12815 \begin_inset space ~
12816 \end_inset
12817
12818
12819 \begin_inset CommandInset ref
12820 LatexCommand ref
12821 reference "tab:Formale-Tabelle"
12822
12823 \end_inset
12824
12825  gesetzt.
12826  Diese Tabellen werden
12827 \emph on
12828  formal
12829 \emph default
12830  genannt.
12831  Formale Tabellen bekommen Sie, wenn Sie im 
12832 \family sans
12833 Tabellen-Einstellungen
12834 \family default
12835 -Dialog auf der Karteikarte 
12836 \family sans
12837 Rahmen
12838 \family default
12839  den 
12840 \family sans
12841 Stil
12842 \family default
12843  
12844 \family sans
12845 Formal
12846 \family default
12847  ankreuzen.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 \begin_inset Float table
12852 placement h
12853 wide false
12854 sideways false
12855 status open
12856
12857 \begin_layout Plain Layout
12858 \begin_inset Caption
12859
12860 \begin_layout Plain Layout
12861 \begin_inset CommandInset label
12862 LatexCommand label
12863 name "tab:Formale-Tabelle"
12864
12865 \end_inset
12866
12867 Formale Tabelle
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Plain Layout
12876 \align center
12877 \begin_inset Tabular
12878 <lyxtabular version="3" rows="8" columns="4">
12879 <features booktabs="true">
12880 <column alignment="center" valignment="top" width="0">
12881 <column alignment="right" valignment="top" width="0">
12882 <column alignment="right" valignment="top" width="0">
12883 <column alignment="right" valignment="top" width="0">
12884 <row>
12885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 System
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 Medipix
12899 \begin_inset Formula $\,$
12900 \end_inset
12901
12902 1
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 Medipix
12912 \begin_inset Formula $\,$
12913 \end_inset
12914
12915 2
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row>
12931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 cmidrule(r){2-2}
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953
12954 \backslash
12955 cmidrule(l){3-4}
12956 \end_layout
12957
12958 \end_inset
12959
12960 Detektordicke [µm]
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 300
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 300
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 700
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row>
12994 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Kantenwinkel [°]
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 3.55
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 2.71
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 7.99
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 <row topspace="default">
13032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 räumliche Auf\SpecialChar \textcompwordmark{}
13037 lösung [µm]
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 4.26
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 10.17
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 10.56
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row topspace="default">
13071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 MTF bei 
13076 \begin_inset Formula $f_{\mathrm{max}}$
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 0.53
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 0.37
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 0.39
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row topspace="default">
13113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 \begin_inset ERT
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121
13122
13123 \backslash
13124 cmidrule(l{10pt}){1-1}
13125 \end_layout
13126
13127 \end_inset
13128
13129 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13130 lösung
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row>
13164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 in µm
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 129.7
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 52.75
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 50.78
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 in % der Pixelgröße
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 76.3
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 95.9
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 92.3
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 </lyxtabular>
13240
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Standard
13252 Abstände zu Tabellenzeilen können auf der Karteikarte 
13253 \family sans
13254 Rahmen
13255 \family default
13256  des 
13257 \family sans
13258 Tabellen-Ein\SpecialChar \-
13259 stel\SpecialChar \-
13260 lun\SpecialChar \-
13261 gen
13262 \family default
13263 -Dialogs hinzugefügt werden, wie in Abschnitt
13264 \begin_inset space ~
13265 \end_inset
13266
13267
13268 \begin_inset CommandInset ref
13269 LatexCommand ref
13270 reference "uab:Zeilenabstand"
13271
13272 \end_inset
13273
13274  beschrieben.
13275 \end_layout
13276
13277 \begin_layout Standard
13278 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13279  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13280  gedruckt aber anders aus.
13281  Die erste und letzte Linie ist 0.08
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 em dick, während die anderen 0.05
13286 \begin_inset space \thinspace{}
13287 \end_inset
13288
13289 em dick sind.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299
13300 \backslash
13301 let
13302 \backslash
13303 mytoprule
13304 \backslash
13305 toprule
13306 \begin_inset Newline newline
13307 \end_inset
13308
13309
13310 \backslash
13311 renewcommand{
13312 \backslash
13313 toprule}{
13314 \backslash
13315 mytoprule[Breite]}
13316 \end_layout
13317
13318 \begin_layout Standard
13319 Dies Beispiel gilt für die oberste Linie, genannt 
13320 \series bold
13321 toprule
13322 \series default
13323 .
13324  Für die letzte müssen Sie 
13325 \series bold
13326 toprule
13327 \series default
13328  durch 
13329 \series bold
13330 bottomrule
13331 \series default
13332  ersetzen.
13333  Die Linien dazwischen heißen 
13334 \series bold
13335 midrule
13336 \series default
13337 .
13338  Für 
13339 \family sans
13340 Breite
13341 \family default
13342  können Sie alle Einheiten benutzen, die in Anhang
13343 \begin_inset space ~
13344 \end_inset
13345
13346
13347 \begin_inset CommandInset ref
13348 LatexCommand ref
13349 reference "kap:In-LyX-verfügbare"
13350
13351 \end_inset
13352
13353  aufgelistet sind.
13354 \end_layout
13355
13356 \begin_layout Standard
13357 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13358  eine Linie unter einer Mehrfachspalte.
13359  LyX wird intern den Befehl 
13360 \series bold
13361
13362 \backslash
13363 cmidrule
13364 \series default
13365  benutzen, um diese Linie zu drucken.
13366  Der ganze Befehl sieht so aus:
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 cmidrule[width](trim){Anfangsspalte-Endspalte}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 Die 
13379 \series bold
13380
13381 \backslash
13382 cmidrule
13383 \series default
13384 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13385  benutzen.
13386  
13387 \series bold
13388
13389 \backslash
13390 cmidrule
13391 \series default
13392  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13393  erste Zelle einer Zeile einfügt.
13394  Die Linie wird dann über der Zeile gedruckt.
13395 \end_layout
13396
13397 \begin_layout Standard
13398 Der Standardwert ist 0.03
13399 \begin_inset space \thinspace{}
13400 \end_inset
13401
13402 em.
13403  Die Linie reicht von 
13404 \family typewriter
13405 Anfangsspalte
13406 \family default
13407  bis 
13408 \family typewriter
13409 End\SpecialChar \-
13410 spal\SpecialChar \-
13411 te
13412 \family default
13413 .
13414  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13415   Der optionale Parameter 
13416 \family typewriter
13417 trim
13418 \family default
13419  kann die Werte 
13420 \emph on
13421 r
13422 \emph default
13423
13424 \emph on
13425 r{Breite}
13426 \emph default
13427
13428 \emph on
13429 l
13430 \family typewriter
13431 \emph default
13432  
13433 \family default
13434 oder 
13435 \emph on
13436 l{Breite}
13437 \emph default
13438  annehmen, wobei die 
13439 \family sans
13440 Breite
13441 \family default
13442  optional ist.
13443  
13444 \emph on
13445 l{2pt}
13446 \emph default
13447  zum Beispiel bedeutet, dass die Linie links um 2
13448 \begin_inset space \thinspace{}
13449 \end_inset
13450
13451 pt gekürzt wird.
13452  Ohne Breitenangabe werden die Linien um 0.5
13453 \begin_inset space \thinspace{}
13454 \end_inset
13455
13456 em gekürzt.
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \begin_inset VSpace bigskip
13461 \end_inset
13462
13463 In Tabelle
13464 \begin_inset space ~
13465 \end_inset
13466
13467
13468 \begin_inset CommandInset ref
13469 LatexCommand ref
13470 reference "tab:Formale-Tabelle"
13471
13472 \end_inset
13473
13474  wurden die Befehle
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480
13481 \backslash
13482 cmidrule(r){2-2}
13483 \backslash
13484 cmidrule(l){3-4}
13485 \end_layout
13486
13487 \begin_layout Standard
13488 am Anfang der zweiten Zeile und
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 cmidrule(l{10pt}){1-1}
13497 \end_layout
13498
13499 \begin_layout Standard
13500 in der sechsten benutzt.
13501 \end_layout
13502
13503 \begin_layout Standard
13504 \begin_inset VSpace bigskip
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Standard
13511 Sie können mit 
13512 \series bold
13513
13514 \backslash
13515 cmidrule
13516 \series default
13517  auch überlappende Linien wie in Tabelle
13518 \begin_inset space ~
13519 \end_inset
13520
13521
13522 \begin_inset CommandInset ref
13523 LatexCommand ref
13524 reference "tab:Special-booktabs-table"
13525
13526 \end_inset
13527
13528  definieren.
13529  Der Befehl ist:
13530 \end_layout
13531
13532 \begin_layout Standard
13533
13534 \series bold
13535
13536 \backslash
13537 morecmidrules
13538 \end_layout
13539
13540 \begin_layout Standard
13541 In Zeile zwei der Tabelle
13542 \begin_inset space ~
13543 \end_inset
13544
13545
13546 \begin_inset CommandInset ref
13547 LatexCommand ref
13548 reference "tab:Special-booktabs-table"
13549
13550 \end_inset
13551
13552  wurde folgender Befehl benutzt:
13553 \end_layout
13554
13555 \begin_layout Standard
13556
13557 \series bold
13558
13559 \backslash
13560 cmidrule(r){2-2}
13561 \backslash
13562 cmidrule(l){3-4}
13563 \backslash
13564 morecmidrules
13565 \begin_inset Newline newline
13566 \end_inset
13567
13568
13569 \backslash
13570 cmidrule{2-4}
13571 \end_layout
13572
13573 \begin_layout Standard
13574 und in Zeile sechs:
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 midrule
13583 \backslash
13584 morecmidrules
13585 \backslash
13586 cmidrule{3-4}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 \begin_inset VSpace bigskip
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13598  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 specialrule{Dicke}{Abstand davor}{Abstand danach}
13607 \end_layout
13608
13609 \begin_layout Standard
13610 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13611 \series bold
13612 booktabs
13613 \series default
13614  
13615 \begin_inset CommandInset citation
13616 LatexCommand cite
13617 key "booktabs"
13618
13619 \end_inset
13620
13621 .
13622 \begin_inset Index
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626 LaTeX-Pakete ! booktabs
13627 \end_layout
13628
13629 \end_inset
13630
13631
13632 \end_layout
13633
13634 \begin_layout Standard
13635 \begin_inset Float table
13636 placement h
13637 wide false
13638 sideways false
13639 status open
13640
13641 \begin_layout Plain Layout
13642 \begin_inset Caption
13643
13644 \begin_layout Plain Layout
13645 \begin_inset CommandInset label
13646 LatexCommand label
13647 name "tab:Special-booktabs-table"
13648
13649 \end_inset
13650
13651 Eine spezielle formale Tabelle
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \begin_layout Plain Layout
13660 \align center
13661 \begin_inset Tabular
13662 <lyxtabular version="3" rows="8" columns="4">
13663 <features booktabs="true">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="center" valignment="top" width="0">
13666 <column alignment="right" valignment="top" width="0">
13667 <column alignment="right" valignment="top" width="0">
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 System
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 Medipix
13683 \begin_inset space \thinspace{}
13684 \end_inset
13685
13686 1
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 Medipix
13696 \begin_inset space \thinspace{}
13697 \end_inset
13698
13699 2
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row>
13715 <cell alignment="center" valignment="top" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724
13725 \backslash
13726 cmidrule(r){2-2}
13727 \end_layout
13728
13729 \end_inset
13730
13731
13732 \begin_inset ERT
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 cmidrule(l){3-4}
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750
13751 \backslash
13752 morecmidrules 
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 cmidrule{2-4}
13766 \end_layout
13767
13768 \end_inset
13769
13770 Detektordicke  [µm]
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 300
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 300
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 700
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Kantenwinkel [°]
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 3,55
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 2,71
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 7,99
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row topspace="default">
13842 <cell alignment="center" valignment="top" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 räumliche Auf\SpecialChar \textcompwordmark{}
13847 lösung [µm]
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 4,26
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 10,17
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 10,56
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row topspace="default">
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 MTF bei 
13886 \begin_inset Formula $f_{\mathrm{max}}$
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 0,53
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 0,37
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 0,39
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 morecmidrules 
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945
13946 \backslash
13947 cmidrule{3-4}
13948 \end_layout
13949
13950 \end_inset
13951
13952 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13953 lösung
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 </row>
13986 <row>
13987 <cell alignment="center" valignment="top" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 in µm
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 129,7
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 52,75
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 50,78
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 <row>
14025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 in % der Pixelgröße
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 76,3
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 95,9
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 92,3
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 </lyxtabular>
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Section
14075 Vertikale Tabellen-Ausrichtung
14076 \begin_inset Index
14077 status collapsed
14078
14079 \begin_layout Plain Layout
14080 Tabellen ! Ausrichtung
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Standard
14089 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14090  einer Box sein.
14091  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14092 \begin_inset space ~
14093 \end_inset
14094
14095
14096 \begin_inset CommandInset ref
14097 LatexCommand ref
14098 reference "abs:Box-Dialog"
14099
14100 \end_inset
14101
14102  beschrieben.
14103 \end_layout
14104
14105 \begin_layout Standard
14106 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14107 \begin_inset Foot
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 Minipages werden in Abschnitt
14112 \begin_inset space ~
14113 \end_inset
14114
14115
14116 \begin_inset CommandInset ref
14117 LatexCommand ref
14118 reference "abs:Minipage"
14119
14120 \end_inset
14121
14122  beschrieben.
14123 \end_layout
14124
14125 \end_inset
14126
14127  mit 15
14128 \begin_inset space \thinspace{}
14129 \end_inset
14130
14131 col%-Breite:
14132 \end_layout
14133
14134 \begin_layout Itemize
14135 Test 
14136 \begin_inset Box Frameless
14137 position "t"
14138 hor_pos "c"
14139 has_inner_box 1
14140 inner_pos "c"
14141 use_parbox 0
14142 width "15col%"
14143 special "none"
14144 height "1in"
14145 height_special "totalheight"
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 \begin_inset Tabular
14150 <lyxtabular version="3" rows="3" columns="3">
14151 <features>
14152 <column alignment="center" valignment="top" width="0">
14153 <column alignment="center" valignment="top" width="0">
14154 <column alignment="center" valignment="top" width="0">
14155 <row>
14156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 Tabelle 1
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 b
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 e
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 h
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 <row>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 c
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 f
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 i
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 </row>
14242 </lyxtabular>
14243
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \end_inset
14250
14251  Test 
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 raisebox{0.85
14260 \backslash
14261 baselineskip}{
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \begin_inset Box Frameless
14268 position "t"
14269 hor_pos "c"
14270 has_inner_box 1
14271 inner_pos "c"
14272 use_parbox 0
14273 width "15col%"
14274 special "none"
14275 height "1in"
14276 height_special "totalheight"
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 \begin_inset Tabular
14281 <lyxtabular version="3" rows="3" columns="3">
14282 <features>
14283 <column alignment="center" valignment="top" width="0">
14284 <column alignment="center" valignment="top" width="0">
14285 <column alignment="center" valignment="top" width="0">
14286 <row>
14287 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 Tabelle 2
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 </row>
14315 <row>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 b
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 e
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 h
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 c
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 f
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 i
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 </lyxtabular>
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \begin_layout Itemize
14397 Test 
14398 \begin_inset Box Frameless
14399 position "c"
14400 hor_pos "c"
14401 has_inner_box 1
14402 inner_pos "c"
14403 use_parbox 0
14404 width "15col%"
14405 special "none"
14406 height "1in"
14407 height_special "totalheight"
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 \begin_inset Tabular
14412 <lyxtabular version="3" rows="3" columns="3">
14413 <features>
14414 <column alignment="center" valignment="top" width="0">
14415 <column alignment="center" valignment="top" width="0">
14416 <column alignment="center" valignment="top" width="0">
14417 <row>
14418 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 Tabelle 3
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 b
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 e
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 h
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 c
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 f
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 i
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \begin_layout Itemize
14517 Test 
14518 \begin_inset Box Frameless
14519 position "b"
14520 hor_pos "c"
14521 has_inner_box 1
14522 inner_pos "c"
14523 use_parbox 0
14524 width "15col%"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Tabular
14532 <lyxtabular version="3" rows="3" columns="3">
14533 <features>
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <column alignment="center" valignment="top" width="0">
14537 <row>
14538 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 Tabelle 4
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 b
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 e
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 h
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 c
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 f
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 i
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632
14633 Test 
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639
14640 \backslash
14641 raisebox{-0.32
14642 \backslash
14643 baselineskip}{
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \begin_inset Box Frameless
14650 position "b"
14651 hor_pos "c"
14652 has_inner_box 1
14653 inner_pos "c"
14654 use_parbox 0
14655 width "15col%"
14656 special "none"
14657 height "1in"
14658 height_special "totalheight"
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662 \begin_inset Tabular
14663 <lyxtabular version="3" rows="3" columns="3">
14664 <features>
14665 <column alignment="center" valignment="top" width="0">
14666 <column alignment="center" valignment="top" width="0">
14667 <column alignment="center" valignment="top" width="0">
14668 <row>
14669 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 Tabelle 5
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 <row>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 b
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 e
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 h
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 c
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 f
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 i
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 </lyxtabular>
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770 }
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14780 \begin_inset space \space{}
14781 \end_inset
14782
14783 1 und letzten Zeile von Tabelle
14784 \begin_inset space \space{}
14785 \end_inset
14786
14787 4 bezüglich dem Wort 
14788 \begin_inset Quotes gld
14789 \end_inset
14790
14791 Test
14792 \begin_inset Quotes grd
14793 \end_inset
14794
14795  nicht richtig ausgerichtet.
14796  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14797 \begin_inset Quotes gld
14798 \end_inset
14799
14800 Raisebox
14801 \begin_inset Quotes grd
14802 \end_inset
14803
14804
14805 \begin_inset Foot
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809 Raiseboxen werden in Abschnitt
14810 \begin_inset space ~
14811 \end_inset
14812
14813
14814 \begin_inset CommandInset ref
14815 LatexCommand ref
14816 reference "uab:Vertikale-Ausrichtung"
14817
14818 \end_inset
14819
14820  beschrieben.
14821 \end_layout
14822
14823 \end_inset
14824
14825  setzen.
14826  In Tabelle
14827 \begin_inset space \space{}
14828 \end_inset
14829
14830 2 wurde der Text mit dem Befehl
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 raisebox{0.85
14839 \backslash
14840 baselineskip}{
14841 \end_layout
14842
14843 \begin_layout Standard
14844 vor der Box ausgerichtet.
14845  Hinter der Box wurde auch noch 
14846 \series bold
14847 }
14848 \series default
14849  als TeX-Code eingefügt, weil der obige Befehl mit 
14850 \series bold
14851 {
14852 \series default
14853  aufhörte.
14854  Für Tabelle
14855 \begin_inset space \space{}
14856 \end_inset
14857
14858 5 wurde der Befehl
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864
14865 \backslash
14866 raisebox{-0.32
14867 \backslash
14868 baselineskip}{
14869 \end_layout
14870
14871 \begin_layout Standard
14872 benutzt.
14873 \end_layout
14874
14875 \begin_layout Standard
14876 \begin_inset Note Greyedout
14877 status open
14878
14879 \begin_layout Plain Layout
14880
14881 \series bold
14882 Bemerkung:
14883 \series default
14884  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14885  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14886  Der Faktor im 
14887 \series bold
14888
14889 \backslash
14890 raisebox
14891 \series default
14892 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14893 \end_layout
14894
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Section
14901 Farbige Tabellen
14902 \begin_inset CommandInset label
14903 LatexCommand label
14904 name "abs:Farbige-Tabellen"
14905
14906 \end_inset
14907
14908
14909 \begin_inset Index
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913 Tabellen ! farbige
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Subsection
14922 Farbige Zellen
14923 \begin_inset Index
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 farbige !  Tabellenzellen
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset Float table
14937 placement h
14938 wide false
14939 sideways false
14940 status open
14941
14942 \begin_layout Plain Layout
14943 \begin_inset Caption
14944
14945 \begin_layout Plain Layout
14946 \begin_inset CommandInset label
14947 LatexCommand label
14948 name "tab:Farbige-Tabelle-ohne"
14949
14950 \end_inset
14951
14952 Farbige Tabelle, ohne Paket 
14953 \series bold
14954 colortbl
14955 \series default
14956
14957 \begin_inset OptArg
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961 Tabelle ohne 
14962 \family typewriter
14963 colortbl
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Plain Layout
14977 \align center
14978 \begin_inset Tabular
14979 <lyxtabular version="3" rows="3" columns="3">
14980 <features>
14981 <column alignment="center" valignment="top" width="0">
14982 <column alignment="center" valignment="top" width="0">
14983 <column alignment="center" valignment="top" width="0">
14984 <row>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color green
14991 a
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color red
15002 b
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \color red
15013 c
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color green
15026 d
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035
15036 \color blue
15037 e
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \color blue
15048 f
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \color green
15061 g
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \color blue
15072 h
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \color blue
15083 i
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 </lyxtabular>
15090
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \begin_layout Standard
15102 \begin_inset CommandInset label
15103 LatexCommand label
15104 name "Wenn-Sie-nur"
15105
15106 \end_inset
15107
15108 Wenn Sie nur farbigen Text
15109 \begin_inset Index
15110 status collapsed
15111
15112 \begin_layout Plain Layout
15113 Farbe ! für Text
15114 \end_layout
15115
15116 \end_inset
15117
15118  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15119  auf den Werkzeugleistenknopf 
15120 \begin_inset Graphics
15121         filename ../../images/dialog-show_character.png
15122         scale 70
15123         scaleBeforeRotation
15124         BoundingBox 0bp 0bp 20bp 20bp
15125
15126 \end_inset
15127
15128  oder über das Menü 
15129 \family sans
15130 Bearbeiten\SpecialChar \menuseparator
15131 Textstil\SpecialChar \menuseparator
15132 Benutzerdefiniert
15133 \family default
15134  mit dem 
15135 \family sans
15136 Textstil
15137 \family default
15138 -Dialog wie es in Tabelle
15139 \begin_inset space ~
15140 \end_inset
15141
15142
15143 \begin_inset CommandInset ref
15144 LatexCommand ref
15145 reference "tab:Farbige-Tabelle-ohne"
15146
15147 \end_inset
15148
15149  gemacht wurde.
15150  In anderen Fällen müssen Sie das LaTeX-Paket 
15151 \series bold
15152 colortbl
15153 \series default
15154  benutzen.
15155 \begin_inset Index
15156 status collapsed
15157
15158 \begin_layout Plain Layout
15159 LaTeX-Pakete ! colortbl
15160 \end_layout
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \begin_layout Standard
15168 \begin_inset ERT
15169 status collapsed
15170
15171 \begin_layout Plain Layout
15172
15173
15174 \backslash
15175 ifcolortbl
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \begin_inset Note Note
15182 status open
15183
15184 \begin_layout Plain Layout
15185 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15186 \series bold
15187 colortbl
15188 \series default
15189  installiert ist.
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \begin_layout Standard
15198 Um farbige Tabellen zu erzeugen, muss 
15199 \series bold
15200 colortbl
15201 \series default
15202  im LaTeX-Vorspann geladen werden:
15203 \end_layout
15204
15205 \begin_layout Standard
15206
15207 \series bold
15208
15209 \backslash
15210 usepackage{colortbl}
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Die Farbe einer Spalte ändert man dann mit dem Befehl
15215 \end_layout
15216
15217 \begin_layout Standard
15218
15219 \series bold
15220
15221 \backslash
15222 columncolor{Farbname}
15223 \end_layout
15224
15225 \begin_layout Standard
15226 innerhalb des Befehls 
15227 \series bold
15228 >{}
15229 \series default
15230 .
15231  Mehr über den Befehl 
15232 \series bold
15233 >{}
15234 \series default
15235  finden Sie im Abschnitt
15236 \begin_inset space ~
15237 \end_inset
15238
15239
15240 \begin_inset CommandInset ref
15241 LatexCommand ref
15242 reference "uab:Mehrfachspalten-Berechnungen"
15243
15244 \end_inset
15245
15246 .
15247 \end_layout
15248
15249 \begin_layout Standard
15250 Folgende Farbnamen sind vordefiniert:
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \family sans
15256 red
15257 \family default
15258
15259 \family sans
15260 green
15261 \family default
15262
15263 \family sans
15264 yellow
15265 \family default
15266
15267 \family sans
15268 blue
15269 \family default
15270
15271 \family sans
15272 cyan
15273 \family default
15274
15275 \family sans
15276 magenta
15277 \family default
15278
15279 \family sans
15280 black
15281 \family default
15282  und 
15283 \family sans
15284 white
15285 \begin_inset Newline newline
15286 \end_inset
15287
15288 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15289 \family default
15290 und
15291 \family sans
15292  weiß
15293 \family default
15294 ).
15295 \end_layout
15296
15297 \begin_layout Standard
15298 \begin_inset VSpace medskip
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Sie können auch eigene Farben definieren:
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 definecolor{Farbname}{Farbmodell}{Farbwerte}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Das Farbmodell kann eins der folgenden sein:
15318 \end_layout
15319
15320 \begin_layout Labeling
15321 \labelwidthstring 00.00.0000
15322 cmyk: cyan, magenta, yellow, black
15323 \end_layout
15324
15325 \begin_layout Labeling
15326 \labelwidthstring 00.00.0000
15327 rgb: red, green blue
15328 \end_layout
15329
15330 \begin_layout Labeling
15331 \labelwidthstring 00.00.0000
15332 gray: gray
15333 \end_layout
15334
15335 \begin_layout Standard
15336 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15337  die die entsprechende Farbe für das Farbmodell beschreiben.
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15342 \emph on
15343
15344 \begin_inset Quotes gld
15345 \end_inset
15346
15347 dunkelgruen
15348 \emph default
15349
15350 \begin_inset Quotes grd
15351 \end_inset
15352
15353  und 
15354 \begin_inset Quotes gld
15355 \end_inset
15356
15357
15358 \emph on
15359 hellgrau
15360 \emph default
15361
15362 \begin_inset Quotes grd
15363 \end_inset
15364
15365  folgendermaßen definieren:
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15374 \end_layout
15375
15376 \begin_layout Standard
15377
15378 \series bold
15379
15380 \backslash
15381 definecolor{hellgrau}{gray}{0.8}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 \begin_inset VSpace medskip
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \begin_layout Standard
15392 Linien werden mit dem Befehl
15393 \end_layout
15394
15395 \begin_layout Standard
15396
15397 \series bold
15398
15399 \backslash
15400 rowcolor{Farbname}
15401 \end_layout
15402
15403 \begin_layout Standard
15404 gefärbt, Zellen mit dem Befehl
15405 \end_layout
15406
15407 \begin_layout Standard
15408
15409 \series bold
15410
15411 \backslash
15412 cellcolor{Farbname}
15413 \end_layout
15414
15415 \begin_layout Standard
15416 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15417 \end_layout
15418
15419 \begin_layout Standard
15420 Um nur Text zu färben, machen Sie es wie 
15421 \begin_inset CommandInset ref
15422 LatexCommand vpageref
15423 reference "Wenn-Sie-nur"
15424
15425 \end_inset
15426
15427  beschrieben.
15428  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15429 \emph on
15430 markieren Sie nur den Text
15431 \emph default
15432 , sonst werden Sie LaTeX-Fehler erzeugen.
15433 \end_layout
15434
15435 \begin_layout Standard
15436 \begin_inset Note Greyedout
15437 status open
15438
15439 \begin_layout Plain Layout
15440
15441 \series bold
15442 Achtung:
15443 \series default
15444  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15445 \end_layout
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 \begin_inset VSpace medskip
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \begin_layout Standard
15460 Die Tabelle
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Table-colored-using"
15468
15469 \end_inset
15470
15471  wurde folgendermaßen erstellt: die erste Spalte soll 
15472 \emph on
15473
15474 \begin_inset Quotes gld
15475 \end_inset
15476
15477 dunkelgruen
15478 \emph default
15479
15480 \begin_inset Quotes grd
15481 \end_inset
15482
15483  werden, also müssen Sie ins 
15484 \family sans
15485 LaTe
15486 \begin_inset ERT
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490
15491 {}
15492 \end_layout
15493
15494 \end_inset
15495
15496 X-Argument
15497 \family default
15498  der Zellen der ersten Spalte den Befehl
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504 >{
15505 \backslash
15506 columncolor{dunkelgruen}
15507 \backslash
15508 centering}c
15509 \end_layout
15510
15511 \begin_layout Standard
15512 schreiben.
15513  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15514 \end_layout
15515
15516 \begin_layout Standard
15517
15518 \series bold
15519
15520 \backslash
15521 rowcolow{cyan}
15522 \end_layout
15523
15524 \begin_layout Standard
15525 in die erste Zelle der ersten Zeile eingefügt.
15526  Diese Farbe ersetzt die Spaltenfarbe.
15527  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15528  wird mit folgendem Befehl erreicht:
15529 \end_layout
15530
15531 \begin_layout Standard
15532
15533 \series bold
15534
15535 \backslash
15536 cellcolor{magenta}
15537 \end_layout
15538
15539 \begin_layout Standard
15540 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15541 \family sans
15542 Textstil
15543 \family default
15544 -Dialog.
15545 \end_layout
15546
15547 \begin_layout Standard
15548 \begin_inset Float table
15549 placement h
15550 wide false
15551 sideways false
15552 status open
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Caption
15556
15557 \begin_layout Plain Layout
15558 \begin_inset CommandInset label
15559 LatexCommand label
15560 name "tab:Table-colored-using"
15561
15562 \end_inset
15563
15564 Eine mit dem Paket 
15565 \series bold
15566 colortbl
15567 \series default
15568  gefärbte Tabelle
15569 \begin_inset OptArg
15570 status collapsed
15571
15572 \begin_layout Plain Layout
15573 Tabelle mit 
15574 \family typewriter
15575 colortbl
15576 \end_layout
15577
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Plain Layout
15589 \align center
15590 \begin_inset Tabular
15591 <lyxtabular version="3" rows="3" columns="3">
15592 <features>
15593 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15594 <column alignment="center" valignment="top" width="0">
15595 <column alignment="center" valignment="top" width="0">
15596 <row>
15597 <cell alignment="center" valignment="top" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset ERT
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605
15606
15607 \backslash
15608 rowcolor{cyan}
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \color magenta
15615 a
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \color red
15626 b
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \color red
15637 c
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 </row>
15643 <row>
15644 <cell alignment="center" valignment="top" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \color yellow
15650 d
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \color blue
15661 e
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \color blue
15672 f
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \color yellow
15685 g
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \color blue
15696 h
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 cellcolor{magenta}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \color green
15719 i
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 </lyxtabular>
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Standard
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 else
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \begin_inset Note Note
15752 status open
15753
15754 \begin_layout Plain Layout
15755 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15756 \series bold
15757 colortbl
15758 \series default
15759  nicht installiert ist:
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \begin_layout Standard
15768 Sie müssen das LaTeX-Paket 
15769 \series bold
15770 colortbl
15771 \series default
15772  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \begin_inset ERT
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780
15781
15782 \backslash
15783 fi
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Subsection
15792 Farbige Linien
15793 \begin_inset Index
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797 farbige !  Tabellenlinien
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806 Wie in Abschnitt
15807 \begin_inset space ~
15808 \end_inset
15809
15810
15811 \begin_inset CommandInset ref
15812 LatexCommand ref
15813 reference "uab:Liniendicke"
15814
15815 \end_inset
15816
15817  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15818 \series bold
15819
15820 \backslash
15821 arrayrulewidth
15822 \series default
15823  definiert werden.
15824  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15825 \begin_inset space \thinspace{}
15826 \end_inset
15827
15828 pt gesetzt.
15829 \begin_inset ERT
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834
15835 \backslash
15836 setlength{
15837 \backslash
15838 arrayrulewidth}{1.5pt}
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15848 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15849 \begin_inset space ~
15850 \end_inset
15851
15852
15853 \begin_inset CommandInset ref
15854 LatexCommand ref
15855 reference "uab:Angepasste-Zellen-/Spaltenformate"
15856
15857 \end_inset
15858
15859  definiert:
15860 \end_layout
15861
15862 \begin_layout Standard
15863
15864 \series bold
15865
15866 \backslash
15867 newcolumntype{W}{!{
15868 \backslash
15869 color{green}
15870 \backslash
15871 vline}}
15872 \end_layout
15873
15874 \begin_layout Standard
15875 In Tabelle
15876 \begin_inset space ~
15877 \end_inset
15878
15879
15880 \begin_inset CommandInset ref
15881 LatexCommand ref
15882 reference "tab:Tabelle-mit-farbigen-vert"
15883
15884 \end_inset
15885
15886  wurde das LaTeX-Argument 
15887 \series bold
15888 WcW
15889 \series default
15890  für die letzte und 
15891 \series bold
15892 Wc
15893 \series default
15894  für die anderen Spalten benutzt.
15895 \end_layout
15896
15897 \begin_layout Standard
15898 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15899 \end_layout
15900
15901 \begin_layout Standard
15902 \begin_inset Float table
15903 placement h
15904 wide false
15905 sideways false
15906 status open
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Caption
15910
15911 \begin_layout Plain Layout
15912 \begin_inset CommandInset label
15913 LatexCommand label
15914 name "tab:Tabelle-mit-farbigen-vert"
15915
15916 \end_inset
15917
15918 Tabelle mit farbigen vertikalen Linien
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Plain Layout
15927 \align center
15928 \begin_inset Tabular
15929 <lyxtabular version="3" rows="3" columns="3">
15930 <features>
15931 <column alignment="center" valignment="top" width="0" special="Wc">
15932 <column alignment="center" valignment="top" width="0" special="Wc">
15933 <column alignment="center" valignment="top" width="0" special="WcW">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 sd
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 sd
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 sd
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 \begin_inset VSpace bigskip
16035 \end_inset
16036
16037 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16038 \begin_inset space ~
16039 \end_inset
16040
16041
16042 \begin_inset CommandInset ref
16043 LatexCommand ref
16044 reference "tab:Tabelle-mit-farbigen-horiz"
16045
16046 \end_inset
16047
16048 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16049  einfügen:
16050 \end_layout
16051
16052 \begin_layout Standard
16053
16054 \series bold
16055
16056 \backslash
16057 let
16058 \backslash
16059 myHlineC
16060 \backslash
16061 hline
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065
16066 \backslash
16067 renewcommand{
16068 \backslash
16069 hline}
16070 \begin_inset Newline newline
16071 \end_inset
16072
16073
16074 \begin_inset ERT
16075 status collapsed
16076
16077 \begin_layout Plain Layout
16078
16079
16080 \backslash
16081 hphantom{ }
16082 \end_layout
16083
16084 \end_inset
16085
16086 {
16087 \backslash
16088 arrayrulecolor{red}
16089 \backslash
16090 myHlineC
16091 \backslash
16092 arrayrulecolor{black}}
16093 \end_layout
16094
16095 \begin_layout Standard
16096 \begin_inset ERT
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100
16101
16102 \backslash
16103 let
16104 \backslash
16105 myHlineC
16106 \backslash
16107 hline
16108 \end_layout
16109
16110 \begin_layout Plain Layout
16111
16112
16113 \backslash
16114 renewcommand{
16115 \backslash
16116 hline}
16117 \end_layout
16118
16119 \begin_layout Plain Layout
16120
16121  {
16122 \backslash
16123 arrayrulecolor{red}
16124 \backslash
16125 myHlineC
16126 \backslash
16127 arrayrulecolor{black}}
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \begin_inset Float table
16134 placement h
16135 wide false
16136 sideways false
16137 status open
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Caption
16141
16142 \begin_layout Plain Layout
16143 \begin_inset CommandInset label
16144 LatexCommand label
16145 name "tab:Tabelle-mit-farbigen-horiz"
16146
16147 \end_inset
16148
16149 Tabelle mit farbigen horizontalen Linien
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Plain Layout
16158 \align center
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="3">
16161 <features>
16162 <column alignment="center" valignment="top" width="0">
16163 <column alignment="center" valignment="top" width="0">
16164 <column alignment="center" valignment="top" width="0">
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 sd
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 sd
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row>
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 sd
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 </lyxtabular>
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16266  als TeX-Code hinter der Tabelle einfügen:
16267 \end_layout
16268
16269 \begin_layout Standard
16270
16271 \series bold
16272
16273 \backslash
16274 renewcommand{
16275 \backslash
16276 hline}{
16277 \backslash
16278 myHlineC}
16279 \end_layout
16280
16281 \begin_layout Standard
16282 Tabelle
16283 \begin_inset space ~
16284 \end_inset
16285
16286
16287 \begin_inset CommandInset ref
16288 LatexCommand ref
16289 reference "tab:Table-with-colored"
16290
16291 \end_inset
16292
16293  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset Float table
16298 placement h
16299 wide false
16300 sideways false
16301 status open
16302
16303 \begin_layout Plain Layout
16304 \begin_inset Caption
16305
16306 \begin_layout Plain Layout
16307 \begin_inset CommandInset label
16308 LatexCommand label
16309 name "tab:Table-with-colored"
16310
16311 \end_inset
16312
16313 Tabelle mit farbigen Linien
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Plain Layout
16322 \align center
16323 \begin_inset Tabular
16324 <lyxtabular version="3" rows="3" columns="3">
16325 <features>
16326 <column alignment="center" valignment="top" width="0" special="Wc">
16327 <column alignment="center" valignment="top" width="0" special="Wc">
16328 <column alignment="center" valignment="top" width="0" special="WcW">
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 sd
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 sd
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row topspace="default">
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 sd
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Standard
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434
16435 \backslash
16436 renewcommand{
16437 \backslash
16438 hline}{
16439 \backslash
16440 myHlineC}
16441 \end_layout
16442
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset ERT
16450 status collapsed
16451
16452 \begin_layout Plain Layout
16453
16454
16455 \backslash
16456 setlength{
16457 \backslash
16458 arrayrulewidth}{0.4pt}
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \begin_inset Note Note
16465 status collapsed
16466
16467 \begin_layout Plain Layout
16468 setzt die Liniendicke wieder auf ihren Standardwert zurück
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Section
16477 Tabellen-Anpassung
16478 \begin_inset Index
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 Tabellen ! Anpassung
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Subsection
16491 Zeilenabstand
16492 \begin_inset CommandInset label
16493 LatexCommand label
16494 name "uab:Zeilenabstand"
16495
16496 \end_inset
16497
16498
16499 \begin_inset Index
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 Tabellen ! Zeilenabstand
16504 \end_layout
16505
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \begin_layout Standard
16512 Auf der Karteikarte 
16513 \family sans
16514 Rahmen
16515 \family default
16516  des 
16517 \family sans
16518 Tabellen-Einstellungen
16519 \family default
16520 -Dialogs können Sie 
16521 \family sans
16522 zusätzliche
16523 \begin_inset space ~
16524 \end_inset
16525
16526 Abstände
16527 \family default
16528  einfügen.
16529  Dabei haben Sie drei Möglichkeiten:
16530 \end_layout
16531
16532 \begin_layout Description
16533 Oberhalb
16534 \begin_inset space ~
16535 \end_inset
16536
16537 der
16538 \begin_inset space ~
16539 \end_inset
16540
16541 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16542  Bei einer formalen Tabelle
16543 \begin_inset Foot
16544 status collapsed
16545
16546 \begin_layout Plain Layout
16547 Formale Tabellen wurden in Abschnitt
16548 \begin_inset space ~
16549 \end_inset
16550
16551
16552 \begin_inset CommandInset ref
16553 LatexCommand ref
16554 reference "abs:Formale-Tabellen"
16555
16556 \end_inset
16557
16558  beschrieben.
16559 \end_layout
16560
16561 \end_inset
16562
16563  fügt LyX standardmäßig 0.5
16564 \begin_inset space \thinspace{}
16565 \end_inset
16566
16567 em Leerraum ein.
16568  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16569 \begin_inset VSpace medskip
16570 \end_inset
16571
16572
16573 \begin_inset Newline newline
16574 \end_inset
16575
16576
16577 \begin_inset space \hspace*{}
16578 \length 0pt
16579 \end_inset
16580
16581
16582 \begin_inset space \hfill{}
16583 \end_inset
16584
16585
16586 \begin_inset Tabular
16587 <lyxtabular version="3" rows="3" columns="1">
16588 <features>
16589 <column alignment="center" valignment="top" width="0">
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 A
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row topspace="3mm">
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 3
16607 \begin_inset space \thinspace{}
16608 \end_inset
16609
16610 mm Leerraum oberhalb der Zeile
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 C
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 </lyxtabular>
16628
16629 \end_inset
16630
16631
16632 \begin_inset space \hfill{}
16633 \end_inset
16634
16635
16636 \begin_inset space \hspace*{}
16637 \length 0pt
16638 \end_inset
16639
16640
16641 \begin_inset VSpace medskip
16642 \end_inset
16643
16644
16645 \begin_inset Newline newline
16646 \end_inset
16647
16648 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16649 n Linien verwenden.
16650 \end_layout
16651
16652 \begin_layout Description
16653 Unterhalb
16654 \begin_inset space ~
16655 \end_inset
16656
16657 der
16658 \begin_inset space ~
16659 \end_inset
16660
16661 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16662  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16663 \begin_inset space \thinspace{}
16664 \end_inset
16665
16666 em Leerraum ein.
16667  Bei normalen Tabellen ist der Standardwert 2
16668 \begin_inset space \thinspace{}
16669 \end_inset
16670
16671 pt.
16672 \end_layout
16673
16674 \begin_layout Description
16675 Zwischen
16676 \begin_inset space ~
16677 \end_inset
16678
16679 den
16680 \begin_inset space ~
16681 \end_inset
16682
16683 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16684  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16685 \begin_inset space \thinspace{}
16686 \end_inset
16687
16688 em Leerraum ein.
16689  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16690 \begin_inset VSpace medskip
16691 \end_inset
16692
16693
16694 \begin_inset Newline newline
16695 \end_inset
16696
16697
16698 \begin_inset space \hspace*{}
16699 \length 0pt
16700 \end_inset
16701
16702
16703 \begin_inset space \hfill{}
16704 \end_inset
16705
16706
16707 \begin_inset Tabular
16708 <lyxtabular version="3" rows="3" columns="1">
16709 <features>
16710 <column alignment="center" valignment="top" width="0">
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 A
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row interlinespace="3mm">
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\downarrow$
16728 \end_inset
16729
16730  3
16731 \begin_inset space \thinspace{}
16732 \end_inset
16733
16734 mm Leerraum zwischen den Zeilen 
16735 \begin_inset Formula $\downarrow$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\uparrow$
16750 \end_inset
16751
16752  3
16753 \begin_inset space \thinspace{}
16754 \end_inset
16755
16756 mm Leerraum zwischen den Zeilen 
16757 \begin_inset Formula $\uparrow$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 </lyxtabular>
16767
16768 \end_inset
16769
16770
16771 \begin_inset space \hfill{}
16772 \end_inset
16773
16774
16775 \begin_inset space \hspace*{}
16776 \length 0pt
16777 \end_inset
16778
16779
16780 \begin_inset VSpace medskip
16781 \end_inset
16782
16783
16784 \begin_inset Newline newline
16785 \end_inset
16786
16787 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16788 n Linien verwenden.
16789 \end_layout
16790
16791 \begin_layout Standard
16792 \begin_inset VSpace bigskip
16793 \end_inset
16794
16795 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16796  Befehlen im LaTeX-Vorspann machen:
16797 \end_layout
16798
16799 \begin_layout Standard
16800
16801 \series bold
16802
16803 \backslash
16804 @ifundefined{extrarowheight}
16805 \begin_inset Newline newline
16806 \end_inset
16807
16808
16809 \begin_inset ERT
16810 status collapsed
16811
16812 \begin_layout Plain Layout
16813
16814
16815 \backslash
16816 hphantom{ }
16817 \end_layout
16818
16819 \end_inset
16820
16821 {
16822 \backslash
16823 usepackage{array}}{}
16824 \begin_inset Newline newline
16825 \end_inset
16826
16827
16828 \backslash
16829 setlength{
16830 \backslash
16831 extrarowheight}{Höhe}
16832 \end_layout
16833
16834 \begin_layout Standard
16835 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16836  ausgerichtet sind.
16837  (Das Paket 
16838 \series bold
16839 array
16840 \series default
16841  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16842  verwenden.
16843  Der Befehl 
16844 \series bold
16845
16846 \backslash
16847 @ifundefined
16848 \series default
16849  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16850 \end_layout
16851
16852 \begin_layout Subsection
16853 Besondere Zellenausrichtung
16854 \begin_inset Index
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858 Tabellen ! Zellenausrichtung
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \begin_layout Standard
16867 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16868  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16869 \begin_inset space ~
16870 \end_inset
16871
16872
16873 \begin_inset CommandInset ref
16874 LatexCommand ref
16875 reference "tab:Tabellenzellen-sind-auf"
16876
16877 \end_inset
16878
16879 .
16880 \end_layout
16881
16882 \begin_layout Standard
16883 \begin_inset Float table
16884 placement h
16885 wide false
16886 sideways false
16887 status open
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Caption
16891
16892 \begin_layout Plain Layout
16893 \begin_inset CommandInset label
16894 LatexCommand label
16895 name "tab:Tabellenzellen-sind-auf"
16896
16897 \end_inset
16898
16899 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Plain Layout
16908 \align center
16909 \begin_inset Tabular
16910 <lyxtabular version="3" rows="4" columns="2">
16911 <features>
16912 <column alignment="right" valignment="top" width="0">
16913 <column alignment="left" valignment="top" width="0" special="@{}l">
16914 <row>
16915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 Überschrift
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 12.
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 6
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 0.
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 68
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 -123.
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 0
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 </lyxtabular>
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \begin_layout Standard
17007 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17008  Die Überschrift ist eine zentrierte Mehrfachspalte.
17009  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17010  der Zahlen einschließlich Dezimalpunkt.
17011  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17012  der Zahlen.
17013   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17014 \family sans
17015 LaTe
17016 \begin_inset ERT
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020
17021 {}
17022 \end_layout
17023
17024 \end_inset
17025
17026 X-Argument
17027 \family default
17028  für die zweite Spalte folgendes eingefügt:
17029 \end_layout
17030
17031 \begin_layout Standard
17032
17033 \series bold
17034 @{}l
17035 \end_layout
17036
17037 \begin_layout Standard
17038 Tabelle
17039 \begin_inset space ~
17040 \end_inset
17041
17042
17043 \begin_inset CommandInset ref
17044 LatexCommand ref
17045 reference "tab:Verschiedene-Ausrichtungen"
17046
17047 \end_inset
17048
17049  zeigt einige Ausrichtungen.
17050  Für die Ausrichtung der Relationen müssen Sie den 
17051 \family sans
17052 Mittleren
17053 \begin_inset space ~
17054 \end_inset
17055
17056 Abstand
17057 \family default
17058  aus der 
17059 \family sans
17060 Mathe-Werkzeugleiste
17061 \family default
17062  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17063  rechts vom Relationszeichen zu bekommen.
17064 \end_layout
17065
17066 \begin_layout Standard
17067
17068 \color black
17069 \begin_inset Float table
17070 placement h
17071 wide false
17072 sideways false
17073 status open
17074
17075 \begin_layout Plain Layout
17076
17077 \color black
17078 \begin_inset Caption
17079
17080 \begin_layout Plain Layout
17081
17082 \color black
17083 \begin_inset CommandInset label
17084 LatexCommand label
17085 name "tab:Verschiedene-Ausrichtungen"
17086
17087 \end_inset
17088
17089
17090 \color inherit
17091 Verschiedene Ausrichtungen
17092 \end_layout
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \begin_layout Plain Layout
17100 \align center
17101 \begin_inset Tabular
17102 <lyxtabular version="3" rows="4" columns="6">
17103 <features>
17104 <column alignment="right" valignment="top" width="0">
17105 <column alignment="left" valignment="top" width="0" special="@{}l">
17106 <column alignment="right" valignment="top" width="0">
17107 <column alignment="left" valignment="top" width="0" special="@{}l">
17108 <column alignment="right" valignment="top" width="0">
17109 <column alignment="left" valignment="top" width="0" special="@{}l">
17110 <row>
17111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 Einheiten
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 Exponenten
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 Relationen
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 12×
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 24
17181 \begin_inset space \thinspace{}
17182 \end_inset
17183
17184 Flaschen
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 \begin_inset Formula $10\cdot$
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 \begin_inset Formula $10^{\mbox{-}17}$
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\Gamma(t)\propto$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 \begin_inset Formula $\:\Upsilon(t)$
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 </row>
17238 <row>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 1024×
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 768
17253 \begin_inset space \thinspace{}
17254 \end_inset
17255
17256 Pixel
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $5.78\cdot$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $10^{7}$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Formula $A\ne$
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Formula $\: B_{\mathrm{red}}$
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 32×
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 6
17325 \begin_inset space \thinspace{}
17326 \end_inset
17327
17328 cm
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 -
17338 \begin_inset Formula $33.5\cdot$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 \begin_inset Formula $10^{4}$
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset Formula $\sin(\alpha)\ge$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $\:\sin(\beta)$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 </lyxtabular>
17384
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 \begin_inset VSpace bigskip
17397 \end_inset
17398
17399 Es gibt auch noch das LaTeX-Paket 
17400 \series bold
17401 dcolumn
17402 \series default
17403 ,
17404 \begin_inset Index
17405 status collapsed
17406
17407 \begin_layout Plain Layout
17408 LaTeX-Pakete ! dcolumn
17409 \end_layout
17410
17411 \end_inset
17412
17413  mit dem man Zellen ausrichten kann.
17414  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17415  in den Zellen.
17416  Die erste Spalte von Tabelle
17417 \begin_inset space ~
17418 \end_inset
17419
17420
17421 \begin_inset CommandInset ref
17422 LatexCommand ref
17423 reference "tab:Verschiedene-Ausrichtungen"
17424
17425 \end_inset
17426
17427  wird mit 
17428 \family typewriter
17429 dcolumn
17430 \family default
17431  wie die erste Spalte von Tabelle
17432 \begin_inset space ~
17433 \end_inset
17434
17435
17436 \begin_inset CommandInset ref
17437 LatexCommand ref
17438 reference "tab:Ausrichtung-mit-dem"
17439
17440 \end_inset
17441
17442  aussehen und nur mit ein paar Tricks wie erwartet.
17443  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17444 \begin_inset space ~
17445 \end_inset
17446
17447
17448 \begin_inset CommandInset ref
17449 LatexCommand ref
17450 reference "tab:Verschiedene-Ausrichtungen"
17451
17452 \end_inset
17453
17454  ist mit 
17455 \series bold
17456 dcolumn
17457 \series default
17458  nicht möglich.
17459 \end_layout
17460
17461 \begin_layout Standard
17462 \begin_inset Float table
17463 placement h
17464 wide false
17465 sideways false
17466 status open
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Caption
17470
17471 \begin_layout Plain Layout
17472 \begin_inset CommandInset label
17473 LatexCommand label
17474 name "tab:Ausrichtung-mit-dem"
17475
17476 \end_inset
17477
17478 Ausrichtung mit dem LaTeX-Paket 
17479 \series bold
17480 dcolumn
17481 \series default
17482 .
17483  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17484  bekommen.
17485 \begin_inset OptArg
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489 Ausrichtung mit dem LaTeX-Paket 
17490 \series bold
17491 dcolumn
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \begin_layout Plain Layout
17505 \align center
17506 \begin_inset Tabular
17507 <lyxtabular version="3" rows="4" columns="3">
17508 <features>
17509 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17510 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17511 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17512 <row>
17513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 Einheiten
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 Einheiten
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 Einheiten
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 12x24
17547 \begin_inset space \thinspace{}
17548 \end_inset
17549
17550
17551 \begin_inset Formula $\mbox{Flaschen}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 12x24
17564 \begin_inset space \thinspace{}
17565 \end_inset
17566
17567
17568 \begin_inset Formula $\mbox{Flaschen}$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 12
17581 \begin_inset ERT
17582 status collapsed
17583
17584 \begin_layout Plain Layout
17585
17586
17587 \backslash
17588 times 
17589 \end_layout
17590
17591 \end_inset
17592
17593 24~
17594 \begin_inset Formula $\mbox{Flaschen}$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 1024x768
17609 \begin_inset space \thinspace{}
17610 \end_inset
17611
17612
17613 \begin_inset Formula $\mbox{Pixel}$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 1024x768
17626 \begin_inset space \thinspace{}
17627 \end_inset
17628
17629
17630 \begin_inset Formula $\mbox{Pixel}$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 1024
17643 \begin_inset ERT
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647
17648
17649 \backslash
17650 times 
17651 \end_layout
17652
17653 \end_inset
17654
17655 768~
17656 \begin_inset Formula $\mbox{Pixel}$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 32x6
17671 \begin_inset space \thinspace{}
17672 \end_inset
17673
17674
17675 \begin_inset Formula $\mbox{cm}$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 32x6
17688 \begin_inset space \thinspace{}
17689 \end_inset
17690
17691
17692 \begin_inset Formula $\mbox{cm}$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 32
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 times 
17713 \end_layout
17714
17715 \end_inset
17716
17717 6~
17718 \begin_inset Formula $\mbox{cm}$
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 </row>
17727 </lyxtabular>
17728
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Subsection
17740 Angepasste Zellen-/Spaltenformate
17741 \begin_inset CommandInset label
17742 LatexCommand label
17743 name "uab:Angepasste-Zellen-/Spaltenformate"
17744
17745 \end_inset
17746
17747
17748 \begin_inset Index
17749 status collapsed
17750
17751 \begin_layout Plain Layout
17752 Tabellen ! Spaltenformat
17753 \end_layout
17754
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \begin_layout Standard
17761 Wenn man wie in Abschnitt
17762 \begin_inset space ~
17763 \end_inset
17764
17765
17766 \begin_inset CommandInset ref
17767 LatexCommand ref
17768 reference "uab:Mehrfachspalten-Berechnungen"
17769
17770 \end_inset
17771
17772  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17773  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17774  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17775  definieren:
17776 \end_layout
17777
17778 \begin_layout Standard
17779
17780 \series bold
17781
17782 \backslash
17783 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17784 \end_layout
17785
17786 \begin_layout Standard
17787 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17788 \emph on
17789 b
17790 \emph default
17791
17792 \emph on
17793 c
17794 \emph default
17795
17796 \emph on
17797 l
17798 \emph default
17799
17800 \emph on
17801 m
17802 \emph default
17803
17804 \emph on
17805 p
17806 \emph default
17807  oder 
17808 \emph on
17809 r
17810 \emph default
17811 , weil diese vordefiniert sind.
17812  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17813 \end_layout
17814
17815 \begin_layout Standard
17816 \begin_inset VSpace medskip
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17824  Breite könnte das Format so aussehen:
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830
17831 \backslash
17832 newcolumntype{M}[1]{>{
17833 \backslash
17834 centering
17835 \backslash
17836 hspace{0pt}}m{#1}}
17837 \end_layout
17838
17839 \begin_layout Standard
17840 wobei 
17841 \series bold
17842
17843 \backslash
17844 hspace{0pt}
17845 \series default
17846  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17847  Abschnitt
17848 \begin_inset space ~
17849 \end_inset
17850
17851
17852 \begin_inset CommandInset ref
17853 LatexCommand ref
17854 reference "uab:Mehrfache-Zeilen-in"
17855
17856 \end_inset
17857
17858  beschrieben.
17859  Jetzt können Sie mit
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865 M{Breite}
17866 \end_layout
17867
17868 \begin_layout Standard
17869 im 
17870 \family sans
17871 LaTeX-Argument
17872 \family default
17873  im 
17874 \family sans
17875 Tabellen-Einstellungen
17876 \family default
17877 -Dialog eine Mehrfachspalte definieren.
17878 \end_layout
17879
17880 \begin_layout Standard
17881 \begin_inset VSpace bigskip
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \begin_layout Standard
17888 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17889  Format definieren:
17890 \end_layout
17891
17892 \begin_layout Standard
17893
17894 \series bold
17895
17896 \backslash
17897 newcolumntype{S}[2]{>{
17898 \backslash
17899 centering
17900 \backslash
17901 hspace{0pt}}
17902 \begin_inset Newline newline
17903 \end_inset
17904
17905
17906 \begin_inset ERT
17907 status collapsed
17908
17909 \begin_layout Plain Layout
17910
17911
17912 \backslash
17913 phantom{
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \backslash
17920 newcolumntype
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926 }
17927 \end_layout
17928
17929 \end_inset
17930
17931 m{(#1+(2
17932 \backslash
17933 tabcolsep+
17934 \backslash
17935 arrayrulewidth)*(1-#2))/#2}}
17936 \end_layout
17937
17938 \begin_layout Standard
17939 Dieses Format benutzt Gleichung
17940 \begin_inset space ~
17941 \end_inset
17942
17943
17944 \begin_inset CommandInset ref
17945 LatexCommand ref
17946 reference "eq:Wgn"
17947
17948 \end_inset
17949
17950 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17951  breit ist.
17952 \end_layout
17953
17954 \begin_layout Standard
17955 Jetzt können Sie im 
17956 \family sans
17957 LaTeX-Argument
17958 \family default
17959  im 
17960 \family sans
17961 Tabellen-Einstellungen
17962 \family default
17963 -Dialog folgendes einfügen:
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \begin_inset VSpace bigskip
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Standard
17980 Für farbige Spalten können Sie folgendes einfügen:
17981 \end_layout
17982
17983 \begin_layout Standard
17984
17985 \series bold
17986
17987 \backslash
17988 newcolumntype{K}[1]{>{
17989 \backslash
17990 columncolor{#1}
17991 \backslash
17992 hspace{0pt}}c}
17993 \end_layout
17994
17995 \begin_layout Standard
17996 Das 
17997 \begin_inset Quotes gld
17998 \end_inset
17999
18000 c
18001 \begin_inset Quotes grd
18002 \end_inset
18003
18004  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18005  zentriert ist.
18006  Jetzt können Sie als 
18007 \family sans
18008 LaTeX-Argument
18009 \family default
18010  folgendes einfügen:
18011 \end_layout
18012
18013 \begin_layout Standard
18014
18015 \series bold
18016 K{Farbname}
18017 \end_layout
18018
18019 \begin_layout Standard
18020 \begin_inset VSpace bigskip
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 Für Tabelle
18028 \begin_inset space ~
18029 \end_inset
18030
18031
18032 \begin_inset CommandInset ref
18033 LatexCommand ref
18034 reference "tab:Tabelle-mit-benutzerdefinierte"
18035
18036 \end_inset
18037
18038  wurden folgende 
18039 \family sans
18040 LaTeX-Argumente
18041 \family default
18042  benutzt:
18043 \end_layout
18044
18045 \begin_layout Standard
18046
18047 \series bold
18048 M{2.5cm}
18049 \end_layout
18050
18051 \begin_layout Standard
18052 für die erste Spalte und die Mehrfachspalte,
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058 K{red}
18059 \end_layout
18060
18061 \begin_layout Standard
18062 für die letzte Spalte und
18063 \end_layout
18064
18065 \begin_layout Standard
18066
18067 \series bold
18068 S{2.5cm}{2}
18069 \end_layout
18070
18071 \begin_layout Standard
18072 für die Spalten in der zweiten Mehrfachspalte.
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \begin_inset Float table
18077 placement h
18078 wide false
18079 sideways false
18080 status open
18081
18082 \begin_layout Plain Layout
18083 \begin_inset Caption
18084
18085 \begin_layout Plain Layout
18086 \begin_inset CommandInset label
18087 LatexCommand label
18088 name "tab:Tabelle-mit-benutzerdefinierte"
18089
18090 \end_inset
18091
18092 Tabelle mit benutzerdefinierten Formaten
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \begin_layout Plain Layout
18101 \align center
18102 \begin_inset Tabular
18103 <lyxtabular version="3" rows="3" columns="4">
18104 <features>
18105 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18106 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18107 <column alignment="center" valignment="middle" width="0">
18108 <column alignment="center" valignment="middle" width="0" special="K{red}">
18109 <row>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 einsehrlangesWort
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 Mehrfachspalte mit mehreren Zeilen
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 c
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 </row>
18147 <row>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 d
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 e
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 f
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 g
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 </row>
18185 <row>
18186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 h
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 i
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 j
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 k
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 </row>
18223 </lyxtabular>
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Subsection
18236 Liniendicke
18237 \begin_inset CommandInset label
18238 LatexCommand label
18239 name "uab:Liniendicke"
18240
18241 \end_inset
18242
18243
18244 \begin_inset Index
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248 Tabellen  ! Linien ! -dicke
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Standard
18257 Die Liniendicke für alle Linien einer Tabelle kann mit 
18258 \series bold
18259
18260 \backslash
18261 arrayrulewidth
18262 \series default
18263  eingestellt werden.
18264  Um eine Liniendicke von 1.5
18265 \begin_inset space \thinspace{}
18266 \end_inset
18267
18268 pt wie in Tabelle
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18276
18277 \end_inset
18278
18279  zu bekommen, geben Sie den Befehl
18280 \end_layout
18281
18282 \begin_layout Standard
18283
18284 \series bold
18285
18286 \backslash
18287 setlength{
18288 \backslash
18289 arrayrulewidth}{1.5pt}
18290 \end_layout
18291
18292 \begin_layout Standard
18293 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18294  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18295  Mit
18296 \end_layout
18297
18298 \begin_layout Standard
18299
18300 \series bold
18301
18302 \backslash
18303 setlength{
18304 \backslash
18305 arrayrulewidth}{0.4pt}
18306 \end_layout
18307
18308 \begin_layout Standard
18309 bekommen Sie wieder die Standarddicke.
18310 \end_layout
18311
18312 \begin_layout Standard
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 setlength{
18321 \backslash
18322 arrayrulewidth}{1.5pt}
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Float table
18329 placement H
18330 wide false
18331 sideways false
18332 status open
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Caption
18336
18337 \begin_layout Plain Layout
18338 \begin_inset CommandInset label
18339 LatexCommand label
18340 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18341
18342 \end_inset
18343
18344 Tabelle mit 1.5
18345 \begin_inset space \thinspace{}
18346 \end_inset
18347
18348 pt Liniendicke
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Plain Layout
18357 \align center
18358 \begin_inset Tabular
18359 <lyxtabular version="3" rows="3" columns="3">
18360 <features>
18361 <column alignment="center" valignment="top" width="0">
18362 <column alignment="center" valignment="top" width="0">
18363 <column alignment="center" valignment="top" width="0">
18364 <row>
18365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 sd
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 sd
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 </row>
18422 <row>
18423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 sd
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 </lyxtabular>
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 setlength{
18469 \backslash
18470 arrayrulewidth}{0.4pt}
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Standard
18479 \begin_inset VSpace bigskip
18480 \end_inset
18481
18482 Um eine Liniendicke von 1.5
18483 \begin_inset space \thinspace{}
18484 \end_inset
18485
18486 pt nur für horizontale Linien zu bekommen wie in Tabelle
18487 \begin_inset space ~
18488 \end_inset
18489
18490
18491 \begin_inset CommandInset ref
18492 LatexCommand ref
18493 reference "tab:Tabelle-mit-1.5pt-horiz"
18494
18495 \end_inset
18496
18497 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18498  einfügen:
18499 \end_layout
18500
18501 \begin_layout Standard
18502
18503 \series bold
18504
18505 \backslash
18506 let
18507 \backslash
18508 myHline
18509 \backslash
18510 hline
18511 \begin_inset Newline newline
18512 \end_inset
18513
18514
18515 \backslash
18516 renewcommand{
18517 \backslash
18518 hline}
18519 \begin_inset Newline newline
18520 \end_inset
18521
18522  {
18523 \backslash
18524 noalign{
18525 \backslash
18526 global
18527 \backslash
18528 arrayrulewidth 1.5pt}
18529 \begin_inset Newline newline
18530 \end_inset
18531
18532  
18533 \backslash
18534 myHline
18535 \backslash
18536 noalign{
18537 \backslash
18538 global
18539 \backslash
18540 arrayrulewidth 0.4pt}}
18541 \end_layout
18542
18543 \begin_layout Standard
18544 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18545  der (Gleit\SpecialChar \-
18546 objekt-)Tabelle zurück:
18547 \end_layout
18548
18549 \begin_layout Standard
18550
18551 \series bold
18552
18553 \backslash
18554 renewcommand{
18555 \backslash
18556 hline}{
18557 \backslash
18558 myHline}
18559 \end_layout
18560
18561 \begin_layout Standard
18562 \begin_inset ERT
18563 status collapsed
18564
18565 \begin_layout Plain Layout
18566
18567
18568 \backslash
18569 let
18570 \backslash
18571 myHline
18572 \backslash
18573 hline
18574 \end_layout
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 renewcommand{
18581 \backslash
18582 hline}
18583 \end_layout
18584
18585 \begin_layout Plain Layout
18586
18587  {
18588 \backslash
18589 noalign{
18590 \backslash
18591 global
18592 \backslash
18593 arrayrulewidth 1.5pt}
18594 \end_layout
18595
18596 \begin_layout Plain Layout
18597
18598   
18599 \backslash
18600 myHline
18601 \backslash
18602 noalign{
18603 \backslash
18604 global
18605 \backslash
18606 arrayrulewidth 0.4pt}}
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \begin_inset Float table
18613 placement h
18614 wide false
18615 sideways false
18616 status open
18617
18618 \begin_layout Plain Layout
18619 \begin_inset Caption
18620
18621 \begin_layout Plain Layout
18622 \begin_inset CommandInset label
18623 LatexCommand label
18624 name "tab:Tabelle-mit-1.5pt-horiz"
18625
18626 \end_inset
18627
18628 Tabelle mit 1.5
18629 \begin_inset space \thinspace{}
18630 \end_inset
18631
18632 pt dicken horizontalen Linien
18633 \end_layout
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \begin_layout Plain Layout
18641 \align center
18642 \begin_inset Tabular
18643 <lyxtabular version="3" rows="3" columns="3">
18644 <features>
18645 <column alignment="center" valignment="top" width="0">
18646 <column alignment="center" valignment="top" width="0">
18647 <column alignment="center" valignment="top" width="0">
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 sd
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 <row>
18678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 sd
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 sd
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 </row>
18735 </lyxtabular>
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 renewcommand{
18753 \backslash
18754 hline}{
18755 \backslash
18756 myHline}
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset VSpace bigskip
18766 \end_inset
18767
18768 Um die Liniendicke von 1.5
18769 \begin_inset space \thinspace{}
18770 \end_inset
18771
18772 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18773  Spaltenformat entsprechend der Beschreibung in Abschnitt
18774 \begin_inset space ~
18775 \end_inset
18776
18777
18778 \begin_inset CommandInset ref
18779 LatexCommand ref
18780 reference "uab:Angepasste-Zellen-/Spaltenformate"
18781
18782 \end_inset
18783
18784  definieren:
18785 \end_layout
18786
18787 \begin_layout Standard
18788
18789 \series bold
18790
18791 \backslash
18792 newcolumntype{V}{!{
18793 \backslash
18794 vrule width 1.5pt}}
18795 \end_layout
18796
18797 \begin_layout Standard
18798 In Tabelle
18799 \begin_inset space ~
18800 \end_inset
18801
18802
18803 \begin_inset CommandInset ref
18804 LatexCommand ref
18805 reference "tab:Tabelle-mit-1.5pt-vert"
18806
18807 \end_inset
18808
18809  wurde das 
18810 \family sans
18811 LaTe
18812 \begin_inset ERT
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816
18817 {}
18818 \end_layout
18819
18820 \end_inset
18821
18822 X-Argument
18823 \family default
18824 \series bold
18825  VcV
18826 \series default
18827  für die letzte Spalte und
18828 \series bold
18829  Vc
18830 \series default
18831  für die anderen benutzt.
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset Float table
18836 placement H
18837 wide false
18838 sideways false
18839 status open
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Caption
18843
18844 \begin_layout Plain Layout
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Tabelle-mit-1.5pt-vert"
18848
18849 \end_inset
18850
18851 Tabelle mit 1.5
18852 \begin_inset space \thinspace{}
18853 \end_inset
18854
18855 pt dicken vertikalen Linien
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Plain Layout
18864 \align center
18865 \begin_inset Tabular
18866 <lyxtabular version="3" rows="3" columns="3">
18867 <features>
18868 <column alignment="center" valignment="top" width="0" special="Vc">
18869 <column alignment="center" valignment="top" width="0" special="Vc">
18870 <column alignment="center" valignment="top" width="0" special="VcV">
18871 <row>
18872 <cell alignment="center" valignment="top" topline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 sd
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 <cell alignment="center" valignment="top" topline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 </row>
18900 <row>
18901 <cell alignment="center" valignment="top" topline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 <cell alignment="center" valignment="top" topline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914 sd
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 </row>
18929 <row>
18930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 sd
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 </lyxtabular>
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Subsection
18971 Gestrichelte Linien
18972 \begin_inset Index
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976 Tabellen  ! Linien ! gestrichelte 
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Standard
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 ifarydshln
18993 \end_layout
18994
18995 \end_inset
18996
18997
18998 \begin_inset Note Note
18999 status open
19000
19001 \begin_layout Plain Layout
19002 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19003 \series bold
19004 arydshln
19005 \series default
19006  installiert ist.
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \begin_layout Standard
19015 \begin_inset Float table
19016 placement h
19017 wide false
19018 sideways false
19019 status open
19020
19021 \begin_layout Plain Layout
19022 \begin_inset Caption
19023
19024 \begin_layout Plain Layout
19025 \begin_inset CommandInset label
19026 LatexCommand label
19027 name "tab:Tabelle-mit-gestrichelten"
19028
19029 \end_inset
19030
19031 Tabelle mit gestrichelten Linien
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Plain Layout
19040 \align center
19041 \begin_inset Tabular
19042 <lyxtabular version="3" rows="5" columns="5">
19043 <features>
19044 <column alignment="center" valignment="top" width="0">
19045 <column alignment="center" valignment="top" width="0">
19046 <column alignment="center" valignment="top" width="0" special=":c">
19047 <column alignment="center" valignment="top" width="0">
19048 <column alignment="center" valignment="top" width="0">
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 a
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 b
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 c
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 d
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 e
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 f
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 g
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 h
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 i
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 j
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 <row>
19144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148 \begin_inset ERT
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152
19153
19154 \backslash
19155 hdashline 
19156 \end_layout
19157
19158 \end_inset
19159
19160 k
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 l
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 m
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 n
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 o
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset ERT
19208 status collapsed
19209
19210 \begin_layout Plain Layout
19211
19212
19213 \backslash
19214 cdashline{4-5}
19215 \end_layout
19216
19217 \end_inset
19218
19219 p
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 q
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 r
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 s
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 t
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 u
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 v
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 w
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 x
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 </lyxtabular>
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Standard
19321 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19322  TeX-Code benutzen.
19323  Zunächst müssen Sie das LaTeX-Paket 
19324 \series bold
19325 arydshln
19326 \series default
19327
19328 \begin_inset Index
19329 status collapsed
19330
19331 \begin_layout Plain Layout
19332 LaTeX-Pakete ! arydshln
19333 \end_layout
19334
19335 \end_inset
19336
19337  im LaTeX-Vorspann laden:
19338 \end_layout
19339
19340 \begin_layout Standard
19341
19342 \series bold
19343
19344 \backslash
19345 usepackage{arydshln}
19346 \end_layout
19347
19348 \begin_layout Standard
19349 Um senkrechte Linien zu stricheln, müssen Sie im 
19350 \family sans
19351 LaTe
19352 \begin_inset ERT
19353 status collapsed
19354
19355 \begin_layout Plain Layout
19356
19357 {}
19358 \end_layout
19359
19360 \end_inset
19361
19362 X-Argument
19363 \family default
19364  des 
19365 \family sans
19366 Tabellen-Einstellungen
19367 \family default
19368 -Dialogs 
19369 \begin_inset Quotes gld
19370 \end_inset
19371
19372 :
19373 \begin_inset Quotes grd
19374 \end_inset
19375
19376 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19377 \end_layout
19378
19379 \begin_layout Standard
19380 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19381 \end_layout
19382
19383 \begin_layout Standard
19384
19385 \series bold
19386
19387 \backslash
19388 hdashline
19389 \end_layout
19390
19391 \begin_layout Standard
19392 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19393 \end_layout
19394
19395 \begin_layout Standard
19396 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19397 \end_layout
19398
19399 \begin_layout Standard
19400
19401 \series bold
19402
19403 \backslash
19404 cdashline{Anfangsspalte-Endspalte}
19405 \end_layout
19406
19407 \begin_layout Standard
19408 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19409  Wenn Sie z.
19410 \begin_inset space \thinspace{}
19411 \end_inset
19412
19413 B.
19414  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19415  gestrichelte Linie haben, fügen Sie den Befehl
19416 \end_layout
19417
19418 \begin_layout Standard
19419
19420 \series bold
19421
19422 \backslash
19423 cdashline{2-4}
19424 \end_layout
19425
19426 \begin_layout Standard
19427 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset VSpace bigskip
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 In Tabelle
19439 \begin_inset space ~
19440 \end_inset
19441
19442
19443 \begin_inset CommandInset ref
19444 LatexCommand ref
19445 reference "tab:Tabelle-mit-gestrichelten"
19446
19447 \end_inset
19448
19449  wurde in der dritten Spalte der Befehl
19450 \series bold
19451  
19452 \series default
19453
19454 \begin_inset Quotes gld
19455 \end_inset
19456
19457
19458 \series bold
19459 :c
19460 \begin_inset Quotes grd
19461 \end_inset
19462
19463
19464 \series default
19465  benutzt.
19466  Der Befehl 
19467 \series bold
19468
19469 \backslash
19470 hdashline
19471 \series default
19472  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19473 \begin_inset Newline newline
19474 \end_inset
19475
19476  
19477 \series bold
19478
19479 \backslash
19480 cdashline{4-5} 
19481 \series default
19482 wurde in die erste Zelle der vierten Zeile eingefügt.
19483 \end_layout
19484
19485 \begin_layout Standard
19486 \begin_inset Note Greyedout
19487 status open
19488
19489 \begin_layout Plain Layout
19490
19491 \series bold
19492 Bemerkung:
19493 \series default
19494  Das LaTeX-Paket 
19495 \series bold
19496 arydshln
19497 \series default
19498  ist nicht kompatibel dem LaTeX-Paket 
19499 \series bold
19500 colortbl
19501 \series default
19502
19503 \begin_inset Index
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507 LaTeX-Pakete ! colortbl
19508 \end_layout
19509
19510 \end_inset
19511
19512 , das für die farbigen Tabellen in Abschnitt
19513 \begin_inset space ~
19514 \end_inset
19515
19516
19517 \begin_inset CommandInset ref
19518 LatexCommand ref
19519 reference "abs:Farbige-Tabellen"
19520
19521 \end_inset
19522
19523  benutzt wurde.
19524  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Standard
19533 \begin_inset ERT
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537
19538
19539 \backslash
19540 else
19541 \end_layout
19542
19543 \end_inset
19544
19545
19546 \begin_inset Note Note
19547 status open
19548
19549 \begin_layout Plain Layout
19550 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19551 \series bold
19552 arydshln
19553 \series default
19554  nicht installiert ist:
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Standard
19563 Sie müssen das LaTeX-Paket 
19564 \series bold
19565 arydshln
19566 \series default
19567  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19568 \end_layout
19569
19570 \begin_layout Standard
19571 \begin_inset ERT
19572 status collapsed
19573
19574 \begin_layout Plain Layout
19575
19576
19577 \backslash
19578 fi
19579 \end_layout
19580
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \begin_layout Chapter
19587 Gleitobjekte
19588 \begin_inset Index
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592 Gleitobjekte
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Section
19601 Einleitung
19602 \begin_inset CommandInset label
19603 LatexCommand label
19604 name "abs:Gleitobjekte-Einleitung"
19605
19606 \end_inset
19607
19608
19609 \begin_inset Index
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613 Gleitobjekte ! Einleitung
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19623  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19624  der beste Platz ist.
19625  
19626 \family sans
19627 Fußnoten
19628 \family default
19629  und 
19630 \family sans
19631 Randnotizen
19632 \family default
19633  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19634  wenn auf ihrer Seite schon zu viele sind.
19635 \end_layout
19636
19637 \begin_layout Standard
19638 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19639  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19640  um weiße Flächen und Seiten ohne Text zu vermeiden.
19641  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19642 löst,
19643  kann im Text auf ein Gleitobjekt verwiesen werden.
19644  Gleitobjekte sind deshalb nummeriert.
19645  Querverweise werden in Abschnitt
19646 \begin_inset space ~
19647 \end_inset
19648
19649
19650 \begin_inset CommandInset ref
19651 LatexCommand ref
19652 reference "abs:Auf-Gleitobjekte-verweisen"
19653
19654 \end_inset
19655
19656  beschrieben.
19657 \end_layout
19658
19659 \begin_layout Standard
19660 Ein Gleitobjekt wird mit 
19661 \family sans
19662 Einfügen\SpecialChar \menuseparator
19663 Gleitobjekt\SpecialChar \menuseparator
19664 Algorithmus/Abbildung/Ta\SpecialChar \-
19665 belle/Um\SpecialChar \-
19666 flos\SpecialChar \-
19667 se\SpecialChar \-
19668 nes
19669 \begin_inset space ~
19670 \end_inset
19671
19672 Gleitobjekt
19673 \family default
19674  eingefügt.
19675  Für Abbildungen oder Tabellen können Sie auch auf 
19676 \begin_inset Graphics
19677         filename ../../images/float-insert_figure.png
19678         scale 70
19679         scaleBeforeRotation
19680         BoundingBox 0bp 6bp 22bp 22bp
19681
19682 \end_inset
19683
19684  oder 
19685 \begin_inset Graphics
19686         filename ../../images/float-insert_table.png
19687         scale 70
19688         scaleBeforeRotation
19689         BoundingBox 0bp 6bp 22bp 22bp
19690
19691 \end_inset
19692
19693  klicken.
19694  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19695  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19696  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19697  #:).
19698  Statt # sehen Sie die von LyX vergebene Nummer.
19699  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19700  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19701  eingefügt.
19702  In Abschnitt
19703 \begin_inset space ~
19704 \end_inset
19705
19706
19707 \begin_inset CommandInset ref
19708 LatexCommand ref
19709 reference "abs:Titel-Platzierung"
19710
19711 \end_inset
19712
19713  finden Sie mehr über die Platzierung des Titels.
19714  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19715  auch wieder geöffnet.
19716  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19717 \begin_inset Graphics
19718         filename clipart/GleitobjektQt4.png
19719         scale 70
19720         scaleBeforeRotation
19721         BoundingBox 0bp 6bp 128bp 22bp
19722
19723 \end_inset
19724
19725  -- ein graues Kästchen mit roter Beschriftung.
19726 \end_layout
19727
19728 \begin_layout Standard
19729 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19730  Gleitobjekte in einem eigenen Absatz einzufügen.
19731 \end_layout
19732
19733 \begin_layout Standard
19734 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19735  indem Sie sie markieren und dann auf 
19736 \begin_inset Graphics
19737         filename ../../images/float-insert_figure.png
19738         scale 70
19739         scaleBeforeRotation
19740         BoundingBox 0bp 6bp 22bp 22bp
19741
19742 \end_inset
19743
19744  oder 
19745 \begin_inset Graphics
19746         filename ../../images/float-insert_table.png
19747         scale 70
19748         scaleBeforeRotation
19749         BoundingBox 0bp 6bp 22bp 22bp
19750
19751 \end_inset
19752
19753  klicken.
19754 \end_layout
19755
19756 \begin_layout Section
19757 Gleitobjekt-Typen
19758 \begin_inset Index
19759 status collapsed
19760
19761 \begin_layout Plain Layout
19762 Gleitobjekte ! Typen
19763 \end_layout
19764
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Standard
19771 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19772 \begin_inset space ~
19773 \end_inset
19774
19775
19776 \begin_inset CommandInset ref
19777 LatexCommand ref
19778 reference "abs:Gleitende-Abbildungen"
19779
19780 \end_inset
19781
19782  und 
19783 \begin_inset CommandInset ref
19784 LatexCommand ref
19785 reference "abs:Gleitende-Tabellen"
19786
19787 \end_inset
19788
19789  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19790 \end_layout
19791
19792 \begin_layout Subsection
19793 Gleitobjekt-Algorithmen
19794 \begin_inset Index
19795 status collapsed
19796
19797 \begin_layout Plain Layout
19798 Gleitobjekte ! Algorithmen
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \begin_inset CommandInset label
19805 LatexCommand label
19806 name "uab:Gleitobjekt-Algorithmen"
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 \begin_inset Float algorithm
19815 placement h
19816 wide false
19817 sideways false
19818 status open
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Caption
19822
19823 \begin_layout Plain Layout
19824 \begin_inset CommandInset label
19825 LatexCommand label
19826 name "alg:Ein-Gleitobjekt-Algorithmus"
19827
19828 \end_inset
19829
19830 Ein Gleitobjekt-Algorithmus 
19831 \end_layout
19832
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \begin_layout LyX-Code
19839 for I in 1..N loop
19840 \begin_inset Newline newline
19841 \end_inset
19842
19843  Sum:= Sum + A(I); /*Kommentar*/
19844 \begin_inset Newline newline
19845 \end_inset
19846
19847 end loop
19848 \begin_inset VSpace -4mm
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 Dieser Typ wird mit 
19861 \family sans
19862 Einfügen\SpecialChar \menuseparator
19863 Gleitobjekt\SpecialChar \menuseparator
19864 Algorithmus
19865 \family default
19866  eingefügt.
19867  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19868  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19869  Eine mögliche Absatz-Umgebung hier für ist 
19870 \family sans
19871 LyX-Code
19872 \family default
19873 , beschrieben im 
19874 \emph on
19875 Benutzerhandbuch
19876 \emph default
19877 .
19878  In Algorithmus
19879 \begin_inset space ~
19880 \end_inset
19881
19882
19883 \begin_inset CommandInset ref
19884 LatexCommand ref
19885 reference "alg:Ein-Gleitobjekt-Algorithmus"
19886
19887 \end_inset
19888
19889  wurden am Ende -0.4
19890 \begin_inset space \thinspace{}
19891 \end_inset
19892
19893 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19894  letzten Zeile gedruckt wird.
19895 \end_layout
19896
19897 \begin_layout Standard
19898 Die Marke 
19899 \emph on
19900 Algorithmus
19901 \emph default
19902  wird nicht automatisch in die druckbare Version übernommen, sondern das
19903  englische Wort 
19904 \emph on
19905 Algorithm
19906 \emph default
19907  verwendet.
19908  Soll
19909 \emph on
19910  Algorithmus
19911 \emph default
19912  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19913 \end_layout
19914
19915 \begin_layout Standard
19916
19917 \series bold
19918
19919 \backslash
19920 floatname{algorithm}{Algorithmus}
19921 \end_layout
19922
19923 \begin_layout Standard
19924 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19925  Menü 
19926 \family sans
19927 Einfügen\SpecialChar \menuseparator
19928 Liste
19929 \begin_inset space \thinspace{}
19930 \end_inset
19931
19932 /
19933 \begin_inset space \thinspace{}
19934 \end_inset
19935
19936 Inhaltsverzeichnis\SpecialChar \menuseparator
19937 Algorithmenverzeichnis
19938 \family default
19939  verwendet werden.
19940  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19941  eingefügt werden:
19942 \end_layout
19943
19944 \begin_layout Standard
19945
19946 \series bold
19947
19948 \backslash
19949 listof{algorithm}{Algorithmenverzeichnis}
19950 \end_layout
19951
19952 \begin_layout Standard
19953 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19954  nach dem Schema 
19955 \begin_inset Quotes gld
19956 \end_inset
19957
19958 Kapitelnummer.Algorithmusnummer
19959 \begin_inset Quotes grd
19960 \end_inset
19961
19962  nummeriert.
19963  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19964  einfügen:
19965 \end_layout
19966
19967 \begin_layout Standard
19968
19969 \series bold
19970
19971 \backslash
19972 numberwithin{algorithm}{chapter}
19973 \end_layout
19974
19975 \begin_layout Standard
19976 Um 
19977 \series bold
19978
19979 \backslash
19980 numberwithin
19981 \series default
19982  benutzen zu können, muss in den 
19983 \family sans
19984 Mathe
19985 \begin_inset space ~
19986 \end_inset
19987
19988 Optionen
19989 \family default
19990  der 
19991 \family sans
19992 Dokument-Einstellungen
19993 \family default
19994  
19995 \family sans
19996 AMS
19997 \begin_inset space ~
19998 \end_inset
19999
20000 Mathe
20001 \begin_inset space ~
20002 \end_inset
20003
20004 Paket
20005 \family default
20006
20007 \begin_inset space ~
20008 \end_inset
20009
20010
20011 \family sans
20012 verwenden
20013 \family default
20014  angekreuzt sein.
20015 \end_layout
20016
20017 \begin_layout Subsection
20018 Umflossene Gleitobjekte
20019 \begin_inset Index
20020 status collapsed
20021
20022 \begin_layout Plain Layout
20023 Gleitobjekte ! umflossene
20024 \end_layout
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \begin_layout Standard
20032 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20033  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20034  den die Abbildung bzw.
20035 \begin_inset space ~
20036 \end_inset
20037
20038 Tabelle übrig lässt.
20039  Sie werden über das Menü
20040 \family sans
20041  Einfügen\SpecialChar \menuseparator
20042 Gleitobjekt\SpecialChar \menuseparator
20043 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20044 objekt
20045 \family default
20046  eingefügt, wenn das LaTeX-Paket 
20047 \series bold
20048 wrapfig
20049 \series default
20050
20051 \begin_inset Index
20052 status collapsed
20053
20054 \begin_layout Plain Layout
20055 LaTeX-Pakete ! wrapfig
20056 \begin_inset ERT
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060
20061
20062 \backslash
20063 vspace{4mm}
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072
20073  installiert ist.
20074 \begin_inset Foot
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20079 \emph on
20080 LaTeX-Konfiguration
20081 \emph default
20082  beschrieben.
20083 \end_layout
20084
20085 \end_inset
20086
20087  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20088  Box des Gleitobjekts geändert werden.
20089  
20090 \begin_inset Wrap figure
20091 lines 0
20092 placement l
20093 overhang 1cm
20094 width "40col%"
20095 status open
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Graphics
20099         filename ../clipart/mobius.eps
20100         width 40col%
20101         scaleBeforeRotation
20102         rotateOrigin center
20103
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Caption
20111
20112 \begin_layout Plain Layout
20113 \begin_inset CommandInset label
20114 LatexCommand label
20115 name "abb:Dies-ist-eine"
20116
20117 \end_inset
20118
20119 Dies ist eine umflossene Gleitobjekt-Abbildung
20120 \end_layout
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128
20129  Obligatorische Einstellungen sind die 
20130 \family sans
20131 Breite
20132 \family default
20133  und 
20134 \family sans
20135 Platzierung
20136 \family default
20137  des Gleitobjekts.
20138  Optional sind der 
20139 \family sans
20140 Überhang 
20141 \family default
20142 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20143 \begin_inset space \thinspace{}
20144 \end_inset
20145
20146 /
20147 \begin_inset space \thinspace{}
20148 \end_inset
20149
20150 der Seite ragt und die 
20151 \family sans
20152 benötigten Zeilen
20153 \family default
20154 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20155  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20156  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20157  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20158  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20159  zu lassen.
20160  Abbildung
20161 \begin_inset space ~
20162 \end_inset
20163
20164
20165 \begin_inset CommandInset ref
20166 LatexCommand ref
20167 reference "abb:Dies-ist-eine"
20168
20169 \end_inset
20170
20171  ist zum Beispiel ein umflossenes Bild, das 40
20172 \begin_inset space \thinspace{}
20173 \end_inset
20174
20175 % der Spaltenbreite einnimmt, 1
20176 \begin_inset space \thinspace{}
20177 \end_inset
20178
20179 cm in den Rand ragt und links gesetzt wurde.
20180 \begin_inset Foot
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Die benutzbaren Einheiten werden in Anhang
20185 \begin_inset space ~
20186 \end_inset
20187
20188
20189 \begin_inset CommandInset ref
20190 LatexCommand ref
20191 reference "kap:In-LyX-verfügbare"
20192
20193 \end_inset
20194
20195  beschrieben.
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \begin_layout Standard
20204 \begin_inset Note Greyedout
20205 status open
20206
20207 \begin_layout Plain Layout
20208
20209 \series bold
20210 Bemerkung:
20211 \series default
20212  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20213 \begin_inset space \thinspace{}
20214 \end_inset
20215
20216 B.
20217  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20218  oder über anderen Text gedruckt wird.
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Allgemein gilt:
20228 \end_layout
20229
20230 \begin_layout Itemize
20231 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20232  der nächsten Seite fortgesetzt werden.
20233  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20234  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20235 \end_layout
20236
20237 \begin_layout Itemize
20238 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20239  sie fließen soll, eingefügt werden oder darin.
20240 \end_layout
20241
20242 \begin_layout Itemize
20243 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20244  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20245  ihnen ist.
20246 \end_layout
20247
20248 \begin_layout Itemize
20249 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20250  erlaubt.
20251 \end_layout
20252
20253 \begin_layout Section
20254 Gleitobjekt-Nummerierung
20255 \begin_inset Index
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259 Gleitobjekte ! Nummerierung
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \begin_layout Standard
20268 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20269  nummeriert oder nach dem Schema 
20270 \begin_inset Quotes gld
20271 \end_inset
20272
20273 Kapitelnummer.Gleitobjektnummer
20274 \begin_inset Quotes grd
20275 \end_inset
20276
20277  oder 
20278 \begin_inset Quotes gld
20279 \end_inset
20280
20281 Abschnittsnummer.Gleitobjektnummer
20282 \begin_inset Quotes grd
20283 \end_inset
20284
20285 .
20286  Das hängt von der Dokumentklasse ab.
20287 \end_layout
20288
20289 \begin_layout Standard
20290 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20291  in den LaTeX-Vorspann einfügen:
20292 \end_layout
20293
20294 \begin_layout Standard
20295
20296 \series bold
20297
20298 \backslash
20299 renewcommand{
20300 \backslash
20301 thetable}{
20302 \backslash
20303 roman{table}}
20304 \end_layout
20305
20306 \begin_layout Standard
20307
20308 \series bold
20309
20310 \backslash
20311 thetable
20312 \series default
20313  ist der Befehl, der die Tabellennummer druckt.
20314  Für Abbildungen ist das 
20315 \series bold
20316
20317 \backslash
20318 thefigure
20319 \series default
20320 .
20321  Der Befehl 
20322 \series bold
20323
20324 \backslash
20325 roman
20326 \series default
20327  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20328 \end_layout
20329
20330 \begin_layout Standard
20331 Um das Nummerierungsschema zum Beispiel auf 
20332 \begin_inset Quotes gld
20333 \end_inset
20334
20335 Unterabschnittsnummer.Num\SpecialChar \-
20336 mer
20337 \begin_inset Quotes grd
20338 \end_inset
20339
20340  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20341 \end_layout
20342
20343 \begin_layout Standard
20344
20345 \series bold
20346
20347 \backslash
20348 numberwithin{table}{subsection}
20349 \end_layout
20350
20351 \begin_layout Standard
20352 Um den Befehl 
20353 \series bold
20354
20355 \backslash
20356 numberwithin
20357 \series default
20358  benutzen zu können, müssen Sie in den 
20359 \family sans
20360 Mathe
20361 \begin_inset space ~
20362 \end_inset
20363
20364 Optionen
20365 \family default
20366  der 
20367 \family sans
20368 Dokument-Einstellungen
20369 \family default
20370  
20371 \family sans
20372 AMS
20373 \begin_inset space ~
20374 \end_inset
20375
20376 Mathe
20377 \begin_inset space ~
20378 \end_inset
20379
20380 Paket
20381 \family default
20382
20383 \begin_inset space ~
20384 \end_inset
20385
20386
20387 \family sans
20388 verwenden
20389 \family default
20390  ankreuzen.
20391 \end_layout
20392
20393 \begin_layout Standard
20394 Sehen Sie sich bitte auch Abschnitt
20395 \begin_inset space ~
20396 \end_inset
20397
20398
20399 \begin_inset CommandInset ref
20400 LatexCommand ref
20401 reference "uab:Fußnoten-Nummerierung"
20402
20403 \end_inset
20404
20405  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20406 \end_layout
20407
20408 \begin_layout Section
20409 Auf Gleitobjekte verweisen
20410 \begin_inset CommandInset label
20411 LatexCommand label
20412 name "abs:Auf-Gleitobjekte-verweisen"
20413
20414 \end_inset
20415
20416
20417 \begin_inset Index
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421 Gleitobjekte ! Querverweise
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset Index
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431 Querverweise ! auf Gleitobjekte
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 Zunächst müssen Sie mit 
20441 \family sans
20442 Einfügen\SpecialChar \menuseparator
20443 Marke
20444 \family default
20445  oder einen Klick auf 
20446 \begin_inset Graphics
20447         filename ../../images/label-insert.png
20448         scale 70
20449         scaleBeforeRotation
20450
20451 \end_inset
20452
20453  eine Marke im Titel einfügen.
20454  Im 
20455 \family sans
20456 Marke
20457 \family default
20458 -Dialog schreiben Sie einen Text in das Feld 
20459 \family sans
20460 Marke
20461 \family default
20462  oder übernehmen den vorgeschlagenen.
20463  Die Marke sieht in LyX dann so aus:
20464 \end_layout
20465
20466 \begin_layout Standard
20467 \begin_inset Graphics
20468         filename clipart/Marke.png
20469         lyxscale 80
20470         scale 50
20471         scaleBeforeRotation
20472         BoundingBox 0bp 6bp 76bp 23bp
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 Die Marke wird als Anker und Name für den Querverweis benutzt.
20481  Mit 
20482 \family sans
20483 Einfügen\SpecialChar \menuseparator
20484 Querverweis
20485 \family default
20486  oder einen Klick auf 
20487 \begin_inset Graphics
20488         filename ../../images/dialog-show-new-inset_ref.png
20489         scale 70
20490         scaleBeforeRotation
20491
20492 \end_inset
20493
20494  können Sie dann auf die Marke verweisen.
20495  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20496  angezeigt:
20497 \end_layout
20498
20499 \begin_layout Standard
20500 \begin_inset Graphics
20501         filename clipart/Querverweis.png
20502         lyxscale 80
20503         scale 50
20504         scaleBeforeRotation
20505         BoundingBox 0bp 6bp 76bp 23bp
20506
20507 \end_inset
20508
20509
20510 \begin_inset Newline newline
20511 \end_inset
20512
20513  Mehr zu Querverweisen finden Sie im 
20514 \emph on
20515 Benutzerhandbuch
20516 \emph default
20517 .
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20522  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20523  durch einen Zeilenumbruch getrennt werden können.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20528  LyX passt die Querverweise automatisch an.
20529 \end_layout
20530
20531 \begin_layout Standard
20532 Ein Klick auf den Schalter 
20533 \family sans
20534 Gehe
20535 \begin_inset space ~
20536 \end_inset
20537
20538 zur
20539 \begin_inset space ~
20540 \end_inset
20541
20542 Marke
20543 \family default
20544  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20545  Der Text der Schaltfläche heißt jetzt 
20546 \family sans
20547 Gehe
20548 \begin_inset space ~
20549 \end_inset
20550
20551 zurück
20552 \family default
20553  und ein Klick darauf macht genau dies.
20554   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20555  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20556  Dann ist auch kein 
20557 \family sans
20558 Gehe
20559 \begin_inset space ~
20560 \end_inset
20561
20562 zurück
20563 \family default
20564  möglich.
20565 \end_layout
20566
20567 \begin_layout Subsection
20568 Querverweis-Formate
20569 \begin_inset CommandInset label
20570 LatexCommand label
20571 name "uab:Querverweis-Formate"
20572
20573 \end_inset
20574
20575
20576 \begin_inset Index
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580 Querverweise ! Formate
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \begin_layout Standard
20589 Es gibt sechs verschiedene Querverweisstile:
20590 \end_layout
20591
20592 \begin_layout Description
20593 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20594  
20595 \begin_inset CommandInset ref
20596 LatexCommand ref
20597 reference "abb:Zwei-Teilabbildungen"
20598
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Description
20605 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20606  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20607  verwendet wird, speziell wenn der Name 
20608 \begin_inset Quotes gld
20609 \end_inset
20610
20611 Gleichung
20612 \begin_inset Quotes grd
20613 \end_inset
20614
20615  weggelassen wird: 
20616 \begin_inset CommandInset ref
20617 LatexCommand eqref
20618 reference "eq:Wgn"
20619
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \begin_layout Description
20626 <Seite>: druckt die Seitennummer: Seite
20627 \begin_inset space ~
20628 \end_inset
20629
20630
20631 \begin_inset CommandInset ref
20632 LatexCommand pageref
20633 reference "abb:Zwei-Teilabbildungen"
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \begin_layout Description
20641 auf
20642 \begin_inset space ~
20643 \end_inset
20644
20645 Seite
20646 \begin_inset space ~
20647 \end_inset
20648
20649 <Seite>: druckt den Text 
20650 \begin_inset Quotes gld
20651 \end_inset
20652
20653 auf Seite
20654 \begin_inset Quotes grd
20655 \end_inset
20656
20657  und die Seitennummer: 
20658 \begin_inset CommandInset ref
20659 LatexCommand vpageref
20660 reference "abb:Zwei-Teilabbildungen"
20661
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \begin_layout Description
20668 <Querverweis>
20669 \begin_inset space ~
20670 \end_inset
20671
20672 auf
20673 \begin_inset space ~
20674 \end_inset
20675
20676 Seite
20677 \begin_inset space ~
20678 \end_inset
20679
20680 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20681 \begin_inset Quotes gld
20682 \end_inset
20683
20684 auf Seite
20685 \begin_inset Quotes grd
20686 \end_inset
20687
20688 , und die Seitennummer: 
20689 \begin_inset CommandInset ref
20690 LatexCommand vref
20691 reference "abb:Zwei-Teilabbildungen"
20692
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \begin_layout Description
20699 Formatierter
20700 \begin_inset space ~
20701 \end_inset
20702
20703 Querverweis: druckt ein selbst definiertes Querverweisformat
20704 \begin_inset Newline newline
20705 \end_inset
20706
20707
20708 \begin_inset Note Greyedout
20709 status open
20710
20711 \begin_layout Plain Layout
20712
20713 \series bold
20714 Bemerkung:
20715 \series default
20716  Dies ist nur möglich, wenn das LaTeX-Paket 
20717 \series bold
20718 prettyref
20719 \series default
20720  installiert ist.
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20730  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20731  Seite befindet.
20732  Stattdessen wird der Text 
20733 \begin_inset Quotes gld
20734 \end_inset
20735
20736 auf der vorigen Seite
20737 \begin_inset Quotes grd
20738 \end_inset
20739
20740
20741 \begin_inset Quotes gld
20742 \end_inset
20743
20744 auf dieser Seite
20745 \begin_inset Quotes grd
20746 \end_inset
20747
20748  oder 
20749 \begin_inset Quotes gld
20750 \end_inset
20751
20752 auf der nächsten Seite
20753 \begin_inset Quotes grd
20754 \end_inset
20755
20756  gedruckt.
20757 \end_layout
20758
20759 \begin_layout Standard
20760 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20761  automatisch von LaTeX berechnet.
20762  Die Stile können im Feld 
20763 \family sans
20764 Format
20765 \family default
20766  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20767  einen Querverweis klicken.
20768 \end_layout
20769
20770 \begin_layout Subsection
20771 Automatische Querverweisnamen
20772 \begin_inset Index
20773 status collapsed
20774
20775 \begin_layout Plain Layout
20776 Querverweise ! Automatische Namen 
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \begin_layout Standard
20785 Das LaTeX-Paket 
20786 \series bold
20787 hyperref
20788 \series default
20789
20790 \begin_inset Index
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 LaTeX-Pakete ! hyperref
20795 \end_layout
20796
20797 \end_inset
20798
20799 , das in den
20800 \family sans
20801  PDF-Eigenschaften
20802 \family default
20803  im 
20804 \family sans
20805 Dokument-Einstellungen
20806 \family default
20807  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
20808  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
20809  wie 
20810 \emph on
20811 Abschnitt
20812 \emph default
20813 ).
20814  Sie müssen damit z.
20815 \begin_inset space \thinspace{}
20816 \end_inset
20817
20818 B.
20819  nicht mehr den Namen 
20820 \begin_inset Quotes gld
20821 \end_inset
20822
20823 Abbildung
20824 \begin_inset Quotes grd
20825 \end_inset
20826
20827  vor jeden Querverweis auf eine Abbildung schreiben.
20828  Um diese Funktion benutzen zu können, aktivieren Sie 
20829 \series bold
20830 hyperref
20831 \series default
20832  und fügen diese Zeile in den LaTeX-Vorspann ein:
20833 \end_layout
20834
20835 \begin_layout Standard
20836
20837 \series bold
20838
20839 \backslash
20840 AtBeginDocument{
20841 \backslash
20842 renewcommand{
20843 \backslash
20844 ref}[1]{
20845 \backslash
20846 mbox{
20847 \backslash
20848 autoref{#1}}}}
20849 \end_layout
20850
20851 \begin_layout Standard
20852 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
20853 \begin_inset space \thinspace{}
20854 \end_inset
20855
20856 B.
20857  statt 
20858 \begin_inset Quotes gld
20859 \end_inset
20860
20861 Abschnitt
20862 \begin_inset Quotes grd
20863 \end_inset
20864
20865  den Namen 
20866 \begin_inset Quotes gld
20867 \end_inset
20868
20869 Kap.
20870 \begin_inset space \thinspace{}
20871 \end_inset
20872
20873
20874 \begin_inset Quotes grd
20875 \end_inset
20876
20877 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
20878 \end_layout
20879
20880 \begin_layout Standard
20881
20882 \series bold
20883
20884 \backslash
20885 addto
20886 \backslash
20887 extrasngerman{
20888 \backslash
20889 renewcommand{
20890 \backslash
20891 sectionautorefname}
20892 \begin_inset Newline newline
20893 \end_inset
20894
20895
20896 \begin_inset ERT
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900
20901
20902 \backslash
20903 hphantom{ }
20904 \end_layout
20905
20906 \end_inset
20907
20908 {Kap.
20909 \backslash
20910 negthinspace}}
20911 \end_layout
20912
20913 \begin_layout Standard
20914 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
20915 \begin_inset Newline newline
20916 \end_inset
20917
20918
20919 \series bold
20920
20921 \backslash
20922 extrasngerman
20923 \series default
20924  durch 
20925 \series bold
20926
20927 \backslash
20928 extras***
20929 \series default
20930 , wobei *** der Name der verwendeten Sprache ist.
20931 \end_layout
20932
20933 \begin_layout Standard
20934 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
20935  z.
20936 \begin_inset space \thinspace{}
20937 \end_inset
20938
20939 B.
20940  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
20941 \end_layout
20942
20943 \begin_layout Standard
20944
20945 \series bold
20946
20947 \backslash
20948 newlength{
20949 \backslash
20950 abc}
20951 \begin_inset Newline newline
20952 \end_inset
20953
20954
20955 \backslash
20956 settowidth{
20957 \backslash
20958 abc}{
20959 \backslash
20960 space}
20961 \begin_inset Newline newline
20962 \end_inset
20963
20964
20965 \backslash
20966 addto
20967 \backslash
20968 extrasenglish{
20969 \backslash
20970 renewcommand{
20971 \backslash
20972 equationautorefname}
20973 \begin_inset Newline newline
20974 \end_inset
20975
20976
20977 \begin_inset ERT
20978 status collapsed
20979
20980 \begin_layout Plain Layout
20981
20982
20983 \backslash
20984 hphantom{ }
20985 \end_layout
20986
20987 \end_inset
20988
20989 {
20990 \backslash
20991 hspace{-
20992 \backslash
20993 abc}}
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Mehr über dieses Thema finden Sie in der 
20998 \series bold
20999 hyperref
21000 \series default
21001 -Dokumentation 
21002 \begin_inset CommandInset citation
21003 LatexCommand cite
21004 key "hyperref"
21005
21006 \end_inset
21007
21008 .
21009 \end_layout
21010
21011 \begin_layout Standard
21012 \begin_inset Note Greyedout
21013 status open
21014
21015 \begin_layout Plain Layout
21016
21017 \series bold
21018 Bemerkung:
21019 \series default
21020  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21021  als Querverweisstil 
21022 \family sans
21023 Formatierter
21024 \begin_inset space ~
21025 \end_inset
21026
21027 Querverweis
21028 \family default
21029  benutzen, wie in Abschnitt
21030 \begin_inset space ~
21031 \end_inset
21032
21033
21034 \begin_inset CommandInset ref
21035 LatexCommand ref
21036 reference "uab:Querverweis-Formate"
21037
21038 \end_inset
21039
21040  beschrieben.
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Standard
21049 Das 
21050 \emph on
21051 Mathe
21052 \emph default
21053  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21054 \end_layout
21055
21056 \begin_layout Subsection
21057 Querverweis-Position
21058 \begin_inset CommandInset label
21059 LatexCommand label
21060 name "uab:Querverweis-Position"
21061
21062 \end_inset
21063
21064
21065 \begin_inset Index
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069 Querverweise !  Position
21070 \end_layout
21071
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \begin_layout Standard
21078 Wenn Sie 
21079 \series bold
21080 hyperref
21081 \series default
21082
21083 \begin_inset Index
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087 LaTeX-Pakete ! hyperref
21088 \end_layout
21089
21090 \end_inset
21091
21092  in den
21093 \family sans
21094  PDF-Eigenschaften
21095 \family default
21096  im 
21097 \family sans
21098 Dokument-Einstellungen
21099 \family default
21100  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21101  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21102  und Sie werden das Bild ohne Scrollen nicht sehen.
21103  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21104  ist.
21105  Wenn Sie das  LaTeX-Paket 
21106 \series bold
21107 hypcap
21108 \series default
21109
21110 \begin_inset Index
21111 status collapsed
21112
21113 \begin_layout Plain Layout
21114 LaTeX-Pakete ! hypcap
21115 \end_layout
21116
21117 \end_inset
21118
21119 , das Teil des LaTeX-Pakets 
21120 \series bold
21121 oberdiek
21122 \series default
21123
21124 \begin_inset Index
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128 LaTeX-Pakete ! oberdiek
21129 \end_layout
21130
21131 \end_inset
21132
21133  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21134  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21135 \series bold
21136 hypcap
21137 \series default
21138  zunächst in den LaTeX-Vorspann laden:
21139 \end_layout
21140
21141 \begin_layout Standard
21142
21143 \series bold
21144
21145 \backslash
21146 usepackage[figure]{hypcap}
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Sie können 
21151 \series bold
21152 hypcap
21153 \series default
21154  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21155  nicht empfohlen.
21156  Weitere Informationen finden Sie im
21157 \series bold
21158  hypcap
21159 \series default
21160 -Handbuch 
21161 \begin_inset CommandInset citation
21162 LatexCommand cite
21163 key "hypcap"
21164
21165 \end_inset
21166
21167 .
21168 \end_layout
21169
21170 \begin_layout Standard
21171 \begin_inset Note Greyedout
21172 status open
21173
21174 \begin_layout Plain Layout
21175
21176 \series bold
21177 Bemerkung:
21178 \series default
21179  
21180 \series bold
21181 hypcap
21182 \series medium
21183  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21184 \end_layout
21185
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \begin_layout Section
21192 Gleitobjekt-Platzierung
21193 \begin_inset CommandInset label
21194 LatexCommand label
21195 name "abs:Gleitobjekt-Platzierung"
21196
21197 \end_inset
21198
21199
21200 \begin_inset Index
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 Gleitobjekte ! Platzierung
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \begin_layout Standard
21213 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21214 \family sans
21215 Gleitobjekt-Einstellungen
21216 \family default
21217 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21218  können.
21219 \begin_inset Newline newline
21220 \end_inset
21221
21222 Die Option 
21223 \family sans
21224 Spalten
21225 \begin_inset space ~
21226 \end_inset
21227
21228 überspannen
21229 \family default
21230  ist nur bei zweispaltigen Dokumenten sinnvoll.
21231  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21232 \begin_inset Newline newline
21233 \end_inset
21234
21235 Die Option 
21236 \family sans
21237 Seitwärts
21238 \begin_inset space ~
21239 \end_inset
21240
21241 drehen
21242 \family default
21243  ist in Abschnitt 
21244 \begin_inset CommandInset ref
21245 LatexCommand ref
21246 reference "abs:Gedrehte-Gleitobjekte"
21247
21248 \end_inset
21249
21250  beschrieben.
21251 \end_layout
21252
21253 \begin_layout Standard
21254 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21255  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21256  Sie die Option 
21257 \family sans
21258 Standard-Platzierung
21259 \begin_inset space ~
21260 \end_inset
21261
21262 verwenden
21263 \family default
21264  nicht verwenden:
21265 \end_layout
21266
21267 \begin_layout Description
21268 Hier
21269 \begin_inset space ~
21270 \end_inset
21271
21272 wenn
21273 \begin_inset space ~
21274 \end_inset
21275
21276 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21277 \end_layout
21278
21279 \begin_layout Description
21280 Anfang
21281 \begin_inset space ~
21282 \end_inset
21283
21284 der
21285 \begin_inset space ~
21286 \end_inset
21287
21288 Seite
21289 \family sans
21290  
21291 \family default
21292 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21293  Gleitobjekte, die maximal 70
21294 \begin_inset space \thinspace{}
21295 \end_inset
21296
21297 % einer Seite benötigen, dürfen oben platziert werden.
21298  Dies kann durch die Variable 
21299 \series bold
21300
21301 \backslash
21302 topfraction
21303 \series default
21304  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21305 \end_layout
21306
21307 \begin_deeper
21308 \begin_layout Standard
21309
21310 \series bold
21311
21312 \backslash
21313 renewcommand{
21314 \backslash
21315 topfraction}{0.9}
21316 \family typewriter
21317 \series default
21318  
21319 \end_layout
21320
21321 \end_deeper
21322 \begin_layout Description
21323 Ende
21324 \begin_inset space ~
21325 \end_inset
21326
21327 der
21328 \begin_inset space ~
21329 \end_inset
21330
21331 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21332  Gleitobjekte, die maximal 30
21333 \begin_inset space \thinspace{}
21334 \end_inset
21335
21336 % einer Seite benötigen, dürfen unten platziert werden.
21337  Dies kann durch die Variable 
21338 \series bold
21339
21340 \backslash
21341 bottomfraction
21342 \series default
21343  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21344 \end_layout
21345
21346 \begin_deeper
21347 \begin_layout Standard
21348
21349 \series bold
21350
21351 \backslash
21352 renewcommand{
21353 \backslash
21354 bottomfraction}{0.5}
21355 \end_layout
21356
21357 \begin_layout Standard
21358 die oftmals zu kleine untere Grenze auf 50
21359 \begin_inset space \thinspace{}
21360 \end_inset
21361
21362 %.
21363 \end_layout
21364
21365 \end_deeper
21366 \begin_layout Description
21367 Seite
21368 \begin_inset space ~
21369 \end_inset
21370
21371 mit
21372 \begin_inset space ~
21373 \end_inset
21374
21375 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21376  Nur wenn mehr als 50
21377 \begin_inset space \thinspace{}
21378 \end_inset
21379
21380 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21381  Gleitobjekte bereitgestellt.
21382  Dies kann durch die Variable 
21383 \series bold
21384
21385 \backslash
21386 floatpagefraction 
21387 \series default
21388 im LaTeX-Vorspann überschrieben werden.
21389 \end_layout
21390
21391 \begin_layout Standard
21392 Die Reihenfolge der obigen Optionen wird 
21393 \emph on
21394 immer
21395 \emph default
21396  von LaTeX verwendet.
21397  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21398  versuchen 
21399 \family sans
21400 Hier
21401 \begin_inset space \space{}
21402 \end_inset
21403
21404 wenn
21405 \begin_inset space \space{}
21406 \end_inset
21407
21408 möglich
21409 \family default
21410 , dann 
21411 \family sans
21412 Anfang
21413 \begin_inset space ~
21414 \end_inset
21415
21416 der
21417 \begin_inset space ~
21418 \end_inset
21419
21420 Seite
21421 \family default
21422  und dann die anderen Optionen anzuwenden.
21423  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21424  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21425  Reihenfolge.
21426  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21427 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21428 \end_layout
21429
21430 \begin_layout Standard
21431 Die Option 
21432 \family sans
21433 Hier,
21434 \begin_inset space ~
21435 \end_inset
21436
21437 auf
21438 \begin_inset space ~
21439 \end_inset
21440
21441 jeden
21442 \begin_inset space ~
21443 \end_inset
21444
21445 Fall
21446 \family default
21447  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21448  fast druckreif ist.
21449  Denn mit der Option kann das Objekt nicht mehr 
21450 \emph on
21451 gleiten
21452 \emph default
21453 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21454  oftmals zerstört.
21455 \end_layout
21456
21457 \begin_layout Standard
21458 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21459  immer vom Text eines bestimmten Absatzes umgeben sind.
21460 \begin_inset VSpace bigskip
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \begin_layout Standard
21467 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21468 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21469  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21470  Das kann mit dem LaTeX-Befehl
21471 \series bold
21472  
21473 \backslash
21474 suppressfloats
21475 \series default
21476  verhindert werden.
21477  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21478  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21479  gesetzt wird.
21480  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21481 \end_layout
21482
21483 \begin_layout Standard
21484
21485 \series bold
21486
21487 \backslash
21488 let
21489 \backslash
21490 meinAbschnitt
21491 \backslash
21492 section
21493 \begin_inset Newline newline
21494 \end_inset
21495
21496
21497 \backslash
21498 renewcommand{
21499 \backslash
21500 section}{
21501 \backslash
21502 suppressfloats[t]
21503 \backslash
21504 meinAbschnitt}
21505 \end_layout
21506
21507 \begin_layout Standard
21508 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21509  Unterabschnitten festlegen.
21510  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21511  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Es gibt auch noch das LaTeX-Paket 
21516 \series bold
21517 flafter
21518 \series default
21519
21520 \begin_inset Index
21521 status collapsed
21522
21523 \begin_layout Plain Layout
21524 LaTeX-Pakete ! flafter
21525 \end_layout
21526
21527 \end_inset
21528
21529  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21530  gedruckt wird.
21531 \end_layout
21532
21533 \begin_layout Standard
21534 \begin_inset VSpace bigskip
21535 \end_inset
21536
21537 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21538  Dafür gibt es das LaTeX-Paket 
21539 \series bold
21540 endfloat
21541 \series default
21542
21543 \begin_inset Index
21544 status collapsed
21545
21546 \begin_layout Plain Layout
21547 LaTeX-Pakete ! endfloat
21548 \end_layout
21549
21550 \end_inset
21551
21552 .
21553  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21554  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21555  
21556 \family sans
21557
21558 \begin_inset Quotes gld
21559 \end_inset
21560
21561 [Abbildung
21562 \begin_inset space ~
21563 \end_inset
21564
21565 3.2 ist ungefähr hier.]
21566 \family default
21567
21568 \begin_inset Quotes grd
21569 \end_inset
21570
21571  finden.
21572  Das 
21573 \series bold
21574 endfloat
21575 \series default
21576 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21577 \end_layout
21578
21579 \begin_layout Standard
21580
21581 \series bold
21582
21583 \backslash
21584 usepackage[Optionen]{endfloat}
21585 \end_layout
21586
21587 \begin_layout Standard
21588 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21589  Tabellen-Abschnitte, die Sie in der 
21590 \series bold
21591 endfloat
21592 \series default
21593 -Dokumentation 
21594 \begin_inset CommandInset citation
21595 LatexCommand cite
21596 key "endfloat"
21597
21598 \end_inset
21599
21600  nachlesen können.
21601 \begin_inset Newline newline
21602 \end_inset
21603
21604
21605 \begin_inset Note Greyedout
21606 status open
21607
21608 \begin_layout Plain Layout
21609
21610 \series bold
21611 Bemerkung
21612 \begin_inset space ~
21613 \end_inset
21614
21615 1: endfloat
21616 \series default
21617  übersetzt den Hinweistext nicht automatisch.
21618  Abschnitt
21619 \begin_inset space ~
21620 \end_inset
21621
21622 4 in 
21623 \begin_inset CommandInset citation
21624 LatexCommand cite
21625 key "endfloat"
21626
21627 \end_inset
21628
21629  beschreibt, wie es geht.
21630 \end_layout
21631
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \begin_layout Standard
21638 \begin_inset Note Greyedout
21639 status open
21640
21641 \begin_layout Plain Layout
21642
21643 \series bold
21644 Bemerkung
21645 \begin_inset space ~
21646 \end_inset
21647
21648 2: 
21649 \series default
21650 Die aktuelle Version von 
21651 \series bold
21652 endfloat
21653 \series default
21654  hat einen Fehler, wenn die Überschrift ein 
21655 \begin_inset Quotes gld
21656 \end_inset
21657
21658 ß
21659 \begin_inset Quotes grd
21660 \end_inset
21661
21662  enthält.
21663  Sie müssen stattdessen den Befehl 
21664 \series bold
21665
21666 \backslash
21667 ss
21668 \series default
21669  als TeX-Code benutzen.
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset VSpace bigskip
21679 \end_inset
21680
21681 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21682  wie 
21683 \begin_inset CommandInset citation
21684 LatexCommand cite
21685 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21686
21687 \end_inset
21688
21689 .
21690 \end_layout
21691
21692 \begin_layout Section
21693 Gedrehte Gleitobjekte
21694 \begin_inset CommandInset label
21695 LatexCommand label
21696 name "abs:Gedrehte-Gleitobjekte"
21697
21698 \end_inset
21699
21700
21701 \begin_inset Index
21702 status collapsed
21703
21704 \begin_layout Plain Layout
21705 Gleitobjekte ! drehen
21706 \end_layout
21707
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \begin_layout Standard
21714 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21715 t drehen.
21716  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21717  und die Option 
21718 \family sans
21719 Seitwärts
21720 \begin_inset space ~
21721 \end_inset
21722
21723 drehen
21724 \family default
21725  wählen.
21726 \end_layout
21727
21728 \begin_layout Standard
21729 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21730  sie ein mehrspaltiges Dokument haben) gedruckt.
21731  Sie können mehrere Spalten überspannen, wenn die Option 
21732 \family sans
21733 Spalten
21734 \begin_inset space ~
21735 \end_inset
21736
21737 überspannen
21738 \family default
21739  in den Gleitobjekt Einstellungen gewählt ist.
21740  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21741  werden können.
21742  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21743  Option 
21744 \series bold
21745 figuresleft
21746 \series default
21747  oder 
21748 \series bold
21749 figuresright
21750 \series default
21751  zu den Dokumentklassen-Optionen hinzu.
21752 \end_layout
21753
21754 \begin_layout Standard
21755 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21756  Tabelle
21757 \begin_inset space ~
21758 \end_inset
21759
21760
21761 \begin_inset CommandInset ref
21762 LatexCommand ref
21763 reference "tab:Gedrehte-Tabelle"
21764
21765 \end_inset
21766
21767  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21768 \end_layout
21769
21770 \begin_layout Standard
21771 \begin_inset Note Greyedout
21772 status open
21773
21774 \begin_layout Plain Layout
21775
21776 \series bold
21777 Bemerkung:
21778 \series default
21779  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \begin_layout Standard
21788 \begin_inset Float table
21789 wide false
21790 sideways true
21791 status open
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Caption
21795
21796 \begin_layout Plain Layout
21797 \begin_inset CommandInset label
21798 LatexCommand label
21799 name "tab:Gedrehte-Tabelle"
21800
21801 \end_inset
21802
21803 Gedrehte Tabelle
21804 \end_layout
21805
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \begin_layout Plain Layout
21812 \align center
21813 \begin_inset Tabular
21814 <lyxtabular version="3" rows="1" columns="5">
21815 <features>
21816 <column alignment="center" valignment="top" width="0">
21817 <column alignment="center" valignment="top" width="0">
21818 <column alignment="center" valignment="top" width="0">
21819 <column alignment="center" valignment="top" width="0">
21820 <column alignment="center" valignment="top" width="0">
21821 <row>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 Test
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 b
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 c
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 d
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 e
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 </lyxtabular>
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \begin_layout Section
21881 Gleitobjekte nebeneinander
21882 \begin_inset Index
21883 status collapsed
21884
21885 \begin_layout Plain Layout
21886 Gleitobjekte ! nebeneinander
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Standard
21895 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21896 \begin_inset space ~
21897 \end_inset
21898
21899
21900 \begin_inset CommandInset ref
21901 LatexCommand ref
21902 reference "abb:Gleitobjekt-links"
21903
21904 \end_inset
21905
21906  und 
21907 \begin_inset CommandInset ref
21908 LatexCommand ref
21909 reference "abb:Gleitobjekt-rechts"
21910
21911 \end_inset
21912
21913  wird nur 
21914 \emph on
21915 ein
21916 \emph default
21917  Gleitobjekt verwendet.
21918  In dieses werden zwei Minipage Boxen eingefügt.
21919 \begin_inset Foot
21920 status collapsed
21921
21922 \begin_layout Plain Layout
21923 Minipages sind in Abschnitt
21924 \begin_inset space ~
21925 \end_inset
21926
21927
21928 \begin_inset CommandInset ref
21929 LatexCommand ref
21930 reference "abs:Minipage"
21931
21932 \end_inset
21933
21934  erklärt.
21935 \end_layout
21936
21937 \end_inset
21938
21939  Die Breite wird für jede Minipage auf 45
21940 \begin_inset space \thinspace{}
21941 \end_inset
21942
21943 -50
21944 \begin_inset space \thinspace{}
21945 \end_inset
21946
21947 Spalten% und die Box Ausrichtung auf 
21948 \family sans
21949 Unten
21950 \family default
21951  gesetzt.
21952  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21953  Gleitobjekt.
21954  Der einzige Unterschied ist, dass die Bildeinheit 
21955 \family sans
21956 Spaltenbreite
21957 \begin_inset space ~
21958 \end_inset
21959
21960 %
21961 \family default
21962  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21963 \end_layout
21964
21965 \begin_layout Standard
21966 \begin_inset Float figure
21967 wide false
21968 sideways false
21969 status open
21970
21971 \begin_layout Plain Layout
21972 \begin_inset Box Frameless
21973 position "b"
21974 hor_pos "c"
21975 has_inner_box 1
21976 inner_pos "t"
21977 use_parbox 0
21978 width "45col%"
21979 special "none"
21980 height "1in"
21981 height_special "totalheight"
21982 status open
21983
21984 \begin_layout Plain Layout
21985 \align center
21986 \begin_inset Graphics
21987         filename ../clipart/mobius.eps
21988         lyxscale 50
21989         width 100col%
21990         scaleBeforeRotation
21991
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Caption
21999
22000 \begin_layout Plain Layout
22001 \begin_inset CommandInset label
22002 LatexCommand label
22003 name "abb:Gleitobjekt-links"
22004
22005 \end_inset
22006
22007 Gleitobjekt auf der linken Seite.
22008 \end_layout
22009
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \begin_inset space \hfill{}
22019 \end_inset
22020
22021
22022 \begin_inset Box Frameless
22023 position "b"
22024 hor_pos "c"
22025 has_inner_box 1
22026 inner_pos "t"
22027 use_parbox 0
22028 width "45col%"
22029 special "none"
22030 height "1in"
22031 height_special "totalheight"
22032 status open
22033
22034 \begin_layout Plain Layout
22035 \align center
22036 \begin_inset Graphics
22037         filename ../clipart/platypus.eps
22038         lyxscale 50
22039         width 100col%
22040         scaleBeforeRotation
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Caption
22049
22050 \begin_layout Plain Layout
22051 \begin_inset CommandInset label
22052 LatexCommand label
22053 name "abb:Gleitobjekt-rechts"
22054
22055 \end_inset
22056
22057 Gleitobjekt auf der rechten Seite.
22058 \end_layout
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Section
22076 Beschriftungs-Formatierung
22077 \begin_inset CommandInset label
22078 LatexCommand label
22079 name "abs:Titel-Formatierung"
22080
22081 \end_inset
22082
22083
22084 \begin_inset Index
22085 status collapsed
22086
22087 \begin_layout Plain Layout
22088 Gleitobjekte ! Beschriftung ! Formatierung
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Standard
22097
22098 \family sans
22099 Legende
22100 \family default
22101  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22102  In LyX sehen Titel so aus:  
22103 \family sans
22104
22105 \begin_inset Quotes gld
22106 \end_inset
22107
22108 Abbildung xyz:
22109 \family default
22110
22111 \begin_inset Quotes grd
22112 \end_inset
22113
22114 , gefolgt vom Beschriftungstext, wobei 
22115 \family sans
22116 xyz
22117 \family default
22118  die von LyX vergebene Nummer ist.
22119  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22120  gedruckt.
22121  Dies ist nicht immer brauchbar.
22122 \end_layout
22123
22124 \begin_layout Standard
22125 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22126  
22127 \series bold
22128 caption
22129 \series default
22130
22131 \begin_inset Index
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 LaTeX-Pakete ! caption
22136 \end_layout
22137
22138 \end_inset
22139
22140  in den LaTeX-Vorspann laden:
22141 \end_layout
22142
22143 \begin_layout Standard
22144
22145 \series bold
22146
22147 \backslash
22148 usepackage[Format-Definition]{caption}
22149 \end_layout
22150
22151 \begin_layout Standard
22152 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22153  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22154 \end_layout
22155
22156 \begin_layout Standard
22157
22158 \series bold
22159
22160 \backslash
22161 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22162 \end_layout
22163
22164 \begin_layout Standard
22165 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22166  definieren.
22167  Dazu laden Sie das 
22168 \series bold
22169 caption
22170 \series default
22171 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22172  dem Befehl
22173 \end_layout
22174
22175 \begin_layout Standard
22176
22177 \series bold
22178
22179 \backslash
22180 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22181 \end_layout
22182
22183 \begin_layout Standard
22184 Für Abbildung
22185 \begin_inset space ~
22186 \end_inset
22187
22188
22189 \begin_inset CommandInset ref
22190 LatexCommand ref
22191 reference "abb:Langer-Abb-Titel"
22192
22193 \end_inset
22194
22195  und Tabelle
22196 \begin_inset space ~
22197 \end_inset
22198
22199
22200 \begin_inset CommandInset ref
22201 LatexCommand ref
22202 reference "tab:Langer-Tab-Titel"
22203
22204 \end_inset
22205
22206  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22207  werden:
22208 \end_layout
22209
22210 \begin_layout Standard
22211
22212 \series bold
22213
22214 \backslash
22215 usepackage[tableposition=top]{caption}
22216 \begin_inset Newline newline
22217 \end_inset
22218
22219
22220 \backslash
22221 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22222 \begin_inset Newline newline
22223 \end_inset
22224
22225
22226 \begin_inset ERT
22227 status collapsed
22228
22229 \begin_layout Plain Layout
22230
22231
22232 \backslash
22233 hphantom{
22234 \backslash
22235
22236 \backslash
22237 captionsetup[figure]
22238 \backslash
22239 {}
22240 \end_layout
22241
22242 \end_inset
22243
22244  labelsep=period}
22245 \begin_inset Newline newline
22246 \end_inset
22247
22248
22249 \backslash
22250 captionsetup[table]{labelfont={bf,sf}}
22251 \end_layout
22252
22253 \begin_layout Standard
22254 \begin_inset Note Greyedout
22255 status open
22256
22257 \begin_layout Plain Layout
22258
22259 \series bold
22260 Bemerkung:
22261 \series default
22262  Die Option 
22263 \series bold
22264 tableposition=top
22265 \series default
22266  hat keine Auswirkung, wenn eine 
22267 \series bold
22268 koma-script
22269 \series default
22270
22271 \begin_inset Index
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275 LaTeX-Pakete ! koma-script
22276 \end_layout
22277
22278 \end_inset
22279
22280 -Dokumentklasse verwendet wird.
22281  Hier muss die Option 
22282 \series bold
22283 tablecaptionabove
22284 \series default
22285  benutzt werden.
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \begin_layout Standard
22294 Weitere Informationen über das Paket
22295 \series bold
22296  caption
22297 \series default
22298  finden Sie in seiner Dokumentation 
22299 \begin_inset CommandInset citation
22300 LatexCommand cite
22301 key "caption"
22302
22303 \end_inset
22304
22305 .
22306 \end_layout
22307
22308 \begin_layout Standard
22309 Wenn Sie den Namen von 
22310 \begin_inset Quotes gld
22311 \end_inset
22312
22313 Abbildung
22314 \begin_inset Quotes grd
22315 \end_inset
22316
22317  auf 
22318 \begin_inset Quotes gld
22319 \end_inset
22320
22321 Bild
22322 \begin_inset Quotes grd
22323 \end_inset
22324
22325  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331
22332 \backslash
22333 renewcommand{
22334 \backslash
22335 fnum@figure}{Bild~
22336 \backslash
22337 thefigure}
22338 \end_layout
22339
22340 \begin_layout Standard
22341 wobei 
22342 \series bold
22343
22344 \backslash
22345 thefigure
22346 \series default
22347  die Bildnummer einsetzt und
22348 \series bold
22349  ~
22350 \series default
22351  ein geschütztes Leerzeichen ist.
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset VSpace bigskip
22356 \end_inset
22357
22358 Wenn Sie eine 
22359 \series bold
22360 koma-script
22361 \series default
22362
22363 \begin_inset Index
22364 status collapsed
22365
22366 \begin_layout Plain Layout
22367 LaTeX-Pakete ! koma-script
22368 \end_layout
22369
22370 \end_inset
22371
22372 -Dokumentklasse (
22373 \family sans
22374 article (koma-script)
22375 \family default
22376
22377 \family sans
22378 book (koma-script)
22379 \family default
22380
22381 \family sans
22382 letter (koma-script)
22383 \family default
22384  oder 
22385 \family sans
22386 report (koma-script)
22387 \family default
22388 ) benutzen, können Sie anstatt des 
22389 \series bold
22390 caption
22391 \series default
22392 -Paketes den eingebauten Befehl 
22393 \series bold
22394
22395 \backslash
22396 setkomafont
22397 \series default
22398  von 
22399 \series bold
22400 koma-script
22401 \series default
22402  benutzen.
22403  Der Befehl
22404 \end_layout
22405
22406 \begin_layout Standard
22407
22408 \series bold
22409
22410 \backslash
22411 setkomafont{captionlabel}{
22412 \backslash
22413 bfseries}
22414 \end_layout
22415
22416 \begin_layout Standard
22417 im LaTeX-Vorspann druckt den Namen fett.
22418 \end_layout
22419
22420 \begin_layout Standard
22421 Weitere Informationen über 
22422 \series bold
22423
22424 \backslash
22425 setkomafont
22426 \series default
22427  finden Sie in der 
22428 \series bold
22429 koma-script
22430 \series default
22431 -Do\SpecialChar \-
22432 ku\SpecialChar \-
22433 men\SpecialChar \-
22434 ta\SpecialChar \-
22435 tion 
22436 \begin_inset CommandInset citation
22437 LatexCommand cite
22438 key "koma-script"
22439
22440 \end_inset
22441
22442 .
22443 \end_layout
22444
22445 \begin_layout Standard
22446 \begin_inset ERT
22447 status collapsed
22448
22449 \begin_layout Plain Layout
22450
22451
22452 \backslash
22453 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22454 }
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \begin_inset Note Note
22461 status open
22462
22463 \begin_layout Plain Layout
22464 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 \begin_inset Float figure
22474 placement !p
22475 wide false
22476 sideways false
22477 status open
22478
22479 \begin_layout Plain Layout
22480 \align center
22481 \begin_inset Graphics
22482         filename ../clipart/mobius.eps
22483         lyxscale 50
22484         scale 50
22485         scaleBeforeRotation
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Caption
22494
22495 \begin_layout Plain Layout
22496 \begin_inset CommandInset label
22497 LatexCommand label
22498 name "abb:Langer-Abb-Titel"
22499
22500 \end_inset
22501
22502 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22503  ist, um das andere Beschriftungsformat zu zeigen.
22504  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22505 \begin_inset OptArg
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22510  ist.
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset ERT
22530 status collapsed
22531
22532 \begin_layout Plain Layout
22533
22534
22535 \backslash
22536 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22537 on}
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \begin_layout Standard
22546 \begin_inset Float table
22547 placement !p
22548 wide false
22549 sideways false
22550 status open
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Caption
22554
22555 \begin_layout Plain Layout
22556 \begin_inset CommandInset label
22557 LatexCommand label
22558 name "tab:Langer-Tab-Titel"
22559
22560 \end_inset
22561
22562 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22563  ist, um das andere Beschriftungsformat zu zeigen.
22564  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22565  benutzt.
22566 \begin_inset OptArg
22567 status collapsed
22568
22569 \begin_layout Plain Layout
22570 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22571  ist.
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Plain Layout
22585 \align center
22586 \begin_inset Tabular
22587 <lyxtabular version="3" rows="1" columns="5">
22588 <features>
22589 <column alignment="center" valignment="top" width="0">
22590 <column alignment="center" valignment="top" width="0">
22591 <column alignment="center" valignment="top" width="0">
22592 <column alignment="center" valignment="top" width="0">
22593 <column alignment="center" valignment="top" width="0">
22594 <row>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 a
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 b
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 c
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 d
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 e
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 </row>
22641 </lyxtabular>
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \begin_layout Section
22654 Beschriftungs-Platzierung
22655 \begin_inset CommandInset label
22656 LatexCommand label
22657 name "abs:Titel-Platzierung"
22658
22659 \end_inset
22660
22661
22662 \begin_inset Index
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666 Gleitobjekte ! Beschriftung ! Platzierung
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675 Normalerweise werden die Beschriftungen wie folgt platziert:
22676 \end_layout
22677
22678 \begin_layout Description
22679 Abbildung: darunter
22680 \end_layout
22681
22682 \begin_layout Description
22683 Tabelle: darüber
22684 \end_layout
22685
22686 \begin_layout Standard
22687 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22688  Das heißt wenn Sie eine der Dokument-Klassen 
22689 \family sans
22690 article
22691 \family default
22692
22693 \family sans
22694 book
22695 \family default
22696
22697 \family sans
22698 letter
22699 \family default
22700  oder 
22701 \family sans
22702 report
22703 \family default
22704  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22705  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22706 \series bold
22707 caption
22708 \series default
22709  im LaTeX-Vorspann folgendes schreiben:
22710 \begin_inset Foot
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 In Abschnitt
22715 \begin_inset space ~
22716 \end_inset
22717
22718
22719 \begin_inset CommandInset ref
22720 LatexCommand ref
22721 reference "abs:Titel-Formatierung"
22722
22723 \end_inset
22724
22725  steht mehr über das Paket 
22726 \series bold
22727 caption
22728 \series default
22729 .
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \begin_layout Standard
22738
22739 \series bold
22740 tableposition=top
22741 \end_layout
22742
22743 \begin_layout Standard
22744 Wenn Sie eine 
22745 \series bold
22746 koma-script
22747 \series default
22748
22749 \begin_inset Index
22750 status collapsed
22751
22752 \begin_layout Plain Layout
22753 LaTeX-Pakete ! koma-script
22754 \end_layout
22755
22756 \end_inset
22757
22758 -Dokumentklasse (
22759 \family sans
22760 article (koma-script)
22761 \family default
22762
22763 \family sans
22764 book (koma-script)
22765 \family default
22766
22767 \family sans
22768 letter (koma-script)
22769 \family default
22770  oder 
22771 \family sans
22772 report (koma-script)
22773 \family default
22774 ) benutzen, können Sie alternativ zum 
22775 \series bold
22776 caption
22777 \series default
22778 -Paket die Option 
22779 \series bold
22780 tablecaptionabove
22781 \series default
22782  benutzen.
22783 \end_layout
22784
22785 \begin_layout Standard
22786 \begin_inset VSpace bigskip
22787 \end_inset
22788
22789 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22790  Das bewirkt das LaTeX-Paket 
22791 \series bold
22792 sidecap
22793 \series default
22794
22795 \begin_inset Index
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799 LaTeX-Pakete ! sidecap
22800 \end_layout
22801
22802 \end_inset
22803
22804 , das so in den LaTeX-Vorspann geladen wird:
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \series bold
22810
22811 \backslash
22812 usepackage[Option]{sidecap}
22813 \end_layout
22814
22815 \begin_layout Standard
22816 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22817  Mit 
22818 \series bold
22819 innercaption
22820 \series default
22821  wird die Beschriftung innen gedruckt.
22822  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22823  
22824 \series bold
22825 rightcaption
22826 \series default
22827  oder 
22828 \series bold
22829 leftcaption
22830 \series default
22831 .
22832 \end_layout
22833
22834 \begin_layout Standard
22835 \begin_inset ERT
22836 status collapsed
22837
22838 \begin_layout Plain Layout
22839
22840
22841 \backslash
22842 ifsidecap
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \begin_inset Note Note
22849 status open
22850
22851 \begin_layout Plain Layout
22852 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22853 \series bold
22854 sidecap
22855 \series default
22856  installiert ist.
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \begin_layout Standard
22865 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22866  in den LaTeX-Vorspann schreiben:
22867 \end_layout
22868
22869 \begin_layout Standard
22870
22871 \lyxline
22872
22873 \end_layout
22874
22875 \begin_layout Standard
22876
22877 \series bold
22878
22879 \backslash
22880 newcommand{
22881 \backslash
22882 TabBesBeg}{%
22883 \begin_inset Newline newline
22884 \end_inset
22885
22886
22887 \begin_inset ERT
22888 status collapsed
22889
22890 \begin_layout Plain Layout
22891
22892
22893 \backslash
22894 hphantom{ }
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \backslash
22901 let
22902 \backslash
22903 MyTable
22904 \backslash
22905 table
22906 \begin_inset Newline newline
22907 \end_inset
22908
22909
22910 \begin_inset ERT
22911 status collapsed
22912
22913 \begin_layout Plain Layout
22914
22915
22916 \backslash
22917 hphantom{ }
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \backslash
22924 let
22925 \backslash
22926 MyEndtable
22927 \backslash
22928 endtable
22929 \begin_inset Newline newline
22930 \end_inset
22931
22932
22933 \begin_inset ERT
22934 status collapsed
22935
22936 \begin_layout Plain Layout
22937
22938
22939 \backslash
22940 hphantom{ }
22941 \end_layout
22942
22943 \end_inset
22944
22945
22946 \backslash
22947 renewenvironment{table}{
22948 \backslash
22949 begin{SCtable}}{
22950 \backslash
22951 end{SCtable}}}
22952 \end_layout
22953
22954 \begin_layout Standard
22955
22956 \series bold
22957
22958 \backslash
22959 newcommand{
22960 \backslash
22961 TabBesEnd}{%
22962 \begin_inset Newline newline
22963 \end_inset
22964
22965
22966 \begin_inset ERT
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970
22971
22972 \backslash
22973 hphantom{ }
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \backslash
22980 let
22981 \backslash
22982 table
22983 \backslash
22984 MyTable
22985 \begin_inset Newline newline
22986 \end_inset
22987
22988
22989 \begin_inset ERT
22990 status collapsed
22991
22992 \begin_layout Plain Layout
22993
22994
22995 \backslash
22996 hphantom{ }
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \backslash
23003 let
23004 \backslash
23005 endtable
23006 \backslash
23007 MyEndtable
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013
23014 \backslash
23015 newcommand{
23016 \backslash
23017 FigBesBeg}{%
23018 \begin_inset Newline newline
23019 \end_inset
23020
23021
23022 \begin_inset ERT
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026
23027
23028 \backslash
23029 hphantom{ }
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \backslash
23036 let
23037 \backslash
23038 MyFigure
23039 \backslash
23040 figure
23041 \begin_inset Newline newline
23042 \end_inset
23043
23044
23045 \begin_inset ERT
23046 status collapsed
23047
23048 \begin_layout Plain Layout
23049
23050
23051 \backslash
23052 hphantom{ }
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \backslash
23059 let
23060 \backslash
23061 MyEndfigure
23062 \backslash
23063 endfigure
23064 \begin_inset Newline newline
23065 \end_inset
23066
23067
23068 \begin_inset ERT
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073
23074 \backslash
23075 hphantom{ }
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \backslash
23082 renewenvironment{figure}{
23083 \backslash
23084 begin{SCfigure}}{
23085 \backslash
23086 end{SCfigure}}}
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092
23093 \backslash
23094 newcommand{
23095 \backslash
23096 FigBesEnd}{%
23097 \begin_inset Newline newline
23098 \end_inset
23099
23100
23101 \begin_inset ERT
23102 status collapsed
23103
23104 \begin_layout Plain Layout
23105
23106
23107 \backslash
23108 hphantom{ }
23109 \end_layout
23110
23111 \end_inset
23112
23113
23114 \backslash
23115 let
23116 \backslash
23117 figure
23118 \backslash
23119 MyFigure
23120 \begin_inset Newline newline
23121 \end_inset
23122
23123
23124 \begin_inset ERT
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128
23129
23130 \backslash
23131 hphantom{ }
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \backslash
23138 let
23139 \backslash
23140 endfigure
23141 \backslash
23142 MyEndfigure}
23143 \series default
23144
23145 \lyxline
23146
23147 \end_layout
23148
23149 \begin_layout Standard
23150 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23151 ungen seitlich gedruckt werden.
23152  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23153 \end_layout
23154
23155 \begin_layout Standard
23156
23157 \series bold
23158
23159 \backslash
23160 FigBesBeg
23161 \end_layout
23162
23163 \begin_layout Standard
23164 als TeX-Code vor und
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170
23171 \backslash
23172 FigBesEnd
23173 \end_layout
23174
23175 \begin_layout Standard
23176 hinter das Gleitobjekt.
23177  Bei Gleitobjekt-Tabellen heißen die Befehle
23178 \end_layout
23179
23180 \begin_layout Standard
23181
23182 \series bold
23183
23184 \backslash
23185 TabBesBeg
23186 \series default
23187  und 
23188 \series bold
23189
23190 \backslash
23191 TabBesEnd
23192 \series default
23193 .
23194 \end_layout
23195
23196 \begin_layout Standard
23197 Abbildung
23198 \begin_inset space ~
23199 \end_inset
23200
23201
23202 \begin_inset CommandInset ref
23203 LatexCommand ref
23204 reference "abb:Beschriftung-neben"
23205
23206 \end_inset
23207
23208  und Tabelle
23209 \begin_inset space ~
23210 \end_inset
23211
23212
23213 \begin_inset CommandInset ref
23214 LatexCommand ref
23215 reference "tab:cap-beside-tab"
23216
23217 \end_inset
23218
23219  sind Beispiele für seitliche Beschriftungen.
23220 \end_layout
23221
23222 \begin_layout Standard
23223 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23224  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23225  der Abbildung.
23226  Das kann man mit dem Befehl
23227 \end_layout
23228
23229 \begin_layout Standard
23230
23231 \series bold
23232
23233 \backslash
23234 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23235 \end_layout
23236
23237 \begin_layout Standard
23238 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23239  Der Gleitobjekt-Typ ist entweder 
23240 \family sans
23241 figure
23242 \family default
23243  oder 
23244 \family sans
23245 table
23246 \family default
23247 , die
23248 \family sans
23249  
23250 \family default
23251 Platzierung ist 
23252 \family typewriter
23253 t
23254 \family default
23255  für oben, 
23256 \family typewriter
23257 c
23258 \family default
23259  für zentriert oder 
23260 \family typewriter
23261 b
23262 \family default
23263  für unten.
23264  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23265  lautet der Befehl
23266 \end_layout
23267
23268 \begin_layout Standard
23269
23270 \series bold
23271
23272 \backslash
23273 sidecaptionvpos{figure}{c}
23274 \end_layout
23275
23276 \begin_layout Standard
23277 Das wurde in Abbildung
23278 \begin_inset space ~
23279 \end_inset
23280
23281
23282 \begin_inset CommandInset ref
23283 LatexCommand ref
23284 reference "abb:cap-beside-fig-2"
23285
23286 \end_inset
23287
23288  benutzt.
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset VSpace medskip
23293 \end_inset
23294
23295 Weitere Informationen über das Paket
23296 \series bold
23297  sidecap
23298 \series default
23299  finden Sie in seiner Dokumentation 
23300 \begin_inset CommandInset citation
23301 LatexCommand cite
23302 key "sidecap"
23303
23304 \end_inset
23305
23306 .
23307 \end_layout
23308
23309 \begin_layout Standard
23310 \begin_inset Note Greyedout
23311 status open
23312
23313 \begin_layout Plain Layout
23314
23315 \series bold
23316 Bemerkung:
23317 \series default
23318  Das LaTeX-Paket 
23319 \series bold
23320 hypcap
23321 \series default
23322 ,
23323 \begin_inset Index
23324 status collapsed
23325
23326 \begin_layout Plain Layout
23327 LaTeX-Pakete ! hypcap
23328 \end_layout
23329
23330 \end_inset
23331
23332  das in Abschnitt
23333 \begin_inset space ~
23334 \end_inset
23335
23336
23337 \begin_inset CommandInset ref
23338 LatexCommand ref
23339 reference "uab:Querverweis-Position"
23340
23341 \end_inset
23342
23343  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23344  Beschriftungen.
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \begin_layout Standard
23353 \begin_inset ERT
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357
23358
23359 \backslash
23360 FigBesBeg 
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Standard
23369 \begin_inset Float figure
23370 wide false
23371 sideways false
23372 status open
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Graphics
23376         filename ../clipart/escher-lsd.eps
23377         scale 75
23378         scaleBeforeRotation
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Plain Layout
23386 \begin_inset Caption
23387
23388 \begin_layout Plain Layout
23389 \begin_inset CommandInset label
23390 LatexCommand label
23391 name "abb:Beschriftung-neben"
23392
23393 \end_inset
23394
23395 Dies ist eine Beschriftung neben einer Abbildung.
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \begin_layout Standard
23409 \begin_inset ERT
23410 status collapsed
23411
23412 \begin_layout Plain Layout
23413
23414
23415 \backslash
23416 TabBesBeg 
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset Float table
23426 wide false
23427 sideways false
23428 status open
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Caption
23432
23433 \begin_layout Plain Layout
23434 \begin_inset CommandInset label
23435 LatexCommand label
23436 name "tab:cap-beside-tab"
23437
23438 \end_inset
23439
23440 Dies ist eine Beschriftung neben einer Tabelle.
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Tabular
23450 <lyxtabular version="3" rows="4" columns="5">
23451 <features>
23452 <column alignment="center" valignment="top" width="0">
23453 <column alignment="center" valignment="top" width="0">
23454 <column alignment="center" valignment="top" width="0">
23455 <column alignment="center" valignment="top" width="0">
23456 <column alignment="center" valignment="top" width="0">
23457 <row>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 a
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 b
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 c
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 d
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 e
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 f
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 g
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 h
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 i
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 j
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 </row>
23645 </lyxtabular>
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 TabBesEnd
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \begin_layout Standard
23674 \begin_inset ERT
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678
23679
23680 \backslash
23681 sidecaptionvpos{figure}{c}
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \begin_inset Float figure
23688 wide false
23689 sideways false
23690 status open
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Graphics
23694         filename ../clipart/escher-lsd.eps
23695         scale 75
23696         scaleBeforeRotation
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Caption
23705
23706 \begin_layout Plain Layout
23707 \begin_inset CommandInset label
23708 LatexCommand label
23709 name "abb:cap-beside-fig-2"
23710
23711 \end_inset
23712
23713 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \begin_layout Standard
23727 \begin_inset ERT
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731
23732
23733 \backslash
23734 FigBesEnd
23735 \end_layout
23736
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \begin_layout Standard
23743 \begin_inset ERT
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747
23748
23749 \backslash
23750 else
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \begin_inset Note Note
23757 status open
23758
23759 \begin_layout Plain Layout
23760 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23761 \series bold
23762 sidecap
23763 \series default
23764  nicht installiert ist:
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Das LaTeX-Paket 
23774 \series bold
23775 sidecap
23776 \series default
23777  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \begin_inset ERT
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785
23786
23787 \backslash
23788 fi
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \begin_layout Section
23797 Gleitobjekt-Verzeichnisse
23798 \begin_inset Index
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802 Gleitobjekte ! Verzeichnisse
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \begin_layout Standard
23811 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23812  Sie können mit den Untermenüs von 
23813 \family sans
23814 Einfügen\SpecialChar \menuseparator
23815 Liste
23816 \begin_inset space ~
23817 \end_inset
23818
23819 /
23820 \begin_inset space ~
23821 \end_inset
23822
23823 Inhaltsverzeichnis
23824 \family default
23825  eingefügt werden.
23826 \end_layout
23827
23828 \begin_layout Standard
23829 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23830  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23831 \end_layout
23832
23833 \begin_layout Standard
23834 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23835  und ein Tabellen-Verzeichnis.
23836 \end_layout
23837
23838 \begin_layout Chapter
23839 Notizen
23840 \end_layout
23841
23842 \begin_layout Section
23843 LyX-Notizen
23844 \begin_inset Index
23845 status collapsed
23846
23847 \begin_layout Plain Layout
23848 Notizen ! LyX-Notizen
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \begin_layout Standard
23857 Notizen werden mit einem Klick auf 
23858 \begin_inset Graphics
23859         filename ../../images/note-insert.png
23860         scale 85
23861         scaleBeforeRotation
23862         BoundingBox 0bp 6bp 22bp 22bp
23863
23864 \end_inset
23865
23866  oder 
23867 \family sans
23868 Einfügen\SpecialChar \menuseparator
23869 Notiz
23870 \family default
23871  eingefügt.
23872  Es gibt drei Arten:
23873 \end_layout
23874
23875 \begin_layout Description
23876 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23877  Eine 
23878 \family sans
23879 LyX-Notiz
23880 \family default
23881  sieht so aus:
23882 \begin_inset Newline newline
23883 \end_inset
23884
23885
23886 \begin_inset Newline newline
23887 \end_inset
23888
23889
23890 \begin_inset Graphics
23891         filename clipart/LyXNotizQt4.png
23892         display false
23893         scale 60
23894         scaleBeforeRotation
23895
23896 \end_inset
23897
23898  
23899 \begin_inset Note Note
23900 status open
23901
23902 \begin_layout Plain Layout
23903 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Description
23912 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23913  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23914 \family sans
23915 Datei\SpecialChar \menuseparator
23916 Ex\SpecialChar \-
23917 por\SpecialChar \-
23918 tie\SpecialChar \-
23919 ren\SpecialChar \menuseparator
23920 LaTe
23921 \begin_inset ERT
23922 status collapsed
23923
23924 \begin_layout Plain Layout
23925
23926 {}
23927 \end_layout
23928
23929 \end_inset
23930
23931 X (pdflatex) / (normal)
23932 \family default
23933 .
23934  Ein Kommentar sieht so aus:
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset Newline newline
23940 \end_inset
23941
23942
23943 \begin_inset Graphics
23944         filename clipart/KommentarQt4.png
23945         display false
23946         scale 60
23947         scaleBeforeRotation
23948
23949 \end_inset
23950
23951  
23952 \begin_inset Note Comment
23953 status open
23954
23955 \begin_layout Plain Layout
23956 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Description
23965 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969
23970 \begin_inset Newline newline
23971 \end_inset
23972
23973
23974 \begin_inset Graphics
23975         filename clipart/GrauschriftNotizQt4.png
23976         display false
23977         scale 60
23978         scaleBeforeRotation
23979
23980 \end_inset
23981
23982
23983 \begin_inset Newline newline
23984 \end_inset
23985
23986
23987 \begin_inset ERT
23988 status collapsed
23989
23990 \begin_layout Plain Layout
23991
23992
23993 \backslash
23994 renewenvironment{lyxgreyedout}
23995 \end_layout
23996
23997 \begin_layout Plain Layout
23998
23999 {
24000 \backslash
24001 textcolor[gray]{0.4}
24002 \backslash
24003 bgroup}{
24004 \backslash
24005 egroup}
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \begin_inset Note Greyedout
24012 status open
24013
24014 \begin_layout Plain Layout
24015 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24016 \begin_inset Foot
24017 status open
24018
24019 \begin_layout Plain Layout
24020 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24021 \end_layout
24022
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \begin_inset ERT
24032 status collapsed
24033
24034 \begin_layout Plain Layout
24035
24036
24037 \backslash
24038 renewenvironment{lyxgreyedout}
24039 \end_layout
24040
24041 \begin_layout Plain Layout
24042
24043 {
24044 \backslash
24045 textcolor{blue}
24046 \backslash
24047 bgroup}{
24048 \backslash
24049 egroup}
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \begin_inset Note Note
24056 status collapsed
24057
24058 \begin_layout Plain Layout
24059 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24060  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24061  
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \begin_inset Newline newline
24068 \end_inset
24069
24070
24071 \begin_inset Newline newline
24072 \end_inset
24073
24074 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24075  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24076 \end_layout
24077
24078 \begin_layout Standard
24079 \begin_inset VSpace bigskip
24080 \end_inset
24081
24082 Wenn Sie auf den Werzeugleistenknopf 
24083 \begin_inset Graphics
24084         filename ../../images/note-insert.png
24085         scale 85
24086         scaleBeforeRotation
24087         BoundingBox 0bp 6bp 22bp 22bp
24088
24089 \end_inset
24090
24091  klicken, wird zunächst eine 
24092 \family sans
24093 LyX-Notiz
24094 \family default
24095  eingefügt.
24096  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24097  anderen Möglichkeiten auswählen.
24098  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24099  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24100  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24101  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24102  am Ende der Notiz ist.
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset VSpace bigskip
24107 \end_inset
24108
24109 Die Textfarbe der 
24110 \family sans
24111 Grauschrift
24112 \family default
24113 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24114 \end_layout
24115
24116 \begin_layout Standard
24117
24118 \series bold
24119
24120 \backslash
24121 renewenvironment{lyxgreyedout}
24122 \begin_inset Newline newline
24123 \end_inset
24124
24125
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 hphantom{ }
24134 \end_layout
24135
24136 \end_inset
24137
24138 {
24139 \backslash
24140 textcolor{color}
24141 \backslash
24142 bgroup}{
24143 \backslash
24144 egroup}
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24149 \begin_inset space ~
24150 \end_inset
24151
24152
24153 \begin_inset CommandInset ref
24154 LatexCommand ref
24155 reference "abs:Farbige-Tabellen"
24156
24157 \end_inset
24158
24159  beschrieben.
24160  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24161 \end_layout
24162
24163 \begin_layout Section
24164 Fußnoten
24165 \begin_inset CommandInset label
24166 LatexCommand label
24167 name "abs:Fußnoten"
24168
24169 \end_inset
24170
24171
24172 \begin_inset Index
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176 Notizen ! Fußnoten
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \begin_inset Index
24183 status collapsed
24184
24185 \begin_layout Plain Layout
24186 Fußnoten
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 Zu dem, was bereits im 
24196 \emph on
24197 Benutzerhandbuch
24198 \emph default
24199  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24200  Eine Fußnotenbox sieht folgendermaßen aus: 
24201 \begin_inset Graphics
24202         filename clipart/FussnoteQt4.png
24203         scale 80
24204         scaleBeforeRotation
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Standard
24212 Hier ist eine Beispielfußnote:
24213 \color black
24214
24215 \begin_inset Foot
24216 status open
24217
24218 \begin_layout Plain Layout
24219 \begin_inset CommandInset label
24220 LatexCommand label
24221 name "fuss:Fußnoten-Beispiel"
24222
24223 \end_inset
24224
24225 Dies ist eine Fußnote.
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \begin_layout Standard
24234 \begin_inset ERT
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238
24239
24240 \backslash
24241 newcounter{MyRepeatFoot}
24242 \end_layout
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 setcounter{MyRepeatFoot}{
24249 \backslash
24250 thefootnote}
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24260  wurde, eine hochgestellte Zahl.
24261  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24262  hochgestellt dem Text vorangeht.
24263  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24264  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24265  werden.
24266 \end_layout
24267
24268 \begin_layout Standard
24269 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24270  der Fußnote eine Marke eingefügt wurde.
24271  Dies ist ein Querverweis auf Fußnote
24272 \begin_inset space ~
24273 \end_inset
24274
24275
24276 \begin_inset CommandInset ref
24277 LatexCommand ref
24278 reference "fuss:Fußnoten-Beispiel"
24279
24280 \end_inset
24281
24282 .
24283 \end_layout
24284
24285 \begin_layout Standard
24286 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24287  siehe Abschnitt
24288 \begin_inset space ~
24289 \end_inset
24290
24291
24292 \begin_inset CommandInset ref
24293 LatexCommand ref
24294 reference "abs:Minipage"
24295
24296 \end_inset
24297
24298 .
24299  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24300 \begin_inset space ~
24301 \end_inset
24302
24303
24304 \begin_inset CommandInset ref
24305 LatexCommand ref
24306 reference "uab:Fußnoten-in-langen"
24307
24308 \end_inset
24309
24310  beschrieben.
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24315  TeX-Code-Befehl 
24316 \series bold
24317
24318 \backslash
24319 footnotemark[Nummer]
24320 \series default
24321  benutzen.
24322  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24323  mal gedruckt wird.
24324 \end_layout
24325
24326 \begin_layout Standard
24327 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24328  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24329  Hinter Fußnote
24330 \begin_inset space ~
24331 \end_inset
24332
24333
24334 \begin_inset CommandInset ref
24335 LatexCommand ref
24336 reference "fuss:Fußnoten-Beispiel"
24337
24338 \end_inset
24339
24340  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 newcounter{MyRepeatFoot}
24349 \begin_inset Newline newline
24350 \end_inset
24351
24352
24353 \backslash
24354 setcounter{MyRepeatFoot}{
24355 \backslash
24356 thefootnote}
24357 \end_layout
24358
24359 \begin_layout Standard
24360 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24361 \end_layout
24362
24363 \begin_layout Standard
24364
24365 \series bold
24366
24367 \backslash
24368 footnotemark[
24369 \backslash
24370 theMyRepeatFoot]
24371 \end_layout
24372
24373 \begin_layout Standard
24374 Hier ist ein Beispiel für eine Fußnotenmarke:
24375 \family roman
24376 \series medium
24377 \bar no
24378
24379 \begin_inset ERT
24380 status collapsed
24381
24382 \begin_layout Plain Layout
24383
24384
24385 \backslash
24386 footnotemark[
24387 \backslash
24388 theMyRepeatFoot]
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout Subsection
24397 Fußnoten-Nummerierung
24398 \begin_inset CommandInset label
24399 LatexCommand label
24400 name "uab:Fußnoten-Nummerierung"
24401
24402 \end_inset
24403
24404
24405 \begin_inset Index
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409 Fußnoten ! Nummerierung
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Um Fußnoten nach jedem Abschnitt
24419 \family roman
24420  auf 1 zurückzusetzen, 
24421 \family default
24422 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24423 \end_layout
24424
24425 \begin_layout Standard
24426
24427 \series bold
24428
24429 \backslash
24430 @addtoreset{footnote}{section}
24431 \end_layout
24432
24433 \begin_layout Standard
24434 \begin_inset VSpace bigskip
24435 \end_inset
24436
24437 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24438  Zahlen:
24439 \end_layout
24440
24441 \begin_layout Standard
24442
24443 \series bold
24444
24445 \backslash
24446 renewcommand{
24447 \backslash
24448 thefootnote}{
24449 \backslash
24450 roman{footnote}}
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \begin_inset ERT
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458
24459
24460 \backslash
24461 renewcommand{
24462 \backslash
24463 thefootnote}{
24464 \backslash
24465 roman{footnote}}
24466 \end_layout
24467
24468 \end_inset
24469
24470  Hier ist ein Beispiel für solch eine Fußnote:
24471 \begin_inset Foot
24472 status open
24473
24474 \begin_layout Plain Layout
24475 Dies ist eine Fußnote mit kleinen römischen Zahlen
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24485  in obigem Befehl 
24486 \series bold
24487
24488 \backslash
24489 roman
24490 \series default
24491  durch 
24492 \series bold
24493
24494 \backslash
24495 Roman
24496 \series default
24497 .
24498  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24499 \begin_inset Quotes gld
24500 \end_inset
24501
24502 nummerieren
24503 \begin_inset Quotes grd
24504 \end_inset
24505
24506 , verwenden Sie die Befehle 
24507 \series bold
24508
24509 \backslash
24510 Alph
24511 \series default
24512  oder 
24513 \series bold
24514
24515 \backslash
24516 alph
24517 \series default
24518 .
24519  Für die 
24520 \begin_inset Quotes gld
24521 \end_inset
24522
24523 Nummerierung
24524 \begin_inset Quotes grd
24525 \end_inset
24526
24527  mit Symbolen steht der Befehl 
24528 \series bold
24529
24530 \backslash
24531 fnsymbol
24532 \series default
24533  zur Verfügung.
24534 \end_layout
24535
24536 \begin_layout Standard
24537 \begin_inset Note Greyedout
24538 status open
24539
24540 \begin_layout Plain Layout
24541
24542 \series bold
24543 Bemerkung 1:
24544 \series default
24545  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24546  
24547 \emph on
24548 ein
24549 \emph default
24550  Buchstabe verwendet wird.
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \begin_inset Newline newline
24557 \end_inset
24558
24559
24560 \begin_inset Note Greyedout
24561 status open
24562
24563 \begin_layout Plain Layout
24564
24565 \series bold
24566 Bemerkung 2:
24567 \series default
24568  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24578 \series bold
24579
24580 \backslash
24581 arabic
24582 \series default
24583  anstelle von 
24584 \series bold
24585
24586 \backslash
24587 roman
24588 \series default
24589  in obigem Befehl.
24590 \begin_inset ERT
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594
24595
24596 \backslash
24597 renewcommand{
24598 \backslash
24599 thefootnote}{
24600 \backslash
24601 arabic{footnote}}
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Standard
24610 \begin_inset VSpace bigskip
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24618 \begin_inset Quotes gld
24619 \end_inset
24620
24621 Kapitel.Fußnote
24622 \begin_inset Quotes grd
24623 \end_inset
24624
24625  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24626 \end_layout
24627
24628 \begin_layout Standard
24629
24630 \series bold
24631
24632 \backslash
24633 numberwithin{footnote}{chapter}
24634 \end_layout
24635
24636 \begin_layout Standard
24637 Um 
24638 \series bold
24639
24640 \backslash
24641 numberwithin
24642 \series default
24643  benutzen zu können, muss in den 
24644 \family sans
24645 Mathe
24646 \begin_inset space ~
24647 \end_inset
24648
24649 Optionen
24650 \family default
24651  der 
24652 \family sans
24653 Dokument-Einstellungen
24654 \family default
24655  
24656 \family sans
24657 AMS
24658 \begin_inset space ~
24659 \end_inset
24660
24661 Mathe
24662 \begin_inset space ~
24663 \end_inset
24664
24665 Paket
24666 \family default
24667
24668 \begin_inset space ~
24669 \end_inset
24670
24671
24672 \family sans
24673 verwenden
24674 \family default
24675  angekreuzt sein.
24676 \begin_inset ERT
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680
24681
24682 \backslash
24683 numberwithin{footnote}{chapter}
24684 \end_layout
24685
24686 \end_inset
24687
24688  Hier ist ein Beispiel für solch eine Fußnote.
24689 \series bold
24690
24691 \begin_inset Foot
24692 status open
24693
24694 \begin_layout Plain Layout
24695 Dies ist eine Fußnote nach dem Schema 
24696 \begin_inset Quotes gld
24697 \end_inset
24698
24699 Kapitel.Fußnote
24700 \begin_inset Quotes grd
24701 \end_inset
24702
24703 .
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \series default
24710
24711 \begin_inset ERT
24712 status collapsed
24713
24714 \begin_layout Plain Layout
24715
24716
24717 \backslash
24718 renewcommand{
24719 \backslash
24720 thefootnote}{
24721 \backslash
24722 arabic{footnote}}
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset Note Greyedout
24732 status open
24733
24734 \begin_layout Plain Layout
24735
24736 \series bold
24737 Bemerkung:
24738 \series default
24739  
24740 \series bold
24741
24742 \backslash
24743 numberwithin
24744 \series default
24745  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24746  werden überschrieben.
24747 \end_layout
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \begin_layout Standard
24755 Um also z.
24756 \begin_inset space \thinspace{}
24757 \end_inset
24758
24759 B.
24760  das Schema 
24761 \begin_inset Quotes gld
24762 \end_inset
24763
24764 Kapitel.
24765 \backslash
24766 Roman{footnote}
24767 \begin_inset Quotes grd
24768 \end_inset
24769
24770  zu erhalten, muss dieser Befehl anstelle von 
24771 \series bold
24772
24773 \backslash
24774 numberwithin
24775 \series default
24776  verwendet werden:
24777 \end_layout
24778
24779 \begin_layout Standard
24780
24781 \series bold
24782
24783 \backslash
24784 renewcommand{
24785 \backslash
24786 thefootnote}{
24787 \backslash
24788 thechapter.
24789 \backslash
24790 Roman{footnote}}
24791 \end_layout
24792
24793 \begin_layout Subsection
24794 Fußnoten-Platzierung
24795 \begin_inset Index
24796 status collapsed
24797
24798 \begin_layout Plain Layout
24799 Fußnoten ! Platzierung
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24809  ohne Zwischenraum am Ende der Seite gedruckt.
24810  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24811  LaTeX-Vorspann 1.5
24812 \begin_inset space \thinspace{}
24813 \end_inset
24814
24815 mm Zwischenraum einfügen:
24816 \end_layout
24817
24818 \begin_layout Standard
24819
24820 \series bold
24821
24822 \backslash
24823 let
24824 \backslash
24825 myFoot
24826 \backslash
24827 footnote
24828 \begin_inset Newline newline
24829 \end_inset
24830
24831
24832 \backslash
24833 renewcommand{
24834 \backslash
24835 footnote}[1]{
24836 \backslash
24837 myFoot{#1
24838 \backslash
24839 vspace{1.5mm}}}
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset VSpace bigskip
24844 \end_inset
24845
24846 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24847  Spalte gedruckt, Abbildung
24848 \begin_inset space ~
24849 \end_inset
24850
24851
24852 \begin_inset CommandInset ref
24853 LatexCommand ref
24854 reference "abb:Standard-Fußnoten-Platzierung-in"
24855
24856 \end_inset
24857
24858 .
24859  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24860  in Abbildung
24861 \begin_inset space ~
24862 \end_inset
24863
24864
24865 \begin_inset CommandInset ref
24866 LatexCommand ref
24867 reference "abb:Fußnoten-Platzierung-in-einem"
24868
24869 \end_inset
24870
24871 , müssen Sie das LaTeX-Paket 
24872 \series bold
24873 ftnright
24874 \series default
24875
24876 \begin_inset Index
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880 LaTeX-Pakete ! ftnright
24881 \end_layout
24882
24883 \end_inset
24884
24885  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24886 \end_layout
24887
24888 \begin_layout Standard
24889
24890 \series bold
24891
24892 \backslash
24893 usepackage{ftnright}
24894 \end_layout
24895
24896 \begin_layout Standard
24897 \begin_inset Float figure
24898 placement !h
24899 wide false
24900 sideways false
24901 status open
24902
24903 \begin_layout Plain Layout
24904 \begin_inset ERT
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908
24909
24910 \backslash
24911 framebox{
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \begin_inset Graphics
24918         filename ../clipart/without_fntright.pdf
24919         width 100col%
24920         scaleBeforeRotation
24921
24922 \end_inset
24923
24924
24925 \begin_inset ERT
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929
24930 }
24931 \end_layout
24932
24933 \end_inset
24934
24935
24936 \end_layout
24937
24938 \begin_layout Plain Layout
24939 \begin_inset Caption
24940
24941 \begin_layout Plain Layout
24942 \begin_inset CommandInset label
24943 LatexCommand label
24944 name "abb:Standard-Fußnoten-Platzierung-in"
24945
24946 \end_inset
24947
24948 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24949 \begin_inset OptArg
24950 status open
24951
24952 \begin_layout Plain Layout
24953 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972 \begin_inset Float figure
24973 placement !h
24974 wide false
24975 sideways false
24976 status open
24977
24978 \begin_layout Plain Layout
24979 \begin_inset ERT
24980 status collapsed
24981
24982 \begin_layout Plain Layout
24983
24984
24985 \backslash
24986 framebox{
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \begin_inset Graphics
24993         filename ../clipart/with_fntright.pdf
24994         width 100col%
24995         scaleBeforeRotation
24996
24997 \end_inset
24998
24999
25000 \begin_inset ERT
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004
25005 }
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Caption
25015
25016 \begin_layout Plain Layout
25017 \begin_inset CommandInset label
25018 LatexCommand label
25019 name "abb:Fußnoten-Platzierung-in-einem"
25020
25021 \end_inset
25022
25023 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25024  
25025 \series bold
25026 ftnright
25027 \series default
25028 .
25029 \begin_inset OptArg
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 Fußnoten-Platzierung mit 
25034 \family typewriter
25035 ftnright
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 \begin_inset VSpace bigskip
25055 \end_inset
25056
25057 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25058  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25059 \begin_inset space ~
25060 \end_inset
25061
25062
25063 \begin_inset CommandInset ref
25064 LatexCommand ref
25065 reference "abb:endnotes----Die"
25066
25067 \end_inset
25068
25069  gedruckt.
25070  Man nennt sie dann 
25071 \emph on
25072 Endnoten
25073 \emph default
25074 .
25075 \begin_inset Index
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 Endnoten
25080 \end_layout
25081
25082 \end_inset
25083
25084  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25085 \series bold
25086 endnotes
25087 \series default
25088
25089 \begin_inset Index
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 LaTeX-Pakete ! endnotes
25094 \end_layout
25095
25096 \end_inset
25097
25098  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25099 \end_layout
25100
25101 \begin_layout Standard
25102
25103 \series bold
25104
25105 \backslash
25106 usepackage{endnotes}
25107 \begin_inset Newline newline
25108 \end_inset
25109
25110
25111 \backslash
25112 let
25113 \backslash
25114 footnote
25115 \backslash
25116 endnote
25117 \end_layout
25118
25119 \begin_layout Standard
25120 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25121 \series bold
25122  
25123 \backslash
25124 theendnotes
25125 \series default
25126  am Ende des Abschnitts oder Kapitels ein.
25127 \end_layout
25128
25129 \begin_layout Standard
25130 \begin_inset Float figure
25131 wide false
25132 sideways false
25133 status open
25134
25135 \begin_layout Plain Layout
25136 \align center
25137 \begin_inset ERT
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141
25142
25143 \backslash
25144 framebox{
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \begin_inset Graphics
25151         filename ../clipart/endnotes.pdf
25152         scaleBeforeRotation
25153
25154 \end_inset
25155
25156
25157 \begin_inset ERT
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161
25162 }
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \begin_layout Plain Layout
25171 \begin_inset Caption
25172
25173 \begin_layout Plain Layout
25174 \begin_inset CommandInset label
25175 LatexCommand label
25176 name "abb:endnotes----Die"
25177
25178 \end_inset
25179
25180
25181 \series bold
25182 endnotes
25183 \series default
25184  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25185  gedruckt.
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 \begin_inset VSpace medskip
25200 \end_inset
25201
25202 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25203 ache übersetzt.
25204  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25205 \begin_inset Quotes gld
25206 \end_inset
25207
25208 Notes 
25209 \begin_inset Quotes grd
25210 \end_inset
25211
25212 in 
25213 \begin_inset Quotes gld
25214 \end_inset
25215
25216 Anmerkungen
25217 \begin_inset Quotes grd
25218 \end_inset
25219
25220 :
25221 \end_layout
25222
25223 \begin_layout Standard
25224
25225 \series bold
25226
25227 \backslash
25228 renewcommand{
25229 \backslash
25230 notesname}{Anmerkungen}
25231 \end_layout
25232
25233 \begin_layout Standard
25234 \begin_inset VSpace medskip
25235 \end_inset
25236
25237 Wenn Sie in den Befehlen von Abschnitt
25238 \begin_inset space ~
25239 \end_inset
25240
25241
25242 \begin_inset CommandInset ref
25243 LatexCommand ref
25244 reference "uab:Fußnoten-Nummerierung"
25245
25246 \end_inset
25247
25248  
25249 \series bold
25250
25251 \backslash
25252 thefootnote
25253 \series default
25254  durch 
25255 \series bold
25256
25257 \backslash
25258 theendnote
25259 \series default
25260  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25261  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25262 \series bold
25263
25264 \backslash
25265 @addtoreset
25266 \series default
25267  wie in Abschnitt
25268 \begin_inset space \space{}
25269 \end_inset
25270
25271
25272 \begin_inset CommandInset ref
25273 LatexCommand ref
25274 reference "uab:Fußnoten-Nummerierung"
25275
25276 \end_inset
25277
25278  beschrieben und ersetzen 
25279 \series bold
25280 footnote
25281 \series default
25282  durch 
25283 \series bold
25284 endnote
25285 \series default
25286 .
25287 \end_layout
25288
25289 \begin_layout Standard
25290 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25291  
25292 \series bold
25293
25294 \backslash
25295 endnotemark[Nummer]
25296 \series default
25297  ähnlich wie 
25298 \series bold
25299
25300 \backslash
25301 footnotemark
25302 \series default
25303  Abschnitt
25304 \begin_inset space ~
25305 \end_inset
25306
25307
25308 \begin_inset CommandInset ref
25309 LatexCommand ref
25310 reference "abs:Fußnoten"
25311
25312 \end_inset
25313
25314 .
25315 \end_layout
25316
25317 \begin_layout Standard
25318 \begin_inset VSpace bigskip
25319 \end_inset
25320
25321 Mit dem LaTeX-Paket 
25322 \series bold
25323 footmisc
25324 \series default
25325
25326 \begin_inset Index
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 LaTeX-Pakete ! footmisc
25331 \end_layout
25332
25333 \end_inset
25334
25335  (
25336 \begin_inset CommandInset citation
25337 LatexCommand cite
25338 key "footmisc"
25339
25340 \end_inset
25341
25342 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25343 \end_layout
25344
25345 \begin_layout Standard
25346 In LaTeX-Büchern, 
25347 \begin_inset CommandInset citation
25348 LatexCommand cite
25349 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25350
25351 \end_inset
25352
25353 , finden Sie weiteres zu Fußnoten.
25354 \end_layout
25355
25356 \begin_layout Section
25357 Randnotizen
25358 \begin_inset Index
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Randnotizen
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Index
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372 Notizen ! Randnotizen
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Standard
25381 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25382  Sie fügen sie mit einem Klick auf den Schalter 
25383 \begin_inset Graphics
25384         filename ../../images/marginalnote-insert.png
25385         scale 70
25386         scaleBeforeRotation
25387
25388 \end_inset
25389
25390  oder über 
25391 \family sans
25392 Einfügen\SpecialChar \menuseparator
25393 Randnotiz
25394 \family default
25395  ein.
25396  Ein graues Kästchen mit der Aufschrift 
25397 \begin_inset Quotes gld
25398 \end_inset
25399
25400 Rand
25401 \begin_inset Quotes grd
25402 \end_inset
25403
25404  erscheint
25405 \family roman
25406 \series medium
25407 , und dort, wo der Cursor steht, können Sie Text eingeben.
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Hier am Rand sehen Sie eine Randnotiz.
25412  
25413 \begin_inset Marginal
25414 status open
25415
25416 \begin_layout Plain Layout
25417 Dies ist eine Randnotiz.
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25427  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25428  Seiten und rechts auf den ungeraden.
25429  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25430  wird und umgekehrt.
25431  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25432  wurde.
25433 \end_layout
25434
25435 \begin_layout Standard
25436 \begin_inset VSpace bigskip
25437 \end_inset
25438
25439 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25440 \end_layout
25441
25442 \begin_layout Standard
25443
25444 \series bold
25445
25446 \backslash
25447 reversemarginpar
25448 \end_layout
25449
25450 \begin_layout Standard
25451 als TeX-Code vor einer Randnotiz ein.
25452  Das gilt dann für alle folgenden Randnotizen.
25453  
25454 \begin_inset ERT
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458
25459
25460 \backslash
25461 reversemarginpar 
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \begin_inset Marginal
25468 status open
25469
25470 \begin_layout Plain Layout
25471 Hier ist ein Beispiel im inneren Rand.
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \begin_inset Newline newline
25478 \end_inset
25479
25480
25481 \begin_inset Note Greyedout
25482 status open
25483
25484 \begin_layout Plain Layout
25485  
25486 \series bold
25487 Achtung:
25488 \series default
25489  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25499 \end_layout
25500
25501 \begin_layout Standard
25502
25503 \series bold
25504
25505 \backslash
25506 normalmarginpar
25507 \end_layout
25508
25509 \begin_layout Standard
25510 als TeX-Code ein.
25511 \begin_inset ERT
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515
25516
25517 \backslash
25518 normalmarginpar 
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Standard
25527 \begin_inset Note Greyedout
25528 status open
25529
25530 \begin_layout Plain Layout
25531
25532 \series bold
25533 Achtung:
25534 \series default
25535  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25536 \series bold
25537
25538 \backslash
25539 reversemarginpar
25540 \series default
25541  verwendet wird.
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \begin_inset VSpace bigskip
25551 \end_inset
25552
25553
25554 \begin_inset Marginal
25555 status open
25556
25557 \begin_layout Plain Layout
25558
25559 \family roman
25560 \series medium
25561 EinSehrLangesWort am Anfang, das umgebrochen wird.
25562 \end_layout
25563
25564 \end_inset
25565
25566  Ähnlich wie in Abschnitt
25567 \begin_inset space ~
25568 \end_inset
25569
25570
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "uab:Mehrfache-Zeilen-in"
25574
25575 \end_inset
25576
25577  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25578  Wort der Randnotiz sind.
25579  Um das zu vermeiden, fügen sie 0
25580 \begin_inset space \thinspace{}
25581 \end_inset
25582
25583 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25584 \begin_inset Marginal
25585 status open
25586
25587 \begin_layout Plain Layout
25588 \begin_inset space \hspace{}
25589 \length 0pt
25590 \end_inset
25591
25592
25593 \family roman
25594 \series medium
25595 EinSehrLangesWort am Anfang, das umgebrochen wird.
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \begin_layout Standard
25604 \begin_inset VSpace bigskip
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \begin_layout Standard
25611 \begin_inset Note Greyedout
25612 status open
25613
25614 \begin_layout Plain Layout
25615
25616 \series bold
25617 Bemerkung:
25618 \series default
25619  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25620  verwendet werden.
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Standard
25629 \begin_inset VSpace bigskip
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640
25641
25642 \backslash
25643 ifmarginnote
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \begin_inset Note Note
25650 status open
25651
25652 \begin_layout Plain Layout
25653 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25654 \series bold
25655 marginnote
25656 \series default
25657  installiert ist.
25658 \end_layout
25659
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25667 \series bold
25668 marginnote
25669 \series default
25670
25671 \begin_inset Index
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 LaTeX-Pakete ! marginnote
25676 \end_layout
25677
25678 \end_inset
25679
25680  verwendet wird.
25681  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25682  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25683  des Pakets 
25684 \series bold
25685 marginnote
25686 \series default
25687  für Randnotizen verwendet wird:
25688 \end_layout
25689
25690 \begin_layout Standard
25691
25692 \series bold
25693
25694 \backslash
25695 usepackage{marginnote}
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699
25700 \backslash
25701 let
25702 \backslash
25703 marginpar
25704 \backslash
25705 marginnote
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Dies wird auch in diesem Dokument verwendet, denn 
25710 \series bold
25711 marginnote
25712 \series default
25713  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25714  für Randnotizen angeben.
25715  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25716 n zu dicht beieinander sind.
25717  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25718  Schema
25719 \end_layout
25720
25721 \begin_layout Standard
25722
25723 \series bold
25724 [Versatz]
25725 \end_layout
25726
25727 \begin_layout Standard
25728 angegeben.
25729  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25730 \begin_inset space ~
25731 \end_inset
25732
25733
25734 \begin_inset CommandInset ref
25735 LatexCommand ref
25736 reference "tab:Maßeinheiten"
25737
25738 \end_inset
25739
25740  aufgelistet sind.
25741  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25742  nach unten.
25743  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25744 \begin_inset space \thinspace{}
25745 \end_inset
25746
25747 cm mit dem TeX-Code-Befehl  
25748 \begin_inset Quotes gld
25749 \end_inset
25750
25751
25752 \series bold
25753 [-1.5cm]
25754 \series default
25755
25756 \begin_inset Quotes grd
25757 \end_inset
25758
25759  nach oben versetzt.
25760 \begin_inset Marginal
25761 status open
25762
25763 \begin_layout Plain Layout
25764 Diese Randnotiz ist 1.5
25765 \begin_inset space \thinspace{}
25766 \end_inset
25767
25768 cm von ihrer Originalposition nach oben versetzt.
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \begin_inset ERT
25775 status collapsed
25776
25777 \begin_layout Plain Layout
25778
25779 [-1.5cm]
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788 \begin_inset VSpace medskip
25789 \end_inset
25790
25791 Mit 
25792 \series bold
25793 marginnote
25794 \series default
25795  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25796  Zum Beispiel setzen die Befehle
25797 \end_layout
25798
25799 \begin_layout Standard
25800
25801 \series bold
25802
25803 \backslash
25804 renewcommand*{
25805 \backslash
25806 raggedleftmarginnote}{
25807 \backslash
25808 centering}
25809 \begin_inset Newline newline
25810 \end_inset
25811
25812
25813 \backslash
25814 renewcommand*{
25815 \backslash
25816 raggedrightmarginnote}{
25817 \backslash
25818 centering}
25819 \end_layout
25820
25821 \begin_layout Standard
25822 die Ausrichtung auf zentriert.
25823  
25824 \series bold
25825
25826 \backslash
25827 raggedleftmarginnote
25828 \series default
25829  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25830  
25831 \begin_inset ERT
25832 status collapsed
25833
25834 \begin_layout Plain Layout
25835
25836
25837 \backslash
25838 renewcommand*{
25839 \backslash
25840 raggedleftmarginnote}{
25841 \backslash
25842 centering}
25843 \end_layout
25844
25845 \begin_layout Plain Layout
25846
25847
25848 \backslash
25849 renewcommand*{
25850 \backslash
25851 raggedrightmarginnote}{
25852 \backslash
25853 centering}
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \begin_inset Marginal
25860 status open
25861
25862 \begin_layout Plain Layout
25863 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25864 \end_layout
25865
25866 \end_inset
25867
25868  Die Voreinstellung ist
25869 \end_layout
25870
25871 \begin_layout Standard
25872
25873 \series bold
25874
25875 \backslash
25876 renewcommand*{
25877 \backslash
25878 raggedleftmarginnote}{
25879 \backslash
25880 raggedleft}
25881 \begin_inset Newline newline
25882 \end_inset
25883
25884
25885 \backslash
25886 renewcommand*{
25887 \backslash
25888 raggedrightmarginnote}{
25889 \backslash
25890 raggedright}
25891 \series default
25892
25893 \begin_inset ERT
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 renewcommand*{
25901 \backslash
25902 raggedleftmarginnote}{
25903 \backslash
25904 raggedleft}
25905 \end_layout
25906
25907 \begin_layout Plain Layout
25908
25909
25910 \backslash
25911 renewcommand*{
25912 \backslash
25913 raggedrightmarginnote}{
25914 \backslash
25915 raggedright}
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset VSpace medskip
25925 \end_inset
25926
25927 Für weitere Fähigkeiten des Pakets 
25928 \series bold
25929 marginnote
25930 \series default
25931  sei auf dessen Dokumentation verwiesen 
25932 \begin_inset CommandInset citation
25933 LatexCommand cite
25934 key "marginnote"
25935
25936 \end_inset
25937
25938 .
25939 \end_layout
25940
25941 \begin_layout Standard
25942 \begin_inset VSpace bigskip
25943 \end_inset
25944
25945 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25946  geändert werden.
25947  Um z.
25948 \begin_inset space \thinspace{}
25949 \end_inset
25950
25951 B.
25952  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25953  und fettgedruckten Text 
25954 \begin_inset Quotes eld
25955 \end_inset
25956
25957
25958 \family sans
25959 \series bold
25960 \bar under
25961 Achtung!
25962 \family default
25963 \series default
25964 \bar default
25965
25966 \begin_inset Quotes erd
25967 \end_inset
25968
25969  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25970 \end_layout
25971
25972 \begin_layout Standard
25973
25974 \series bold
25975
25976 \backslash
25977 let
25978 \backslash
25979 myMarginpar
25980 \backslash
25981 marginpar
25982 \begin_inset Newline newline
25983 \end_inset
25984
25985
25986 \backslash
25987 renewcommand{
25988 \backslash
25989 marginpar}[1]{
25990 \backslash
25991 myMarginpar{%
25992 \begin_inset Newline newline
25993 \end_inset
25994
25995
25996 \begin_inset ERT
25997 status collapsed
25998
25999 \begin_layout Plain Layout
26000
26001
26002 \backslash
26003 hphantom{ }
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \backslash
26010 hspace{0pt}
26011 \backslash
26012 textsf{
26013 \backslash
26014 textbf{
26015 \backslash
26016 underbar{Achtung!}}}%
26017 \begin_inset Newline newline
26018 \end_inset
26019
26020
26021 \begin_inset ERT
26022 status collapsed
26023
26024 \begin_layout Plain Layout
26025
26026
26027 \backslash
26028 hphantom{ }
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \backslash
26035 vspace{1.5mm}
26036 \backslash
26037
26038 \backslash
26039 #1}}
26040 \end_layout
26041
26042 \begin_layout Standard
26043 \begin_inset ERT
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048
26049 \backslash
26050 let
26051 \backslash
26052 myMarginpar
26053 \backslash
26054 marginpar
26055 \end_layout
26056
26057 \begin_layout Plain Layout
26058
26059
26060 \backslash
26061 renewcommand{
26062 \backslash
26063 marginpar}[1]{
26064 \backslash
26065 myMarginpar{%
26066 \end_layout
26067
26068 \begin_layout Plain Layout
26069
26070    
26071 \backslash
26072 textsf{
26073 \backslash
26074 textbf{
26075 \backslash
26076 underbar{Achtung!}}}%
26077 \end_layout
26078
26079 \begin_layout Plain Layout
26080
26081    
26082 \backslash
26083 vspace{1.5mm}
26084 \backslash
26085
26086 \backslash
26087 #1}}
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \begin_inset Marginal
26094 status open
26095
26096 \begin_layout Plain Layout
26097 Dies ist eine Randnotiz mit einer definierten Überschrift.
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108 [-1.5cm]
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \begin_inset ERT
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 renewcommand{
26122 \backslash
26123 marginpar}[1]{
26124 \backslash
26125 myMarginpar{#1}}
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \begin_inset Note Note
26132 status open
26133
26134 \begin_layout Plain Layout
26135 Das Format wurde nur für dieses Beispiel geändert.
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \begin_layout Standard
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 else
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \begin_inset Note Note
26158 status open
26159
26160 \begin_layout Plain Layout
26161 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26162 \series bold
26163 marginnote
26164 \series default
26165  nicht installiert ist:
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Standard
26174 Das LaTeX-Paket 
26175 \series bold
26176 marginnote
26177 \series default
26178  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26179 \end_layout
26180
26181 \begin_layout Standard
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 fi
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Chapter
26198 Boxen
26199 \end_layout
26200
26201 \begin_layout Section
26202 Einleitung
26203 \begin_inset Index
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207 Boxen ! Einleitung
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \begin_layout Standard
26216 Boxen werden benutzt, um einen Textblock zu formatieren.
26217  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26218  siehe Abschnitt
26219 \begin_inset space ~
26220 \end_inset
26221
26222
26223 \begin_inset CommandInset ref
26224 LatexCommand ref
26225 reference "abs:Minipage"
26226
26227 \end_inset
26228
26229 , um Text zu umrahmen, siehe Abschnitt
26230 \begin_inset space ~
26231 \end_inset
26232
26233
26234 \begin_inset CommandInset ref
26235 LatexCommand ref
26236 reference "uab:Verzierung"
26237
26238 \end_inset
26239
26240 , um Silbentrennung zu verhindern, siehe Abschnitt
26241 \begin_inset space ~
26242 \end_inset
26243
26244
26245 \begin_inset CommandInset ref
26246 LatexCommand ref
26247 reference "abs:Silbentrennung-unterbinden"
26248
26249 \end_inset
26250
26251 , um Text senkrecht auszurichten, siehe Abschnitt
26252 \begin_inset space ~
26253 \end_inset
26254
26255
26256 \begin_inset CommandInset ref
26257 LatexCommand ref
26258 reference "uab:Vertikale-Ausrichtung"
26259
26260 \end_inset
26261
26262  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26263 \begin_inset space ~
26264 \end_inset
26265
26266
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "abs:Farbige-Boxen"
26270
26271 \end_inset
26272
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Boxen werden mit 
26278 \family sans
26279 Einfügen\SpecialChar \menuseparator
26280 Box
26281 \family default
26282  oder dem Schalter 
26283 \begin_inset Graphics
26284         filename ../../images/box-insert.png
26285         scale 70
26286         scaleBeforeRotation
26287
26288 \end_inset
26289
26290  eingefügt.
26291  Ein graues Kästchen mit der Aufschrift 
26292 \begin_inset Quotes gld
26293 \end_inset
26294
26295 Box (Minipage)
26296 \begin_inset Quotes grd
26297 \end_inset
26298
26299  erscheint: 
26300 \begin_inset Graphics
26301         filename clipart/StandardBoxQt4.png
26302         scale 85
26303         scaleBeforeRotation
26304
26305 \end_inset
26306
26307  Mit einem Rechts\SpecialChar \-
26308 klick auf das graue Kästchen kann der Typ spezifiziert
26309  werden.
26310  Das Dialogfenster bietet bei 
26311 \family sans
26312 Innere
26313 \begin_inset space ~
26314 \end_inset
26315
26316 Box
26317 \family default
26318  die Typen 
26319 \family sans
26320 Parbox
26321 \family default
26322  und 
26323 \family sans
26324 Minipage
26325 \family default
26326  an.
26327  
26328 \family sans
26329 Minipage
26330 \family default
26331  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26332 \begin_inset space ~
26333 \end_inset
26334
26335
26336 \begin_inset CommandInset ref
26337 LatexCommand ref
26338 reference "abs:Minipage"
26339
26340 \end_inset
26341
26342  beschrieben, 
26343 \family sans
26344 Parbox
26345 \family default
26346  in Abschnitt
26347 \begin_inset space ~
26348 \end_inset
26349
26350
26351 \begin_inset CommandInset ref
26352 LatexCommand ref
26353 reference "abs:Parbox"
26354
26355 \end_inset
26356
26357 .
26358 \end_layout
26359
26360 \begin_layout Standard
26361 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26362  wie auf Gleitobjekte und Fußnoten.
26363 \end_layout
26364
26365 \begin_layout Standard
26366 \begin_inset Note Greyedout
26367 status open
26368
26369 \begin_layout Plain Layout
26370
26371 \series bold
26372 Bemerkung
26373 \begin_inset space ~
26374 \end_inset
26375
26376 1:
26377 \series default
26378  Boxen dürfen in 
26379 \family sans
26380 List-
26381 \family default
26382  oder 
26383 \family sans
26384 Beschreibung-
26385 \family default
26386 Umgebungen nicht verwendet werden.
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395 \begin_inset Note Greyedout
26396 status open
26397
26398 \begin_layout Plain Layout
26399
26400 \series bold
26401 Bemerkung
26402 \begin_inset space ~
26403 \end_inset
26404
26405 2:
26406 \series default
26407  Boxen ohne 
26408 \family sans
26409 Innere
26410 \begin_inset space ~
26411 \end_inset
26412
26413 Box
26414 \family default
26415  und ohne Rahmen werden in Abschnitt
26416 \begin_inset space ~
26417 \end_inset
26418
26419
26420 \begin_inset CommandInset ref
26421 LatexCommand ref
26422 reference "abs:Silbentrennung-unterbinden"
26423
26424 \end_inset
26425
26426  beschrieben.
26427 \end_layout
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \begin_layout Section
26435 Das Box-Einstellungen-Fenster
26436 \begin_inset CommandInset label
26437 LatexCommand label
26438 name "abs:Box-Dialog"
26439
26440 \end_inset
26441
26442
26443 \begin_inset Index
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447 Boxen ! Box-Dialog-Fenster
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \begin_layout Subsection
26456 Box-Größe
26457 \begin_inset Index
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461 Boxen ! Größe
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Standard
26470 Im 
26471 \family sans
26472 Box-Einstellungen
26473 \family default
26474 -Fenster können Sie die Größe der Box mit 
26475 \family sans
26476 Breite
26477 \family default
26478  und 
26479 \family sans
26480 Höhe 
26481 \family default
26482 festlegen.
26483  Die verfügbaren Einheiten werden in Tabelle
26484 \begin_inset space ~
26485 \end_inset
26486
26487
26488 \begin_inset CommandInset ref
26489 LatexCommand ref
26490 reference "tab:Maßeinheiten"
26491
26492 \end_inset
26493
26494  aufgelistet.
26495  Das Feld
26496 \family sans
26497  Höhe
26498 \family default
26499  bietet die folgenden zusätzlichen Größen:
26500 \end_layout
26501
26502 \begin_layout Description
26503 Tiefe Dies ist die reine Text-
26504 \begin_inset Quotes gld
26505 \end_inset
26506
26507 Höhe
26508 \begin_inset Quotes grd
26509 \end_inset
26510
26511 .
26512  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26513 \begin_inset Newline newline
26514 \end_inset
26515
26516
26517 \begin_inset Newline newline
26518 \end_inset
26519
26520
26521 \begin_inset Newline newline
26522 \end_inset
26523
26524
26525 \begin_inset Box Boxed
26526 position "c"
26527 hor_pos "c"
26528 has_inner_box 1
26529 inner_pos "c"
26530 use_parbox 0
26531 width "12col%"
26532 special "none"
26533 height "1in"
26534 height_special "depth"
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538 \align center
26539 Box-Höhe = 1
26540 \begin_inset space \thinspace{}
26541 \end_inset
26542
26543 Tiefe
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \begin_inset Newline newline
26550 \end_inset
26551
26552
26553 \begin_inset Newline newline
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \begin_layout Description
26560 Höhe Dies ist die Texthöhe innerhalb der Box.
26561  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26562  Texthöhe setzen: 
26563 \begin_inset Box Boxed
26564 position "c"
26565 hor_pos "c"
26566 has_inner_box 1
26567 inner_pos "c"
26568 use_parbox 0
26569 width "20col%"
26570 special "none"
26571 height "2in"
26572 height_special "height"
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576 \align center
26577 Boxhöhe = 2
26578 \begin_inset space \thinspace{}
26579 \end_inset
26580
26581 Höhe
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Description
26590 Gesamthöhe Dies ist Höhe
26591 \begin_inset space \thinspace{}
26592 \end_inset
26593
26594 +
26595 \begin_inset space \thinspace{}
26596 \end_inset
26597
26598 Tiefe: 
26599 \begin_inset Box Boxed
26600 position "c"
26601 hor_pos "c"
26602 has_inner_box 1
26603 inner_pos "c"
26604 use_parbox 0
26605 width "20col%"
26606 special "none"
26607 height "1in"
26608 height_special "totalheight"
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 \align center
26613 Boxhöhe = 1
26614 \begin_inset space \thinspace{}
26615 \end_inset
26616
26617 Gesamthöhe
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Description
26626 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26627 \begin_inset Box Boxed
26628 position "c"
26629 hor_pos "c"
26630 has_inner_box 1
26631 inner_pos "c"
26632 use_parbox 0
26633 width "12col%"
26634 special "none"
26635 height "1in"
26636 height_special "width"
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640 \align center
26641 Boxhöhe = 1
26642 \begin_inset space \thinspace{}
26643 \end_inset
26644
26645 Breite
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \begin_layout Subsection
26654 Ausrichtung
26655 \begin_inset Index
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 Boxen ! Ausrichtung
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Standard
26668 Wenn Sie eine 
26669 \family sans
26670 Innere
26671 \begin_inset space ~
26672 \end_inset
26673
26674 Box
26675 \family default
26676  gewählt haben, kann die Box mit folgenden Werten für 
26677 \family sans
26678 Box
26679 \family default
26680  senkrecht ausgerichtet werden:
26681 \end_layout
26682
26683 \begin_layout Description
26684 Oben Dies ist ein Beispieltext.
26685  
26686 \begin_inset Box Boxed
26687 position "t"
26688 hor_pos "c"
26689 has_inner_box 1
26690 inner_pos "c"
26691 use_parbox 0
26692 width "20col%"
26693 special "none"
26694 height "1in"
26695 height_special "totalheight"
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699 \align center
26700 Die Ober\SpecialChar \-
26701 kante der Box ist in der Zeile.
26702 \end_layout
26703
26704 \end_inset
26705
26706  Dies ist ein Beispieltext.
26707 \end_layout
26708
26709 \begin_layout Description
26710 Mitte Dies ist ein Beispieltext.
26711  
26712 \begin_inset Box Boxed
26713 position "c"
26714 hor_pos "c"
26715 has_inner_box 1
26716 inner_pos "c"
26717 use_parbox 0
26718 width "20col%"
26719 special "none"
26720 height "1in"
26721 height_special "totalheight"
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725 \align center
26726 Die Mitte der Box ist in der Zeile.
26727 \end_layout
26728
26729 \end_inset
26730
26731  Dies ist ein Beispieltext.
26732 \end_layout
26733
26734 \begin_layout Description
26735 Unten Dies ist ein Beispieltext.
26736  
26737 \begin_inset Box Boxed
26738 position "b"
26739 hor_pos "c"
26740 has_inner_box 1
26741 inner_pos "c"
26742 use_parbox 0
26743 width "20col%"
26744 special "none"
26745 height "1in"
26746 height_special "totalheight"
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750 \align center
26751 Die Unter\SpecialChar \-
26752 kante der Box ist in der Zeile.
26753 \end_layout
26754
26755 \end_inset
26756
26757  Dies ist ein Beispieltext.
26758 \end_layout
26759
26760 \begin_layout Standard
26761 \begin_inset Note Greyedout
26762 status open
26763
26764 \begin_layout Plain Layout
26765
26766 \series bold
26767 Bemerkung:
26768 \series default
26769  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26770  Boxen in einer Zeile sind und eine Box z.
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 B.
26775  schattiert ist, die andere abere nicht.
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 Eine Box kann mit dem Dialog 
26785 \family sans
26786 Absatz-Einstellungen
26787 \family default
26788  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26789 \end_layout
26790
26791 \begin_layout Standard
26792 \begin_inset VSpace bigskip
26793 \end_inset
26794
26795 Wenn Sie eine 
26796 \family sans
26797 Innere
26798 \begin_inset space ~
26799 \end_inset
26800
26801 Box
26802 \family default
26803  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26804 \family sans
26805 Inhalt
26806 \family default
26807  senkrecht ausgerichtet werden:
26808 \end_layout
26809
26810 \begin_layout Description
26811 Oben Dies ist ein Beispieltext.
26812  
26813 \begin_inset Box Boxed
26814 position "c"
26815 hor_pos "c"
26816 has_inner_box 1
26817 inner_pos "t"
26818 use_parbox 0
26819 width "20col%"
26820 special "none"
26821 height "1.5in"
26822 height_special "totalheight"
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826 \align center
26827 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26828 \end_layout
26829
26830 \end_inset
26831
26832  Dies ist ein Beispieltext.
26833 \end_layout
26834
26835 \begin_layout Description
26836 Mitte Dies ist ein Beispieltext.
26837  
26838 \begin_inset Box Boxed
26839 position "c"
26840 hor_pos "c"
26841 has_inner_box 1
26842 inner_pos "c"
26843 use_parbox 0
26844 width "20col%"
26845 special "none"
26846 height "1.5in"
26847 height_special "totalheight"
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851 \align center
26852 Der Boxinhalt ist zentriert ausgerichtet.
26853 \end_layout
26854
26855 \end_inset
26856
26857  Dies ist ein Beispieltext.
26858 \end_layout
26859
26860 \begin_layout Description
26861 Unten Dies ist ein Beispieltext.
26862  
26863 \begin_inset Box Boxed
26864 position "c"
26865 hor_pos "c"
26866 has_inner_box 1
26867 inner_pos "b"
26868 use_parbox 0
26869 width "20col%"
26870 special "none"
26871 height "1.5in"
26872 height_special "totalheight"
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876 \align center
26877 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26878 \end_layout
26879
26880 \end_inset
26881
26882  Dies ist ein Beispieltext.
26883 \end_layout
26884
26885 \begin_layout Description
26886 Dehnen Dies ist ein Beispieltext.
26887  
26888 \begin_inset Box Boxed
26889 position "c"
26890 hor_pos "c"
26891 has_inner_box 1
26892 inner_pos "s"
26893 use_parbox 0
26894 width "20col%"
26895 special "none"
26896 height "1in"
26897 height_special "totalheight"
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 \align center
26902 Der Boxinhalt
26903 \end_layout
26904
26905 \begin_layout Plain Layout
26906 \align center
26907 ist über die
26908 \end_layout
26909
26910 \begin_layout Plain Layout
26911 \align center
26912 Boxhöhe
26913 \end_layout
26914
26915 \begin_layout Plain Layout
26916 \align center
26917 gleichmäßig verteilt.
26918 \end_layout
26919
26920 \end_inset
26921
26922  Dies ist ein Beispieltext.
26923 \end_layout
26924
26925 \begin_layout Standard
26926 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26927  besteht.
26928  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26929 \end_layout
26930
26931 \begin_layout Standard
26932 Ein Boxinhalt kann mit dem Dialog 
26933 \family sans
26934 Absatz-Einstellungen
26935 \family default
26936  waagerecht ausgerichtet werden, wenn Sie eine
26937 \family sans
26938  Innere
26939 \begin_inset space ~
26940 \end_inset
26941
26942 Box
26943 \family default
26944  gewählt haben.
26945 \end_layout
26946
26947 \begin_layout Standard
26948 \align center
26949 \begin_inset Box Boxed
26950 position "c"
26951 hor_pos "c"
26952 has_inner_box 1
26953 inner_pos "s"
26954 use_parbox 0
26955 width "30col%"
26956 special "none"
26957 height "1.25in"
26958 height_special "totalheight"
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 \align left
26963 Hier ist jede Zeile
26964 \end_layout
26965
26966 \begin_layout Plain Layout
26967 \align center
26968 anders
26969 \end_layout
26970
26971 \begin_layout Plain Layout
26972 \align right
26973 ausgerichtet.
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Standard
26982 Wenn Sie keine
26983 \family sans
26984  Innere
26985 \begin_inset space ~
26986 \end_inset
26987
26988 Box
26989 \family default
26990  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26991 \family sans
26992 Box-Einstellungen-
26993 \family default
26994 Dialog ausrichten
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \align center
26999 \begin_inset Box Boxed
27000 position "c"
27001 hor_pos "s"
27002 has_inner_box 0
27003 inner_pos "s"
27004 use_parbox 0
27005 width "90col%"
27006 special "none"
27007 height "1.25in"
27008 height_special "totalheight"
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 \align left
27013 Dieser Boxinhalt wurde horizontal gedehnt.
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Subsection
27022 Verzierung
27023 \begin_inset CommandInset label
27024 LatexCommand label
27025 name "uab:Verzierung"
27026
27027 \end_inset
27028
27029
27030 \begin_inset Index
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 Boxen ! Verzierung
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 Im 
27044 \family sans
27045 Box-Einstellungen-
27046 \family default
27047 Dialog können Sie mit der 
27048 \family sans
27049 Verzierung
27050 \family default
27051  den Typ der Box auswählen:
27052 \end_layout
27053
27054 \begin_layout Description
27055 Einfacher
27056 \begin_inset space ~
27057 \end_inset
27058
27059 rechteckiger
27060 \begin_inset space ~
27061 \end_inset
27062
27063 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27064  Die Rahmendicke wird durch 
27065 \series bold
27066
27067 \backslash
27068 fboxrule
27069 \series default
27070  festgelegt.
27071  
27072 \begin_inset Box Boxed
27073 position "c"
27074 hor_pos "c"
27075 has_inner_box 1
27076 inner_pos "c"
27077 use_parbox 0
27078 width "21col%"
27079 special "none"
27080 height "1in"
27081 height_special "totalheight"
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085
27086 \series medium
27087 Rechteckige
27088 \begin_inset space ~
27089 \end_inset
27090
27091 Box
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \begin_layout Description
27100 erlaube
27101 \begin_inset space ~
27102 \end_inset
27103
27104 Seitenumbrüche Wenn Sie die Verzierung 
27105 \family sans
27106 Einfacher rechteckiger Rahmen
27107 \family default
27108  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27109  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27110  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27111  für sich ist und 
27112 \series bold
27113
27114 \backslash
27115 fboxrule
27116 \series default
27117  und 
27118 \series bold
27119
27120 \backslash
27121 fboxsep
27122 \series default
27123  keinen Einfluss auf diesen Box Typ haben.
27124  Die Rahmendicke wird durch 
27125 \series bold
27126
27127 \backslash
27128 FrameRule
27129 \series default
27130  festgelegt.
27131  
27132 \begin_inset Box Framed
27133 position "t"
27134 hor_pos "c"
27135 has_inner_box 0
27136 inner_pos "t"
27137 use_parbox 0
27138 width "100col%"
27139 special "none"
27140 height "1in"
27141 height_special "totalheight"
27142 status collapsed
27143
27144 \begin_layout Plain Layout
27145 Box erlaubt Seitenumbruch
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \begin_layout Description
27154 Ovaler
27155 \begin_inset space ~
27156 \end_inset
27157
27158 Rahmen,
27159 \begin_inset space ~
27160 \end_inset
27161
27162 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27163  Die Rahmendicke ist 0.4
27164 \begin_inset space \thinspace{}
27165 \end_inset
27166
27167 pt.
27168  
27169 \begin_inset Box ovalbox
27170 position "c"
27171 hor_pos "c"
27172 has_inner_box 1
27173 inner_pos "c"
27174 use_parbox 0
27175 width "20col%"
27176 special "none"
27177 height "1in"
27178 height_special "totalheight"
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182 Ovale
27183 \begin_inset space ~
27184 \end_inset
27185
27186 Box,
27187 \begin_inset space ~
27188 \end_inset
27189
27190 dünn
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Description
27199 Ovaler
27200 \begin_inset space ~
27201 \end_inset
27202
27203 Rahmen,
27204 \begin_inset space ~
27205 \end_inset
27206
27207 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27208  Die Rahmendicke ist 0.8
27209 \begin_inset space \thinspace{}
27210 \end_inset
27211
27212 pt.
27213  
27214 \begin_inset Box Ovalbox
27215 position "c"
27216 hor_pos "c"
27217 has_inner_box 1
27218 inner_pos "c"
27219 use_parbox 0
27220 width "20col%"
27221 special "none"
27222 height "1in"
27223 height_special "totalheight"
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227 Ovale
27228 \begin_inset space ~
27229 \end_inset
27230
27231 Box,
27232 \begin_inset space ~
27233 \end_inset
27234
27235 dick
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Description
27244 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27245  Die Rahmendicke wird durch 
27246 \series bold
27247
27248 \backslash
27249 fboxrule
27250 \series default
27251  festgelegt, der Schatten ist 4
27252 \begin_inset space \thinspace{}
27253 \end_inset
27254
27255 pt breit.
27256 \begin_inset Newline newline
27257 \end_inset
27258
27259
27260 \begin_inset Box Shadowbox
27261 position "c"
27262 hor_pos "c"
27263 has_inner_box 1
27264 inner_pos "c"
27265 use_parbox 0
27266 width "20col%"
27267 special "none"
27268 height "1in"
27269 height_special "totalheight"
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273 Schattierte
27274 \begin_inset space ~
27275 \end_inset
27276
27277 Box
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Description
27286 Schattierter
27287 \begin_inset space ~
27288 \end_inset
27289
27290 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27291  Im Gegensatz zu farbigen Boxen
27292 \begin_inset Foot
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 siehe Abschnitt
27297 \begin_inset space ~
27298 \end_inset
27299
27300
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "abs:Farbige-Boxen"
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \end_inset
27311
27312  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27313  die Box ist ein Absatz für sich.
27314  
27315 \begin_inset Box Shaded
27316 position "t"
27317 hor_pos "c"
27318 has_inner_box 0
27319 inner_pos "t"
27320 use_parbox 0
27321 width "50col%"
27322 special "none"
27323 height "1in"
27324 height_special "totalheight"
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328 Schattierter Hintergrund Box
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Description
27337 Doppelter
27338 \begin_inset space ~
27339 \end_inset
27340
27341 rechteckiger
27342 \begin_inset space ~
27343 \end_inset
27344
27345 Rahmen zeichnet einen doppelten Rahmen um die Box.
27346  Der innere Rahmen ist 0.75
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350
27351 \series bold
27352
27353 \backslash
27354 fboxrule
27355 \series default
27356  breit, der äußere 1.5
27357 \begin_inset space \thinspace{}
27358 \end_inset
27359
27360
27361 \series bold
27362
27363 \backslash
27364 fboxrule
27365 \series default
27366 , der Zwischenraum 1.5
27367 \begin_inset space \thinspace{}
27368 \end_inset
27369
27370
27371 \series bold
27372
27373 \backslash
27374 fboxrule
27375 \series default
27376
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 +
27381 \begin_inset space \thinspace{}
27382 \end_inset
27383
27384 0.5
27385 \begin_inset space \thinspace{}
27386 \end_inset
27387
27388 pt.
27389  
27390 \begin_inset Box Doublebox
27391 position "c"
27392 hor_pos "c"
27393 has_inner_box 1
27394 inner_pos "c"
27395 use_parbox 0
27396 width "20col%"
27397 special "none"
27398 height "1in"
27399 height_special "totalheight"
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 Doppelt
27404 \begin_inset space ~
27405 \end_inset
27406
27407 gerahmte
27408 \begin_inset space ~
27409 \end_inset
27410
27411 Box
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Standard
27420 \begin_inset VSpace bigskip
27421 \end_inset
27422
27423 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27424  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27425 \series bold
27426 fancybox
27427 \series default
27428
27429 \begin_inset Index
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 LaTeX-Pakete ! fancybox
27434 \end_layout
27435
27436 \end_inset
27437
27438  installiert sein.
27439 \end_layout
27440
27441 \begin_layout Section
27442 Box-Anpassung
27443 \begin_inset Index
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447 Boxen ! Anpassung
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \begin_layout Standard
27456 Der Standardwert für 
27457 \series bold
27458
27459 \backslash
27460 fboxrule
27461 \series default
27462  ist 0.4
27463 \begin_inset space \thinspace{}
27464 \end_inset
27465
27466 pt.
27467  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471 pt gesetzt werden:
27472 \end_layout
27473
27474 \begin_layout Standard
27475
27476 \series bold
27477
27478 \backslash
27479 setlength{
27480 \backslash
27481 fboxrule}{2pt}
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 setlength{
27493 \backslash
27494 fboxrule}{2pt}
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset Box Boxed
27501 position "c"
27502 hor_pos "c"
27503 has_inner_box 1
27504 inner_pos "c"
27505 use_parbox 0
27506 width "30col%"
27507 special "none"
27508 height "1in"
27509 height_special "totalheight"
27510 status open
27511
27512 \begin_layout Plain Layout
27513 \align center
27514 Rechteckige Box mit einer Rahmenbreite von 2
27515 \begin_inset space \thinspace{}
27516 \end_inset
27517
27518 pt
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 setlength{
27532 \backslash
27533 fboxrule}{0.4pt}
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \begin_inset VSpace bigskip
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27547 \begin_inset space \thinspace{}
27548 \end_inset
27549
27550 pt.
27551  Sie können das ändern, indem Sie den Wert von 
27552 \series bold
27553
27554 \backslash
27555 fboxsep
27556 \series default
27557  mit einem TeX-Code-Befehl ändern:
27558 \end_layout
27559
27560 \begin_layout Standard
27561
27562 \series bold
27563
27564 \backslash
27565 setlength{
27566 \backslash
27567 fboxsep}{10pt}
27568 \end_layout
27569
27570 \begin_layout Standard
27571 setzt den Wert auf 10
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 pt, wie in der folgenden Box:
27576 \end_layout
27577
27578 \begin_layout Standard
27579 \begin_inset ERT
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583
27584
27585 \backslash
27586 setlength{
27587 \backslash
27588 fboxsep}{10pt}
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \begin_inset Box Boxed
27595 position "c"
27596 hor_pos "c"
27597 has_inner_box 1
27598 inner_pos "c"
27599 use_parbox 0
27600 width "25col%"
27601 special "none"
27602 height "1in"
27603 height_special "totalheight"
27604 status open
27605
27606 \begin_layout Plain Layout
27607 \align center
27608 Rechteckige Box mit 
27609 \series bold
27610
27611 \backslash
27612 fboxsep
27613 \series default
27614
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 =
27619 \begin_inset space \thinspace{}
27620 \end_inset
27621
27622 10
27623 \begin_inset space \thinspace{}
27624 \end_inset
27625
27626 pt
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 setlength{
27640 \backslash
27641 fboxsep}{3pt}
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 \noindent
27651 \begin_inset VSpace bigskip
27652 \end_inset
27653
27654 Der Durchmesser der abgerundeten Ecken kann mit 
27655 \series bold
27656
27657 \backslash
27658 cornersize
27659 \series default
27660  gesetzt werden.
27661  Der TeX-Code-Befehl
27662 \end_layout
27663
27664 \begin_layout Standard
27665
27666 \series bold
27667
27668 \backslash
27669 cornersize*{1cm}
27670 \end_layout
27671
27672 \begin_layout Standard
27673 setzt den Durchmesser auf 1
27674 \begin_inset space \thinspace{}
27675 \end_inset
27676
27677 cm.
27678  Der TeX-Code-Befehl
27679 \end_layout
27680
27681 \begin_layout Standard
27682
27683 \series bold
27684
27685 \backslash
27686 cornersize{num}
27687 \end_layout
27688
27689 \begin_layout Standard
27690 setzt den Durchmesser auf 
27691 \family sans
27692 num
27693 \begin_inset space \thinspace{}
27694 \end_inset
27695
27696 ×
27697 \begin_inset space \thinspace{}
27698 \end_inset
27699
27700 Minimum(Breite der Box, Höhe der Box)
27701 \family default
27702 .
27703  Der Standardwert ist 
27704 \series bold
27705
27706 \backslash
27707 cornersize{0.5}
27708 \series default
27709 .
27710 \end_layout
27711
27712 \begin_layout Standard
27713 \begin_inset ERT
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717
27718
27719 \backslash
27720 cornersize*{1.5cm}
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \begin_inset Box Ovalbox
27727 position "c"
27728 hor_pos "c"
27729 has_inner_box 1
27730 inner_pos "c"
27731 use_parbox 0
27732 width "30col%"
27733 special "none"
27734 height "1in"
27735 height_special "totalheight"
27736 status open
27737
27738 \begin_layout Plain Layout
27739 \align center
27740 Ovale Box, dicker Rand, mit 
27741 \series bold
27742
27743 \backslash
27744 cornersize
27745 \series default
27746
27747 \begin_inset space \thinspace{}
27748 \end_inset
27749
27750 =
27751 \begin_inset space \thinspace{}
27752 \end_inset
27753
27754 1.5
27755 \begin_inset space \thinspace{}
27756 \end_inset
27757
27758 cm
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 cornersize{0.5}
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 \begin_inset VSpace bigskip
27781 \end_inset
27782
27783 Die Breite des Schattens wird mit 
27784 \series bold
27785
27786 \backslash
27787 shadowsize
27788 \series default
27789  festgelegt.
27790  Mit dem TeX-Code-Befehl
27791 \end_layout
27792
27793 \begin_layout Standard
27794
27795 \series bold
27796
27797 \backslash
27798 setlength{
27799 \backslash
27800 shadowsize}{2pt}
27801 \end_layout
27802
27803 \begin_layout Standard
27804 wird er für die folgende Box auf 2
27805 \begin_inset space \thinspace{}
27806 \end_inset
27807
27808 pt festgelegt.
27809 \end_layout
27810
27811 \begin_layout Standard
27812 \begin_inset ERT
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816
27817
27818 \backslash
27819 setlength{
27820 \backslash
27821 shadowsize}{2pt}
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \begin_inset Box Shadowbox
27828 position "c"
27829 hor_pos "c"
27830 has_inner_box 1
27831 inner_pos "c"
27832 use_parbox 0
27833 width "25col%"
27834 special "none"
27835 height "1in"
27836 height_special "totalheight"
27837 status open
27838
27839 \begin_layout Plain Layout
27840 \align center
27841 Schattierte Box mit 
27842 \series bold
27843
27844 \backslash
27845 shadowsize
27846 \series default
27847
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 =
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 2
27856 \begin_inset space \thinspace{}
27857 \end_inset
27858
27859 pt
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \begin_inset ERT
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869
27870
27871 \backslash
27872 setlength{
27873 \backslash
27874 shadowsize}{4pt}
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 \begin_inset VSpace bigskip
27884 \end_inset
27885
27886 Der Standardwert für 
27887 \series bold
27888
27889 \backslash
27890 FrameRule
27891 \series default
27892  ist 0.4
27893 \begin_inset space \thinspace{}
27894 \end_inset
27895
27896 pt.
27897  Der Standard-Abstand zwischen Rahmen und Text ist 9
27898 \begin_inset space \thinspace{}
27899 \end_inset
27900
27901 pt und kann mit dem Wert für 
27902 \series bold
27903
27904 \backslash
27905 FrameSep
27906 \series default
27907  geändert werden.
27908  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27909  TeX-Code Befehlen geändert:
27910 \end_layout
27911
27912 \begin_layout Standard
27913
27914 \series bold
27915
27916 \backslash
27917 setlength{
27918 \backslash
27919 FrameRule}{5pt}
27920 \begin_inset Newline newline
27921 \end_inset
27922
27923
27924 \backslash
27925 setlength{
27926 \backslash
27927 FrameSep}{0.5cm}
27928 \end_layout
27929
27930 \begin_layout Standard
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 setlength{
27939 \backslash
27940 FrameRule}{5pt}
27941 \end_layout
27942
27943 \begin_layout Plain Layout
27944
27945
27946 \backslash
27947 setlength{
27948 \backslash
27949 FrameSep}{0.5cm}
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \begin_inset Box Framed
27956 position "t"
27957 hor_pos "c"
27958 has_inner_box 0
27959 inner_pos "t"
27960 use_parbox 0
27961 width "100col%"
27962 special "none"
27963 height "1in"
27964 height_special "totalheight"
27965 status open
27966
27967 \begin_layout Plain Layout
27968 Dies ist Text in einer 
27969 \family sans
27970 Seitenumbruch erlaubt
27971 \family default
27972  Box.
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset ERT
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982
27983
27984 \backslash
27985 setlength{
27986 \backslash
27987 FrameRule}{0.4pt}
27988 \end_layout
27989
27990 \begin_layout Plain Layout
27991
27992
27993 \backslash
27994 setlength{
27995 \backslash
27996 FrameSep}{9pt}
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 \begin_inset VSpace bigskip
28006 \end_inset
28007
28008 Für Boxen mit 
28009 \family sans
28010 schattiertem Hintergrund
28011 \family default
28012  beträgt der Abstand zwischen Rand und Text 3
28013 \begin_inset space \thinspace{}
28014 \end_inset
28015
28016 pt und kann mit 
28017 \series bold
28018
28019 \backslash
28020 fboxsep
28021 \series default
28022  geändert werden.
28023  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28024  
28025 \series bold
28026
28027 \backslash
28028 definecolor{shadebox}
28029 \series default
28030  oder global über das Menü 
28031 \family sans
28032 Werkzeuge\SpecialChar \menuseparator
28033 Einstellungen\SpecialChar \menuseparator
28034 Farben\SpecialChar \menuseparator
28035 Schattierte
28036 \begin_inset space ~
28037 \end_inset
28038
28039 Box
28040 \family default
28041  geändert werden.
28042  Das Schema des 
28043 \series bold
28044
28045 \backslash
28046 definecolor
28047 \series default
28048  Befehls ist  in Abschnitt
28049 \begin_inset space ~
28050 \end_inset
28051
28052
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "abs:Farbige-Tabellen"
28056
28057 \end_inset
28058
28059  erklärt.
28060 \begin_inset Foot
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 Beachten Sie, dass 
28065 \series bold
28066
28067 \backslash
28068 definecolor
28069 \series default
28070  das LaTeX-Paket 
28071 \series bold
28072 color
28073 \series default
28074  in der Präambel benötigt, siehe Abschnitt
28075 \begin_inset space ~
28076 \end_inset
28077
28078
28079 \begin_inset CommandInset ref
28080 LatexCommand ref
28081 reference "abs:Farbige-Boxen"
28082
28083 \end_inset
28084
28085 .
28086 \end_layout
28087
28088 \end_inset
28089
28090  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28091 \end_layout
28092
28093 \begin_layout Standard
28094
28095 \series bold
28096
28097 \backslash
28098 setlength{
28099 \backslash
28100 fboxsep}{0.5cm}
28101 \begin_inset Newline newline
28102 \end_inset
28103
28104
28105 \backslash
28106 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28107 \end_layout
28108
28109 \begin_layout Standard
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114
28115
28116 \backslash
28117 setlength{
28118 \backslash
28119 fboxsep}{0.5cm}
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \begin_inset Box Shaded
28133 position "t"
28134 hor_pos "c"
28135 has_inner_box 0
28136 inner_pos "t"
28137 use_parbox 0
28138 width "100col%"
28139 special "none"
28140 height "1in"
28141 height_special "totalheight"
28142 status open
28143
28144 \begin_layout Plain Layout
28145
28146 \color yellow
28147 Dies ist gelber Text in einer 
28148 \family sans
28149 schattierten Hintergrund
28150 \begin_inset space ~
28151 \end_inset
28152
28153
28154 \family default
28155 Box auf dunkelgrünem Hintergrund.
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \begin_inset ERT
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165
28166
28167 \backslash
28168 setlength{
28169 \backslash
28170 fboxsep}{3pt}
28171 \end_layout
28172
28173 \begin_layout Plain Layout
28174
28175
28176 \backslash
28177 definecolor{shadecolor}{rgb}{1,0,0}
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 \begin_inset VSpace bigskip
28187 \end_inset
28188
28189 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28190  der sie ändert.
28191 \end_layout
28192
28193 \begin_layout Section
28194 Minipage
28195 \begin_inset CommandInset label
28196 LatexCommand label
28197 name "abs:Minipage"
28198
28199 \end_inset
28200
28201
28202 \begin_inset Index
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Boxen ! Minipage
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Standard
28215 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28216  deshalb unter anderem eigene Fußnoten haben.
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28221 \end_layout
28222
28223 \begin_layout Standard
28224 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28225  Ihre Breite ist 45 Spaltenbreite
28226 \begin_inset space ~
28227 \end_inset
28228
28229 %, und sie sind durch einen 
28230 \family sans
28231 HFill
28232 \family default
28233  getrennt (
28234 \family sans
28235 Einfügen\SpecialChar \menuseparator
28236 Formatierung\SpecialChar \menuseparator
28237 Horizontaler
28238 \begin_inset space \space{}
28239 \end_inset
28240
28241 Abstand\SpecialChar \menuseparator
28242 Abstand\SpecialChar \menuseparator
28243 Variabler
28244 \begin_inset space ~
28245 \end_inset
28246
28247 horiz.
28248 \begin_inset space ~
28249 \end_inset
28250
28251 Abstand
28252 \family default
28253 ).
28254 \begin_inset Newpage newpage
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 \noindent
28262 \begin_inset Box Frameless
28263 position "t"
28264 hor_pos "c"
28265 has_inner_box 1
28266 inner_pos "c"
28267 use_parbox 0
28268 width "45col%"
28269 special "none"
28270 height "1in"
28271 height_special "totalheight"
28272 status open
28273
28274 \begin_layout Plain Layout
28275 Dies ist ein deutscher Text.
28276  Dies ist ein deutscher Text.
28277  Dies ist ein deutscher Text.
28278  Dies ist ein deutscher Text.
28279  Dies ist ein deutscher Text.
28280  Dies ist ein deutscher Text.
28281  Dies ist ein deutscher Text.
28282  Dies ist ein deutscher Text.
28283  Dies ist ein deutscher Text.
28284  Dies ist ein deutscher Text.
28285  Dies ist ein deutscher Text.
28286  Dies ist ein deutscher Text.
28287  Dies ist ein deutscher Text
28288 \begin_inset Foot
28289 status open
28290
28291 \begin_layout Plain Layout
28292 Dies ist eine deutsche Fußnote.
28293 \end_layout
28294
28295 \end_inset
28296
28297 .
28298  Dies ist ein deutscher Text.
28299  Dies ist ein deutscher Text.
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \begin_inset space \hfill{}
28306 \end_inset
28307
28308
28309 \begin_inset Box Frameless
28310 position "t"
28311 hor_pos "c"
28312 has_inner_box 1
28313 inner_pos "c"
28314 use_parbox 0
28315 width "45col%"
28316 special "none"
28317 height "1in"
28318 height_special "totalheight"
28319 status open
28320
28321 \begin_layout Plain Layout
28322
28323 \lang english
28324 This is an English Text.
28325  This is an English Text.
28326  This is an English Text.
28327  This is an English Text.
28328  This is an English Text.
28329  This is an English Text.
28330  This is an English Text.
28331  This is an English Text.
28332  This is an English Text.
28333  This is an English Text.
28334  This is an English Text.
28335  This is an English Text.
28336  This is an English Text.
28337  This is an English Text.
28338  This is an English Text.
28339  This is an English Text.
28340 \begin_inset Foot
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344
28345 \lang english
28346 This is an English footnote.
28347 \end_layout
28348
28349 \end_inset
28350
28351  This is an English Text.
28352  
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \noindent
28362 \begin_inset VSpace bigskip
28363 \end_inset
28364
28365 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28366  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28367  auf der die Tabelle gedruckt wird: 
28368 \begin_inset Tabular
28369 <lyxtabular version="3" rows="3" columns="4">
28370 <features>
28371 <column alignment="center" valignment="top" width="0pt">
28372 <column alignment="center" valignment="top" width="0pt">
28373 <column alignment="center" valignment="top" width="0pt">
28374 <column alignment="center" valignment="top" width="0pt">
28375 <row>
28376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28377 \begin_inset Text
28378
28379 \begin_layout Plain Layout
28380 1
28381 \end_layout
28382
28383 \end_inset
28384 </cell>
28385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28386 \begin_inset Text
28387
28388 \begin_layout Plain Layout
28389 2
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Plain Layout
28398 3
28399 \begin_inset Foot
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Dies ist eine Fußnote in einer Tabelle.
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Plain Layout
28417 4
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 </row>
28423 <row>
28424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 a
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28434 \begin_inset Text
28435
28436 \begin_layout Plain Layout
28437 b
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28443 \begin_inset Text
28444
28445 \begin_layout Plain Layout
28446 c
28447 \end_layout
28448
28449 \end_inset
28450 </cell>
28451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 d
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 </row>
28461 <row>
28462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 e
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28472 \begin_inset Text
28473
28474 \begin_layout Plain Layout
28475 f
28476 \end_layout
28477
28478 \end_inset
28479 </cell>
28480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Plain Layout
28484 g
28485 \end_layout
28486
28487 \end_inset
28488 </cell>
28489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 h
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 </row>
28499 </lyxtabular>
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 \noindent
28508 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28509  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28510  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28511  außerhalb.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 \align center
28516 \begin_inset Box Frameless
28517 position "t"
28518 hor_pos "c"
28519 has_inner_box 1
28520 inner_pos "c"
28521 use_parbox 0
28522 width "30col%"
28523 special "none"
28524 height "1in"
28525 height_special "totalheight"
28526 status open
28527
28528 \begin_layout Plain Layout
28529 \align center
28530 \begin_inset Tabular
28531 <lyxtabular version="3" rows="3" columns="4">
28532 <features>
28533 <column alignment="center" valignment="top" width="0pt">
28534 <column alignment="center" valignment="top" width="0pt">
28535 <column alignment="center" valignment="top" width="0pt">
28536 <column alignment="center" valignment="top" width="0pt">
28537 <row>
28538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28539 \begin_inset Text
28540
28541 \begin_layout Plain Layout
28542 1
28543 \end_layout
28544
28545 \end_inset
28546 </cell>
28547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 2
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 3
28561 \begin_inset Foot
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565 Dies ist eine Fußnote in einer Tabelle.
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 4
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 </row>
28585 <row>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 a
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28596 \begin_inset Text
28597
28598 \begin_layout Plain Layout
28599 b
28600 \end_layout
28601
28602 \end_inset
28603 </cell>
28604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28605 \begin_inset Text
28606
28607 \begin_layout Plain Layout
28608 c
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 d
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 </row>
28623 <row>
28624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28625 \begin_inset Text
28626
28627 \begin_layout Plain Layout
28628 e
28629 \end_layout
28630
28631 \end_inset
28632 </cell>
28633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28634 \begin_inset Text
28635
28636 \begin_layout Plain Layout
28637 f
28638 \end_layout
28639
28640 \end_inset
28641 </cell>
28642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28643 \begin_inset Text
28644
28645 \begin_layout Plain Layout
28646 g
28647 \end_layout
28648
28649 \end_inset
28650 </cell>
28651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655 h
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 </row>
28661 </lyxtabular>
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 \begin_inset VSpace bigskip
28675 \end_inset
28676
28677 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28678  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28679  Absätze nicht eingerückt werden, obwohl Sie das in 
28680 \family sans
28681 Dokument
28682 \family default
28683 \SpecialChar \menuseparator
28684
28685 \family sans
28686 Einstellun\SpecialChar \-
28687 gen\SpecialChar \menuseparator
28688 Textformat
28689 \family default
28690  festgelegt haben.
28691  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28692  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28693 \series bold
28694
28695 \backslash
28696 hspace*{1em}
28697 \series default
28698 .
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28703  zu verpassen, siehe Abschnitt
28704 \begin_inset space ~
28705 \end_inset
28706
28707
28708 \begin_inset CommandInset ref
28709 LatexCommand ref
28710 reference "uab:Farbe-für-Absätze"
28711
28712 \end_inset
28713
28714 .
28715 \end_layout
28716
28717 \begin_layout Standard
28718 \begin_inset Note Greyedout
28719 status open
28720
28721 \begin_layout Plain Layout
28722
28723 \series bold
28724 Bemerkung:
28725 \series default
28726  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28727  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \end_layout
28734
28735 \begin_layout Section
28736 Parbox
28737 \begin_inset CommandInset label
28738 LatexCommand label
28739 name "abs:Parbox"
28740
28741 \end_inset
28742
28743
28744 \begin_inset Index
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 Boxen ! Parbox
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 Parbox ist eine Abkürzung für 
28758 \begin_inset Quotes gld
28759 \end_inset
28760
28761 paragraph box
28762 \begin_inset Quotes grd
28763 \end_inset
28764
28765 , was Absatzbox bedeutet.
28766  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28767  Parboxen einige Einschränkungen.
28768  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28769  gedruckt:
28770 \end_layout
28771
28772 \begin_layout Standard
28773 \align center
28774 \begin_inset Box Frameless
28775 position "t"
28776 hor_pos "c"
28777 has_inner_box 1
28778 inner_pos "t"
28779 use_parbox 1
28780 width "33col%"
28781 special "none"
28782 height "1in"
28783 height_special "totalheight"
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 Dies ist Text in einer Parbox.
28788  Dies ist Text in einer Parbox.
28789 \end_layout
28790
28791 \begin_layout Plain Layout
28792 Diese Fußnote wird nicht gedruckt:
28793 \begin_inset Foot
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Standard
28811 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28812  und Theoreme enthalten.
28813 \end_layout
28814
28815 \begin_layout Section
28816 Boxen für Worte und Buchstaben
28817 \begin_inset Index
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821 Boxen ! für Buchstaben
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Subsection
28830 Silbentrennung unterbinden 
28831 \begin_inset CommandInset label
28832 LatexCommand label
28833 name "abs:Silbentrennung-unterbinden"
28834
28835 \end_inset
28836
28837
28838 \begin_inset Index
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Boxen ! zur Vermeidung von Silbentrennung
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28852 \begin_inset Newline newline
28853 \end_inset
28854
28855 Hier ist ein Beispiel: 
28856 \end_layout
28857
28858 \begin_layout Standard
28859 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28860 \begin_inset Quotes gld
28861 \end_inset
28862
28863 einsehrsehrsehrlangeswort
28864 \begin_inset Quotes grd
28865 \end_inset
28866
28867 .
28868 \end_layout
28869
28870 \begin_layout Standard
28871 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28872  soll, den TeX-Code
28873 \end_layout
28874
28875 \begin_layout Standard
28876
28877 \series bold
28878
28879 \backslash
28880 mbox{
28881 \end_layout
28882
28883 \begin_layout Standard
28884 ein.
28885  Hinter dem Wort fügen Sie 
28886 \series bold
28887
28888 \begin_inset Quotes gld
28889 \end_inset
28890
28891 }
28892 \series default
28893
28894 \begin_inset Quotes grd
28895 \end_inset
28896
28897  als TeX-Code ein.
28898  Hier ist das Ergebnis:
28899 \end_layout
28900
28901 \begin_layout Standard
28902 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28903 \begin_inset ERT
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908
28909 \backslash
28910 mbox{
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \begin_inset Quotes gld
28917 \end_inset
28918
28919 einsehrsehrsehrlangeswort
28920 \begin_inset Quotes grd
28921 \end_inset
28922
28923
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929 }
28930 \end_layout
28931
28932 \end_inset
28933
28934 .
28935 \end_layout
28936
28937 \begin_layout Standard
28938 Alternativ dazu kann man auch den Befehl 
28939 \begin_inset Quotes gld
28940 \end_inset
28941
28942
28943 \series bold
28944
28945 \backslash
28946 -
28947 \series default
28948
28949 \begin_inset Quotes grd
28950 \end_inset
28951
28952  als TeX-Code direkt vor das Wort setzen:
28953 \end_layout
28954
28955 \begin_layout Standard
28956 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28957 \begin_inset Quotes gld
28958 \end_inset
28959
28960
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966
28967 \backslash
28968 -
28969 \end_layout
28970
28971 \end_inset
28972
28973 einsehrsehrsehrlangeswort
28974 \begin_inset Quotes grd
28975 \end_inset
28976
28977 .
28978 \end_layout
28979
28980 \begin_layout Standard
28981 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28982  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28983 \series bold
28984 Strg-Eingabe
28985 \series default
28986 ) einfügen: 
28987 \end_layout
28988
28989 \begin_layout Standard
28990 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28991 \begin_inset Newline newline
28992 \end_inset
28993
28994
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 mbox{
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Quotes gld
29009 \end_inset
29010
29011 einsehrsehrsehrlangeswort
29012 \begin_inset Quotes grd
29013 \end_inset
29014
29015
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021 }
29022 \end_layout
29023
29024 \end_inset
29025
29026 .
29027 \end_layout
29028
29029 \begin_layout Subsection
29030 Vertikale Ausrichtung
29031 \begin_inset CommandInset label
29032 LatexCommand label
29033 name "uab:Vertikale-Ausrichtung"
29034
29035 \end_inset
29036
29037
29038 \begin_inset Index
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042 Boxen ! für Vertikale Ausrichtung
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \begin_inset Index
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Boxen ! raisebox
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Mit dem LaTeX-Befehl 
29062 \series bold
29063
29064 \backslash
29065 raisebox
29066 \series default
29067  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29068 n Textes ausrichten.
29069  
29070 \series bold
29071
29072 \backslash
29073 raisebox
29074 \series default
29075  wird folgendermaßen benutzt:
29076 \end_layout
29077
29078 \begin_layout Standard
29079
29080 \series bold
29081
29082 \backslash
29083 raisebox{Verschiebung}[oben][unten]{Text}
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Positive Werte für Verschiebung
29088 \series bold
29089  
29090 \series default
29091 verschieben die Box nach oben, negative nach unten.
29092  Die beiden optionalen Parameter 
29093 \family typewriter
29094 oben
29095 \family default
29096  und 
29097 \family typewriter
29098 unten
29099 \family default
29100  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29101  hinausgeht, wenn sie nicht verschoben ist.
29102 \end_layout
29103
29104 \begin_layout Standard
29105 Um zum Beispiel das Wort 
29106 \begin_inset Quotes gld
29107 \end_inset
29108
29109 provokant
29110 \begin_inset Quotes grd
29111 \end_inset
29112
29113  mit seinem 
29114 \begin_inset Quotes gld
29115 \end_inset
29116
29117 niedrigsten
29118 \begin_inset Quotes grd
29119 \end_inset
29120
29121  Buchstaben 
29122 \begin_inset Quotes gld
29123 \end_inset
29124
29125 p
29126 \begin_inset Quotes grd
29127 \end_inset
29128
29129  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29130 \end_layout
29131
29132 \begin_layout Standard
29133
29134 \series bold
29135
29136 \backslash
29137 raisebox{
29138 \backslash
29139 depth}{
29140 \end_layout
29141
29142 \begin_layout Standard
29143 vor dem Wort einfügen und 
29144 \begin_inset Quotes gld
29145 \end_inset
29146
29147
29148 \series bold
29149 }
29150 \series default
29151
29152 \begin_inset Quotes grd
29153 \end_inset
29154
29155  als TeX-Code dahinter:
29156 \end_layout
29157
29158 \begin_layout Standard
29159 Dies ist eine Zeile, in der das Wort 
29160 \begin_inset ERT
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164
29165
29166 \backslash
29167 raisebox{
29168 \backslash
29169 depth}{
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \begin_inset Quotes gld
29176 \end_inset
29177
29178 provokant
29179 \begin_inset Quotes grd
29180 \end_inset
29181
29182
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188 }
29189 \end_layout
29190
29191 \end_inset
29192
29193  nach oben verschoben wurde.
29194 \end_layout
29195
29196 \begin_layout Standard
29197 \begin_inset VSpace bigskip
29198 \end_inset
29199
29200 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29201  gedehnt:
29202 \end_layout
29203
29204 \begin_layout Standard
29205 Dies ist eine Zeile, in der das Wort 
29206 \begin_inset ERT
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210
29211
29212 \backslash
29213 raisebox{-
29214 \backslash
29215 depth}{
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \begin_inset Quotes gld
29222 \end_inset
29223
29224 provokant
29225 \begin_inset Quotes grd
29226 \end_inset
29227
29228
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 }
29235 \end_layout
29236
29237 \end_inset
29238
29239  nach unten verschoben wurde.
29240 \end_layout
29241
29242 \begin_layout Standard
29243 Dies ist eine Zeile, in der das Wort 
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249
29250 \backslash
29251 raisebox{0.5cm}{
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \begin_inset Quotes gld
29258 \end_inset
29259
29260 testen
29261 \begin_inset Quotes grd
29262 \end_inset
29263
29264
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270 }
29271 \end_layout
29272
29273 \end_inset
29274
29275  um 0.5
29276 \begin_inset space \thinspace{}
29277 \end_inset
29278
29279 cm nach oben verschoben wurde.
29280 \end_layout
29281
29282 \begin_layout Standard
29283 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29284 \end_layout
29285
29286 \begin_layout Standard
29287
29288 \series bold
29289
29290 \backslash
29291 raisebox{-
29292 \backslash
29293 depth}[0pt]{
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Dies ist eine Zeile, in der das Wort 
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303
29304 \backslash
29305 raisebox{-
29306 \backslash
29307 depth}[0pt]{
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \begin_inset Quotes gld
29314 \end_inset
29315
29316 provokant
29317 \begin_inset Quotes grd
29318 \end_inset
29319
29320
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326 }
29327 \end_layout
29328
29329 \end_inset
29330
29331  nach unten verschoben wurde.
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Dies ist eine Zeile, in der das Wort 
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 raisebox{0.5cm}[0pt]{
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \begin_inset Quotes gld
29350 \end_inset
29351
29352 testen
29353 \begin_inset Quotes grd
29354 \end_inset
29355
29356
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362 }
29363 \end_layout
29364
29365 \end_inset
29366
29367  um 0.5
29368 \begin_inset space \thinspace{}
29369 \end_inset
29370
29371 cm nach oben verschoben wurde.
29372  Jetzt überschneiden sich die verschobenen Worte.
29373 \end_layout
29374
29375 \begin_layout Section
29376 Farbige Boxen
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "abs:Farbige-Boxen"
29380
29381 \end_inset
29382
29383
29384 \begin_inset Index
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Boxen ! farbige
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Subsection
29397 Text-Hintergrundfarbe
29398 \begin_inset Index
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Farbe ! für Text-Hintergrund
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Standard
29411 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29412  sogenannten 
29413 \begin_inset Quotes gld
29414 \end_inset
29415
29416 colorbox
29417 \begin_inset Quotes grd
29418 \end_inset
29419
29420  stehen.
29421  Dafür muss das LaTeX-Paket 
29422 \series bold
29423 color
29424 \series default
29425
29426 \begin_inset Index
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 LaTeX-Pakete ! color
29431 \end_layout
29432
29433 \end_inset
29434
29435  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29436 \end_layout
29437
29438 \begin_layout Standard
29439
29440 \series bold
29441
29442 \backslash
29443 @ifundefined{textcolor}
29444 \begin_inset Newline newline
29445 \end_inset
29446
29447
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 hphantom{ }
29456 \end_layout
29457
29458 \end_inset
29459
29460 {
29461 \backslash
29462 usepackage{color}}{}
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Wenn Sie Text einfärben, lädt LyX das Paket 
29467 \series bold
29468 color
29469 \series default
29470  automatisch.
29471 \begin_inset Foot
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475 Der Befehl 
29476 \series bold
29477
29478 \backslash
29479 @ifundefined
29480 \series default
29481  vermeidet, dass es in diesem Fall doppelt geladen wird.
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 \begin_inset VSpace medskip
29491 \end_inset
29492
29493 Colorboxen werden mit dem Befehl 
29494 \series bold
29495
29496 \backslash
29497 colorbox
29498 \series default
29499  erzeugt:
29500 \end_layout
29501
29502 \begin_layout Standard
29503
29504 \series bold
29505
29506 \backslash
29507 colorbox{Farbe}{Boxinhalt}
29508 \end_layout
29509
29510 \begin_layout Standard
29511 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29512  Boxen sein.
29513 \end_layout
29514
29515 \begin_layout Standard
29516 Die folgenden Farben sind vordefiniert:
29517 \family sans
29518  schwarz
29519 \family default
29520
29521 \family sans
29522 wei
29523 \family default
29524 ß, 
29525 \family sans
29526 rot
29527 \family default
29528 \series bold
29529 ,
29530 \series default
29531  
29532 \family sans
29533 grün
29534 \family default
29535
29536 \family sans
29537 blau
29538 \family default
29539
29540 \family sans
29541 türkis
29542 \family default
29543
29544 \family sans
29545 purpurrot
29546 \family default
29547  und 
29548 \family sans
29549 gelb
29550 \family default
29551 .
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29556 \begin_inset space ~
29557 \end_inset
29558
29559
29560 \begin_inset CommandInset ref
29561 LatexCommand ref
29562 reference "abs:Farbige-Tabellen"
29563
29564 \end_inset
29565
29566  beschrieben.
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29571  den TeX-Code-Befehl
29572 \end_layout
29573
29574 \begin_layout Standard
29575
29576 \series bold
29577
29578 \backslash
29579 colorbox{red}{
29580 \end_layout
29581
29582 \begin_layout Standard
29583 vor dem Wort ein.
29584  Hinter dem Wort fügen Sie 
29585 \series bold
29586
29587 \begin_inset Quotes gld
29588 \end_inset
29589
29590 }
29591 \series default
29592
29593 \begin_inset Quotes grd
29594 \end_inset
29595
29596  als TeX-Code ein.
29597  Hier ist das Ergebnis:
29598 \end_layout
29599
29600 \begin_layout Standard
29601 In dieser Zeile hat 
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607
29608 \backslash
29609 colorbox{red}{
29610 \end_layout
29611
29612 \end_inset
29613
29614 Achtung!
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620 }
29621 \end_layout
29622
29623 \end_inset
29624
29625  einen roten Hintergrund.
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset VSpace bigskip
29630 \end_inset
29631
29632 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29633  
29634 \series bold
29635
29636 \backslash
29637 fcolorbox
29638 \series default
29639  verwenden:
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \series bold
29653
29654 \backslash
29655 fcolorbox
29656 \series default
29657  ist eine Erweiterung von 
29658 \series bold
29659
29660 \backslash
29661 colorbox
29662 \series default
29663 .
29664  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29665  
29666 \series bold
29667
29668 \backslash
29669 fboxrule
29670 \series default
29671  und 
29672 \series bold
29673
29674 \backslash
29675 fboxsep
29676 \series default
29677  gesteuert werden, wie in Abschnitt
29678 \begin_inset space ~
29679 \end_inset
29680
29681
29682 \begin_inset CommandInset ref
29683 LatexCommand ref
29684 reference "uab:Verzierung"
29685
29686 \end_inset
29687
29688  beschrieben.
29689 \end_layout
29690
29691 \begin_layout Standard
29692 Für das folgende Beispiel wurde der Befehl
29693 \end_layout
29694
29695 \begin_layout Standard
29696
29697 \series bold
29698
29699 \backslash
29700 fcolorbox{cyan}{magenta}{
29701 \end_layout
29702
29703 \begin_layout Standard
29704 benutzt.
29705  Hier wurden die Rahmendicke und der Abstand auf 1
29706 \begin_inset space \thinspace{}
29707 \end_inset
29708
29709 mm gesetzt:
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713
29714 \begin_inset ERT
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718
29719
29720 \backslash
29721 fboxrule 1mm 
29722 \backslash
29723 fboxsep 1mm
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \begin_inset ERT
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733
29734
29735 \backslash
29736 fcolorbox{cyan}{green}{
29737 \end_layout
29738
29739 \end_inset
29740
29741 Dies ist Text in einer farbigen, gerahmten Box.
29742 \begin_inset ERT
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746
29747 }
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Standard
29756 \begin_inset VSpace bigskip
29757 \end_inset
29758
29759 Natürlich gibt es auch farbigen Text in einer Colorbox:
29760 \begin_inset Newline newline
29761 \end_inset
29762
29763
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 fcolorbox{cyan}{green}{
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \color yellow
29778 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29779 \color none
29780
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786 }
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \begin_inset ERT
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796
29797
29798 \backslash
29799 fboxrule 0.4pt 
29800 \backslash
29801 fboxsep 3pt
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 \begin_inset VSpace bigskip
29811 \end_inset
29812
29813
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset Note Greyedout
29818 status open
29819
29820 \begin_layout Plain Layout
29821 \noindent
29822
29823 \series bold
29824 Bemerkung:
29825 \series default
29826  Text in Colorboxen kann nicht umgebrochen werden.
29827  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29828  wie im folgenden beschrieben.
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Subsection
29837 Farbe für Absätze
29838 \begin_inset CommandInset label
29839 LatexCommand label
29840 name "uab:Farbe-für-Absätze"
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Farbe ! für Absätze
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29859  den Text in eine Minipage stellen.
29860  Vor der Minipage fügen Sie den TeX-Code-Befehl
29861 \end_layout
29862
29863 \begin_layout Standard
29864
29865 \series bold
29866
29867 \backslash
29868 colorbox{color}{
29869 \end_layout
29870
29871 \begin_layout Standard
29872 ein.
29873  Hinter der Minipage fügen Sie 
29874 \series bold
29875
29876 \begin_inset Quotes gld
29877 \end_inset
29878
29879 }
29880 \series default
29881
29882 \begin_inset Quotes grd
29883 \end_inset
29884
29885  als TeX-Code ein.
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \begin_inset ERT
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893
29894
29895 \backslash
29896 colorbox{hellgrau}{
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \begin_inset Box Frameless
29903 position "t"
29904 hor_pos "c"
29905 has_inner_box 1
29906 inner_pos "t"
29907 use_parbox 0
29908 width "100col%"
29909 special "none"
29910 height "1in"
29911 height_special "totalheight"
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915 Dies ist Text mit einer Hintergrundfarbe.
29916  Dies ist Text mit einer Hintergrundfarbe.
29917 \end_layout
29918
29919 \begin_layout Plain Layout
29920 Der Text kann Fußnoten
29921 \begin_inset Foot
29922 status open
29923
29924 \begin_layout Plain Layout
29925 Eine weitere Fußnote
29926 \end_layout
29927
29928 \end_inset
29929
29930  und Tabellen und Abbildungen enthalten.
29931 \end_layout
29932
29933 \begin_layout Plain Layout
29934 \align center
29935 \begin_inset Tabular
29936 <lyxtabular version="3" rows="3" columns="3">
29937 <features>
29938 <column alignment="center" valignment="top" width="0">
29939 <column alignment="center" valignment="top" width="0">
29940 <column alignment="center" valignment="top" width="0">
29941 <row>
29942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946 a
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29952 \begin_inset Text
29953
29954 \begin_layout Plain Layout
29955 !
29956 \end_layout
29957
29958 \end_inset
29959 </cell>
29960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29961 \begin_inset Text
29962
29963 \begin_layout Plain Layout
29964 3
29965 \end_layout
29966
29967 \end_inset
29968 </cell>
29969 </row>
29970 <row>
29971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29972 \begin_inset Text
29973
29974 \begin_layout Plain Layout
29975 <
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Plain Layout
29984 b2
29985 \begin_inset Quotes erd
29986 \end_inset
29987
29988 |
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997 >
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 </row>
30003 <row>
30004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30005 \begin_inset Text
30006
30007 \begin_layout Plain Layout
30008 1
30009 \end_layout
30010
30011 \end_inset
30012 </cell>
30013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30014 \begin_inset Text
30015
30016 \begin_layout Plain Layout
30017 §
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026 c
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 </row>
30032 </lyxtabular>
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 }
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Section
30056 Rotierte und skalierte Boxen
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30061 \series bold
30062 graphicx
30063 \series default
30064
30065 \begin_inset Index
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 LaTeX-Pakete ! graphicx
30070 \end_layout
30071
30072 \end_inset
30073
30074  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30075 \end_layout
30076
30077 \begin_layout Standard
30078
30079 \series bold
30080
30081 \backslash
30082 @ifundefined{rotatebox}
30083 \begin_inset Newline newline
30084 \end_inset
30085
30086
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092
30093 \backslash
30094 hphantom{ }
30095 \end_layout
30096
30097 \end_inset
30098
30099 {
30100 \backslash
30101 usepackage{graphicx}}{}
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \begin_inset Note Greyedout
30106 status open
30107
30108 \begin_layout Plain Layout
30109
30110 \series bold
30111 Bemerkung:
30112 \series default
30113  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30114  darstellen.
30115  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30116 \end_layout
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset Note Greyedout
30125 status open
30126
30127 \begin_layout Plain Layout
30128
30129 \series bold
30130 Bemerkung:
30131 \series default
30132  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Subsection
30141 Rotierte Boxen
30142 \begin_inset Index
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 Boxen ! rotierte
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \begin_inset Index
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 Rotiertes Material
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \begin_inset Index
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Abbildungen ! rotierte
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \begin_inset Index
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 Tabellen ! rotierte
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Standard
30185 Um Text zu drehen, verwendet man den Befehl 
30186 \series bold
30187
30188 \backslash
30189 rotatebox
30190 \series default
30191  im TeX-Code nach folgendem Schema:
30192 \end_layout
30193
30194 \begin_layout Standard
30195
30196 \series bold
30197
30198 \backslash
30199 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Der Drehpunkt wird mit 
30204 \series bold
30205 origin=Position
30206 \series default
30207  angegeben.
30208  Folgende Positionen sind möglich: 
30209 \emph on
30210 c
30211 \emph default
30212  (mittig), 
30213 \emph on
30214 l
30215 \emph default
30216  (links), 
30217 \emph on
30218 r
30219 \emph default
30220  (rechts), 
30221 \emph on
30222 b
30223 \emph default
30224  (unten), 
30225 \emph on
30226 t
30227 \emph default
30228  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30229  Z.
30230 \begin_inset space \thinspace{}
30231 \end_inset
30232
30233 B.
30234  bedeutet 
30235 \emph on
30236 lt
30237 \emph default
30238 , dass sich der Drehpunkt links oben befindet.
30239  Wird kein Drehpunkt angegeben, wird die Position 
30240 \emph on
30241 l
30242 \emph default
30243  verwendet.
30244  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30245  Gedreht wird gegen den Uhrzeigersinn.
30246 \end_layout
30247
30248 \begin_layout Standard
30249 Im folgenden Beispiel wurde vor dem Text der Befehl 
30250 \series bold
30251
30252 \backslash
30253 rotatebox[origin=c]{60}{
30254 \series default
30255  im TeX-Modus eingegeben.
30256  Nach dem Text wurde die schließende Klammer 
30257 \series bold
30258 }
30259 \series default
30260  wiederum im TeX-Modus eingegeben.
30261 \end_layout
30262
30263 \begin_layout Standard
30264 Dies ist eine Zeile 
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270
30271 \backslash
30272 rotatebox[origin=c]{60}{
30273 \end_layout
30274
30275 \end_inset
30276
30277 mit rotiertem
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283 }
30284 \end_layout
30285
30286 \end_inset
30287
30288  Text.
30289 \end_layout
30290
30291 \begin_layout Standard
30292 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30293 \end_layout
30294
30295 \begin_layout Standard
30296 Dies ist eine Zeile 
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 rotatebox[origin=r]{-60}{
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset Box Doublebox
30311 position "c"
30312 hor_pos "c"
30313 has_inner_box 0
30314 inner_pos "c"
30315 use_parbox 0
30316 width "1in"
30317 special "width"
30318 height "1in"
30319 height_special "totalheight"
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 mit rotiertem
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334 }
30335 \end_layout
30336
30337 \end_inset
30338
30339  umrandeten Text 
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 rotatebox[origin=lb]{60}{
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30354 \end_inset
30355
30356
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362 }
30363 \end_layout
30364
30365 \end_inset
30366
30367  und einer Formel.
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Oder ein Bild oder Tabelle:
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Dies ist eine Zeile 
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 rotatebox[origin=lb]{90}{
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \begin_inset Graphics
30390         filename ../clipart/platypus.eps
30391         lyxscale 50
30392         width 25col%
30393
30394 \end_inset
30395
30396
30397 \begin_inset ERT
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401
30402 }
30403 \end_layout
30404
30405 \end_inset
30406
30407  mit einem rotierten Bild 
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 rotatebox[origin=l]{-90}{
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset Tabular
30422 <lyxtabular version="3" rows="2" columns="2">
30423 <features>
30424 <column alignment="center" valignment="top" width="0">
30425 <column alignment="center" valignment="top" width="0">
30426 <row>
30427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30428 \begin_inset Text
30429
30430 \begin_layout Plain Layout
30431 q
30432 \end_layout
30433
30434 \end_inset
30435 </cell>
30436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30437 \begin_inset Text
30438
30439 \begin_layout Plain Layout
30440 w
30441 \end_layout
30442
30443 \end_inset
30444 </cell>
30445 </row>
30446 <row>
30447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30448 \begin_inset Text
30449
30450 \begin_layout Plain Layout
30451 e
30452 \end_layout
30453
30454 \end_inset
30455 </cell>
30456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30457 \begin_inset Text
30458
30459 \begin_layout Plain Layout
30460 r
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 </row>
30466 </lyxtabular>
30467
30468 \end_inset
30469
30470
30471 \begin_inset ERT
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475
30476 }
30477 \end_layout
30478
30479 \end_inset
30480
30481  und Tabelle.
30482 \end_layout
30483
30484 \begin_layout Subsection
30485 Skalierte Boxen
30486 \begin_inset Index
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 Boxen ! skalierte
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Index
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 Skaliertes Material
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \begin_inset Index
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 Abbildungen ! skalierte
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Index
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 Tabellen ! skalierte
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 Um Text zu skalieren, kann man die Befehle 
30530 \series bold
30531
30532 \backslash
30533 scalebox
30534 \series default
30535  und 
30536 \series bold
30537
30538 \backslash
30539 resizebox
30540 \series default
30541  im TeX-Modus verwenden.
30542 \end_layout
30543
30544 \begin_layout Standard
30545
30546 \series bold
30547
30548 \backslash
30549 scalebox
30550 \series default
30551  wird nach folgendem Schema verwendet:
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 scalebox{horizontal}[vertikal]{Boxinhalt}
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30564  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30565  verwendet.
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Z.
30570 \begin_inset space \thinspace{}
30571 \end_inset
30572
30573 B.
30574  ergibt der Befehl 
30575 \series bold
30576
30577 \backslash
30578 scalebox{2}{Hallo}
30579 \series default
30580  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586
30587 \backslash
30588 scalebox{2}{
30589 \end_layout
30590
30591 \end_inset
30592
30593 Hallo
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599 }
30600 \end_layout
30601
30602 \end_inset
30603
30604 .
30605 \end_layout
30606
30607 \begin_layout Standard
30608
30609 \series bold
30610
30611 \backslash
30612 scalebox{2}[1]{Hallo}
30613 \series default
30614  verzerrt hingegen das 
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 scalebox{2}[1]{
30623 \end_layout
30624
30625 \end_inset
30626
30627 Hallo
30628 \begin_inset ERT
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632
30633 }
30634 \end_layout
30635
30636 \end_inset
30637
30638 .
30639 \end_layout
30640
30641 \begin_layout Standard
30642 Die Skalierungsfaktoren dürfen auch negativ sein.
30643  In diesem Fall wird der Boxinhalt gespiegelt.
30644 \end_layout
30645
30646 \begin_layout Standard
30647 Daher lässt sich mit dem Befehl 
30648 \series bold
30649
30650 \backslash
30651 scalebox{-1}[1]{Hallo}
30652 \series default
30653  Spiegelschrift erstellen: 
30654 \begin_inset ERT
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658
30659
30660 \backslash
30661 scalebox{-1}[1]{
30662 \end_layout
30663
30664 \end_inset
30665
30666 Hallo
30667 \begin_inset ERT
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671
30672 }
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \end_layout
30679
30680 \begin_layout Standard
30681
30682 \series bold
30683
30684 \backslash
30685 scalebox{1}[-1]{Hallo}
30686 \series default
30687  spiegelt das 
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 scalebox{1}[-1]{
30696 \end_layout
30697
30698 \end_inset
30699
30700 Hallo
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706 }
30707 \end_layout
30708
30709 \end_inset
30710
30711  an der Grundlinie.
30712 \end_layout
30713
30714 \begin_layout Standard
30715 Zu 
30716 \series bold
30717
30718 \backslash
30719 scalebox{-1}[1]{Boxinhalt}
30720 \series default
30721  gibt es den äquivalenten Befehl
30722 \begin_inset Newline newline
30723 \end_inset
30724
30725
30726 \series bold
30727
30728 \backslash
30729 reflectbox{Boxinhalt}
30730 \series default
30731 .
30732 \end_layout
30733
30734 \begin_layout Standard
30735 \begin_inset VSpace bigskip
30736 \end_inset
30737
30738
30739 \series bold
30740
30741 \backslash
30742 resizebox
30743 \series default
30744  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30745  skalieren.
30746  Das Befehlsschema ist folgendes:
30747 \end_layout
30748
30749 \begin_layout Standard
30750
30751 \series bold
30752
30753 \backslash
30754 resizebox{Breite}{Höhe}{Boxinhalt}
30755 \end_layout
30756
30757 \begin_layout Standard
30758 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30759 \series bold
30760 !
30761 \series default
30762  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30763  wird.
30764 \end_layout
30765
30766 \begin_layout Standard
30767 Der Befehl 
30768 \series bold
30769
30770 \backslash
30771 resizebox{2cm}{1cm}{Hallo}
30772 \series default
30773  ergibt: 
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779
30780 \backslash
30781 resizebox{2cm}{1cm}{
30782 \end_layout
30783
30784 \end_inset
30785
30786 Hallo
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792 }
30793 \end_layout
30794
30795 \end_inset
30796
30797
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801 Der Befehl 
30802 \series bold
30803
30804 \backslash
30805 resizebox{2cm}{!}{Hallo}
30806 \series default
30807  ergibt: 
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 resizebox{2cm}{!}{
30816 \end_layout
30817
30818 \end_inset
30819
30820 Hallo
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826 }
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset VSpace bigskip
30836 \end_inset
30837
30838
30839 \begin_inset Note Greyedout
30840 status open
30841
30842 \begin_layout Plain Layout
30843
30844 \series bold
30845 Bemerkung:
30846 \series default
30847  Wurde in Argumenten von 
30848 \series bold
30849
30850 \backslash
30851 scalebox
30852 \series default
30853  oder 
30854 \series bold
30855
30856 \backslash
30857 resizebox
30858 \series default
30859  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30860  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30861  werden.
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset VSpace bigskip
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Alle Boxen können beliebig miteinander kombiniert werden.
30878  So ergibt z.
30879 \begin_inset space \thinspace{}
30880 \end_inset
30881
30882 B.
30883  der Befehl
30884 \begin_inset Newline newline
30885 \end_inset
30886
30887
30888 \series bold
30889
30890 \backslash
30891 rotatebox[origin=c]{-45}{
30892 \backslash
30893 resizebox{2cm}{!}{
30894 \backslash
30895 reflectbox{Hallo}}}
30896 \series default
30897 :
30898 \end_layout
30899
30900 \begin_layout Standard
30901 \align center
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907
30908 \backslash
30909 rotatebox[origin=c]{-45}{
30910 \backslash
30911 resizebox{2cm}{!}{
30912 \backslash
30913 reflectbox{
30914 \end_layout
30915
30916 \end_inset
30917
30918 Hallo
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924 }}}
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \begin_layout Standard
30933 \noindent
30934 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \align center
30939 \begin_inset ERT
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943
30944
30945 \backslash
30946 rotatebox[origin=c]{-30}{
30947 \backslash
30948 resizebox{2cm}{!}{
30949 \backslash
30950 reflectbox{
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \begin_inset Graphics
30957         filename ../clipart/platypus.eps
30958         lyxscale 50
30959         width 25col%
30960
30961 \end_inset
30962
30963
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969 }}}
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980
30981 \backslash
30982 rotatebox[origin=c]{-45}{
30983 \backslash
30984 resizebox{2cm}{!}{
30985 \backslash
30986 reflectbox{
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \begin_inset Tabular
30993 <lyxtabular version="3" rows="2" columns="2">
30994 <features>
30995 <column alignment="center" valignment="top" width="0">
30996 <column alignment="center" valignment="top" width="0">
30997 <row>
30998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30999 \begin_inset Text
31000
31001 \begin_layout Plain Layout
31002 q
31003 \end_layout
31004
31005 \end_inset
31006 </cell>
31007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31008 \begin_inset Text
31009
31010 \begin_layout Plain Layout
31011 w
31012 \end_layout
31013
31014 \end_inset
31015 </cell>
31016 </row>
31017 <row>
31018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31019 \begin_inset Text
31020
31021 \begin_layout Plain Layout
31022 e
31023 \end_layout
31024
31025 \end_inset
31026 </cell>
31027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31028 \begin_inset Text
31029
31030 \begin_layout Plain Layout
31031 r
31032 \end_layout
31033
31034 \end_inset
31035 </cell>
31036 </row>
31037 </lyxtabular>
31038
31039 \end_inset
31040
31041
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047 }}}
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058
31059 \backslash
31060 rotatebox[origin=c]{-45}{
31061 \backslash
31062 resizebox{2cm}{!}{
31063 \backslash
31064 reflectbox{
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31071 \end_inset
31072
31073
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079 }}}
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 Hat man den globalen Formelstil 
31089 \series bold
31090 fleqn
31091 \series default
31092
31093 \begin_inset Foot
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097 Wenn 
31098 \begin_inset Quotes gld
31099 \end_inset
31100
31101 fleqn
31102 \begin_inset Quotes grd
31103 \end_inset
31104
31105  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31106 \end_layout
31107
31108 \end_inset
31109
31110  gewählt, kann man auch abgesetzte Formeln skalieren.
31111 \end_layout
31112
31113 \begin_layout Chapter
31114 Externe Dateien
31115 \begin_inset Index
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 Dateien ! externe
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Standard
31128 Mit 
31129 \family sans
31130 Einfügen\SpecialChar \menuseparator
31131 Datei
31132 \family default
31133  können Sie fremdes Material in Ihr Dokument einsetzen.
31134  Das kann folgendes sein:
31135 \end_layout
31136
31137 \begin_layout Description
31138 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31139  eingefügt.
31140 \end_layout
31141
31142 \begin_layout Description
31143 Einfacher
31144 \begin_inset space ~
31145 \end_inset
31146
31147 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31148  eingefügt.
31149 \end_layout
31150
31151 \begin_layout Description
31152 Einfacher
31153 \begin_inset space ~
31154 \end_inset
31155
31156 Text,
31157 \begin_inset space ~
31158 \end_inset
31159
31160 Zeilen
31161 \begin_inset space ~
31162 \end_inset
31163
31164 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31165  Leerzeilen trennen die Absätze.
31166 \end_layout
31167
31168 \begin_layout Description
31169 Externes
31170 \begin_inset space ~
31171 \end_inset
31172
31173 Material Dateien in verschiedenen Formaten.
31174 \end_layout
31175
31176 \begin_layout Description
31177 Unterdokument LyX- oder LaTeX-Dokumente.
31178 \end_layout
31179
31180 \begin_layout Section
31181 Externes Material
31182 \begin_inset Index
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 Externes Material
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 Mit 
31196 \family sans
31197 Einfügen\SpecialChar \menuseparator
31198 Datei\SpecialChar \menuseparator
31199  Externes Material
31200 \family default
31201  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31202  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31203  weil LyX sich darum kümmert.
31204  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31205  eingefügt werden können.
31206 \end_layout
31207
31208 \begin_layout Standard
31209 Zur Zeit können Sie folgende Dateitypen (
31210 \family sans
31211 Vorlagen
31212 \family default
31213 ) benutzen:
31214 \end_layout
31215
31216 \begin_layout Description
31217 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31218 \series bold
31219
31220 \begin_inset CommandInset href
31221 LatexCommand href
31222 name "XBoard"
31223 target "http://en.wikipedia.org/wiki/XBoard"
31224
31225 \end_inset
31226
31227
31228 \series default
31229  erzeugt wurden.
31230 \end_layout
31231
31232 \begin_layout Description
31233 Datum fügt ein Datum mit dem Format 
31234 \emph on
31235 Tag-Monat-Jahr
31236 \emph default
31237  ein.
31238  Hier ist ein Beispiel: 
31239 \begin_inset External
31240         template Date
31241         filename .
31242
31243 \end_inset
31244
31245
31246 \begin_inset space ~
31247 \end_inset
31248
31249
31250 \begin_inset Note Note
31251 status open
31252
31253 \begin_layout Plain Layout
31254
31255 \lang english
31256 Remove the protected space when bug 4398 is fixed!
31257 \end_layout
31258
31259 \end_inset
31260
31261
31262 \begin_inset Newline newline
31263 \end_inset
31264
31265 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31266  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31267  Menü 
31268 \family sans
31269 Einfügen\SpecialChar \menuseparator
31270 Datum
31271 \family default
31272  und mit dem LaTeX-Befehl 
31273 \series bold
31274
31275 \backslash
31276 today
31277 \series default
31278 .
31279  Die verschiedenen Methoden werden in Tabelle
31280 \begin_inset space ~
31281 \end_inset
31282
31283
31284 \begin_inset CommandInset ref
31285 LatexCommand ref
31286 reference "tab:Vergleich-der-Datums-Eingaben"
31287
31288 \end_inset
31289
31290  verglichen.
31291 \end_layout
31292
31293 \begin_layout Description
31294 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31295 \series bold
31296
31297 \begin_inset CommandInset href
31298 LatexCommand href
31299 name "LilyPond"
31300 target "http://en.wikipedia.org/wiki/LilyPond"
31301
31302 \end_inset
31303
31304
31305 \series default
31306  schreiben.
31307 \end_layout
31308
31309 \begin_layout Description
31310 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31311  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31312 \emph on
31313 pages
31314 \emph default
31315  Option im Feld 
31316 \family sans
31317 Option
31318 \family default
31319  in der Karteikarte 
31320 \family sans
31321 LaTeX- und LyX-Optionen
31322 \family default
31323  entsprechend der Vorlagenbeschreibung im Dialog.
31324  Wenn keine 
31325 \emph on
31326 pages
31327 \emph default
31328  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31329 \end_layout
31330
31331 \begin_layout Description
31332 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31333  Fast alle bekannten Bildformate werden unterstützt.
31334  Die Bilddateien können im Dialogfenster 
31335 \family sans
31336 Externes
31337 \begin_inset space ~
31338 \end_inset
31339
31340 Material
31341 \family default
31342  genauso behandelt werden wie die mit dem normalen 
31343 \family sans
31344 Grafik
31345 \family default
31346 -Dialog eingefügten, siehe Abschnitt
31347 \begin_inset space ~
31348 \end_inset
31349
31350
31351 \begin_inset CommandInset ref
31352 LatexCommand ref
31353 reference "abs:Grafik-Dialog"
31354
31355 \end_inset
31356
31357 .
31358  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31359  und EPS-Bilder werden nicht unterstützt.
31360 \end_layout
31361
31362 \begin_layout Description
31363 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31364 \series bold
31365
31366 \begin_inset CommandInset href
31367 LatexCommand href
31368 name "Xfig"
31369 target "http://en.wikipedia.org/wiki/Xfig"
31370
31371 \end_inset
31372
31373
31374 \series default
31375  erzeugt wurden.
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \begin_inset Float table
31380 placement h
31381 wide false
31382 sideways false
31383 status open
31384
31385 \begin_layout Plain Layout
31386 \begin_inset Caption
31387
31388 \begin_layout Plain Layout
31389 \begin_inset CommandInset label
31390 LatexCommand label
31391 name "tab:Vergleich-der-Datums-Eingaben"
31392
31393 \end_inset
31394
31395 Vergleich der Datums-Eingaben
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Plain Layout
31404 \align center
31405 \begin_inset Tabular
31406 <lyxtabular version="3" rows="4" columns="4">
31407 <features>
31408 <column alignment="center" valignment="top" width="0">
31409 <column alignment="center" valignment="top" width="0">
31410 <column alignment="center" valignment="top" width="0">
31411 <column alignment="center" valignment="top" width="0">
31412 <row>
31413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 Dokumentformat
31418 \end_layout
31419
31420 \end_inset
31421 </cell>
31422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31423 \begin_inset Text
31424
31425 \begin_layout Plain Layout
31426
31427 \family sans
31428 Externes Material\SpecialChar \menuseparator
31429 Datum
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438
31439 \family sans
31440 Einfügen\SpecialChar \menuseparator
31441 Datum
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450 Befehl 
31451 \series bold
31452
31453 \backslash
31454 today
31455 \end_layout
31456
31457 \end_inset
31458 </cell>
31459 </row>
31460 <row>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 LyX
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 als Box
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 als Datum
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492 als TeX-Code
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 <row>
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503 LaTeX
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 als Datum
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 als Datum
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 als Befehl
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 </row>
31536 <row>
31537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 DVI, PDF, PS
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 als Datum
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 als Datum
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Plain Layout
31568 als Datum
31569 \end_layout
31570
31571 \end_inset
31572 </cell>
31573 </row>
31574 </lyxtabular>
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 Wenn Sie im Dialogfenster
31588 \family sans
31589  Externes
31590 \begin_inset space ~
31591 \end_inset
31592
31593 Material 
31594 \family default
31595 in der Karteikarte
31596 \family sans
31597  Datei
31598 \family default
31599  die Option 
31600 \family sans
31601 Entwurf
31602 \family default
31603  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31604 \begin_inset Newline newline
31605 \end_inset
31606
31607 LyX kann externes Material entweder als Box wie hier: 
31608 \begin_inset Graphics
31609         filename clipart/ExternesMaterialQt4.png
31610         scale 85
31611         scaleBeforeRotation
31612
31613 \end_inset
31614
31615  oder als Bild darstellen.
31616  Das hängt davon ab, ob Sie im Dialog
31617 \family sans
31618  
31619 \family default
31620 in der Karteikarte 
31621 \family sans
31622 LaTeX- und LyX-Optionen
31623 \family default
31624  die Option 
31625 \family sans
31626 In
31627 \begin_inset space ~
31628 \end_inset
31629
31630 LyX
31631 \begin_inset space ~
31632 \end_inset
31633
31634 anzeigen
31635 \family default
31636  gewählt haben oder nicht.
31637 \end_layout
31638
31639 \begin_layout Standard
31640 Im LyX-Handbuch 
31641 \family sans
31642 \emph on
31643 Anpassung
31644 \family default
31645 \emph default
31646  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31647 \end_layout
31648
31649 \begin_layout Section
31650 Unterdokumente
31651 \begin_inset CommandInset label
31652 LatexCommand label
31653 name "abs:Unterdokumente"
31654
31655 \end_inset
31656
31657
31658 \begin_inset Index
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662 Unterdokument
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Standard
31671 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31672  oder Abschnitten bestehen.
31673  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31674  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Unterdokumente werden in LyX als Box angezeigt: 
31679 \begin_inset Graphics
31680         filename clipart/UnterdokumentQt4.png
31681         scale 85
31682         scaleBeforeRotation
31683
31684 \end_inset
31685
31686  Sie werden über
31687 \family sans
31688  Einfügen\SpecialChar \menuseparator
31689 Datei\SpecialChar \menuseparator
31690 Unterdokument
31691 \family default
31692  eingebunden, was das Dialogfenster
31693 \family sans
31694  Unterdokument
31695 \family default
31696  öffnet.
31697  Für 
31698 \family sans
31699 die Art
31700 \begin_inset space ~
31701 \end_inset
31702
31703 der
31704 \begin_inset space ~
31705 \end_inset
31706
31707 Einbindung
31708 \family default
31709  gibt es dort vier Möglichkeiten:
31710 \end_layout
31711
31712 \begin_layout Description
31713 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31714  Wenn Sie im Dialogfenster
31715 \family sans
31716  Unterdokument
31717 \family default
31718  auf 
31719 \family sans
31720 Öffnen
31721 \family default
31722  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31723  und Sie können es editieren.
31724 \begin_inset Newline newline
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 Hier wird ein Unterdokument
31732 \family sans
31733  
31734 \family default
31735 per 
31736 \family sans
31737 Include
31738 \family default
31739  eingebunden: 
31740 \begin_inset CommandInset include
31741 LatexCommand include
31742 filename "DummyDocument1.lyx"
31743
31744 \end_inset
31745
31746 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31747  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31748  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31749 s.
31750  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31751 \begin_inset space ~
31752 \end_inset
31753
31754
31755 \begin_inset CommandInset ref
31756 LatexCommand ref
31757 reference "uab:Externer-Unterabschnitt-1"
31758
31759 \end_inset
31760
31761 .
31762 \end_layout
31763
31764 \begin_layout Standard
31765 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31766  wird benutzt.
31767  Unterdokumente, die per 
31768 \family sans
31769 Include
31770 \family default
31771  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31772  und enden mit einem Seitenumbruch.
31773 \end_layout
31774
31775 \begin_layout Standard
31776 Mit dem LaTeX-Befehl 
31777 \series bold
31778
31779 \backslash
31780 includeonly 
31781 \series default
31782 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31783  erstellt werden soll.
31784  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31785  sehen wollen, und es geht schneller.
31786  
31787 \series bold
31788
31789 \backslash
31790 includeonly
31791 \series default
31792  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31793  Im folgenden Beispiel
31794 \end_layout
31795
31796 \begin_layout Standard
31797
31798 \series bold
31799
31800 \backslash
31801 includeonly{Kapitel1,Kapitel5}
31802 \end_layout
31803
31804 \begin_layout Standard
31805 werden nur die Dateien 
31806 \begin_inset Quotes gld
31807 \end_inset
31808
31809 Kapitel1.lyx
31810 \begin_inset Quotes grd
31811 \end_inset
31812
31813  (oder 
31814 \begin_inset Quotes gld
31815 \end_inset
31816
31817 Kapitel1.tex
31818 \begin_inset Quotes grd
31819 \end_inset
31820
31821 ) und 
31822 \begin_inset Quotes gld
31823 \end_inset
31824
31825 Kapitel5.lyx
31826 \begin_inset Quotes grd
31827 \end_inset
31828
31829
31830 \series bold
31831  
31832 \series default
31833 eingebunden.
31834 \end_layout
31835
31836 \begin_layout Standard
31837 \begin_inset Note Greyedout
31838 status open
31839
31840 \begin_layout Plain Layout
31841
31842 \series bold
31843 Bemerkung:
31844 \series default
31845  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31846  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31847  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31848  Ergebnissen führen wird.
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \begin_layout Description
31857 Input Diese Methode ist 
31858 \family sans
31859 Include
31860 \family default
31861  sehr ähnlich mit folgenden Unterschieden:
31862 \end_layout
31863
31864 \begin_deeper
31865 \begin_layout Itemize
31866 Unterdokumente, die per 
31867 \family sans
31868 Input
31869 \family default
31870  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31871  Seite und enden NICHT mit einem Seitenumbruch.
31872 \end_layout
31873
31874 \begin_layout Itemize
31875 Unterdokumente, die per 
31876 \family sans
31877 Input
31878 \family default
31879  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31880 \family sans
31881  Unterdokument Vorschau
31882 \begin_inset space ~
31883 \end_inset
31884
31885 anzeigen
31886 \family default
31887  angekreuzt wurde und in den LyX-
31888 \family sans
31889 Einstellungen\SpecialChar \menuseparator
31890 Aussehen
31891 \begin_inset space ~
31892 \end_inset
31893
31894 &
31895 \begin_inset space ~
31896 \end_inset
31897
31898 Handhabung\SpecialChar \menuseparator
31899 Grafik Sofortige
31900 \begin_inset space ~
31901 \end_inset
31902
31903 Vorschau
31904 \family default
31905  auf 
31906 \family sans
31907 An
31908 \family default
31909  gesetzt wurde.
31910  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31911  aus.
31912 \end_layout
31913
31914 \begin_layout Itemize
31915 Der LaTeX-Befehl 
31916 \series bold
31917
31918 \backslash
31919 includeonly
31920 \series default
31921  kann nicht benutzt werden.
31922 \end_layout
31923
31924 \end_deeper
31925 \begin_layout Standard
31926 Hier ist ein Unterdokument, das mit
31927 \family sans
31928  Input
31929 \family default
31930  eingebunden wurde: 
31931 \begin_inset CommandInset include
31932 LatexCommand input
31933 filename "DummyDocument2.lyx"
31934
31935 \end_inset
31936
31937 .
31938 \end_layout
31939
31940 \begin_layout Description
31941 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31942   In der Druckvorschau wird für den Text der Stil 
31943 \family typewriter
31944 Schreibmaschine
31945 \family default
31946  verwendet.
31947  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31948  Wenn Sie im Dialogfenster
31949 \family sans
31950  Unterdokument Leerzeichen
31951 \begin_inset space ~
31952 \end_inset
31953
31954 bei
31955 \begin_inset space ~
31956 \end_inset
31957
31958 der
31959 \begin_inset space ~
31960 \end_inset
31961
31962 Ausgabe
31963 \begin_inset space ~
31964 \end_inset
31965
31966 kennzeichnen 
31967 \family default
31968 ankreuzen, wird in der Druckvorschau das Zeichen 
31969 \begin_inset Quotes gld
31970 \end_inset
31971
31972
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 textvisiblespace 
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \begin_inset Quotes grd
31987 \end_inset
31988
31989  für jedes Leerzeichen eingefügt.
31990 \begin_inset Newline newline
31991 \end_inset
31992
31993 Im Gegensatz zu 
31994 \family sans
31995 Einfügen\SpecialChar \menuseparator
31996 Datei\SpecialChar \menuseparator
31997 Einfacher
31998 \begin_inset space ~
31999 \end_inset
32000
32001 Text
32002 \family default
32003  wird bei 
32004 \family sans
32005 Unformatiert
32006 \family default
32007  der Dateiinhalt in LyX nicht dargestellt.
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Hier ist ein Unterdokument, das mit
32012 \family sans
32013  Unformatiert
32014 \family default
32015  eingebunden wurde: 
32016 \begin_inset CommandInset include
32017 LatexCommand verbatiminput
32018 filename "DummyTextDocument.txt"
32019
32020 \end_inset
32021
32022
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026 Hier ist ein Unterdokument, das mit
32027 \family sans
32028  Unformatiert
32029 \family default
32030  eingebunden wurde und
32031 \family sans
32032  Leerzeichen
32033 \begin_inset space ~
32034 \end_inset
32035
32036 bei
32037 \begin_inset space ~
32038 \end_inset
32039
32040 der
32041 \begin_inset space ~
32042 \end_inset
32043
32044 Ausgabe
32045 \begin_inset space ~
32046 \end_inset
32047
32048 kennzeichnen
32049 \family default
32050  angekreuzt hat: 
32051 \begin_inset CommandInset include
32052 LatexCommand verbatiminput*
32053 filename "DummyTextDocument.txt"
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset VSpace bigskip
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \begin_layout Standard
32068 \begin_inset Note Greyedout
32069 status open
32070
32071 \begin_layout Plain Layout
32072
32073 \series bold
32074 Bemerkung:
32075 \series default
32076  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32077  
32078 \family sans
32079 Unformatiert
32080 \family default
32081  eingebunden werden, am Zeilenende nicht umgebrochen.
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Description
32090 Listing Dieser Typ wird in Kapitel
32091 \begin_inset space ~
32092 \end_inset
32093
32094
32095 \begin_inset CommandInset ref
32096 LatexCommand ref
32097 reference "kap:Programm-Code-Listen"
32098
32099 \end_inset
32100
32101  beschrieben.
32102 \end_layout
32103
32104 \begin_layout Standard
32105 \begin_inset Note Greyedout
32106 status open
32107
32108 \begin_layout Plain Layout
32109
32110 \series bold
32111 Bemerkung:
32112 \series default
32113  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32114  das zu LaTeX-Problemen führen.
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Chapter
32123 Programm-Code-Listen
32124 \begin_inset CommandInset label
32125 LatexCommand label
32126 name "kap:Programm-Code-Listen"
32127
32128 \end_inset
32129
32130
32131 \begin_inset Index
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135 Listen
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \begin_inset Index
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145 Programm-Code
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32155 \family sans
32156 Einfügen\SpecialChar \menuseparator
32157 Pro\SpecialChar \-
32158 gramm\SpecialChar \-
32159 listing
32160 \family default
32161  verwenden.
32162  Das LaTeX-Paket 
32163 \series bold
32164 listings
32165 \series default
32166
32167 \begin_inset Index
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171 LaTeX-Pakete ! listings
32172 \end_layout
32173
32174 \end_inset
32175
32176  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32177 \end_layout
32178
32179 \begin_layout Standard
32180 Ein Rechtsklick auf das 
32181 \family sans
32182 Listing
32183 \family default
32184 -Kästchen öffnet das Dialogfenster 
32185 \family sans
32186 Programm\SpecialChar \-
32187 listing-Einstellungen
32188 \family default
32189 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32190 \end_layout
32191
32192 \begin_layout Standard
32193 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32194  Die 
32195 \family sans
32196 Platzierung
32197 \family default
32198 -Option 
32199 \family sans
32200 Eingebettetes
32201 \begin_inset space ~
32202 \end_inset
32203
32204 Listing
32205 \family default
32206  druckt das Listing in der Zeile wie hier: 
32207 \begin_inset listings
32208 lstparams "language={C++}"
32209 inline true
32210 status open
32211
32212 \begin_layout Plain Layout
32213
32214 int a=5;
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset Newline newline
32221 \end_inset
32222
32223 Die Option 
32224 \family sans
32225 Gleitobjekt
32226 \family default
32227  erzeugt ein Listing-Gleitobjekt, dessen 
32228 \family sans
32229 Platzierung 
32230 \family default
32231 Sie mit 
32232 \family sans
32233 h
32234 \family default
32235
32236 \family sans
32237 t
32238 \family default
32239
32240 \family sans
32241 b
32242 \family default
32243  und 
32244 \family sans
32245 p
32246 \family default
32247 , analog zu den in Abschnitt
32248 \begin_inset space ~
32249 \end_inset
32250
32251
32252 \begin_inset CommandInset ref
32253 LatexCommand ref
32254 reference "abs:Gleitobjekt-Platzierung"
32255
32256 \end_inset
32257
32258  beschriebenen Platzierungsoptionen festlegen können.
32259  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32260  hintereinander angegeben, z.
32261 \begin_inset space \thinspace{}
32262 \end_inset
32263
32264 B.
32265  
32266 \begin_inset Quotes gld
32267 \end_inset
32268
32269
32270 \family sans
32271 htbp
32272 \family default
32273
32274 \begin_inset Quotes grd
32275 \end_inset
32276
32277 .
32278  Die Option 
32279 \begin_inset Quotes gld
32280 \end_inset
32281
32282 h
32283 \begin_inset Quotes grd
32284 \end_inset
32285
32286  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32287  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32292  zu verweisen: Listing
32293 \begin_inset space ~
32294 \end_inset
32295
32296
32297 \begin_inset CommandInset ref
32298 LatexCommand ref
32299 reference "lst:Gleitendes-Programm-Listing"
32300
32301 \end_inset
32302
32303 .
32304 \end_layout
32305
32306 \begin_layout Standard
32307 \begin_inset listings
32308 lstparams "language=Python"
32309 inline false
32310 status open
32311
32312 \begin_layout Plain Layout
32313
32314 \begin_inset Caption
32315
32316 \begin_layout Plain Layout
32317 \begin_inset CommandInset label
32318 LatexCommand label
32319 name "lst:Gleitendes-Programm-Listing"
32320
32321 \end_inset
32322
32323 Gleitendes Programm-Listing
32324 \end_layout
32325
32326 \end_inset
32327
32328 # Gleitendes Programm-Listing
32329 \end_layout
32330
32331 \begin_layout Plain Layout
32332
32333 def func(param):
32334 \end_layout
32335
32336 \begin_layout Plain Layout
32337
32338     'Dies ist eine Python-Funktion'
32339 \end_layout
32340
32341 \begin_layout Plain Layout
32342
32343     pass
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \end_layout
32350
32351 \begin_layout Standard
32352 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32353  der Sprache erkannt und besonders gedruckt, wie 
32354 \emph on
32355 #
32356 \emph default
32357
32358 \emph on
32359 def
32360 \emph default
32361  und 
32362 \emph on
32363 pass
32364 \emph default
32365  in Listing
32366 \begin_inset space ~
32367 \end_inset
32368
32369
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "lst:Gleitendes-Programm-Listing"
32373
32374 \end_inset
32375
32376 .
32377 \end_layout
32378
32379 \begin_layout Standard
32380 \begin_inset Note Greyedout
32381 status open
32382
32383 \begin_layout Plain Layout
32384
32385 \series bold
32386 Bemerkung:
32387 \series default
32388  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32389 \family typewriter
32390 Schreib\SpecialChar \-
32391 maschine
32392 \family default
32393  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32394 h keine fett gedruckten Buchstaben.
32395  Wählen Sie in diesem Fall eine andere Schrift für 
32396 \family typewriter
32397 Schreibmaschine
32398 \family default
32399  im Menü 
32400 \family sans
32401 Dokument\SpecialChar \menuseparator
32402 Einstellungen\SpecialChar \menuseparator
32403 Schriften
32404 \family default
32405 .
32406  (Die Schriften 
32407 \emph on
32408 LuxiMono, BeraMono
32409 \emph default
32410  und 
32411 \emph on
32412 Courier
32413 \emph default
32414  enthalten fett gedruckte Buchstaben.)
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Im Abschnitt 
32424 \family sans
32425 Zeilennummerierung
32426 \family default
32427  des 
32428 \family sans
32429 Programmlisting-Einstellungen
32430 \family default
32431 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32432  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32433  werden soll und die 
32434 \family sans
32435 Schriftgröße
32436 \family default
32437  der Nummerierung.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 Im Abschnitt 
32442 \family sans
32443 Bereich
32444 \family default
32445  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32446  Im Abschnitt 
32447 \family sans
32448 Stil
32449 \family default
32450  legen Sie fest, wie die Liste ausgedruckt werden soll.
32451  Die Option 
32452 \family sans
32453 Erweiterte
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Zeichentabelle
32458 \family default
32459  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32464  Sprache 
32465 \begin_inset Quotes gld
32466 \end_inset
32467
32468 Python
32469 \begin_inset Quotes grd
32470 \end_inset
32471
32472 , den Optionen 
32473 \family sans
32474 Erweiterte
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Zeichentabelle
32479 \family default
32480  und 
32481 \family sans
32482 Leerzeichen
32483 \begin_inset space ~
32484 \end_inset
32485
32486 als
32487 \begin_inset space ~
32488 \end_inset
32489
32490 Symbol
32491 \family default
32492  und Bereich 3
32493 \begin_inset space \thinspace{}
32494 \end_inset
32495
32496 -
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 8:
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset listings
32505 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32506 inline false
32507 status open
32508
32509 \begin_layout Plain Layout
32510
32511 def func(param):
32512 \end_layout
32513
32514 \begin_layout Plain Layout
32515
32516     'Dies ist eine Python-Funktion'
32517 \end_layout
32518
32519 \begin_layout Plain Layout
32520
32521     pass
32522 \end_layout
32523
32524 \begin_layout Plain Layout
32525
32526 def func(param):
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530
32531 'Sonderzeichen: Tschüß'
32532 \end_layout
32533
32534 \begin_layout Plain Layout
32535
32536 pass
32537 \end_layout
32538
32539 \begin_layout Plain Layout
32540
32541 def func(param):
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545
32546 'Dies ist eine Python-Funktion'
32547 \end_layout
32548
32549 \begin_layout Plain Layout
32550
32551 pass
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 \noindent
32561 \begin_inset Note Greyedout
32562 status open
32563
32564 \begin_layout Plain Layout
32565
32566 \series bold
32567 Bemerkung:
32568 \series default
32569  Wegen eines Fehlers im 
32570 \series bold
32571 listings
32572 \series default
32573 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32574  verschoben.
32575  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32576  Liste nummeriert werden.
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset VSpace bigskip
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 \noindent
32593 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32594  Das machen Sie mit
32595 \family sans
32596  Einfügen\SpecialChar \menuseparator
32597 Datei\SpecialChar \menuseparator
32598 Unterdokument
32599 \family default
32600  und der 
32601 \family sans
32602 Art
32603 \begin_inset space ~
32604 \end_inset
32605
32606 der
32607 \begin_inset space ~
32608 \end_inset
32609
32610 Einbindung
32611 \family default
32612  
32613 \family sans
32614 Listing
32615 \family default
32616 .
32617 \begin_inset Foot
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32622 \begin_inset space ~
32623 \end_inset
32624
32625
32626 \begin_inset CommandInset ref
32627 LatexCommand ref
32628 reference "abs:Unterdokumente"
32629
32630 \end_inset
32631
32632  beschrieben.
32633 \end_layout
32634
32635 \end_inset
32636
32637  Im Dialogfenster
32638 \family sans
32639  Unterdokument
32640 \family default
32641  können Sie die Listing-Parameter unter 
32642 \family sans
32643 Weitere
32644 \begin_inset space ~
32645 \end_inset
32646
32647 Parameter
32648 \family default
32649  eingeben.
32650  Wenn Sie dort ein Fragezeichen 
32651 \begin_inset Quotes gld
32652 \end_inset
32653
32654 ?
32655 \begin_inset Quotes grd
32656 \end_inset
32657
32658  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32659 det.
32660 \end_layout
32661
32662 \begin_layout Standard
32663 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32664  Text ins Feld 
32665 \family sans
32666 Marke
32667 \family default
32668 , auf die dann wie üblich verwiesen werden kann.
32669 \end_layout
32670
32671 \begin_layout Standard
32672 Listing
32673 \begin_inset space ~
32674 \end_inset
32675
32676
32677 \begin_inset CommandInset ref
32678 LatexCommand ref
32679 reference "lst:Datei-Listing"
32680
32681 \end_inset
32682
32683  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32684 \begin_inset space \thinspace{}
32685 \end_inset
32686
32687 -
32688 \begin_inset space \thinspace{}
32689 \end_inset
32690
32691 15 gedruckt werden.
32692 \end_layout
32693
32694 \begin_layout Standard
32695 \begin_inset CommandInset include
32696 LatexCommand lstinputlisting
32697 filename "EmbeddedObjects.lyx"
32698 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32699
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Standard
32706 \begin_inset VSpace bigskip
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Standard
32713 \noindent
32714 Dokumentweite Listing-Eigenschaften können in
32715 \family sans
32716  Dokument\SpecialChar \menuseparator
32717 Einstellungen\SpecialChar \menuseparator
32718 Text\SpecialChar \-
32719 for\SpecialChar \-
32720 mat\SpecialChar \menuseparator
32721 Listing-Einstellungen
32722 \family default
32723  festgelegt werden.
32724  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32725 \begin_inset Quotes gld
32726 \end_inset
32727
32728 ?
32729 \begin_inset Quotes grd
32730 \end_inset
32731
32732  links davon eine Liste aller möglichen Parameter.
32733 \end_layout
32734
32735 \begin_layout Standard
32736 Weitere Informationen über das 
32737 \series bold
32738 listings
32739 \series default
32740 -Paket finden Sie in 
32741 \begin_inset CommandInset citation
32742 LatexCommand cite
32743 key "listings"
32744
32745 \end_inset
32746
32747 .
32748 \begin_inset Newpage newpage
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Chapter
32755 \start_of_appendix
32756 In LyX verfügbare Maßeinheiten
32757 \begin_inset CommandInset label
32758 LatexCommand label
32759 name "kap:In-LyX-verfügbare"
32760
32761 \end_inset
32762
32763
32764 \begin_inset Index
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768 Einheiten
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Standard
32777 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32778  Tabelle
32779 \begin_inset space ~
32780 \end_inset
32781
32782
32783 \begin_inset CommandInset ref
32784 LatexCommand ref
32785 reference "tab:Maßeinheiten"
32786
32787 \end_inset
32788
32789  alle in LyX verfügbaren Maßeinheiten.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset Float table
32794 placement h
32795 wide false
32796 sideways false
32797 status open
32798
32799 \begin_layout Plain Layout
32800 \begin_inset Caption
32801
32802 \begin_layout Plain Layout
32803 \begin_inset CommandInset label
32804 LatexCommand label
32805 name "tab:Maßeinheiten"
32806
32807 \end_inset
32808
32809 Maßeinheiten
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Plain Layout
32818 \begin_inset VSpace medskip
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 \begin_inset Tabular
32827 <lyxtabular version="3" rows="20" columns="2">
32828 <features>
32829 <column alignment="center" valignment="top" width="0">
32830 <column alignment="center" valignment="top" width="0">
32831 <row>
32832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836
32837 \series bold
32838 Maßeinheit
32839 \end_layout
32840
32841 \end_inset
32842 </cell>
32843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847
32848 \series bold
32849 Name/Beschreibung
32850 \end_layout
32851
32852 \end_inset
32853 </cell>
32854 </row>
32855 <row>
32856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 mm
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869 Millimeter
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 </row>
32875 <row>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 cm
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889 Zentimeter
32890 \end_layout
32891
32892 \end_inset
32893 </cell>
32894 </row>
32895 <row>
32896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900 in
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32906 \begin_inset Text
32907
32908 \begin_layout Plain Layout
32909 Zoll (1
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913 in = 2.54
32914 \begin_inset space \thinspace{}
32915 \end_inset
32916
32917 cm
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 </row>
32923 <row>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 pt
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 Punkt (72.27
32938 \begin_inset space \thinspace{}
32939 \end_inset
32940
32941 pt = 1
32942 \begin_inset space \thinspace{}
32943 \end_inset
32944
32945 in)
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 </row>
32951 <row>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 pc
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 Pica (1
32966 \begin_inset space \thinspace{}
32967 \end_inset
32968
32969 pc = 12
32970 \begin_inset space \thinspace{}
32971 \end_inset
32972
32973 pt)
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 </row>
32979 <row>
32980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32981 \begin_inset Text
32982
32983 \begin_layout Plain Layout
32984 sp
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Plain Layout
32993 skalierter Punkt (65536
32994 \begin_inset space \thinspace{}
32995 \end_inset
32996
32997 sp = 1
32998 \begin_inset space \thinspace{}
32999 \end_inset
33000
33001 pt)
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 bp
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 großer Punkt (72
33022 \begin_inset space \thinspace{}
33023 \end_inset
33024
33025 bp = 1
33026 \begin_inset space \thinspace{}
33027 \end_inset
33028
33029 in)
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 </row>
33035 <row>
33036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040 dd
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 Didot (1
33050 \begin_inset space \thinspace{}
33051 \end_inset
33052
33053 dd 
33054 \begin_inset Formula $\approx$
33055 \end_inset
33056
33057  0,376
33058 \begin_inset space \thinspace{}
33059 \end_inset
33060
33061 mm)
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 cc
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 Cicero (1
33082 \begin_inset space \thinspace{}
33083 \end_inset
33084
33085 cc = 12
33086 \begin_inset space \thinspace{}
33087 \end_inset
33088
33089 dd)
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 </row>
33095 <row>
33096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100 Skalierung%
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 % der originalen Bildbreite
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 </row>
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 Textbreite %
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 % der Textbreite
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 </row>
33135 <row>
33136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 Spaltenbreite %
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 % der Spaltenbreite
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 </row>
33155 <row>
33156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 Seitenbreite %
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 % der Seitenbreite
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 Zeilenbreite %
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 % der Zeilenbreite
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 </row>
33195 <row>
33196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 Texthöhe %
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 % der Texthöhe
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 </row>
33215 <row>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 Seitenhöhe %
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 % der Seitenhöhe
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 </row>
33235 <row>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 ex
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 Die Höhe des Buchstabens 
33250 \emph on
33251 x
33252 \emph default
33253  im aktiven Zeichensatz
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 em
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 Die Breite des Buchstabens 
33274 \emph on
33275 M
33276 \emph default
33277  im aktiven Zeichensatz
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 </row>
33283 <row>
33284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 mu
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33294 \begin_inset Text
33295
33296 \begin_layout Plain Layout
33297 mathematische  Maßeinheit
33298 \series bold
33299  
33300 \series default
33301 (1
33302 \begin_inset space \thinspace{}
33303 \end_inset
33304
33305 mu = 1/18
33306 \begin_inset space \thinspace{}
33307 \end_inset
33308
33309 em)
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 </lyxtabular>
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Chapter
33328 Ausgabedatei-Formate mit Grafiken
33329 \begin_inset CommandInset label
33330 LatexCommand label
33331 name "kap:Ausgabedatei-Formate"
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \begin_layout Section
33339 DVI
33340 \begin_inset Index
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344 Dateiformat! DVI
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \begin_inset Index
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354 DVI
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 Dieser Dateityp hat die Erweiterung 
33364 \begin_inset Quotes gld
33365 \end_inset
33366
33367
33368 \family typewriter
33369 .dvi
33370 \family default
33371
33372 \begin_inset Quotes grd
33373 \end_inset
33374
33375  und wird 
33376 \begin_inset Quotes gld
33377 \end_inset
33378
33379 device independent
33380 \begin_inset Quotes grd
33381 \end_inset
33382
33383  genannt, weil er vollkommen portierbar ist.
33384  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33385  dvi-Betrachter installiert hat.
33386  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33387 ate wie PostScript benutzt.
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \begin_inset Note Greyedout
33392 status open
33393
33394 \begin_layout Plain Layout
33395
33396 \series bold
33397 Bemerkung:
33398 \series default
33399  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Standard
33408 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33409  auf einen anderen Computer kopieren.
33410  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33411  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33412  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33413 \family typewriter
33414  
33415 \family default
33416 blättern.
33417
33418 \family typewriter
33419  
33420 \family default
33421 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33422  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33423  
33424 \end_layout
33425
33426 \begin_layout Standard
33427 Sie können Ihr Dokument als DVI über das Menü 
33428 \family sans
33429 Datei\SpecialChar \menuseparator
33430 Exportieren\SpecialChar \menuseparator
33431 DVI
33432 \family default
33433  exportieren.
33434  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33435 \family sans
33436 Ansicht
33437 \family default
33438  oder den Werkzeugleistenknopf 
33439 \begin_inset Graphics
33440         filename ../../images/buffer-view_dvi.png
33441         scale 70
33442         scaleBeforeRotation
33443         BoundingBox 0bp 0bp 20bp 20bp
33444
33445 \end_inset
33446
33447  anschauen.
33448 \end_layout
33449
33450 \begin_layout Section
33451 PostScript
33452 \begin_inset CommandInset label
33453 LatexCommand label
33454 name "abs:PostScript"
33455
33456 \end_inset
33457
33458
33459 \begin_inset Index
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 Dateiformat  ! PostScript
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \begin_inset Index
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473 PostScript
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Standard
33482 Dieser Dateityp hat die Erweiterung 
33483 \begin_inset Quotes gld
33484 \end_inset
33485
33486
33487 \family typewriter
33488 .ps
33489 \family default
33490
33491 \begin_inset Quotes grd
33492 \end_inset
33493
33494 .
33495  PostScript wurde von der Firma
33496 \family typewriter
33497  Adobe
33498 \family default
33499  als Druckersprache entwickelt.
33500  Die Datei enthält deshalb Druckbefehle.
33501  PostScript kann als 
33502 \begin_inset Quotes gld
33503 \end_inset
33504
33505 Programmiersprache
33506 \begin_inset Quotes grd
33507 \end_inset
33508
33509  angesehen werden.
33510  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33511 \begin_inset Foot
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33516  von
33517 \series bold
33518  PSTricks
33519 \series default
33520  
33521 \begin_inset CommandInset citation
33522 LatexCommand cite
33523 key "pstricks"
33524
33525 \end_inset
33526
33527  oder 
33528 \begin_inset CommandInset citation
33529 LatexCommand cite
33530 key "latex-praxisbuch"
33531
33532 \end_inset
33533
33534  ansehen.
33535 \end_layout
33536
33537 \end_inset
33538
33539 .
33540  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33541 \end_layout
33542
33543 \begin_layout Standard
33544 PostScript kann nur Bilder im Format EPS
33545 \begin_inset Index
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 EPS
33550 \end_layout
33551
33552 \end_inset
33553
33554  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33555 wei\SpecialChar \-
33556 ter\SpecialChar \-
33557 ung 
33558 \begin_inset Quotes gld
33559 \end_inset
33560
33561
33562 \family typewriter
33563 .eps
33564 \family default
33565
33566 \begin_inset Quotes grd
33567 \end_inset
33568
33569 ) enthalten.
33570  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33571  intern nach EPS konvertieren.
33572  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33573  verlangsamen.
33574  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33575  konvertieren und direkt als EPS einfügen.
33576 \end_layout
33577
33578 \begin_layout Standard
33579 Sie können Ihr Dokument als PostScript über das Menü 
33580 \family sans
33581 Datei\SpecialChar \menuseparator
33582 Exportieren\SpecialChar \menuseparator
33583 Post\SpecialChar \-
33584 Script
33585 \family default
33586  exportieren.
33587  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33588 \family sans
33589 Ansicht
33590 \family default
33591  oder den Werkzeugleistenknopf 
33592 \begin_inset Graphics
33593         filename ../../images/buffer-view_ps.png
33594         scale 70
33595         scaleBeforeRotation
33596
33597 \end_inset
33598
33599  anschauen.
33600 \end_layout
33601
33602 \begin_layout Section
33603 PDF
33604 \begin_inset Index
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 Dateiformat! PDF
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 PDF
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 Dieser Dateityp hat die Erweiterung 
33628 \begin_inset Quotes gld
33629 \end_inset
33630
33631
33632 \family typewriter
33633 .pdf
33634 \family default
33635
33636 \begin_inset Quotes grd
33637 \end_inset
33638
33639 .
33640  Das
33641 \emph on
33642  
33643 \emph default
33644
33645 \begin_inset Quotes gld
33646 \end_inset
33647
33648 Portable Document Format
33649 \begin_inset Quotes grd
33650 \end_inset
33651
33652  (PDF) wurde auch von der Firma 
33653 \family typewriter
33654 Adobe
33655 \family default
33656  als Derivat von PostScript entwickelt.
33657  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33658  Wie der Begriff 
33659 \begin_inset Quotes gld
33660 \end_inset
33661
33662 portable
33663 \begin_inset Quotes grd
33664 \end_inset
33665
33666  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33667  werden, und der Ausdruck sieht immer gleich aus.
33668 \end_layout
33669
33670 \begin_layout Standard
33671 PDF kann Bilder im eigenen PDF-Format, im Format 
33672 \begin_inset Quotes gld
33673 \end_inset
33674
33675 Joint Photographic Experts Group
33676 \begin_inset Quotes grd
33677 \end_inset
33678
33679  (JPEG
33680 \begin_inset Index
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 JPG, JPEG
33685 \end_layout
33686
33687 \end_inset
33688
33689 , Datei-Erweiterung 
33690 \begin_inset Quotes gld
33691 \end_inset
33692
33693
33694 \family typewriter
33695 .jpg
33696 \family default
33697
33698 \begin_inset Quotes grd
33699 \end_inset
33700
33701  oder 
33702 \begin_inset Quotes gld
33703 \end_inset
33704
33705
33706 \family typewriter
33707 .jpeg
33708 \family default
33709
33710 \begin_inset Quotes grd
33711 \end_inset
33712
33713 ) und im Format 
33714 \begin_inset Quotes gld
33715 \end_inset
33716
33717 Portable Network Graphics
33718 \begin_inset Quotes grd
33719 \end_inset
33720
33721  (PNG
33722 \begin_inset Index
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726 PNG
33727 \end_layout
33728
33729 \end_inset
33730
33731 , Datei-Erweiterung 
33732 \begin_inset Quotes gld
33733 \end_inset
33734
33735
33736 \family typewriter
33737 .png
33738 \family default
33739
33740 \begin_inset Quotes grd
33741 \end_inset
33742
33743 ) enthalten.
33744  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33745  Sie konvertieren wird.
33746  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33747  wird, eines der drei erwähnten Bildformate zu benutzen.
33748 \end_layout
33749
33750 \begin_layout Standard
33751 PDF-Dateien können Sie über 
33752 \family sans
33753 Datei\SpecialChar \menuseparator
33754 Exportieren
33755 \family default
33756  auf drei Arten erzeugen:
33757 \end_layout
33758
33759 \begin_layout Description
33760 PDF
33761 \begin_inset space ~
33762 \end_inset
33763
33764 (ps2pdf) benutzt das Programm
33765 \family typewriter
33766  ps2pdf
33767 \family default
33768 , das eine PDF-Datei aus einer Post\SpecialChar \-
33769 Script®-Version Ihres Dokument erstellt.
33770  Die PostScript-Version wird mit dem Programm 
33771 \family typewriter
33772 dvips
33773 \family default
33774  aus einer DVI-Version erstellt.
33775  Es werden also drei Konvertierungen verwendet.
33776 \end_layout
33777
33778 \begin_layout Description
33779 PDF
33780 \begin_inset space ~
33781 \end_inset
33782
33783 (dvipdfm) benutzt das Programm 
33784 \family typewriter
33785 dvipdfm
33786 \family default
33787 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33788  PDF konvertiert.
33789 \end_layout
33790
33791 \begin_layout Description
33792 PDF
33793 \begin_inset space ~
33794 \end_inset
33795
33796 (pdflatex) benutzt das Programm
33797 \family typewriter
33798  pdftex
33799 \family default
33800 , das Ihr Dokument direkt nach PDF konvertiert.
33801 \end_layout
33802
33803 \begin_layout Standard
33804
33805 \family sans
33806 PDF
33807 \begin_inset space ~
33808 \end_inset
33809
33810 (pdflatex)
33811 \family default
33812  wird empfohlen, weil
33813 \family typewriter
33814  pdftex
33815 \family default
33816  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33817  ohne Probleme arbeitet.
33818  Das Programm 
33819 \family typewriter
33820 dvi\SpecialChar \-
33821 pdfm
33822 \family default
33823  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Sie können Ihr Dokument als PDF über das Menü 
33828 \family sans
33829 Datei\SpecialChar \menuseparator
33830 Exportieren\SpecialChar \menuseparator
33831 PDF
33832 \family default
33833  exportieren.
33834  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33835 \family sans
33836 Ansicht
33837 \family default
33838  oder den Werkzeugleistenknopf 
33839 \begin_inset Graphics
33840         filename ../../images/buffer-view_pdf2.png
33841         scale 70
33842         scaleBeforeRotation
33843         BoundingBox 0bp 0bp 20bp 20bp
33844
33845 \end_inset
33846
33847  anschauen 
33848 \family sans
33849 (
33850 \family default
33851 der 
33852 \family sans
33853 PDF
33854 \begin_inset space ~
33855 \end_inset
33856
33857 (pdflatex)
33858 \family default
33859  verwendet).
33860 \end_layout
33861
33862 \begin_layout Chapter
33863 Erklärung der Gleichung
33864 \begin_inset space ~
33865 \end_inset
33866
33867
33868 \begin_inset CommandInset ref
33869 LatexCommand eqref
33870 reference "eq:Wgn"
33871
33872 \end_inset
33873
33874
33875 \begin_inset CommandInset label
33876 LatexCommand label
33877 name "kap:Exläuterung-einer-Gleichung"
33878
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \begin_layout Standard
33885 Die Gesamtbreite von
33886 \emph on
33887  n
33888 \emph default
33889  Tabellenzellen 
33890 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33891 \end_inset
33892
33893  kann wie folgt berechnet werden:
33894 \end_layout
33895
33896 \begin_layout Standard
33897 \begin_inset Formula \begin{equation}
33898 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}
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Dabei ist 
33907 \begin_inset Formula $W_{g\, n}$
33908 \end_inset
33909
33910  die Breite jeder Zelle.
33911
33912 \series bold
33913  
33914 \backslash
33915 tabcolsep
33916 \series default
33917  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33918  Standardwert 6
33919 \begin_inset space \thinspace{}
33920 \end_inset
33921
33922 pt.
33923  
33924 \series bold
33925
33926 \backslash
33927 arrayrulewidth
33928 \series default
33929  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33930 \begin_inset space \thinspace{}
33931 \end_inset
33932
33933 pt.
33934 \end_layout
33935
33936 \begin_layout Standard
33937 Nach Gleichung
33938 \begin_inset space ~
33939 \end_inset
33940
33941
33942 \begin_inset CommandInset ref
33943 LatexCommand ref
33944 reference "eq:Wtot_n"
33945
33946 \end_inset
33947
33948  ist die Gesamtbreite einer Mehrfachspalte, 
33949 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33950 \end_inset
33951
33952 ,
33953 \end_layout
33954
33955 \begin_layout Standard
33956 \begin_inset Formula \begin{equation}
33957 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Setzt man die Gleichungen
33966 \begin_inset space ~
33967 \end_inset
33968
33969
33970 \begin_inset CommandInset ref
33971 LatexCommand ref
33972 reference "eq:Wtot_n"
33973
33974 \end_inset
33975
33976  und 
33977 \begin_inset CommandInset ref
33978 LatexCommand ref
33979 reference "eq:Wtot_mult"
33980
33981 \end_inset
33982
33983  gleich, kann man die benötigte Breite 
33984 \begin_inset Formula $W_{g\, n}$
33985 \end_inset
33986
33987 , wenn 
33988 \emph on
33989 n
33990 \emph default
33991  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33992 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33993 \end_inset
33994
33995  hat, berechnen:
33996 \end_layout
33997
33998 \begin_layout Standard
33999 \begin_inset Formula \begin{equation}
34000 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "latexcompanion"
34011
34012 \end_inset
34013
34014 Frank Mittelbach and Michel Goossens: 
34015 \emph on
34016 The LaTeX Companion Second Edition.
34017
34018 \emph default
34019  Addison-Wesley, 2004
34020 \end_layout
34021
34022 \begin_layout Bibliography
34023 \begin_inset CommandInset bibitem
34024 LatexCommand bibitem
34025 key "latexguide"
34026
34027 \end_inset
34028
34029 Helmut Kopka and Patrick W.
34030  Daly: 
34031 \emph on
34032 A Guide to LaTeX Fourth Edition.
34033
34034 \emph default
34035  Addison-Wesley, 2003
34036 \end_layout
34037
34038 \begin_layout Bibliography
34039 \begin_inset CommandInset bibitem
34040 LatexCommand bibitem
34041 key "lamport"
34042
34043 \end_inset
34044
34045 Leslie Lamport: 
34046 \emph on
34047 LaTeX: A Document Preparation System.
34048
34049 \emph default
34050  Addison-Wesley, second edition, 1994
34051 \end_layout
34052
34053 \begin_layout Bibliography
34054 \begin_inset CommandInset bibitem
34055 LatexCommand bibitem
34056 key "latex-praxisbuch"
34057
34058 \end_inset
34059
34060 Niedermair, Elke & Michael: 
34061 \emph on
34062 LaTeX-Praxisbuch
34063 \emph default
34064 , Franzis-Verlag, 2004
34065 \end_layout
34066
34067 \begin_layout Bibliography
34068 \begin_inset CommandInset bibitem
34069 LatexCommand bibitem
34070 key "booktabs"
34071
34072 \end_inset
34073
34074 Dokumentation des LaTeX-Pakets 
34075 \series bold
34076
34077 \begin_inset CommandInset href
34078 LatexCommand href
34079 name "booktabs"
34080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34081
34082 \end_inset
34083
34084
34085 \series default
34086
34087 \begin_inset Index
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091 LaTeX-Pakete ! booktabs
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \begin_layout Bibliography
34100 \begin_inset CommandInset bibitem
34101 LatexCommand bibitem
34102 key "caption"
34103
34104 \end_inset
34105
34106 Dokumentation des LaTeX-Pakets 
34107 \series bold
34108
34109 \begin_inset CommandInset href
34110 LatexCommand href
34111 name "caption"
34112 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34113
34114 \end_inset
34115
34116
34117 \series default
34118
34119 \begin_inset Index
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123 LaTeX-Pakete ! caption
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Bibliography
34132 \begin_inset CommandInset bibitem
34133 LatexCommand bibitem
34134 key "endfloat"
34135
34136 \end_inset
34137
34138 Dokumentation des LaTeX-Pakets 
34139 \series bold
34140
34141 \begin_inset CommandInset href
34142 LatexCommand href
34143 name "endfloat"
34144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34145
34146 \end_inset
34147
34148
34149 \series default
34150
34151 \begin_inset Index
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 LaTeX-Pakete ! endfloat
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Bibliography
34164 \begin_inset CommandInset bibitem
34165 LatexCommand bibitem
34166 key "wrapfig"
34167
34168 \end_inset
34169
34170 Dokumentation des LaTeX-Pakets 
34171 \series bold
34172
34173 \begin_inset CommandInset href
34174 LatexCommand href
34175 name "wrapfig"
34176 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34177
34178 \end_inset
34179
34180
34181 \series default
34182
34183 \begin_inset Index
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 LaTeX-Pakete ! wrapfig
34188 \begin_inset ERT
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193
34194 \backslash
34195 vspace{4mm}
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Bibliography
34209 \begin_inset CommandInset bibitem
34210 LatexCommand bibitem
34211 key "footmisc"
34212
34213 \end_inset
34214
34215 Dokumentation des LaTeX-Pakets 
34216 \series bold
34217
34218 \begin_inset CommandInset href
34219 LatexCommand href
34220 name "footmisc"
34221 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34222
34223 \end_inset
34224
34225
34226 \series default
34227
34228 \begin_inset Index
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 LaTeX-Pakete ! footmisc
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Bibliography
34241 \begin_inset CommandInset bibitem
34242 LatexCommand bibitem
34243 key "hypcap"
34244
34245 \end_inset
34246
34247 Dokumentation des LaTeX-Pakets 
34248 \series bold
34249
34250 \begin_inset CommandInset href
34251 LatexCommand href
34252 name "hypcap"
34253 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34254
34255 \end_inset
34256
34257
34258 \series default
34259
34260 \begin_inset Index
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264 LaTeX-Pakete ! hypcap
34265 \end_layout
34266
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Bibliography
34273 \begin_inset CommandInset bibitem
34274 LatexCommand bibitem
34275 key "hyperref"
34276
34277 \end_inset
34278
34279 Dokumentation des LaTeX-Pakets 
34280 \series bold
34281
34282 \begin_inset CommandInset href
34283 LatexCommand href
34284 name "hyperref"
34285 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34286
34287 \end_inset
34288
34289
34290 \series default
34291
34292 \begin_inset Index
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296 LaTeX-Pakete ! hyperref
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Bibliography
34305 \begin_inset CommandInset bibitem
34306 LatexCommand bibitem
34307 key "koma-script"
34308
34309 \end_inset
34310
34311 Dokumentation des LaTeX-Pakets 
34312 \series bold
34313
34314 \begin_inset CommandInset href
34315 LatexCommand href
34316 name "koma-script"
34317 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34318
34319 \end_inset
34320
34321
34322 \series default
34323
34324 \begin_inset Index
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 LaTeX-Pakete ! koma-script
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \begin_layout Bibliography
34337 \begin_inset CommandInset bibitem
34338 LatexCommand bibitem
34339 key "listings"
34340
34341 \end_inset
34342
34343 Dokumentation des LaTeX-Pakets 
34344 \series bold
34345
34346 \begin_inset CommandInset href
34347 LatexCommand href
34348 name "listings"
34349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34350
34351 \end_inset
34352
34353
34354 \series default
34355
34356 \begin_inset Index
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 LaTeX-Pakete ! listings
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \begin_layout Bibliography
34369 \begin_inset CommandInset bibitem
34370 LatexCommand bibitem
34371 key "marginnote"
34372
34373 \end_inset
34374
34375 Dokumentation des LaTeX-Pakets 
34376 \series bold
34377
34378 \begin_inset CommandInset href
34379 LatexCommand href
34380 name "marginnote"
34381 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34382
34383 \end_inset
34384
34385
34386 \series default
34387
34388 \begin_inset Index
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 LaTeX-Pakete ! marginnote
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Bibliography
34401 \begin_inset CommandInset bibitem
34402 LatexCommand bibitem
34403 key "pstricks"
34404
34405 \end_inset
34406
34407 Webseite des LaTeX-Pakets 
34408 \series bold
34409
34410 \begin_inset CommandInset href
34411 LatexCommand href
34412 name "PSTricks"
34413 target "http://tug.org/PSTricks/"
34414
34415 \end_inset
34416
34417
34418 \series default
34419
34420 \begin_inset Index
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424 LaTeX-Pakete ! pstricks
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Bibliography
34433 \begin_inset CommandInset bibitem
34434 LatexCommand bibitem
34435 key "sidecap"
34436
34437 \end_inset
34438
34439 Dokumentation des LaTeX-Pakets 
34440 \series bold
34441
34442 \begin_inset CommandInset href
34443 LatexCommand href
34444 name "sidecap"
34445 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34446
34447 \end_inset
34448
34449
34450 \series default
34451
34452 \begin_inset Index
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 LaTeX-Pakete ! sidecap
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Bibliography
34465 \begin_inset CommandInset bibitem
34466 LatexCommand bibitem
34467 key "NewInLyX16"
34468
34469 \end_inset
34470
34471
34472 \begin_inset CommandInset href
34473 LatexCommand href
34474 name "Wiki-Seite"
34475 target "http://wiki.lyx.org/LyX/NewInLyX16"
34476
34477 \end_inset
34478
34479  über neue Funktionen in 
34480 \family sans
34481 LyX 1.6.0
34482 \family default
34483 .
34484 \end_layout
34485
34486 \begin_layout Standard
34487 \begin_inset CommandInset index_print
34488 LatexCommand printindex
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Standard
34496 \begin_inset FloatList figure
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset FloatList table
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Standard
34512 \begin_inset ERT
34513 status open
34514
34515 \begin_layout Plain Layout
34516
34517
34518 \backslash
34519 listof{algorithm}{Algorithmenverzeichnis}
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \begin_inset Note Note
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 siehe Abschnitt
34530 \begin_inset space ~
34531 \end_inset
34532
34533
34534 \begin_inset CommandInset ref
34535 LatexCommand ref
34536 reference "uab:Gleitobjekt-Algorithmen"
34537
34538 \end_inset
34539
34540  für eine Beschreibung
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_body
34549 \end_document