]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
test for Hartmut's SVN
[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 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX }}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie sie eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
409  klicken.
410  Der Dialog hat drei Karteikarten:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Grafik
417 \family default
418  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
419  Version festlegen.
420  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "kap:In-LyX-verfügbare"
428
429 \end_inset
430
431  erklärt.
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index
437 status collapsed
438
439 \begin_layout Plain Layout
440 Abbildungen ! rotierte
441 \end_layout
442
443 \end_inset
444
445 Sie können Abbildungen durch Angabe eines 
446 \family sans
447 Winkel
448 \family default
449
450 \begin_inset space ~
451 \end_inset
452
453
454 \family sans
455 (Grad)
456 \family default
457  und Festlegung eines 
458 \family sans
459 Drehpunktes
460 \family default
461  drehen.
462  Negative Winkel drehen im Uhrzeigersinn.
463  Die Abbildung wird auch in LyX gedreht.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Abbildungen ! skalierte
473 \end_layout
474
475 \end_inset
476
477 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
478  oder Höhe und Breite definiert.
479  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
480  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
481  wobei sie möglicherweise verzerrt wird.
482  Um das zu vermeiden, sollten Sie 
483 \family sans
484 Seitenverhältnis
485 \begin_inset space ~
486 \end_inset
487
488 beibehalten
489 \family default
490  ankreuzen.
491  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
492 \family sans
493 Höhe
494 \family default
495  und 
496 \family sans
497 Breite
498 \family default
499  nicht überschritten werden.
500 \begin_inset Newline newline
501 \end_inset
502
503 Wenn Sie auf 
504 \family sans
505 Bearbeiten
506 \family default
507  klicken, können Abbildungen mit einem Programm, das in 
508 \family sans
509 Werkzeuge\SpecialChar \menuseparator
510 Einstellungen\SpecialChar \menuseparator
511 Datei-Handhabung\SpecialChar \menuseparator
512 Dateiformate
513 \family default
514  im Feld 
515 \family sans
516 Bearbeitungsprogramm
517 \family default
518  festgelegt wurde, bearbeitet werden.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Ausschnitt
525 \family default
526  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
527  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
528  Wenn Sie auf 
529 \family sans
530 Lese
531 \begin_inset space ~
532 \end_inset
533
534 aus
535 \begin_inset space ~
536 \end_inset
537
538 Datei
539 \family default
540  klicken, werden die Koordinaten automatisch berechnet.
541  Die Option 
542 \family sans
543 Auf
544 \begin_inset space ~
545 \end_inset
546
547 Begrenzungsbox
548 \begin_inset space ~
549 \end_inset
550
551 zuschneiden
552 \family default
553  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
554  Koordinaten liegt.
555  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
556  diese Karteikarte ignorieren.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX-
563 \begin_inset space ~
564 \end_inset
565
566 und
567 \begin_inset space ~
568 \end_inset
569
570 LyX-Optionen
571 \family default
572  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
573  LaTeX-Experten können weitere LaTeX-Optionen definieren.
574 \begin_inset Newline newline
575 \end_inset
576
577 Ist die Option 
578 \family sans
579 Entwurfsmodus 
580 \family default
581 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
582  darin gedruckt.
583 \begin_inset Newline newline
584 \end_inset
585
586 Die Option 
587 \family sans
588 Beim
589 \begin_inset space ~
590 \end_inset
591
592 Exportieren
593 \begin_inset space ~
594 \end_inset
595
596 nicht
597 \begin_inset space ~
598 \end_inset
599
600 entpacken
601 \family default
602  betrifft nur gepackte EPS-Dateien, zum Beispiel 
603 \emph on
604 x.eps.gz
605 \emph default
606 .
607  LaTeX kann so mit ihnen umgehen.
608 \begin_inset Newline newline
609 \end_inset
610
611 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
612  wählen, siehe Anhang
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "abs:PostScript"
620
621 \end_inset
622
623 .
624  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 gzip x.eps
631 \begin_inset Newline newline
632 \end_inset
633
634 zgrep %%Bounding x.eps.gz > x.eps.bb
635 \series default
636
637 \begin_inset Newline newline
638 \end_inset
639
640 Der zweite Befehl erzeugt die Begrenzungsbox 
641 \begin_inset Quotes gld
642 \end_inset
643
644 x.eps.bb
645 \begin_inset Quotes grd
646 \end_inset
647
648 , die LaTeX für gepackte Abbildungen benötigt.
649 \end_layout
650
651 \begin_layout Standard
652 \begin_inset VSpace bigskip
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 Hier ist eine zentrierte .eps-Abbildung
660 \begin_inset Foot
661 status open
662
663 \begin_layout Plain Layout
664 Abbildungsformate sind in Abschnitt
665 \begin_inset space ~
666 \end_inset
667
668
669 \begin_inset CommandInset ref
670 LatexCommand ref
671 reference "abs:Bildformate"
672
673 \end_inset
674
675  beschrieben.
676 \end_layout
677
678 \end_inset
679
680  in einem eigenen Absatz:
681 \end_layout
682
683 \begin_layout Standard
684 \align center
685 \begin_inset Graphics
686         filename ../clipart/mobius.eps
687         scale 70
688         scaleBeforeRotation
689         rotateOrigin center
690
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Standard
697 \noindent
698 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
699 \end_layout
700
701 \begin_layout Standard
702 \align center
703 \begin_inset Graphics
704         filename ../clipart/mobius.eps
705         scale 70
706         draft
707         scaleBeforeRotation
708         rotateOrigin center
709
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Section
716 Gleitende Abbildungen
717 \begin_inset CommandInset label
718 LatexCommand label
719 name "abs:Gleitende-Abbildungen"
720
721 \end_inset
722
723
724 \begin_inset Index
725 status collapsed
726
727 \begin_layout Plain Layout
728 Abbildungen ! gleitende
729 \end_layout
730
731 \end_inset
732
733
734 \begin_inset Index
735 status collapsed
736
737 \begin_layout Plain Layout
738 Gleitobjekte ! Abbildungen
739 \end_layout
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
748 \begin_inset space ~
749 \end_inset
750
751
752 \begin_inset CommandInset ref
753 LatexCommand ref
754 reference "abs:Gleitobjekte-Einleitung"
755
756 \end_inset
757
758 .
759 \end_layout
760
761 \begin_layout Standard
762 Wenn Sie auf das Werkzeugleisten-Symbol 
763 \begin_inset Graphics
764         filename ../../images/float-insert_figure.png
765         scale 70
766         scaleBeforeRotation
767         BoundingBox 0bp 6bp 22bp 22bp
768
769 \end_inset
770
771  klicken oder 
772 \family sans
773 Einfügen\SpecialChar \menuseparator
774 Gleit\SpecialChar \-
775 objekt\SpecialChar \menuseparator
776 Abbildung
777 \family default
778  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
779  In das rot umrahmte Feld rechts von 
780 \emph on
781 Abbildung
782 \begin_inset space ~
783 \end_inset
784
785 Nr:
786 \emph default
787  schreiben Sie die Bildbeschriftung.
788  Nach einem Klick oberhalb oder unterhalb von 
789 \emph on
790 Abbildung
791 \begin_inset space ~
792 \end_inset
793
794 Nr:
795 \emph default
796  können Sie dann eine Abbildung wie 
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "abb:kill-plat"
800
801 \end_inset
802
803  oberhalb oder wie Abbildung
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "abb:escher"
811
812 \end_inset
813
814  unterhalb der Bildbeschriftung einfügen.
815  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
816 \begin_inset space ~
817 \end_inset
818
819
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "abs:Titel-Platzierung"
823
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 \begin_inset Float figure
831 wide false
832 sideways false
833 status open
834
835 \begin_layout Plain Layout
836 \align center
837 \begin_inset Graphics
838         filename ../clipart/platypus.eps
839         width 50col%
840         scaleBeforeRotation
841         rotateOrigin center
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Plain Layout
849 \begin_inset Caption
850
851 \begin_layout Plain Layout
852 \begin_inset CommandInset label
853 LatexCommand label
854 name "abb:kill-plat"
855
856 \end_inset
857
858 Platypus in einem Gleitobjekt
859 \end_layout
860
861 \end_inset
862
863
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Standard
872 \begin_inset Float figure
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \begin_inset Caption
879
880 \begin_layout Plain Layout
881 \begin_inset CommandInset label
882 LatexCommand label
883 name "abb:escher"
884
885 \end_inset
886
887 M.C.
888  Escher
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Graphics
899         filename ../clipart/escher-lsd.eps
900         scale 80
901         scaleBeforeRotation
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Abbildungen ! Beispiele
920 \end_layout
921
922 \end_inset
923
924 Abbildung
925 \begin_inset space ~
926 \end_inset
927
928
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "abb:kill-plat"
932
933 \end_inset
934
935  und 
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "abb:escher"
939
940 \end_inset
941
942  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
943  Dafür fügen Sie in der Beschriftung mit 
944 \family sans
945 Einfügen\SpecialChar \menuseparator
946 Marke
947 \family default
948  oder durch Klicken auf 
949 \begin_inset Graphics
950         filename ../../images/label-insert.png
951         scale 70
952         scaleBeforeRotation
953         BoundingBox 0bp 6bp 20bp 20bp
954
955 \end_inset
956
957  eine Marke ein.
958  Auf diese können Sie dann wie gewohnt mit 
959 \family sans
960 Einfügen\SpecialChar \menuseparator
961 Querverweis
962 \family default
963  oder durch Klicken auf 
964 \begin_inset Graphics
965         filename ../../images/dialog-show-new-inset_ref.png
966         scale 70
967         scaleBeforeRotation
968         BoundingBox 0bp 6bp 22bp 22bp
969
970 \end_inset
971
972  verweisen.
973  Das ist besser als eine vage Formulierung wie 
974 \begin_inset Quotes gld
975 \end_inset
976
977 die obige Abbildung
978 \begin_inset Quotes grd
979 \end_inset
980
981  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
982  erscheint, und das muss nicht 
983 \emph on
984 oben
985 \emph default
986  sein.
987  Verweise werden detailliert in Abschnitt
988 \begin_inset space ~
989 \end_inset
990
991
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "abs:Auf-Gleitobjekte-verweisen"
995
996 \end_inset
997
998  beschrieben.
999 \end_layout
1000
1001 \begin_layout Standard
1002 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1003  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1004  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1005  Gleitabbildung einfügt.
1006  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1007  Abbildung
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "abb:Zwei-Teilabbildungen"
1015
1016 \end_inset
1017
1018  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1019  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1020  Gleitabbildung auf Eingabe drücken.
1021  Abbildung
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "abb:Undefinierbar"
1029
1030 \end_inset
1031
1032  und 
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "abb:Ein-Schnabeltier"
1036
1037 \end_inset
1038
1039  sind die Teilabbildungen.
1040 \end_layout
1041
1042 \begin_layout Standard
1043 \begin_inset Float figure
1044 wide false
1045 sideways false
1046 status open
1047
1048 \begin_layout Plain Layout
1049 \begin_inset space \hfill{}
1050 \end_inset
1051
1052
1053 \begin_inset Float figure
1054 wide false
1055 sideways false
1056 status open
1057
1058 \begin_layout Plain Layout
1059 \begin_inset Caption
1060
1061 \begin_layout Plain Layout
1062 \begin_inset CommandInset label
1063 LatexCommand label
1064 name "abb:Undefinierbar"
1065
1066 \end_inset
1067
1068 Undefinierbar
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \begin_layout Plain Layout
1077 \begin_inset Graphics
1078         filename ../clipart/escher-lsd.eps
1079         width 35col%
1080         scaleBeforeRotation
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \begin_inset space \hfill{}
1091 \end_inset
1092
1093
1094 \begin_inset Float figure
1095 wide false
1096 sideways false
1097 status open
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Caption
1101
1102 \begin_layout Plain Layout
1103 \begin_inset CommandInset label
1104 LatexCommand label
1105 name "abb:Ein-Schnabeltier"
1106
1107 \end_inset
1108
1109 Ein Schnabeltier
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Graphics
1119         filename ../clipart/platypus.eps
1120         lyxscale 60
1121         width 45col%
1122         scaleBeforeRotation
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset space \hfill{}
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption
1140
1141 \begin_layout Plain Layout
1142 \begin_inset CommandInset label
1143 LatexCommand label
1144 name "abb:Zwei-Teilabbildungen"
1145
1146 \end_inset
1147
1148 Zwei Teilabbildungen nebeneinander.
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Bildformate
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "abs:Bildformate"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Abbildungen ! Bildformate
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Standard
1183 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1184  Aber wie in Anhang
1185 \begin_inset space ~
1186 \end_inset
1187
1188
1189 \begin_inset CommandInset ref
1190 LatexCommand ref
1191 reference "kap:Ausgabedatei-Formate"
1192
1193 \end_inset
1194
1195  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1196  LyX benutzt im Hintergrund das Programm
1197 \family typewriter
1198  Imagemagick
1199 \family default
1200 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1201  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1202  vermeiden.
1203  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1204  werden können.
1205  Diese Formate werden in Anhang
1206 \begin_inset space ~
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset ref
1211 LatexCommand ref
1212 reference "kap:Ausgabedatei-Formate"
1213
1214 \end_inset
1215
1216  beschrieben.
1217 \end_layout
1218
1219 \begin_layout Standard
1220 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1221 \end_layout
1222
1223 \begin_layout Description
1224 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1225  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1226  
1227 \emph on
1228 pixelig
1229 \emph default
1230  aus.
1231  Bekannte Pixel-Formate sind 
1232 \begin_inset Quotes gld
1233 \end_inset
1234
1235 Graphics Interchange Format
1236 \begin_inset Quotes grd
1237 \end_inset
1238
1239  (GIF, Dateiendung
1240 \family typewriter
1241  
1242 \family default
1243
1244 \begin_inset Quotes gld
1245 \end_inset
1246
1247
1248 \family typewriter
1249 .gif
1250 \family default
1251
1252 \begin_inset Quotes grd
1253 \end_inset
1254
1255 )
1256 \begin_inset Index
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 GIF
1261 \end_layout
1262
1263 \end_inset
1264
1265
1266 \begin_inset Quotes gld
1267 \end_inset
1268
1269 Portable Network Graphics
1270 \begin_inset Quotes grd
1271 \end_inset
1272
1273  (PNG, Dateiendung 
1274 \begin_inset Quotes gld
1275 \end_inset
1276
1277
1278 \family typewriter
1279 .png
1280 \family default
1281
1282 \begin_inset Quotes grd
1283 \end_inset
1284
1285 )
1286 \begin_inset Index
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290 PNG
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \begin_inset Quotes gld
1297 \end_inset
1298
1299 Joint Photographic Experts Group
1300 \begin_inset Quotes grd
1301 \end_inset
1302
1303  (JPEG, Dateiendung
1304 \family typewriter
1305  
1306 \family default
1307
1308 \begin_inset Quotes gld
1309 \end_inset
1310
1311
1312 \family typewriter
1313 .jpg
1314 \family default
1315
1316 \begin_inset Quotes grd
1317 \end_inset
1318
1319  oder 
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323
1324 \family typewriter
1325 .jpeg
1326 \family default
1327
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331 )
1332 \begin_inset Index
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 JPG, JPEG
1337 \end_layout
1338
1339 \end_inset
1340
1341  und 
1342 \begin_inset Quotes gld
1343 \end_inset
1344
1345 Windows Bitmap
1346 \begin_inset Quotes grd
1347 \end_inset
1348
1349  (BMP, Dateiendung 
1350 \begin_inset Quotes gld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .bmp
1356 \family default
1357
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 BMP
1367 \end_layout
1368
1369 \end_inset
1370
1371 .
1372 \end_layout
1373
1374 \begin_layout Description
1375 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1376  auf jede beliebige Größe skaliert werden.
1377  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1378  zoomen zu können.
1379 \begin_inset Newline newline
1380 \end_inset
1381
1382 Bekannte Formate sind 
1383 \begin_inset Quotes gld
1384 \end_inset
1385
1386 Scalable Vector Graphics
1387 \begin_inset Quotes grd
1388 \end_inset
1389
1390  (SVG, Dateiendung
1391 \family typewriter
1392  
1393 \family default
1394
1395 \begin_inset Quotes gld
1396 \end_inset
1397
1398
1399 \family typewriter
1400 .svg
1401 \family default
1402
1403 \begin_inset Quotes grd
1404 \end_inset
1405
1406 )
1407 \begin_inset Index
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 SVG
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \begin_inset Quotes gld
1418 \end_inset
1419
1420 Encapsulated PostScript
1421 \begin_inset Quotes grd
1422 \end_inset
1423
1424  (EPS, Dateiendung 
1425 \begin_inset Quotes gld
1426 \end_inset
1427
1428
1429 \family typewriter
1430 .eps
1431 \family default
1432
1433 \begin_inset Quotes grd
1434 \end_inset
1435
1436 )
1437 \begin_inset Index
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 EPS
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Quotes gld
1448 \end_inset
1449
1450 Portable Document Format
1451 \begin_inset Quotes grd
1452 \end_inset
1453
1454  (PDF, Dateiendung
1455 \family typewriter
1456  
1457 \family default
1458
1459 \begin_inset Quotes gld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .pdf
1465 \family default
1466
1467 \begin_inset Quotes grd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 PDF
1476 \end_layout
1477
1478 \end_inset
1479
1480  und 
1481 \begin_inset Quotes gld
1482 \end_inset
1483
1484 Windows Metafile
1485 \begin_inset Quotes grd
1486 \end_inset
1487
1488  (WMF, Dateiendung 
1489 \begin_inset Quotes gld
1490 \end_inset
1491
1492
1493 \family typewriter
1494 .wmf
1495 \family default
1496
1497 \begin_inset Quotes grd
1498 \end_inset
1499
1500 )
1501 \begin_inset Index
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505 WMF
1506 \end_layout
1507
1508 \end_inset
1509
1510 .
1511 \end_layout
1512
1513 \begin_layout Standard
1514 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1515  das Ergebnis ist immer noch ein Pixelbild.
1516  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1517  hinzugefügt.
1518 \begin_inset Foot
1519 status open
1520
1521 \begin_layout Plain Layout
1522 Bei PDF wird das Originalbild auch noch komprimiert.
1523 \end_layout
1524
1525 \end_inset
1526
1527  Die PDF-Dateien, die 
1528 \family typewriter
1529 Adobe Photoshop
1530 \family default
1531  erzeugt, sind zum Beispiel Pixelbilder.
1532 \end_layout
1533
1534 \begin_layout Standard
1535 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1536  umgekehrt.
1537  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1538  eingefügt werden.
1539  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1540  erzeugt wird, weil es zur Zeit keine WMF/SVG
1541 \begin_inset Formula $\to$
1542 \end_inset
1543
1544 PDF/EPS Konverter gibt.
1545 \end_layout
1546
1547 \begin_layout Chapter
1548 Tabellen
1549 \begin_inset CommandInset label
1550 LatexCommand label
1551 name "kap:Tabellen"
1552
1553 \end_inset
1554
1555
1556 \begin_inset Index
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 Tabellen
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \begin_layout Section
1569 Einführung
1570 \begin_inset Index
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 Tabellen ! Einführung
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1584 \begin_inset Graphics
1585         filename ../../images/tabular-insert.png
1586         scale 70
1587         scaleBeforeRotation
1588         BoundingBox 0bp 6bp 22bp 22bp
1589
1590 \end_inset
1591
1592  oder das Menü 
1593 \family sans
1594 Einfügen\SpecialChar \menuseparator
1595 Tabelle
1596 \family default
1597  einfügen.
1598  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1599 \begin_inset space \thinspace{}
1600 \end_inset
1601
1602 -Tabelle.
1603  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1604  und die Größe der dunkelblauen Tabelle angezeigt.
1605  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1606  ein.
1607  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1608  Spaltenanzahl festlegen können.
1609 \end_layout
1610
1611 \begin_layout Standard
1612 In der so erstellten Tabelle ist jede Zelle umrandet.
1613  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1614  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1615  die zweite Zeile eine Linie oberhalb haben.
1616  Hier ist ein Beispiel:
1617 \end_layout
1618
1619 \begin_layout Standard
1620 \align center
1621 \begin_inset Tabular
1622 <lyxtabular version="3" rows="5" columns="4">
1623 <features>
1624 <column alignment="center" valignment="top" width="0">
1625 <column alignment="center" valignment="top" width="0">
1626 <column alignment="center" valignment="top" width="0">
1627 <column alignment="center" valignment="top" width="0">
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \family roman
1644 \series medium
1645 \shape up
1646 \size normal
1647 \emph off
1648 \bar no
1649 \noun off
1650 \color none
1651 1
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660 2
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669 3
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 </row>
1675 <row>
1676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 A
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 </row>
1722 <row>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \family roman
1729 \series medium
1730 \shape up
1731 \size normal
1732 \emph off
1733 \bar no
1734 \noun off
1735 \color none
1736 B
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 </row>
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \family roman
1776 \series medium
1777 \shape up
1778 \size normal
1779 \emph off
1780 \bar no
1781 \noun off
1782 \color none
1783 C
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 D
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 </lyxtabular>
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Section
1862 Tabellen-Einstellungen
1863 \begin_inset Index
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tabellen ! Einstellungen
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Standard
1876 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1877  Maustaste draufklicken.
1878  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1879 \family sans
1880 Einstellungen
1881 \family default
1882  steht.
1883  Ein Klick darauf öffnet das Fenster 
1884 \family sans
1885 Tabellen-Einstellungen
1886 \family default
1887 .
1888  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1889  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1890  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1891  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1892  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1893  Auswahl.
1894  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1895 \emph on
1896 Inhalt
1897 \emph default
1898  einer Zelle oder die Zelle selber ausgewählt haben.
1899  Das 
1900 \family sans
1901 Tabellen-Einstellungen
1902 \family default
1903 -Menü hat folgende Karteikarten:
1904 \end_layout
1905
1906 \begin_layout Description
1907
1908 \family sans
1909 Tabellen-Einstellungen
1910 \family default
1911  Hier können Sie die 
1912 \family sans
1913 Horizontale
1914 \begin_inset space ~
1915 \end_inset
1916
1917 Ausrichtung
1918 \family default
1919  der momentanen Spalte und die 
1920 \family sans
1921 Spaltenbreite
1922 \family default
1923  festlegen.
1924  Wenn Sie eine 
1925 \family sans
1926 Spaltenbreite
1927 \family default
1928  festgelegt haben, können Sie auch eine 
1929 \family sans
1930 Vertikale
1931 \begin_inset space ~
1932 \end_inset
1933
1934 Ausrichtung
1935 \family default
1936  der momentanen Zeile wählen.
1937  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1938  Absätze haben, wie in Abschnitt
1939 \begin_inset space ~
1940 \end_inset
1941
1942
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "uab:Mehrfache-Zeilen-in"
1946
1947 \end_inset
1948
1949  beschrieben.
1950  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1955  als 
1956 \family sans
1957 Mehrfachspalte
1958 \family default
1959  definieren, wie in Abschnitt
1960 \begin_inset space ~
1961 \end_inset
1962
1963
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "uab:Mehrfachspalten"
1967
1968 \end_inset
1969
1970  beschrieben.
1971 \begin_inset Newline newline
1972 \end_inset
1973
1974 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1975  den Uhrzeigersinn um 90° drehen.
1976  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1977 \begin_inset Newline newline
1978 \end_inset
1979
1980
1981 \begin_inset Note Greyedout
1982 status open
1983
1984 \begin_layout Plain Layout
1985
1986 \series bold
1987 Achtung:
1988 \series default
1989  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1990 \end_layout
1991
1992 \end_inset
1993
1994
1995 \begin_inset Newline newline
1996 \end_inset
1997
1998 Man kann auch ein 
1999 \family sans
2000 LaTe
2001 \begin_inset ERT
2002 status collapsed
2003
2004 \begin_layout Plain Layout
2005
2006 {}
2007 \end_layout
2008
2009 \end_inset
2010
2011 X-Argument
2012 \family default
2013  für besondere Tabellen-Formatierun\SpecialChar \-
2014 gen einfügen, wie in den Abschnitten
2015  
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfachspalten-Berechnungen"
2019
2020 \end_inset
2021
2022  und 
2023 \begin_inset CommandInset ref
2024 LatexCommand ref
2025 reference "abs:Farbige-Tabellen"
2026
2027 \end_inset
2028
2029  beschrieben.
2030 \end_layout
2031
2032 \begin_layout Description
2033
2034 \family sans
2035 Rahmen
2036 \family default
2037  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2038  hinzufügen und löschen.
2039 \begin_inset Newline newline
2040 \end_inset
2041
2042 Wenn Sie die Stil-Option
2043 \family sans
2044  Formal
2045 \family default
2046  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2047 \begin_inset space ~
2048 \end_inset
2049
2050
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "abs:Formale-Tabellen"
2054
2055 \end_inset
2056
2057  beschrieben, konvertiert.
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2062 \begin_inset space ~
2063 \end_inset
2064
2065
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "uab:Zeilenabstand"
2069
2070 \end_inset
2071
2072  beschrieben.
2073 \end_layout
2074
2075 \begin_layout Description
2076
2077 \family sans
2078 Lange
2079 \begin_inset space ~
2080 \end_inset
2081
2082 Tabelle
2083 \family default
2084  Hier kann eine Tabelle als 
2085 \family sans
2086 Lange
2087 \begin_inset space ~
2088 \end_inset
2089
2090 Tabelle
2091 \family default
2092  definiert werden, die über mehrere Seiten reicht.
2093  Die Abschnitte
2094 \begin_inset space ~
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "abs:Lange-Tabellen"
2101
2102 \end_inset
2103
2104  und 
2105 \begin_inset CommandInset ref
2106 LatexCommand ref
2107 reference "abs:Special-Longtable-Issues"
2108
2109 \end_inset
2110
2111  beschreiben diese Funktion genauer.
2112 \end_layout
2113
2114 \begin_layout Standard
2115 Wenn das Menü 
2116 \family sans
2117 Tabellen-Einstellungen
2118 \family default
2119  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2120  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2121 \end_layout
2122
2123 \begin_layout Section
2124 Tabellen-Werkzeugleiste
2125 \begin_inset Index
2126 status collapsed
2127
2128 \begin_layout Plain Layout
2129 Tabellen ! Werkzeugleiste
2130 \end_layout
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2139 \family sans
2140 Tabellen-Einstellungen
2141 \family default
2142 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2143  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2144  LyX-Fensters.
2145 \end_layout
2146
2147 \begin_layout Standard
2148 Die Werkzeugleiste hat folgende Knöpfe:
2149 \end_layout
2150
2151 \begin_layout Labeling
2152 \labelwidthstring 00.00.0000
2153 \begin_inset Graphics
2154         filename ../../images/tabular-feature_append-row.png
2155         scale 70
2156         scaleBeforeRotation
2157         BoundingBox 0bp 6bp 22bp 22bp
2158
2159 \end_inset
2160
2161  Fügt eine Zeile unterhalb der momentanen an
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_append-column.png
2168         scale 70
2169         scaleBeforeRotation
2170         BoundingBox 0bp 6bp 22bp 22bp
2171
2172 \end_inset
2173
2174  Fügt eine Spalte rechts von der momentanen an
2175 \end_layout
2176
2177 \begin_layout Labeling
2178 \labelwidthstring 00.00.0000
2179 \begin_inset Graphics
2180         filename ../../images/tabular-feature_delete-row.png
2181         scale 70
2182         scaleBeforeRotation
2183         BoundingBox 0bp 6bp 22bp 22bp
2184
2185 \end_inset
2186
2187  Löscht die ausgewählte(n) Zeile(n)
2188 \end_layout
2189
2190 \begin_layout Labeling
2191 \labelwidthstring 00.00.0000
2192 \begin_inset Graphics
2193         filename ../../images/tabular-feature_delete-column.png
2194         scale 70
2195         scaleBeforeRotation
2196         BoundingBox 0bp 6bp 22bp 22bp
2197
2198 \end_inset
2199
2200  Löscht die ausgewählte(n) Spalte(n)
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../../images/tabular-feature_toggle-line-top.png
2207         scale 70
2208         scaleBeforeRotation
2209         BoundingBox 0bp 6bp 22bp 22bp
2210
2211 \end_inset
2212
2213  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2214  wenn der Knopf grau hinterlegt ist
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219 \begin_inset Graphics
2220         filename ../../images/tabular-feature_toggle-line-bottom.png
2221         scale 70
2222         scaleBeforeRotation
2223         BoundingBox 0bp 6bp 22bp 22bp
2224
2225 \end_inset
2226
2227  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2228  wenn der Knopf grau hinterlegt ist
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Graphics
2234         filename ../../images/tabular-feature_toggle-line-left.png
2235         scale 70
2236         scaleBeforeRotation
2237         BoundingBox 0bp 6bp 22bp 22bp
2238
2239 \end_inset
2240
2241  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2242  wenn der Knopf grau hinterlegt ist
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247 \begin_inset Graphics
2248         filename ../../images/tabular-feature_toggle-line-right.png
2249         scale 70
2250         scaleBeforeRotation
2251         BoundingBox 0bp 6bp 22bp 22bp
2252
2253 \end_inset
2254
2255  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2256  wenn der Knopf grau hinterlegt ist
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261 \begin_inset Graphics
2262         filename ../../images/tabular-feature_set-all-lines.png
2263         scale 70
2264         scaleBeforeRotation
2265         BoundingBox 0bp 6bp 22bp 22bp
2266
2267 \end_inset
2268
2269  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../../images/tabular-feature_unset-all-lines.png
2276         scale 70
2277         scaleBeforeRotation
2278         BoundingBox 0bp 6bp 22bp 22bp
2279
2280 \end_inset
2281
2282  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../../images/tabular-feature_align-left.png
2289         scale 70
2290         scaleBeforeRotation
2291         BoundingBox 0bp 6bp 22bp 22bp
2292
2293 \end_inset
2294
2295  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2296 \end_layout
2297
2298 \begin_layout Labeling
2299 \labelwidthstring 00.00.0000
2300 \begin_inset Graphics
2301         filename ../../images/tabular-feature_align-center.png
2302         scale 70
2303         scaleBeforeRotation
2304         BoundingBox 0bp 6bp 22bp 22bp
2305
2306 \end_inset
2307
2308  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2309 \end_layout
2310
2311 \begin_layout Labeling
2312 \labelwidthstring 00.00.0000
2313 \begin_inset Graphics
2314         filename ../../images/tabular-feature_align-right.png
2315         scale 70
2316         scaleBeforeRotation
2317         BoundingBox 0bp 6bp 22bp 22bp
2318
2319 \end_inset
2320
2321  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Graphics
2327         filename ../../images/tabular-feature_valign-top.png
2328         scale 70
2329         scaleBeforeRotation
2330         BoundingBox 0bp 6bp 22bp 22bp
2331
2332 \end_inset
2333
2334  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Graphics
2340         filename ../../images/tabular-feature_valign-middle.png
2341         scale 70
2342         scaleBeforeRotation
2343         BoundingBox 0bp 6bp 22bp 22bp
2344
2345 \end_inset
2346
2347  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../../images/tabular-feature_valign-bottom.png
2354         scale 70
2355         scaleBeforeRotation
2356         BoundingBox 0bp 6bp 22bp 22bp
2357
2358 \end_inset
2359
2360  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Graphics
2366         filename ../../images/tabular-feature_set-rotate-cell.png
2367         scale 70
2368         scaleBeforeRotation
2369         BoundingBox 0bp 6bp 22bp 22bp
2370
2371 \end_inset
2372
2373  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Graphics
2379         filename ../../images/tabular-feature_set-rotate-tabular.png
2380         scale 70
2381         scaleBeforeRotation
2382         BoundingBox 0bp 6bp 22bp 22bp
2383
2384 \end_inset
2385
2386  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../../images/tabular-feature_multicolumn.png
2393         scale 70
2394         scaleBeforeRotation
2395         BoundingBox 0bp 6bp 22bp 22bp
2396
2397 \end_inset
2398
2399  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2400 \end_layout
2401
2402 \begin_layout Standard
2403 \begin_inset Note Greyedout
2404 status open
2405
2406 \begin_layout Plain Layout
2407
2408 \series bold
2409 Bemerkung:
2410 \series default
2411  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2412  Reihe für alle Zelle der Reihe verwendet.
2413 \end_layout
2414
2415 \end_inset
2416
2417
2418 \end_layout
2419
2420 \begin_layout Section
2421 Bearbeiten-Menü
2422 \begin_inset Index
2423 status collapsed
2424
2425 \begin_layout Plain Layout
2426 Tabellen ! Bearbeiten-Menü
2427 \end_layout
2428
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Standard
2435 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2436  Wenn der Cursor in einer Tabelle steht, sind im 
2437 \family sans
2438 Bearbeiten
2439 \family default
2440 -Menü folgende Punkte aktiviert: 
2441 \family sans
2442 Tabelle
2443 \family default
2444
2445 \family sans
2446 Zeilen
2447 \begin_inset space ~
2448 \end_inset
2449
2450 &
2451 \begin_inset space ~
2452 \end_inset
2453
2454 Spalten
2455 \family default
2456  und 
2457 \family sans
2458 Tabellen-Einstellungen
2459 \family default
2460 .
2461  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2462 ngsmöglichkeiten zu erreichen.
2463 \end_layout
2464
2465 \begin_layout Section
2466 Gleitende Tabellen
2467 \begin_inset CommandInset label
2468 LatexCommand label
2469 name "abs:Gleitende-Tabellen"
2470
2471 \end_inset
2472
2473
2474 \begin_inset Index
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Gleitobjekte ! Tabellen
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \begin_inset Index
2485 status collapsed
2486
2487 \begin_layout Plain Layout
2488 Tabellen ! gleitende
2489 \end_layout
2490
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \begin_layout Standard
2497 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2498 \begin_inset space ~
2499 \end_inset
2500
2501
2502 \begin_inset CommandInset ref
2503 LatexCommand ref
2504 reference "abs:Gleitobjekte-Einleitung"
2505
2506 \end_inset
2507
2508 .
2509 \end_layout
2510
2511 \begin_layout Standard
2512 \begin_inset Float table
2513 placement h
2514 wide false
2515 sideways false
2516 status open
2517
2518 \begin_layout Plain Layout
2519 \begin_inset Caption
2520
2521 \begin_layout Plain Layout
2522 \begin_inset CommandInset label
2523 LatexCommand label
2524 name "tab:a table float"
2525
2526 \end_inset
2527
2528 Eine gleitende Tabelle
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \begin_layout Plain Layout
2537 \align center
2538 \begin_inset Tabular
2539 <lyxtabular version="3" rows="3" columns="3">
2540 <features>
2541 <column alignment="center" valignment="top" width="0pt">
2542 <column alignment="center" valignment="top" width="0pt">
2543 <column alignment="center" valignment="top" width="0pt">
2544 <row>
2545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Plain Layout
2549
2550 \family roman
2551 \series medium
2552 \shape up
2553 \size normal
2554 \emph off
2555 \bar no
2556 \noun off
2557 \color none
2558 1
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2564 \begin_inset Text
2565
2566 \begin_layout Plain Layout
2567
2568 \family roman
2569 \series medium
2570 \shape up
2571 \size normal
2572 \emph off
2573 \bar no
2574 \noun off
2575 \color none
2576 2
2577 \end_layout
2578
2579 \end_inset
2580 </cell>
2581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2582 \begin_inset Text
2583
2584 \begin_layout Plain Layout
2585
2586 \family roman
2587 \series medium
2588 \shape up
2589 \size normal
2590 \emph off
2591 \bar no
2592 \noun off
2593 \color none
2594 3
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 </row>
2600 <row>
2601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2602 \begin_inset Text
2603
2604 \begin_layout Plain Layout
2605
2606 \family roman
2607 \series medium
2608 \shape up
2609 \size normal
2610 \emph off
2611 \bar no
2612 \noun off
2613 \color none
2614 Martin
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Plain Layout
2623
2624 \family roman
2625 \series medium
2626 \shape up
2627 \size normal
2628 \emph off
2629 \bar no
2630 \noun off
2631 \color none
2632 Lena
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641
2642 \family roman
2643 \series medium
2644 \shape up
2645 \size normal
2646 \emph off
2647 \bar no
2648 \noun off
2649 \color none
2650 Alina
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 </row>
2656 <row>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661
2662 \family roman
2663 \series medium
2664 \shape up
2665 \size normal
2666 \emph off
2667 \bar no
2668 \noun off
2669 \color none
2670 \begin_inset Formula $\int x^{2}dx$
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Plain Layout
2682
2683 \family roman
2684 \series medium
2685 \shape up
2686 \size normal
2687 \emph off
2688 \bar no
2689 \noun off
2690 \color none
2691 \begin_inset Formula $\left[\begin{array}{cc}
2692 a & b\\
2693 c & d\end{array}\right]$
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \family roman
2707 \series medium
2708 \shape up
2709 \size normal
2710 \emph off
2711 \bar no
2712 \noun off
2713 \color none
2714 \begin_inset Formula $1+1=2$
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 </row>
2723 </lyxtabular>
2724
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \end_inset
2731
2732
2733 \end_layout
2734
2735 \begin_layout Standard
2736 Gleitende Tabellen können über 
2737 \family sans
2738 Einfügen\SpecialChar \menuseparator
2739 Gleitobjekt\SpecialChar \menuseparator
2740 Tabelle
2741 \family default
2742  oder einen Klick auf den Werkzeugleistenknopf 
2743 \begin_inset Graphics
2744         filename ../../images/float-insert_table.png
2745         scale 70
2746         scaleBeforeRotation
2747         BoundingBox 0bp 6bp 22bp 22bp
2748
2749 \end_inset
2750
2751  erzeugt werden.
2752  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2753  In das rot umrahmte Feld rechts von 
2754 \emph on
2755 Tabelle
2756 \begin_inset space ~
2757 \end_inset
2758
2759 Nr:
2760 \emph default
2761  schreiben Sie die Tabellenbeschriftung.
2762  Nach einem Klick oberhalb oder unterhalb von 
2763 \emph on
2764 Tabelle
2765 \begin_inset space ~
2766 \end_inset
2767
2768 Nr:
2769 \emph default
2770  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2771 \begin_inset Graphics
2772         filename ../../images/tabular-insert.png
2773         scale 70
2774         scaleBeforeRotation
2775         BoundingBox 0bp 6bp 22bp 22bp
2776
2777 \end_inset
2778
2779  oder dem Menü 
2780 \family sans
2781 Einfügen\SpecialChar \menuseparator
2782 Tabelle
2783 \family default
2784  einfügen.
2785 \end_layout
2786
2787 \begin_layout Standard
2788 Tabelle
2789 \begin_inset space ~
2790 \end_inset
2791
2792
2793 \begin_inset CommandInset ref
2794 LatexCommand ref
2795 reference "tab:a table float"
2796
2797 \end_inset
2798
2799  ist ein Beispiel für eine gleitende Tabelle.
2800 \end_layout
2801
2802 \begin_layout Standard
2803 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2804 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2805  Das bedeutet, dass bei den Klassen 
2806 \family sans
2807 article
2808 \family default
2809
2810 \family sans
2811 book
2812 \family default
2813
2814 \family sans
2815 letter
2816 \family default
2817 , und 
2818 \family sans
2819 report
2820 \family default
2821  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2822  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2823 \series bold
2824 caption
2825 \series default
2826
2827 \begin_inset Index
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831 LaTeX-Pakete ! caption
2832 \end_layout
2833
2834 \end_inset
2835
2836  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2837 \begin_inset Foot
2838 status open
2839
2840 \begin_layout Plain Layout
2841 Näheres finden Sie im Abschnitt
2842 \begin_inset space ~
2843 \end_inset
2844
2845
2846 \begin_inset CommandInset ref
2847 LatexCommand ref
2848 reference "abs:Titel-Platzierung"
2849
2850 \end_inset
2851
2852 .
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861
2862 \series bold
2863 tableposition=top
2864 \end_layout
2865
2866 \begin_layout Standard
2867 Das Paket 
2868 \series bold
2869 caption
2870 \series default
2871 , das in Abschnitt
2872 \begin_inset space ~
2873 \end_inset
2874
2875
2876 \begin_inset CommandInset ref
2877 LatexCommand ref
2878 reference "abs:Titel-Formatierung"
2879
2880 \end_inset
2881
2882  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2883 \end_layout
2884
2885 \begin_layout Standard
2886 \begin_inset Index
2887 status collapsed
2888
2889 \begin_layout Plain Layout
2890 Tabellen ! zitieren
2891 \end_layout
2892
2893 \end_inset
2894
2895 Auf Tabellen kann über ihre Marke verwiesen werden.
2896  Dafür fügen Sie in der Beschriftung mit 
2897 \family sans
2898 Einfügen\SpecialChar \menuseparator
2899 Marke
2900 \family default
2901  oder durch Klicken auf 
2902 \begin_inset Graphics
2903         filename ../../images/label-insert.png
2904         scale 70
2905         scaleBeforeRotation
2906         BoundingBox 0bp 6bp 20bp 20bp
2907
2908 \end_inset
2909
2910  eine Marke ein.
2911  Auf diese können Sie dann wie gewohnt mit 
2912 \family sans
2913 Einfügen\SpecialChar \menuseparator
2914 Querverweis
2915 \family default
2916  oder durch Klicken auf 
2917 \begin_inset Graphics
2918         filename ../../images/dialog-show-new-inset_ref.png
2919         scale 70
2920         scaleBeforeRotation
2921         BoundingBox 0bp 6bp 22bp 22bp
2922
2923 \end_inset
2924
2925  verweisen.
2926  Verweise werden detailliert in Abschnitt
2927 \begin_inset space ~
2928 \end_inset
2929
2930
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "abs:Auf-Gleitobjekte-verweisen"
2934
2935 \end_inset
2936
2937  beschrieben.
2938 \end_layout
2939
2940 \begin_layout Section
2941 Lange Tabellen
2942 \begin_inset CommandInset label
2943 LatexCommand label
2944 name "abs:Lange-Tabellen"
2945
2946 \end_inset
2947
2948
2949 \begin_inset Index
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 Tabellen ! lange
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2963  Dialogfenster 
2964 \family sans
2965 Tabellen-Einstellungen
2966 \family default
2967  auf der Karteikarte  
2968 \family sans
2969 Lange
2970 \begin_inset space ~
2971 \end_inset
2972
2973 Tabelle
2974 \family default
2975  die Option 
2976 \family sans
2977 Lange
2978 \begin_inset space ~
2979 \end_inset
2980
2981 Tabelle
2982 \begin_inset space ~
2983 \end_inset
2984
2985 verwenden
2986 \family default
2987  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2988  Außerdem werden weitere Optionen aktiviert, die im 
2989 \emph on
2990 Benutzerhandbuch
2991 \emph default
2992  beschrieben sind.
2993 \end_layout
2994
2995 \begin_layout Standard
2996 Hier ist ein Beispiel einer langen Tabelle:
2997 \end_layout
2998
2999 \begin_layout Standard
3000 \align center
3001 \begin_inset Tabular
3002 <lyxtabular version="3" rows="69" columns="3">
3003 <features islongtable="true">
3004 <column alignment="left" valignment="top" width="0cm">
3005 <column alignment="left" valignment="top" width="0pt">
3006 <column alignment="right" valignment="top" width="0pt">
3007 <row endfirsthead="true">
3008 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \series bold
3014 Telefonliste (ignoriere die Namen)
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row endfirsthead="true">
3039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \series bold
3045 NAME
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \series bold
3065 TEL.
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 <row endhead="true">
3072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \series bold
3078 Telefonliste
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row endhead="true">
3103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 NAME
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 TEL.
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row endfoot="true">
3136 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 wird fortgesetzt
3143 \series default
3144  \SpecialChar \ldots{}
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 <row>
3170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \series bold
3176 Annovi
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 Silvia
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 111
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Bertoli
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 Stefano
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 111
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 Bozzi
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247 Walter
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 111
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row>
3263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \series bold
3269 Cachia
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278 Maria
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 111
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row>
3294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \series bold
3300 Cachia
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 Maurizio
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 111
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row>
3325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 Cinquemani
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 Giusi
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 111
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row>
3356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 Colin
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 Bernard
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 111
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Concli
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 Gianfranco
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 111
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row>
3418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 Dal Bosco
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 Carolina
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 111
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Dalpiaz
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 Annamaria
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 111
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Feliciello
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Domenico
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Focarelli
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Paola
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Galletti
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Oreste
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Gasparini
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Franca
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Rizzardi
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Paola
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Lassini
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Giancarlo
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Malfatti
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Luciano
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Malfatti
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Valeriano
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Meneguzzo
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Roberto
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Mezzadra
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Roberto
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Pirpamer
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Erich
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Pochiesa
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Paolo
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111, 222
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Radina
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Claudio
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Stuffer
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Oskar
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Tacchelli
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Ugo
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Tezzele
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Margit
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Unterkalmsteiner
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Frieda
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Vieider
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Hilde
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Vigna
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Jürgen
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Weber
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Maurizio
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Winkler
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Franz
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135  
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Annovi
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Silvia
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 555
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Bertoli
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Stefano
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 555
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Bozzi
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Walter
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 555
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Cachia
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Maria
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 555
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Cachia
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Maurizio
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 555
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \series bold
4321 Cinquemani
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Giusi
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 555
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Colin
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Bernard
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 555
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Concli
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Gianfranco
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 555
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \series bold
4414 Dal Bosco
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 Carolina
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 555
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \series bold
4445 Dalpiaz
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 Annamaria
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 555
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Feliciello
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Domenico
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Focarelli
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Paola
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Galletti
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Oreste
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Gasparini
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Franca
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Rizzardi
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Paola
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Lassini
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Giancarlo
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Malfatti
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Luciano
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Malfatti
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Valeriano
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Meneguzzo
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Roberto
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Mezzadra
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Roberto
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Pirpamer
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Erich
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Pochiesa
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Paolo
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555, 222
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Radina
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Claudio
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Stuffer
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Oskar
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Tacchelli
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Ugo
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Tezzele
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Margit
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Unterkalmsteiner
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Frieda
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Vieider
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Hilde
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Vigna
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Jürgen
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 999
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Weber
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Maurizio
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Winkler
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Franz
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row endlastfoot="true">
5121 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Ende
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 </lyxtabular>
5152
5153 \end_inset
5154
5155
5156 \begin_inset ERT
5157 status collapsed
5158
5159 \begin_layout Plain Layout
5160
5161
5162 \backslash
5163 addtocounter{table}{-1}
5164 \end_layout
5165
5166 \end_inset
5167
5168
5169 \begin_inset Note Note
5170 status collapsed
5171
5172 \begin_layout Plain Layout
5173 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5174 \begin_inset space ~
5175 \end_inset
5176
5177
5178 \begin_inset CommandInset ref
5179 LatexCommand ref
5180 reference "uab:Titel-für-lange"
5181
5182 \end_inset
5183
5184
5185 \end_layout
5186
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Subsection
5193 Fußnoten in langen Tabellen
5194 \begin_inset CommandInset label
5195 LatexCommand label
5196 name "uab:Fußnoten-in-langen"
5197
5198 \end_inset
5199
5200
5201 \begin_inset Index
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205 Tabellen ! lange ! Fußnoten
5206 \end_layout
5207
5208 \end_inset
5209
5210
5211 \end_layout
5212
5213 \begin_layout Standard
5214 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5215  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5216  Tabelle
5217 \begin_inset space ~
5218 \end_inset
5219
5220
5221 \begin_inset CommandInset ref
5222 LatexCommand ref
5223 reference "tab:DiffCaptions"
5224
5225 \end_inset
5226
5227  hat zum Beispiel eine Fußnote.
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 Ausrichtung langer Tabellen
5232 \begin_inset Index
5233 status collapsed
5234
5235 \begin_layout Plain Layout
5236 Tabellen ! lange ! Ausrichtung
5237 \end_layout
5238
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \begin_layout Standard
5245 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5246  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5247 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5248  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5249  Längen 
5250 \series bold
5251
5252 \backslash
5253 LTleft 
5254 \series default
5255 und 
5256 \series bold
5257
5258 \backslash
5259 LTright
5260 \series default
5261  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5262  wird:
5263 \end_layout
5264
5265 \begin_layout Standard
5266
5267 \series bold
5268
5269 \backslash
5270 setlength{
5271 \backslash
5272 LTleft}{Wert}
5273 \end_layout
5274
5275 \begin_layout Standard
5276 Wobei der Wert eine der in Tabelle
5277 \begin_inset space ~
5278 \end_inset
5279
5280
5281 \begin_inset CommandInset ref
5282 LatexCommand ref
5283 reference "tab:Maßeinheiten"
5284
5285 \end_inset
5286
5287  aufgelisteten Einheiten haben kann.
5288  
5289 \series bold
5290
5291 \backslash
5292 LTleft
5293 \series default
5294  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5295  
5296 \series bold
5297
5298 \backslash
5299 LTright
5300 \series default
5301  den Abstand von rechts.
5302  Die Voreinstellung für beide Werte ist 
5303 \series bold
5304
5305 \backslash
5306 fill
5307 \series default
5308 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5309  in LyX ist.
5310 \end_layout
5311
5312 \begin_layout Standard
5313 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5314 \series bold
5315
5316 \backslash
5317 LTleft
5318 \series default
5319  auf den Wert 0
5320 \begin_inset space \thinspace{}
5321 \end_inset
5322
5323 pt gesetzt wurde.
5324 \begin_inset ERT
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328
5329
5330 \backslash
5331 setlength{
5332 \backslash
5333 LTleft}{0pt}
5334 \end_layout
5335
5336 \end_inset
5337
5338
5339 \end_layout
5340
5341 \begin_layout Standard
5342 \begin_inset Tabular
5343 <lyxtabular version="3" rows="5" columns="5">
5344 <features islongtable="true">
5345 <column alignment="center" valignment="top" width="0">
5346 <column alignment="center" valignment="top" width="0">
5347 <column alignment="center" valignment="top" width="0">
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <row>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 1
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 2
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 3
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 4
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 5
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 asd
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 s
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 s
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 s
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 asd
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 </row>
5444 <row>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 asd
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 s
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 s
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 s
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 asd
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 </row>
5491 <row>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 asd
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 s
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 s
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 s
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 asd
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 asd
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 asd
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 asd
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 asd
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 </lyxtabular>
5586
5587 \end_inset
5588
5589
5590 \begin_inset ERT
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594
5595
5596 \backslash
5597 setlength{
5598 \backslash
5599 LTleft}{
5600 \backslash
5601 fill}
5602 \end_layout
5603
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \begin_layout Subsection
5610 Beschriftungen langer Tabellen
5611 \begin_inset Index
5612 status collapsed
5613
5614 \begin_layout Plain Layout
5615 Tabellen ! lange ! Titel
5616 \end_layout
5617
5618 \end_inset
5619
5620
5621 \begin_inset CommandInset label
5622 LatexCommand label
5623 name "uab:Titel-für-lange"
5624
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \begin_layout Standard
5631 Eine 
5632 \family sans
5633 lange
5634 \begin_inset space ~
5635 \end_inset
5636
5637 Tabelle
5638 \family default
5639  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5640  Seite gedruckt werden können.
5641  Aber die 
5642 \family sans
5643 Legende
5644 \family default
5645 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5646 \end_layout
5647
5648 \begin_layout Standard
5649 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5650 \end_layout
5651
5652 \begin_layout Enumerate
5653 Erstellen Sie eine 
5654 \family sans
5655 lange
5656 \begin_inset space ~
5657 \end_inset
5658
5659 Tabelle
5660 \family default
5661 .
5662 \end_layout
5663
5664 \begin_layout Enumerate
5665 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5666 \end_layout
5667
5668 \begin_layout Enumerate
5669 Fügen Sie 
5670 \family sans
5671 mit Einfügen\SpecialChar \menuseparator
5672 Legende
5673 \family default
5674  eine Beschriftung in die erste Tabellenzelle.
5675  Sie können auch noch einen Kurztitel hinzufügen, 
5676 \family sans
5677 Einfügen\SpecialChar \menuseparator
5678 Kurztitel
5679 \family default
5680 .
5681 \end_layout
5682
5683 \begin_layout Enumerate
5684 Fügen Sie hinter dem Titel 
5685 \series bold
5686
5687 \begin_inset Quotes gld
5688 \end_inset
5689
5690
5691 \backslash
5692
5693 \backslash
5694 %
5695 \series default
5696
5697 \begin_inset Quotes grd
5698 \end_inset
5699
5700  als TeX-Code ein.
5701 \end_layout
5702
5703 \begin_layout Standard
5704 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5705  gedruckt.
5706  Die Zeichen 
5707 \series bold
5708
5709 \begin_inset Quotes gld
5710 \end_inset
5711
5712
5713 \backslash
5714
5715 \backslash
5716 %
5717 \series default
5718
5719 \begin_inset Quotes grd
5720 \end_inset
5721
5722  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5723  weg.
5724  Die erste Tabellenzeile ist damit nur ein Platzhalter für die Beschriftung,
5725  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5726 \end_layout
5727
5728 \begin_layout Standard
5729 Hier ist eine kleine 
5730 \family sans
5731 lange
5732 \begin_inset space ~
5733 \end_inset
5734
5735 Tabelle
5736 \family default
5737 , die zeigt, wie das funktioniert:
5738 \end_layout
5739
5740 \begin_layout Standard
5741 \begin_inset Tabular
5742 <lyxtabular version="3" rows="6" columns="5">
5743 <features islongtable="true">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <column alignment="center" valignment="top" width="0">
5748 <column alignment="center" valignment="top" width="0">
5749 <row caption="true">
5750 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Caption
5755
5756 \begin_layout Plain Layout
5757 Eine 
5758 \family sans
5759 lange
5760 \begin_inset space ~
5761 \end_inset
5762
5763 Tabelle
5764 \family default
5765  mit Titel
5766 \begin_inset OptArg
5767 status open
5768
5769 \begin_layout Plain Layout
5770 Lange Tabelle
5771 \end_layout
5772
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 <row>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 1
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 2
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 3
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 4
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 5
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 s
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 s
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 asd
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 asd
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 s
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 s
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 s
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 asd
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 s
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 s
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 s
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 asd
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 </lyxtabular>
6058
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \begin_layout Standard
6065 \begin_inset VSpace medskip
6066 \end_inset
6067
6068
6069 \begin_inset Note Greyedout
6070 status open
6071
6072 \begin_layout Plain Layout
6073
6074 \series bold
6075 Bemerkung
6076 \begin_inset space ~
6077 \end_inset
6078
6079 1:
6080 \series default
6081  Die Tabellennummer wird für jede 
6082 \family sans
6083 lange
6084 \begin_inset space ~
6085 \end_inset
6086
6087 Tabelle
6088 \family default
6089  erhöht, auch wenn Sie keinen Titel vergeben.
6090  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6091 \begin_inset space ~
6092 \end_inset
6093
6094 2.4 auf Tabelle
6095 \begin_inset space ~
6096 \end_inset
6097
6098 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6099 \family sans
6100  lange
6101 \begin_inset space ~
6102 \end_inset
6103
6104 Tabellen
6105 \family default
6106  ohne Titel sind.
6107  Um das zu vermeiden, können Sie hinter jede 
6108 \family sans
6109 lange
6110 \begin_inset space ~
6111 \end_inset
6112
6113 Tabelle
6114 \family default
6115  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6116 \end_layout
6117
6118 \begin_layout Plain Layout
6119
6120 \series bold
6121
6122 \backslash
6123 addtocounter{table}{-1}
6124 \end_layout
6125
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \begin_layout Standard
6132 \begin_inset Note Greyedout
6133 status open
6134
6135 \begin_layout Plain Layout
6136
6137 \series bold
6138 Bemerkung
6139 \begin_inset space ~
6140 \end_inset
6141
6142 2:
6143 \series default
6144  Wenn Sie das LaTeX-Paket 
6145 \series bold
6146 hyperref
6147 \series default
6148
6149 \begin_inset Index
6150 status collapsed
6151
6152 \begin_layout Plain Layout
6153 LaTeX-Pakete ! hyperref
6154 \end_layout
6155
6156 \end_inset
6157
6158  für Querverweise benutzen, wird der Verweis auf eine 
6159 \family sans
6160 lange
6161 \begin_inset space ~
6162 \end_inset
6163
6164 Tabelle
6165 \family default
6166  immer auf den Anfang des Dokuments zeigen.
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \begin_inset Newpage newpage
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \begin_layout Subsubsection
6179 Querverweise auf 
6180 \family sans
6181 lange
6182 \begin_inset space ~
6183 \end_inset
6184
6185 Tabelle
6186 \family default
6187 n
6188 \begin_inset Index
6189 status collapsed
6190
6191 \begin_layout Plain Layout
6192 Tabellen ! lange ! Querverweis
6193 \end_layout
6194
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 \begin_inset Tabular
6202 <lyxtabular version="3" rows="6" columns="5">
6203 <features islongtable="true">
6204 <column alignment="center" valignment="top" width="0">
6205 <column alignment="center" valignment="top" width="0">
6206 <column alignment="center" valignment="top" width="0">
6207 <column alignment="center" valignment="top" width="0">
6208 <column alignment="center" valignment="top" width="0">
6209 <row caption="true">
6210 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 \begin_inset Caption
6215
6216 \begin_layout Plain Layout
6217
6218 \family sans
6219 Lange
6220 \begin_inset space ~
6221 \end_inset
6222
6223 Tabelle
6224 \family default
6225  mit Marke
6226 \begin_inset CommandInset label
6227 LatexCommand label
6228 name "tab:LangeTabelle-mit-Marke"
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 </row>
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 1
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 2
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 3
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 4
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 5
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 </row>
6326 <row>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 asd
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 asd
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 asd
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 s
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 <row>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 s
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 s
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 asd
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 <row>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 sad
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 asd
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 </lyxtabular>
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 Damit auf eine 
6523 \family sans
6524 lange
6525 \begin_inset space ~
6526 \end_inset
6527
6528 Tabelle
6529 \family default
6530  verwiesen werden kann, müssen Sie eine 
6531 \family sans
6532 Marke
6533 \family default
6534  im Titel einfügen.
6535  Beachten Sie dabei, dass Sie 
6536 \emph on
6537
6538 \begin_inset Quotes gld
6539 \end_inset
6540
6541 tab:
6542 \emph default
6543
6544 \begin_inset Quotes grd
6545 \end_inset
6546
6547  selber ins Markenfeld schreiben müssen.
6548 \end_layout
6549
6550 \begin_layout Standard
6551 Dies ist ein Verweis auf Tabelle
6552 \begin_inset space ~
6553 \end_inset
6554
6555
6556 \begin_inset CommandInset ref
6557 LatexCommand ref
6558 reference "tab:LangeTabelle-mit-Marke"
6559
6560 \end_inset
6561
6562 .
6563 \end_layout
6564
6565 \begin_layout Standard
6566 Mit dem LaTeX-Paket 
6567 \series bold
6568 caption
6569 \series default
6570
6571 \begin_inset Index
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575 LaTeX-Pakete ! caption
6576 \end_layout
6577
6578 \end_inset
6579
6580 , siehe Abschnitt
6581 \begin_inset space ~
6582 \end_inset
6583
6584
6585 \begin_inset CommandInset ref
6586 LatexCommand ref
6587 reference "abs:Titel-Formatierung"
6588
6589 \end_inset
6590
6591 , können Sie alle anderen 
6592 \family sans
6593 Legende
6594 \family default
6595 -Optionen benutzen.
6596 \end_layout
6597
6598 \begin_layout Subsubsection
6599 Titelbreite
6600 \begin_inset Index
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Tabellen ! lange ! Beschriftungsbreite
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \begin_layout Standard
6613 Die maximale Titelbreite wird durch die Variable 
6614 \series bold
6615
6616 \backslash
6617 LTcapwidth
6618 \series default
6619  definiert.
6620  Ihr Standardwert ist 4
6621 \begin_inset space \thinspace{}
6622 \end_inset
6623
6624 Zoll (
6625 \begin_inset Formula $\approx10$
6626 \end_inset
6627
6628
6629 \begin_inset space \thinspace{}
6630 \end_inset
6631
6632 cm).
6633  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6634  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6635 \end_layout
6636
6637 \begin_layout Standard
6638
6639 \series bold
6640
6641 \backslash
6642 setlength{
6643 \backslash
6644 LTcapwidth}{Breite}
6645 \end_layout
6646
6647 \begin_layout Standard
6648 wobei 
6649 \family typewriter
6650 Breite
6651 \family default
6652  eine der in Anhang
6653 \begin_inset space ~
6654 \end_inset
6655
6656
6657 \begin_inset CommandInset ref
6658 LatexCommand ref
6659 reference "kap:In-LyX-verfügbare"
6660
6661 \end_inset
6662
6663  aufgelisteten Einheiten haben kann.
6664 \end_layout
6665
6666 \begin_layout Standard
6667 Die beiden folgenden Tabellen zeigen den Unterschied:
6668 \end_layout
6669
6670 \begin_layout Standard
6671 \begin_inset Tabular
6672 <lyxtabular version="3" rows="6" columns="5">
6673 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6678 <column alignment="center" valignment="top" width="0">
6679 <row caption="true">
6680 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 \begin_inset Caption
6685
6686 \begin_layout Plain Layout
6687 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6688 \begin_inset OptArg
6689 status open
6690
6691 \begin_layout Plain Layout
6692 Titel mit Standardbreite
6693 \end_layout
6694
6695 \end_inset
6696
6697
6698 \end_layout
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 </row>
6744 <row>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 1
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 2
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 3
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 4
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 5
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 </row>
6791 <row>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 s
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 asd
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 asd
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 s
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 s
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 s
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 </row>
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 sad
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 asd
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 </row>
6979 </lyxtabular>
6980
6981 \end_inset
6982
6983
6984 \end_layout
6985
6986 \begin_layout Standard
6987 \begin_inset ERT
6988 status collapsed
6989
6990 \begin_layout Plain Layout
6991
6992
6993 \backslash
6994 setlength{
6995 \backslash
6996 LTcapwidth}{5cm}
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \begin_inset Tabular
7003 <lyxtabular version="3" rows="6" columns="5">
7004 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
7009 <column alignment="center" valignment="top" width="0">
7010 <row caption="true">
7011 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 \begin_inset Caption
7016
7017 \begin_layout Plain Layout
7018 Langer Titel mit 5
7019 \begin_inset space \thinspace{}
7020 \end_inset
7021
7022 cm Breite, Langer Titel mit 5
7023 \begin_inset space \thinspace{}
7024 \end_inset
7025
7026 cm Breite
7027 \begin_inset OptArg
7028 status open
7029
7030 \begin_layout Plain Layout
7031 Titel mit 5
7032 \begin_inset space \thinspace{}
7033 \end_inset
7034
7035 cm Breite
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 </row>
7087 <row>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 1
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 2
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 3
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 4
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 5
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 </row>
7134 <row>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 asd
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 s
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 s
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 s
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 asd
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 </row>
7181 <row>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 asd
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 s
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 s
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 s
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 asd
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 asd
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 </row>
7275 <row>
7276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 sad
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 asd
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 asd
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 </lyxtabular>
7323
7324 \end_inset
7325
7326
7327 \begin_inset ERT
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331
7332
7333 \backslash
7334 setlength{
7335 \backslash
7336 LTcapwidth}{4in}
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \begin_inset Note Note
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346 Beschriftungsbreite zurücksetzen
7347 \end_layout
7348
7349 \end_inset
7350
7351
7352 \end_layout
7353
7354 \begin_layout Standard
7355 \begin_inset Note Greyedout
7356 status open
7357
7358 \begin_layout Plain Layout
7359
7360 \series bold
7361 Achtung:
7362 \series default
7363  Wenn das LaTeX-Paket 
7364 \series bold
7365 caption
7366 \series default
7367
7368 \begin_inset Index
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372 LaTeX-Pakete ! caption
7373 \end_layout
7374
7375 \end_inset
7376
7377  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7378  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7379  4
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 Zoll für 
7384 \series bold
7385
7386 \backslash
7387 LTcapwidth
7388 \series default
7389  benutzen.
7390  Um in diesem Fall eine genau 4
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7395  4
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 Zoll veränderten Wert wie z.
7400 \begin_inset space \thinspace{}
7401 \end_inset
7402
7403 B.
7404  3.99
7405 \begin_inset space \thinspace{}
7406 \end_inset
7407
7408 Zoll verwenden oder den LaTeX-Befehl 
7409 \series bold
7410
7411 \backslash
7412 captionsetup{width=Wert}
7413 \series default
7414  benutzen, der vom 
7415 \series bold
7416 caption
7417 \series default
7418 -Paket bereitgestellt wird.
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \end_layout
7425
7426 \begin_layout Subsubsection
7427 Unterschiedliche Titel für Tabellenseiten
7428 \begin_inset Index
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Tabellen ! lange ! mehrere Titel
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7442  die erste, müssen Sie eine 
7443 \family sans
7444 Legende
7445 \family default
7446  mit einem nicht-leeren 
7447 \family sans
7448 Kurztitel
7449 \family default
7450  in eine leere Legende-Zeile, die als 
7451 \family sans
7452 Erste
7453 \begin_inset space ~
7454 \end_inset
7455
7456 Kopfzeile
7457 \family default
7458  definiert wurde, einfügen.
7459  Der Titel für die anderen Tabellenseiten wird als 
7460 \family sans
7461 Legende
7462 \family default
7463  ohne 
7464 \family sans
7465 Kurztitel
7466 \family default
7467  in eine leere Legende-Zeile, die als 
7468 \family sans
7469 Kopfzeile
7470 \family default
7471  definiert wurde, eingefügt.
7472  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7473  Befehl
7474 \end_layout
7475
7476 \begin_layout Standard
7477
7478 \series bold
7479
7480 \backslash
7481 caption*{caption text}
7482 \end_layout
7483
7484 \begin_layout Standard
7485 anstatt der 
7486 \family sans
7487 Legende
7488 \family default
7489 -Umgebung von LyX benutzen.
7490  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7491  den Titel der 
7492 \family sans
7493 Ersten
7494 \begin_inset space ~
7495 \end_inset
7496
7497 Kopfzeile
7498 \family default
7499  eingefügt werden.
7500  Tabelle
7501 \begin_inset space ~
7502 \end_inset
7503
7504
7505 \begin_inset CommandInset ref
7506 LatexCommand ref
7507 reference "tab:DiffCaptions"
7508
7509 \end_inset
7510
7511  ist ein Beispiel für eine 
7512 \family sans
7513 lange
7514 \begin_inset space ~
7515 \end_inset
7516
7517 Tabelle
7518 \family default
7519  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7520 \end_layout
7521
7522 \begin_layout Standard
7523 \align center
7524 \begin_inset Tabular
7525 <lyxtabular version="3" rows="60" columns="3">
7526 <features islongtable="true">
7527 <column alignment="left" valignment="top" width="0cm">
7528 <column alignment="left" valignment="top" width="0pt">
7529 <column alignment="right" valignment="top" width="0pt">
7530 <row endfirsthead="true" caption="true">
7531 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 \begin_inset Caption
7536
7537 \begin_layout Plain Layout
7538 Telefonliste
7539 \begin_inset CommandInset label
7540 LatexCommand label
7541 name "tab:DiffCaptions"
7542
7543 \end_inset
7544
7545
7546 \begin_inset OptArg
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550 Telefonliste
7551 \end_layout
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 <row endfirsthead="true">
7585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589
7590 \series bold
7591 Telefonliste (ignoriere die Namen)
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row endfirsthead="true">
7616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \series bold
7622 NAME
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 TEL.
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row endhead="true" caption="true">
7649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 \begin_inset ERT
7654 status open
7655
7656 \begin_layout Plain Layout
7657
7658
7659 \backslash
7660 caption*{Fortsetzung der Telefonliste}
7661 \backslash
7662
7663 \backslash
7664 %
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row endhead="true">
7694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 Telefonliste
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row endhead="true">
7725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 NAME
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 TEL.
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row endfoot="true">
7758 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 wird fortgesetzt\SpecialChar \ldots{}
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 Annovi
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 Silvia
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 111
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \series bold
7825 Bertoli
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 Stefano
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 111
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \series bold
7856 Bozzi
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 Walter
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 111
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \series bold
7887 Cachia
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Maria
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 111
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Cachia
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 Maurizio
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 111
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 Cinquemani
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 Giusi
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 111
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Colin
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Bernard
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Concli
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Gianfranco
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Dal Bosco
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Carolina
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Dalpiaz
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Annamaria
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Feliciello
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Domenico
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Focarelli
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Paola
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Galletti
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Oreste
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Gasparini
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Franca
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Rizzardi
8229 \series default
8230
8231 \begin_inset Foot
8232 status open
8233
8234 \begin_layout Plain Layout
8235 Beispielfußnote
8236 \end_layout
8237
8238 \end_inset
8239
8240
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Paola
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Lassini
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Giancarlo
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 111
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \series bold
8302 Malfatti
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Luciano
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Malfatti
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Valeriano
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Meneguzzo
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Roberto
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Mezzadra
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Roberto
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 111
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \series bold
8426 Pirpamer
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Erich
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Pochiesa
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Paolo
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111, 222
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Radina
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Claudio
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Stuffer
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Oskar
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 111
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Tacchelli
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Ugo
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Tezzele
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Margit
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Unterkalmsteiner
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Frieda
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Vieider
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Hilde
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 111
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Vigna
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Jürgen
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 111
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Weber
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Maurizio
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 111
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Winkler
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Franz
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 111
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765  
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Annovi
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Silvia
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 555
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Bertoli
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Stefano
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 555
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Bozzi
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Walter
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 555
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Cachia
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Maria
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 555
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Cachia
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Maurizio
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 555
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Cinquemani
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Giusi
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 555
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Colin
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Bernard
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 555
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013 Concli
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 Gianfranco
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 555
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \series bold
9044 Dal Bosco
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 Carolina
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 555
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \series bold
9075 Dalpiaz
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Annamaria
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 555
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Feliciello
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Domenico
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Focarelli
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Paola
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Galletti
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Oreste
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Gasparini
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Franca
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Rizzardi
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Paola
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Lassini
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Giancarlo
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \series bold
9292 Malfatti
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 Luciano
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 555
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \series bold
9323 Malfatti
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 Valeriano
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 555
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \series bold
9354 Meneguzzo
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Roberto
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 555
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Mezzadra
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Roberto
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 555
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row endlastfoot="true">
9410 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 </lyxtabular>
9439
9440 \end_inset
9441
9442
9443 \end_layout
9444
9445 \begin_layout Section
9446 Weitere Möglichkeiten für 
9447 \family sans
9448 lange Tabelle
9449 \family default
9450 n
9451 \begin_inset CommandInset label
9452 LatexCommand label
9453 name "abs:Special-Longtable-Issues"
9454
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \begin_layout Subsection
9461 L
9462 \family sans
9463 ange Tabelle
9464 \family default
9465 n: Berechnung
9466 \begin_inset Index
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470 Tabellen ! lange ! Berechnung
9471 \end_layout
9472
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \begin_layout Standard
9479 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9480  sogenannten 
9481 \emph on
9482 chunks
9483 \emph default
9484  (Brocken).
9485  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9486  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9487  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9488  das die Druckausgabe.
9489  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9490  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9491  einfügen:
9492 \end_layout
9493
9494 \begin_layout Standard
9495
9496 \series bold
9497
9498 \backslash
9499 setcounter{LTchunksize}{100}
9500 \end_layout
9501
9502 \begin_layout Subsection
9503 Gleitobjekte und L
9504 \family sans
9505 ange Tabelle
9506 \family default
9507 n
9508 \begin_inset Index
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512 Tabellen ! lange ! und Gleitobjekte
9513 \end_layout
9514
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \begin_layout Standard
9521 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9522 \family sans
9523 lange
9524 \begin_inset space ~
9525 \end_inset
9526
9527 Tabelle
9528 \family default
9529  beginnt, ein Gleitobjekt befindet.
9530  Um das zu vermeiden, können Sie vor der 
9531 \family sans
9532 langen
9533 \begin_inset space ~
9534 \end_inset
9535
9536 Tabellen
9537 \family default
9538  einen manuellen Seitenumbruch
9539 \family sans
9540  Einfügen\SpecialChar \menuseparator
9541 Formatierung\SpecialChar \menuseparator
9542 [Doppel]Seite
9543 \begin_inset space \space{}
9544 \end_inset
9545
9546 leeren
9547 \family default
9548  einfügen, siehe 
9549 \emph on
9550 Benutzerhandbuch
9551 \emph default
9552 .
9553 \end_layout
9554
9555 \begin_layout Subsection
9556 Manuelle Seitenumbrüche
9557 \begin_inset Index
9558 status collapsed
9559
9560 \begin_layout Plain Layout
9561 Tabellen ! lange ! manueller Seitenumbruch
9562 \end_layout
9563
9564 \end_inset
9565
9566
9567 \end_layout
9568
9569 \begin_layout Standard
9570 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9571  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9572  der Zelle umbrechen wollen, fügen Sie den Befehl  
9573 \begin_inset Quotes gld
9574 \end_inset
9575
9576
9577 \series bold
9578
9579 \backslash
9580
9581 \backslash
9582
9583 \series default
9584
9585 \begin_inset Quotes grd
9586 \end_inset
9587
9588  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9589  werden soll.
9590  Vor dem 
9591 \begin_inset Quotes gld
9592 \end_inset
9593
9594
9595 \series bold
9596
9597 \backslash
9598
9599 \backslash
9600
9601 \series default
9602
9603 \begin_inset Quotes grd
9604 \end_inset
9605
9606 -Befehl müssen Sie so viele 
9607 \begin_inset Quotes gld
9608 \end_inset
9609
9610
9611 \series bold
9612 &
9613 \series default
9614
9615 \begin_inset Quotes grd
9616 \end_inset
9617
9618  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9619  Mit 
9620 \begin_inset Quotes gld
9621 \end_inset
9622
9623
9624 \series bold
9625 &
9626 \series default
9627
9628 \begin_inset Quotes grd
9629 \end_inset
9630
9631   werden in LaTeX Tabellenzellen getrennt.
9632  Hinter jedes 
9633 \begin_inset Quotes gld
9634 \end_inset
9635
9636
9637 \series bold
9638 &
9639 \series default
9640
9641 \begin_inset Quotes grd
9642 \end_inset
9643
9644  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9645  und löschen den Inhalt dieser Zellen.
9646 \end_layout
9647
9648 \begin_layout Standard
9649 Hinter dem 
9650 \begin_inset Quotes gld
9651 \end_inset
9652
9653
9654 \series bold
9655
9656 \backslash
9657
9658 \backslash
9659
9660 \series default
9661
9662 \begin_inset Quotes grd
9663 \end_inset
9664
9665 -Befehl müssen Sie so viele 
9666 \begin_inset Quotes gld
9667 \end_inset
9668
9669
9670 \series bold
9671 &
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9678  In Tabelle
9679 \begin_inset space ~
9680 \end_inset
9681
9682
9683 \begin_inset CommandInset ref
9684 LatexCommand ref
9685 reference "tab:ForcedPagebreak"
9686
9687 \end_inset
9688
9689  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9690  Es folgt noch eine weitere Spalte.
9691  Deshalb wurde hinter dem Wort 
9692 \emph on
9693 Castelchiodato, 
9694 \emph default
9695 folgendes eingefügt:
9696 \end_layout
9697
9698 \begin_layout Standard
9699
9700 \series bold
9701 & 111
9702 \backslash
9703
9704 \backslash
9705
9706 \begin_inset Newline newline
9707 \end_inset
9708
9709 &
9710 \end_layout
9711
9712 \begin_layout Standard
9713 Die 
9714 \begin_inset Quotes gld
9715 \end_inset
9716
9717 111
9718 \begin_inset Quotes grd
9719 \end_inset
9720
9721  in der dritten Spalte wurde gelöscht.
9722  Wenn die Fußzeile Ihrer 
9723 \family sans
9724 langen
9725 \begin_inset space ~
9726 \end_inset
9727
9728 Tabelle
9729 \family default
9730  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9731  Befehle benutzen:
9732 \end_layout
9733
9734 \begin_layout Standard
9735
9736 \series bold
9737 & 111
9738 \backslash
9739
9740 \backslash
9741
9742 \begin_inset Newline newline
9743 \end_inset
9744
9745
9746 \backslash
9747 hline &
9748 \end_layout
9749
9750 \begin_layout Standard
9751 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9752  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9753 \end_layout
9754
9755 \begin_layout Standard
9756
9757 \series bold
9758
9759 \backslash
9760 setlength{
9761 \backslash
9762 parfillskip}{0pt}
9763 \end_layout
9764
9765 \begin_layout Standard
9766 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9767  erscheint.
9768 \end_layout
9769
9770 \begin_layout Standard
9771 \align center
9772 \begin_inset Tabular
9773 <lyxtabular version="3" rows="39" columns="3">
9774 <features islongtable="true">
9775 <column alignment="left" valignment="top" width="0cm">
9776 <column alignment="left" valignment="top" width="3cm">
9777 <column alignment="right" valignment="top" width="0pt">
9778 <row endfirsthead="true" caption="true">
9779 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 \begin_inset Caption
9784
9785 \begin_layout Plain Layout
9786 Tabelle mit manuellem Seitenumbruch in einer Zelle
9787 \begin_inset CommandInset label
9788 LatexCommand label
9789 name "tab:ForcedPagebreak"
9790
9791 \end_inset
9792
9793
9794 \begin_inset OptArg
9795 status collapsed
9796
9797 \begin_layout Plain Layout
9798 Tabelle mit manuellem Seitenumbruch in einer Zelle
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row endfirsthead="true">
9833 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 Telefonliste (ignoriere die Namen)
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row endfirsthead="true">
9864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \series bold
9870 NAME
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 TEL.
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row endhead="true" caption="true">
9897 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 \begin_inset ERT
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905
9906
9907 \backslash
9908 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9909 \backslash
9910
9911 \backslash
9912 %
9913 \end_layout
9914
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row endhead="true">
9942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 Telefonliste
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row endhead="true">
9973 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 NAME
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 TEL.
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row endfoot="true">
10006 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 wird fortgesetzt\SpecialChar \ldots{}
10011
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Annovi
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Silvia
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Bertoli
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Stefano
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Bozzi
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Walter
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Cachia
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Maria
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Cachia
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Maurizio
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Cinquemani
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Giusi
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Colin
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Bernard
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Concli
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Gianfranco
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Dal Bosco
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Carolina
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Dalpiaz
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Annamaria
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Feliciello
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Domenico
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Focarelli
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Paola
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Galletti
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Oreste
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Gasparini
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Franca
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Lassini
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Giancarlo
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Malfatti
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Luciano
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Malfatti
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Valeriano
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Meneguzzo
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Roberto
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Mezzadra
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Roberto
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Pirpamer
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Erich
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Pochiesa
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Paolo
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111, 222
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Radina
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Claudio
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Rizzardi
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Paolo, 11.
10734  Fürst von Monte\SpecialChar \-
10735 com\SpecialChar \-
10736 patri, 11.
10737  Fürst von Sulmona und Vivaro, 10.
10738  Fürst von Rossano, 5.
10739  Herzog von Canemorte, 11.
10740  Herzog von Palombara, 5.
10741  Herzog von Castelchiodato,
10742 \begin_inset ERT
10743 status open
10744
10745 \begin_layout Plain Layout
10746
10747 & 111
10748 \backslash
10749
10750 \backslash
10751
10752 \end_layout
10753
10754 \begin_layout Plain Layout
10755
10756 &
10757 \end_layout
10758
10759 \end_inset
10760
10761  11.
10762  Herzog von Poggionativo, 11.
10763  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10764  Graf von Valinfreda, 11.
10765  Baron von Cropalati, 11.
10766  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \series bold
10788 Stuffer
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Oskar
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 111
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \series bold
10819 Tacchelli
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Ugo
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 111
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850 Tezzele
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Margit
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 111
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Unterkalmsteiner
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Frieda
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Vieider
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Hilde
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Vigna
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Jürgen
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Weber
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Maurizio
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Winkler
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Franz
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row endlastfoot="true">
11030 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 </lyxtabular>
11059
11060 \end_inset
11061
11062
11063 \end_layout
11064
11065 \begin_layout Section
11066 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11067 \end_layout
11068
11069 \begin_layout Subsection
11070 Mehrfache Zeilen in Zellen
11071 \begin_inset CommandInset label
11072 LatexCommand label
11073 name "uab:Mehrfache-Zeilen-in"
11074
11075 \end_inset
11076
11077
11078 \begin_inset Index
11079 status collapsed
11080
11081 \begin_layout Plain Layout
11082 Mehrfache ! Zeilen in Zellen
11083 \end_layout
11084
11085 \end_inset
11086
11087
11088 \begin_inset Index
11089 status collapsed
11090
11091 \begin_layout Plain Layout
11092 Tabellen ! Zeilenumbrüche
11093 \end_layout
11094
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \begin_layout Standard
11101 \align center
11102 \begin_inset Float table
11103 placement H
11104 wide false
11105 sideways false
11106 status open
11107
11108 \begin_layout Plain Layout
11109 \begin_inset Caption
11110
11111 \begin_layout Plain Layout
11112 \begin_inset CommandInset label
11113 LatexCommand label
11114 name "tab:Table-with-multiple"
11115
11116 \end_inset
11117
11118 Tabelle mit mehrfachen Zeilen in einer Zelle
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Plain Layout
11127 \align center
11128 \begin_inset Tabular
11129 <lyxtabular version="3" rows="3" columns="3">
11130 <features>
11131 <column alignment="center" valignment="middle" width="2.5cm">
11132 <column alignment="center" valignment="middle" width="0.5cm">
11133 <column alignment="center" valignment="middle" width="0.5cm">
11134 <row>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 zwei
11140 \begin_inset Newline linebreak
11141 \end_inset
11142
11143 Zeilen
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 b
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 c
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 </row>
11167 <row>
11168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 d
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 e
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 f
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 </row>
11196 <row>
11197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 g
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 h
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 i
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 </lyxtabular>
11226
11227 \end_inset
11228
11229
11230 \end_layout
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Standard
11238 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11239  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11240  Tabelle
11241 \begin_inset space ~
11242 \end_inset
11243
11244
11245 \begin_inset CommandInset ref
11246 LatexCommand ref
11247 reference "tab:Table-with-multiple"
11248
11249 \end_inset
11250
11251  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11252 \family sans
11253 Tabellen-Einstellungen
11254 \family default
11255 -Dialog auf 2.5
11256 \begin_inset space \thinspace{}
11257 \end_inset
11258
11259 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11260  Weil unser Text schmaler als 2.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm ist, würde er in einer Zeile gedruckt werden.
11265  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11266
11267 \family sans
11268 Strg-Shift-Enter
11269 \family default
11270 ) eingefügt.
11271  Wenn der Text länger ist, wird er automatisch umgebrochen.
11272 \end_layout
11273
11274 \begin_layout Standard
11275 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11276  setzen Sie die Breite der beiden Spalten im 
11277 \family sans
11278 Tabellen-Einstellungen
11279 \family default
11280 -Dialog auf 0.5
11281 \begin_inset space \thinspace{}
11282 \end_inset
11283
11284 cm und die vertikale Ausrichtung auf zentriert.
11285 \end_layout
11286
11287 \begin_layout Standard
11288 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11289  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11290  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11291  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11292  Fügen sie daher 0
11293 \begin_inset space \thinspace{}
11294 \end_inset
11295
11296 pt horizontalen Abstand vor dem Wort ein.
11297  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11298  Tabelle
11299 \begin_inset space ~
11300 \end_inset
11301
11302
11303 \begin_inset CommandInset ref
11304 LatexCommand ref
11305 reference "tab:Table-with-and"
11306
11307 \end_inset
11308
11309  zeigt die Wirkungen.
11310 \end_layout
11311
11312 \begin_layout Standard
11313 \begin_inset Float table
11314 placement h
11315 wide false
11316 sideways false
11317 status collapsed
11318
11319 \begin_layout Plain Layout
11320 \begin_inset Caption
11321
11322 \begin_layout Plain Layout
11323 \begin_inset CommandInset label
11324 LatexCommand label
11325 name "tab:Table-with-and"
11326
11327 \end_inset
11328
11329 Tabelle ohne und mit Silbentrennung
11330 \end_layout
11331
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \begin_layout Plain Layout
11338 \begin_inset space \hfill{}
11339 \end_inset
11340
11341
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="3" columns="3">
11344 <features>
11345 <column alignment="center" valignment="middle" width="2.5cm">
11346 <column alignment="center" valignment="middle" width="0.5cm">
11347 <column alignment="center" valignment="middle" width="0.5cm">
11348 <row>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 einsehrlangesZellenwort
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 b
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 c
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 d
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 e
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 f
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 g
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 h
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 i
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \begin_inset space \hfill{}
11441 \end_inset
11442
11443
11444 \begin_inset Tabular
11445 <lyxtabular version="3" rows="3" columns="3">
11446 <features>
11447 <column alignment="center" valignment="middle" width="2.5cm">
11448 <column alignment="center" valignment="middle" width="0.5cm">
11449 <column alignment="center" valignment="middle" width="0.5cm">
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 \begin_inset space \hspace{}
11456 \length 0pt
11457 \end_inset
11458
11459 einsehrlangesZellenwort
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 b
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 c
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 <row>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 d
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 e
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 f
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 </row>
11512 <row>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 g
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 h
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 i
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 </lyxtabular>
11542
11543 \end_inset
11544
11545
11546 \begin_inset space \hfill{}
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Subsection
11558 Mehrfachspalten
11559 \begin_inset CommandInset label
11560 LatexCommand label
11561 name "uab:Mehrfachspalten"
11562
11563 \end_inset
11564
11565
11566 \begin_inset Index
11567 status collapsed
11568
11569 \begin_layout Plain Layout
11570 Mahrfachspalten
11571 \end_layout
11572
11573 \end_inset
11574
11575
11576 \begin_inset Index
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580 Tabellen ! Mahrfachspalten
11581 \end_layout
11582
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \begin_layout Subsubsection
11589 Grundlagen
11590 \end_layout
11591
11592 \begin_layout Standard
11593 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11594  und verwenden dann den Knopf 
11595 \begin_inset Graphics
11596         filename ../../images/tabular-feature_multicolumn.png
11597         scale 70
11598         scaleBeforeRotation
11599         BoundingBox 0bp 6bp 22bp 22bp
11600
11601 \end_inset
11602
11603  in der Werkzeugleiste, das Menü 
11604 \family sans
11605 Bearbeiten\SpecialChar \menuseparator
11606 Tabelle\SpecialChar \menuseparator
11607 Mehrfachspalte
11608 \family default
11609  oder den 
11610 \family sans
11611 Tabellen-Einstellungen
11612 \family default
11613 -Dialog, in dem Sie auf der Karteikarte 
11614 \family sans
11615 Tabellen-Einstellungen
11616 \family default
11617  
11618 \family sans
11619 Mehrfachspalte
11620 \family default
11621  ankreuzen.
11622 \end_layout
11623
11624 \begin_layout Standard
11625 Mehrfachspalten haben ihre eigenen Einstellungen.
11626  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11627  Hier ist ein Beispiel, wobei 
11628 \begin_inset Quotes gld
11629 \end_inset
11630
11631 B 2
11632 \begin_inset Quotes grd
11633 \end_inset
11634
11635  keine Mehrfachzeile ist, wie in Abschnitt
11636 \begin_inset space ~
11637 \end_inset
11638
11639
11640 \begin_inset CommandInset ref
11641 LatexCommand ref
11642 reference "uab:Mehrfachzeilen"
11643
11644 \end_inset
11645
11646  beschrieben.
11647  Es wurde nur eine Linie weggelassen:
11648 \end_layout
11649
11650 \begin_layout Standard
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="3" columns="4">
11654 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11655 <column alignment="center" valignment="top" width="0pt">
11656 <column alignment="center" valignment="middle" width="0">
11657 <column alignment="center" valignment="top" width="0in">
11658 <column alignment="center" valignment="top" width="0pt">
11659 <row>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 abc
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 def ghi
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 jkl
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 </row>
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702
11703 \family roman
11704 \series medium
11705 \shape up
11706 \size normal
11707 \emph off
11708 \bar no
11709 \noun off
11710 \color none
11711 A
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 B
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 C
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 D
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 1
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 2
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 3
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 4
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 </lyxtabular>
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Subsubsection
11790 Mehrfachspalten-Berechnungen
11791 \begin_inset CommandInset label
11792 LatexCommand label
11793 name "uab:Mehrfachspalten-Berechnungen"
11794
11795 \end_inset
11796
11797
11798 \begin_inset Index
11799 status collapsed
11800
11801 \begin_layout Plain Layout
11802 Mahrfachspalten ! Berechnung
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \begin_inset Index
11809 status collapsed
11810
11811 \begin_layout Plain Layout
11812 Tabellen ! Mahrfachspalten ! Berechnung
11813 \end_layout
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \begin_layout Standard
11821 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11822  Zellen beachten.
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \begin_inset Float table
11827 placement h
11828 wide false
11829 sideways false
11830 status open
11831
11832 \begin_layout Plain Layout
11833 \begin_inset Caption
11834
11835 \begin_layout Plain Layout
11836 \begin_inset CommandInset label
11837 LatexCommand label
11838 name "tab:Table-with-centered"
11839
11840 \end_inset
11841
11842 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11843  die halbe Breite der Mehrfachspalten-Zelle haben
11844 \begin_inset OptArg
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848 Eine Mehrfachspalten-Tabelle
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Plain Layout
11862 \align center
11863 \begin_inset Tabular
11864 <lyxtabular version="3" rows="3" columns="3">
11865 <features>
11866 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11867 <column alignment="center" valignment="middle" width="0">
11868 <column alignment="center" valignment="top" width="0">
11869 <row>
11870 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 Dies ist eine Mehrfach\SpecialChar \-
11875 spalten-Zelle
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 c
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 </row>
11899 <row>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 d
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 e
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 f
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 </row>
11928 <row>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 g
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 h
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 i
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 </lyxtabular>
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \end_inset
11965
11966
11967 \end_layout
11968
11969 \begin_layout Standard
11970 Um Tabelle
11971 \begin_inset space ~
11972 \end_inset
11973
11974
11975 \begin_inset CommandInset ref
11976 LatexCommand ref
11977 reference "tab:Table-with-centered"
11978
11979 \end_inset
11980
11981  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11982  3×3-Tabelle, kreuzen im 
11983 \family sans
11984 Tabellen-Einstellungen
11985 \family default
11986 -Dialog 
11987 \family sans
11988 Mehrfachspalte
11989 \family default
11990  an, setzen die 
11991 \family sans
11992 Horizontale
11993 \begin_inset space ~
11994 \end_inset
11995
11996 Ausrichtung
11997 \family default
11998  auf 
11999 \family sans
12000 Zentriert
12001 \family default
12002  und die 
12003 \family sans
12004 Breite
12005 \family default
12006  auf 2.5
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm.
12011  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12012  Sie die Breite der ersten Spalte auf 1.25
12013 \begin_inset space \thinspace{}
12014 \end_inset
12015
12016 cm setzen.
12017  Die zweite Spalte wird dann automatisch 1.25
12018 \begin_inset space \thinspace{}
12019 \end_inset
12020
12021 cm breit (Breite der 
12022 \family sans
12023 Mehrfachspalte
12024 \family default
12025  
12026 \begin_inset Formula $-$
12027 \end_inset
12028
12029  Breite der ersten Spalte).
12030  Dies wurde so für Tabelle
12031 \begin_inset space ~
12032 \end_inset
12033
12034
12035 \begin_inset CommandInset ref
12036 LatexCommand ref
12037 reference "tab:Table-without-half"
12038
12039 \end_inset
12040
12041  gemacht.
12042 \end_layout
12043
12044 \begin_layout Standard
12045 \begin_inset Float table
12046 wide false
12047 sideways false
12048 status open
12049
12050 \begin_layout Plain Layout
12051 \begin_inset Caption
12052
12053 \begin_layout Plain Layout
12054 \begin_inset CommandInset label
12055 LatexCommand label
12056 name "tab:Table-without-half"
12057
12058 \end_inset
12059
12060 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12061  wie die Mehrfachspalte
12062 \begin_inset OptArg
12063 status collapsed
12064
12065 \begin_layout Plain Layout
12066 Eine unvollkommene Mehrfachspalten-Tabelle
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \end_inset
12075
12076
12077 \end_layout
12078
12079 \begin_layout Plain Layout
12080 \align center
12081 \begin_inset Tabular
12082 <lyxtabular version="3" rows="3" columns="3">
12083 <features>
12084 <column alignment="center" valignment="top" width="1.25cm">
12085 <column alignment="center" valignment="top" width="0">
12086 <column alignment="center" valignment="top" width="0">
12087 <row>
12088 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 Dies ist auch eine Mehr\SpecialChar \-
12093 fach\SpecialChar \-
12094 spalten-Zelle
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 c
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 </row>
12118 <row>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 d
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 e
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 f
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 </row>
12147 <row>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 g
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 h
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 i
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 </row>
12176 </lyxtabular>
12177
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Standard
12189 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12190  als die zweite ist.
12191  Das liegt daran, dass die Zellenbreite 
12192 \begin_inset Formula $W_{\mathrm{tot}}$
12193 \end_inset
12194
12195  nicht ihre definierte Breite 
12196 \begin_inset Formula $W_{g}$
12197 \end_inset
12198
12199  ist, sondern ein wenig mehr.
12200  Anhang
12201 \begin_inset space ~
12202 \end_inset
12203
12204
12205 \begin_inset CommandInset ref
12206 LatexCommand ref
12207 reference "kap:Exläuterung-einer-Gleichung"
12208
12209 \end_inset
12210
12211  erklärt das genauer.
12212 \end_layout
12213
12214 \begin_layout Standard
12215 Wenn 
12216 \emph on
12217 n
12218 \emph default
12219  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12220  die definierte Breite 
12221 \begin_inset Formula $W_{g\, n}$
12222 \end_inset
12223
12224  einer Spalte, deren totale Breite = 
12225 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12226 \end_inset
12227
12228  sein soll, wie folgt:
12229 \begin_inset Formula \begin{equation}
12230 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \begin_layout Standard
12238 In unserem Falls ist 
12239 \begin_inset Formula $n=2$
12240 \end_inset
12241
12242
12243 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12244 \end_inset
12245
12246 cm, und damit wird aus Gleichung
12247 \begin_inset space ~
12248 \end_inset
12249
12250
12251 \begin_inset CommandInset ref
12252 LatexCommand ref
12253 reference "eq:Wgn"
12254
12255 \end_inset
12256
12257  
12258 \begin_inset Formula \begin{equation}
12259 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Damit LaTeX rechnen kann, muss das Paket 
12268 \series bold
12269 calc
12270 \series default
12271  im Vorspann geladen werden.
12272 \begin_inset Index
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276 LaTeX-Pakete ! calc
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285
12286 \series bold
12287
12288 \backslash
12289 usepackage{calc}
12290 \end_layout
12291
12292 \begin_layout Standard
12293 LyX erlaubt im 
12294 \family sans
12295 Breite
12296 \family default
12297 -Feld des 
12298 \family sans
12299 Tabellen-Einstellungen
12300 \family default
12301 -Dialogs keine Berechnungen.
12302  Deshalb müssen Sie die Formel für die Breite im Feld 
12303 \family sans
12304 LaTe
12305 \begin_inset ERT
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309
12310 {}
12311 \end_layout
12312
12313 \end_inset
12314
12315 X-Argument
12316 \family default
12317  eingeben.
12318  Hier iss ein Überblick über die Argumente:
12319 \end_layout
12320
12321 \begin_layout Itemize
12322
12323 \series bold
12324 p{Breite}
12325 \series default
12326  die Zelle bekommt eine feste 
12327 \series bold
12328 Breite
12329 \series default
12330 , und die vertikale Ausrichtung ist 
12331 \family sans
12332 Oben
12333 \end_layout
12334
12335 \begin_layout Itemize
12336
12337 \series bold
12338 m{Breite}
12339 \series default
12340  die Zelle bekommt eine feste 
12341 \series bold
12342 Breite
12343 \series default
12344 , und die vertikale Ausrichtung ist 
12345 \family sans
12346 Mitte
12347 \end_layout
12348
12349 \begin_layout Itemize
12350
12351 \series bold
12352 b{Breite}
12353 \series default
12354  die Zelle bekommt eine feste 
12355 \series bold
12356 Breite
12357 \series default
12358 , und die vertikale Ausrichtung ist 
12359 \family sans
12360 Unten
12361 \end_layout
12362
12363 \begin_layout Standard
12364 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12365  für diese Zelle überschrieben.
12366 \end_layout
12367
12368 \begin_layout Standard
12369 \begin_inset Note Greyedout
12370 status open
12371
12372 \begin_layout Plain Layout
12373
12374 \series bold
12375 Bemerkung:
12376 \series default
12377  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12378  angezeigt.
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \end_layout
12385
12386 \begin_layout Standard
12387 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12388  der Zelle mit dem Inhalt 
12389 \begin_inset Quotes gld
12390 \end_inset
12391
12392 d
12393 \begin_inset Quotes grd
12394 \end_inset
12395
12396  der Tabelle
12397 \begin_inset space ~
12398 \end_inset
12399
12400
12401 \begin_inset CommandInset ref
12402 LatexCommand ref
12403 reference "tab:Table-with-centered"
12404
12405 \end_inset
12406
12407  auch noch der Befehl
12408 \family typewriter
12409 \series bold
12410  
12411 \family default
12412
12413 \backslash
12414 centering
12415 \series default
12416  hinzugefügt.
12417  Das Ganze sieht dann so aus:
12418 \end_layout
12419
12420 \begin_layout Standard
12421
12422 \series bold
12423 |>{
12424 \backslash
12425 centering}m{1.25cm-6.2pt}
12426 \end_layout
12427
12428 \begin_layout Standard
12429 Der vertikale Strich 
12430 \series bold
12431
12432 \begin_inset Quotes gld
12433 \end_inset
12434
12435 |
12436 \series default
12437
12438 \begin_inset Quotes grd
12439 \end_inset
12440
12441  am Anfang zeichnet die linke Linie, und der Befehl 
12442 \series bold
12443
12444 \begin_inset Quotes gld
12445 \end_inset
12446
12447 >{ }
12448 \begin_inset Quotes grd
12449 \end_inset
12450
12451
12452 \series default
12453  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12454  der Zelle benutzt werden sollen.
12455 \end_layout
12456
12457 \begin_layout Standard
12458 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12459  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12460  für einzelne Spalten anwendet.
12461  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12462  werden:
12463 \end_layout
12464
12465 \begin_layout Standard
12466
12467 \series bold
12468 |>{
12469 \backslash
12470 centering}m{2.5cm}|
12471 \end_layout
12472
12473 \begin_layout Subsection
12474 Mehrfachzeilen
12475 \begin_inset CommandInset label
12476 LatexCommand label
12477 name "uab:Mehrfachzeilen"
12478
12479 \end_inset
12480
12481
12482 \begin_inset Index
12483 status collapsed
12484
12485 \begin_layout Plain Layout
12486 Mehrfachzeilen
12487 \end_layout
12488
12489 \end_inset
12490
12491
12492 \begin_inset Index
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496 Tabellen ! Mehrfachzeilen
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \begin_layout Standard
12505 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12506  unterstützt, sodass etwas TeX-Code notwendig ist.
12507  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12508 \series bold
12509 multirow
12510 \series default
12511
12512 \begin_inset Index
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516 LaTeX-Pakete ! multirow
12517 \end_layout
12518
12519 \end_inset
12520
12521  im Vorspann geladen werden:
12522 \end_layout
12523
12524 \begin_layout Standard
12525
12526 \series bold
12527
12528 \backslash
12529 usepackage{multirow}
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12534 \end_layout
12535
12536 \begin_layout Standard
12537
12538 \series bold
12539
12540 \backslash
12541 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12542 \end_layout
12543
12544 \begin_layout Standard
12545 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12546  Mehrfachspalte definiert und die obere Linie entfernt.
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \align center
12551 \begin_inset ERT
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555
12556
12557 \backslash
12558 renewcommand{
12559 \backslash
12560 multirowsetup}{
12561 \backslash
12562 centering}
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \begin_inset Tabular
12569 <lyxtabular version="3" rows="3" columns="3">
12570 <features>
12571 <column alignment="center" valignment="top" width="0">
12572 <column alignment="center" valignment="top" width="0">
12573 <column alignment="center" valignment="top" width="0">
12574 <row>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 a
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 b
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 c
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 <row>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 multirow{2}{2.5cm}{
12616 \end_layout
12617
12618 \end_inset
12619
12620 Mehrfach\SpecialChar \-
12621 zeilen-Text
12622 \begin_inset ERT
12623 status collapsed
12624
12625 \begin_layout Plain Layout
12626
12627 }
12628 \end_layout
12629
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 e
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 f
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 </row>
12656 <row>
12657 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 h
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 i
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 </row>
12685 </lyxtabular>
12686
12687 \end_inset
12688
12689
12690 \begin_inset ERT
12691 status collapsed
12692
12693 \begin_layout Plain Layout
12694
12695
12696 \backslash
12697 renewcommand{
12698 \backslash
12699 multirowsetup}{
12700 \backslash
12701 raggedright}
12702 \end_layout
12703
12704 \end_inset
12705
12706
12707 \end_layout
12708
12709 \begin_layout Standard
12710 In der Zelle darüber wurde dann mit dem Befehl
12711 \end_layout
12712
12713 \begin_layout Standard
12714
12715 \series bold
12716
12717 \backslash
12718 multirow{2}{2.5cm}{
12719 \end_layout
12720
12721 \begin_layout Standard
12722 als TeX-Code die Mehrfachzeile definiert.
12723  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12724 \begin_inset space \thinspace{}
12725 \end_inset
12726
12727 cm.
12728  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12729  mit der Klammer 
12730 \begin_inset Quotes gld
12731 \end_inset
12732
12733
12734 \series bold
12735 }
12736 \series default
12737
12738 \begin_inset Quotes grd
12739 \end_inset
12740
12741  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12742 \end_layout
12743
12744 \begin_layout Standard
12745
12746 \series bold
12747
12748 \backslash
12749 multirow
12750 \series default
12751  richtet seinen Inhalt standardmäßig linksbündig aus.
12752  Das wurde mit dem Befehl
12753 \end_layout
12754
12755 \begin_layout Standard
12756
12757 \series bold
12758
12759 \backslash
12760 renewcommand{
12761 \backslash
12762 multirowsetup}{
12763 \backslash
12764 centering}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 renewcommand{
12777 \backslash
12778 multirowsetup}{
12779 \backslash
12780 raggedright}
12781 \end_layout
12782
12783 \begin_layout Standard
12784 zurückgesetzt.
12785  Für rechtsbündigen Text benutzt man 
12786 \series bold
12787
12788 \backslash
12789 raggedleft
12790 \series default
12791 .
12792 \end_layout
12793
12794 \begin_layout Section
12795 Formale Tabellen
12796 \begin_inset CommandInset label
12797 LatexCommand label
12798 name "abs:Formale-Tabellen"
12799
12800 \end_inset
12801
12802
12803 \begin_inset Index
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807 Tabellen ! Formale
12808 \end_layout
12809
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \begin_layout Standard
12816 Tabellen werden in Büchern oft wie Tabelle
12817 \begin_inset space ~
12818 \end_inset
12819
12820
12821 \begin_inset CommandInset ref
12822 LatexCommand ref
12823 reference "tab:Formale-Tabelle"
12824
12825 \end_inset
12826
12827  gesetzt.
12828  Diese Tabellen werden
12829 \emph on
12830  formal
12831 \emph default
12832  genannt.
12833  Formale Tabellen bekommen Sie, wenn Sie im 
12834 \family sans
12835 Tabellen-Einstellungen
12836 \family default
12837 -Dialog auf der Karteikarte 
12838 \family sans
12839 Rahmen
12840 \family default
12841  den 
12842 \family sans
12843 Stil
12844 \family default
12845  
12846 \family sans
12847 Formal
12848 \family default
12849  ankreuzen.
12850 \end_layout
12851
12852 \begin_layout Standard
12853 \begin_inset Float table
12854 placement h
12855 wide false
12856 sideways false
12857 status open
12858
12859 \begin_layout Plain Layout
12860 \begin_inset Caption
12861
12862 \begin_layout Plain Layout
12863 \begin_inset CommandInset label
12864 LatexCommand label
12865 name "tab:Formale-Tabelle"
12866
12867 \end_inset
12868
12869 Formale Tabelle
12870 \end_layout
12871
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Plain Layout
12878 \align center
12879 \begin_inset Tabular
12880 <lyxtabular version="3" rows="8" columns="4">
12881 <features booktabs="true">
12882 <column alignment="center" valignment="top" width="0">
12883 <column alignment="right" valignment="top" width="0">
12884 <column alignment="right" valignment="top" width="0">
12885 <column alignment="right" valignment="top" width="0">
12886 <row>
12887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 System
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 Medipix
12901 \begin_inset Formula $\,$
12902 \end_inset
12903
12904 1
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 Medipix
12914 \begin_inset Formula $\,$
12915 \end_inset
12916
12917 2
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 </row>
12932 <row>
12933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 \begin_inset ERT
12938 status collapsed
12939
12940 \begin_layout Plain Layout
12941
12942
12943 \backslash
12944 cmidrule(r){2-2}
12945 \end_layout
12946
12947 \end_inset
12948
12949
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 cmidrule(l){3-4}
12958 \end_layout
12959
12960 \end_inset
12961
12962 Detektordicke [µm]
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 300
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 300
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 700
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row>
12996 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 Kantenwinkel [°]
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 3.55
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 2.71
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 7.99
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row topspace="default">
13034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 räumliche Auf\SpecialChar \textcompwordmark{}
13039 lösung [µm]
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 4.26
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 10.17
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 10.56
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 <row topspace="default">
13073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 MTF bei 
13078 \begin_inset Formula $f_{\mathrm{max}}$
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 0.53
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 0.37
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 0.39
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 </row>
13114 <row topspace="default">
13115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 \begin_inset ERT
13120 status collapsed
13121
13122 \begin_layout Plain Layout
13123
13124
13125 \backslash
13126 cmidrule(l{10pt}){1-1}
13127 \end_layout
13128
13129 \end_inset
13130
13131 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13132 lösung
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 </row>
13165 <row>
13166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 in µm
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 129.7
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 52.75
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 50.78
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 <row>
13204 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 in % der Pixelgröße
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 76.3
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 95.9
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 92.3
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 </lyxtabular>
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Abstände zu Tabellenzeilen können auf der Karteikarte 
13255 \family sans
13256 Rahmen
13257 \family default
13258  des 
13259 \family sans
13260 Tabellen-Ein\SpecialChar \-
13261 stel\SpecialChar \-
13262 lun\SpecialChar \-
13263 gen
13264 \family default
13265 -Dialogs hinzugefügt werden, wie in Abschnitt
13266 \begin_inset space ~
13267 \end_inset
13268
13269
13270 \begin_inset CommandInset ref
13271 LatexCommand ref
13272 reference "uab:Zeilenabstand"
13273
13274 \end_inset
13275
13276  beschrieben.
13277 \end_layout
13278
13279 \begin_layout Standard
13280 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13281  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13282  gedruckt aber anders aus.
13283  Die erste und letzte Linie ist 0.08
13284 \begin_inset space \thinspace{}
13285 \end_inset
13286
13287 em dick, während die anderen 0.05
13288 \begin_inset space \thinspace{}
13289 \end_inset
13290
13291 em dick sind.
13292 \end_layout
13293
13294 \begin_layout Standard
13295 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13296 \end_layout
13297
13298 \begin_layout Standard
13299
13300 \series bold
13301
13302 \backslash
13303 let
13304 \backslash
13305 mytoprule
13306 \backslash
13307 toprule
13308 \begin_inset Newline newline
13309 \end_inset
13310
13311
13312 \backslash
13313 renewcommand{
13314 \backslash
13315 toprule}{
13316 \backslash
13317 mytoprule[Breite]}
13318 \end_layout
13319
13320 \begin_layout Standard
13321 Dies Beispiel gilt für die oberste Linie, genannt 
13322 \series bold
13323 toprule
13324 \series default
13325 .
13326  Für die letzte müssen Sie 
13327 \series bold
13328 toprule
13329 \series default
13330  durch 
13331 \series bold
13332 bottomrule
13333 \series default
13334  ersetzen.
13335  Die Linien dazwischen heißen 
13336 \series bold
13337 midrule
13338 \series default
13339 .
13340  Für 
13341 \family sans
13342 Breite
13343 \family default
13344  können Sie alle Einheiten benutzen, die in Anhang
13345 \begin_inset space ~
13346 \end_inset
13347
13348
13349 \begin_inset CommandInset ref
13350 LatexCommand ref
13351 reference "kap:In-LyX-verfügbare"
13352
13353 \end_inset
13354
13355  aufgelistet sind.
13356 \end_layout
13357
13358 \begin_layout Standard
13359 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13360  eine Linie unter einer Mehrfachspalte.
13361  LyX wird intern den Befehl 
13362 \series bold
13363
13364 \backslash
13365 cmidrule
13366 \series default
13367  benutzen, um diese Linie zu drucken.
13368  Der ganze Befehl sieht so aus:
13369 \end_layout
13370
13371 \begin_layout Standard
13372
13373 \series bold
13374
13375 \backslash
13376 cmidrule[width](trim){Anfangsspalte-Endspalte}
13377 \end_layout
13378
13379 \begin_layout Standard
13380 Die 
13381 \series bold
13382
13383 \backslash
13384 cmidrule
13385 \series default
13386 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13387  benutzen.
13388  
13389 \series bold
13390
13391 \backslash
13392 cmidrule
13393 \series default
13394  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13395  erste Zelle einer Zeile einfügt.
13396  Die Linie wird dann über der Zeile gedruckt.
13397 \end_layout
13398
13399 \begin_layout Standard
13400 Der Standardwert ist 0.03
13401 \begin_inset space \thinspace{}
13402 \end_inset
13403
13404 em.
13405  Die Linie reicht von 
13406 \family typewriter
13407 Anfangsspalte
13408 \family default
13409  bis 
13410 \family typewriter
13411 End\SpecialChar \-
13412 spal\SpecialChar \-
13413 te
13414 \family default
13415 .
13416  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13417   Der optionale Parameter 
13418 \family typewriter
13419 trim
13420 \family default
13421  kann die Werte 
13422 \emph on
13423 r
13424 \emph default
13425
13426 \emph on
13427 r{Breite}
13428 \emph default
13429
13430 \emph on
13431 l
13432 \family typewriter
13433 \emph default
13434  
13435 \family default
13436 oder 
13437 \emph on
13438 l{Breite}
13439 \emph default
13440  annehmen, wobei die 
13441 \family sans
13442 Breite
13443 \family default
13444  optional ist.
13445  
13446 \emph on
13447 l{2pt}
13448 \emph default
13449  zum Beispiel bedeutet, dass die Linie links um 2
13450 \begin_inset space \thinspace{}
13451 \end_inset
13452
13453 pt gekürzt wird.
13454  Ohne Breitenangabe werden die Linien um 0.5
13455 \begin_inset space \thinspace{}
13456 \end_inset
13457
13458 em gekürzt.
13459 \end_layout
13460
13461 \begin_layout Standard
13462 \begin_inset VSpace bigskip
13463 \end_inset
13464
13465 In Tabelle
13466 \begin_inset space ~
13467 \end_inset
13468
13469
13470 \begin_inset CommandInset ref
13471 LatexCommand ref
13472 reference "tab:Formale-Tabelle"
13473
13474 \end_inset
13475
13476  wurden die Befehle
13477 \end_layout
13478
13479 \begin_layout Standard
13480
13481 \series bold
13482
13483 \backslash
13484 cmidrule(r){2-2}
13485 \backslash
13486 cmidrule(l){3-4}
13487 \end_layout
13488
13489 \begin_layout Standard
13490 am Anfang der zweiten Zeile und
13491 \end_layout
13492
13493 \begin_layout Standard
13494
13495 \series bold
13496
13497 \backslash
13498 cmidrule(l{10pt}){1-1}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 in der sechsten benutzt.
13503 \end_layout
13504
13505 \begin_layout Standard
13506 \begin_inset VSpace bigskip
13507 \end_inset
13508
13509
13510 \end_layout
13511
13512 \begin_layout Standard
13513 Sie können mit 
13514 \series bold
13515
13516 \backslash
13517 cmidrule
13518 \series default
13519  auch überlappende Linien wie in Tabelle
13520 \begin_inset space ~
13521 \end_inset
13522
13523
13524 \begin_inset CommandInset ref
13525 LatexCommand ref
13526 reference "tab:Special-booktabs-table"
13527
13528 \end_inset
13529
13530  definieren.
13531  Der Befehl ist:
13532 \end_layout
13533
13534 \begin_layout Standard
13535
13536 \series bold
13537
13538 \backslash
13539 morecmidrules
13540 \end_layout
13541
13542 \begin_layout Standard
13543 In Zeile zwei der Tabelle
13544 \begin_inset space ~
13545 \end_inset
13546
13547
13548 \begin_inset CommandInset ref
13549 LatexCommand ref
13550 reference "tab:Special-booktabs-table"
13551
13552 \end_inset
13553
13554  wurde folgender Befehl benutzt:
13555 \end_layout
13556
13557 \begin_layout Standard
13558
13559 \series bold
13560
13561 \backslash
13562 cmidrule(r){2-2}
13563 \backslash
13564 cmidrule(l){3-4}
13565 \backslash
13566 morecmidrules
13567 \begin_inset Newline newline
13568 \end_inset
13569
13570
13571 \backslash
13572 cmidrule{2-4}
13573 \end_layout
13574
13575 \begin_layout Standard
13576 und in Zeile sechs:
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \series bold
13582
13583 \backslash
13584 midrule
13585 \backslash
13586 morecmidrules
13587 \backslash
13588 cmidrule{3-4}
13589 \end_layout
13590
13591 \begin_layout Standard
13592 \begin_inset VSpace bigskip
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13600  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13601 \end_layout
13602
13603 \begin_layout Standard
13604
13605 \series bold
13606
13607 \backslash
13608 specialrule{Dicke}{Abstand davor}{Abstand danach}
13609 \end_layout
13610
13611 \begin_layout Standard
13612 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13613 \series bold
13614 booktabs
13615 \series default
13616  
13617 \begin_inset CommandInset citation
13618 LatexCommand cite
13619 key "booktabs"
13620
13621 \end_inset
13622
13623 .
13624 \begin_inset Index
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628 LaTeX-Pakete ! booktabs
13629 \end_layout
13630
13631 \end_inset
13632
13633
13634 \end_layout
13635
13636 \begin_layout Standard
13637 \begin_inset Float table
13638 placement h
13639 wide false
13640 sideways false
13641 status open
13642
13643 \begin_layout Plain Layout
13644 \begin_inset Caption
13645
13646 \begin_layout Plain Layout
13647 \begin_inset CommandInset label
13648 LatexCommand label
13649 name "tab:Special-booktabs-table"
13650
13651 \end_inset
13652
13653 Eine spezielle formale Tabelle
13654 \end_layout
13655
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \begin_layout Plain Layout
13662 \align center
13663 \begin_inset Tabular
13664 <lyxtabular version="3" rows="8" columns="4">
13665 <features booktabs="true">
13666 <column alignment="center" valignment="top" width="0">
13667 <column alignment="center" valignment="top" width="0">
13668 <column alignment="right" valignment="top" width="0">
13669 <column alignment="right" valignment="top" width="0">
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 System
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Medipix
13685 \begin_inset space \thinspace{}
13686 \end_inset
13687
13688 1
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 Medipix
13698 \begin_inset space \thinspace{}
13699 \end_inset
13700
13701 2
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status collapsed
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 cmidrule(r){2-2}
13729 \end_layout
13730
13731 \end_inset
13732
13733
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739
13740 \backslash
13741 cmidrule(l){3-4}
13742 \end_layout
13743
13744 \end_inset
13745
13746
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752
13753 \backslash
13754 morecmidrules 
13755 \end_layout
13756
13757 \end_inset
13758
13759
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765
13766 \backslash
13767 cmidrule{2-4}
13768 \end_layout
13769
13770 \end_inset
13771
13772 Detektordicke  [µm]
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 300
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 300
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 700
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 <row>
13806 <cell alignment="center" valignment="top" topline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 Kantenwinkel [°]
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 3,55
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 2,71
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 7,99
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 <row topspace="default">
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 räumliche Auf\SpecialChar \textcompwordmark{}
13849 lösung [µm]
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 4,26
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 10,17
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 10,56
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row topspace="default">
13883 <cell alignment="center" valignment="top" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 MTF bei 
13888 \begin_inset Formula $f_{\mathrm{max}}$
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 0,53
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 0,37
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 0,39
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 morecmidrules 
13937 \end_layout
13938
13939 \end_inset
13940
13941
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947
13948 \backslash
13949 cmidrule{3-4}
13950 \end_layout
13951
13952 \end_inset
13953
13954 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13955 lösung
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 </row>
13988 <row>
13989 <cell alignment="center" valignment="top" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 in µm
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 129,7
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 52,75
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 50,78
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row>
14027 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 in % der Pixelgröße
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 76,3
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 95,9
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 92,3
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 </lyxtabular>
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \end_layout
14075
14076 \begin_layout Section
14077 Vertikale Tabellen-Ausrichtung
14078 \begin_inset Index
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082 Tabellen ! Ausrichtung
14083 \end_layout
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \begin_layout Standard
14091 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14092  einer Box sein.
14093  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14094 \begin_inset space ~
14095 \end_inset
14096
14097
14098 \begin_inset CommandInset ref
14099 LatexCommand ref
14100 reference "abs:Box-Dialog"
14101
14102 \end_inset
14103
14104  beschrieben.
14105 \end_layout
14106
14107 \begin_layout Standard
14108 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14109 \begin_inset Foot
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 Minipages werden in Abschnitt
14114 \begin_inset space ~
14115 \end_inset
14116
14117
14118 \begin_inset CommandInset ref
14119 LatexCommand ref
14120 reference "abs:Minipage"
14121
14122 \end_inset
14123
14124  beschrieben.
14125 \end_layout
14126
14127 \end_inset
14128
14129  mit 15
14130 \begin_inset space \thinspace{}
14131 \end_inset
14132
14133 col%-Breite:
14134 \end_layout
14135
14136 \begin_layout Itemize
14137 Test 
14138 \begin_inset Box Frameless
14139 position "t"
14140 hor_pos "c"
14141 has_inner_box 1
14142 inner_pos "c"
14143 use_parbox 0
14144 width "15col%"
14145 special "none"
14146 height "1in"
14147 height_special "totalheight"
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="3" columns="3">
14153 <features>
14154 <column alignment="center" valignment="top" width="0">
14155 <column alignment="center" valignment="top" width="0">
14156 <column alignment="center" valignment="top" width="0">
14157 <row>
14158 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 Tabelle 1
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 </row>
14186 <row>
14187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 b
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 e
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 h
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 c
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 f
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 i
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 </lyxtabular>
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252
14253  Test 
14254 \begin_inset ERT
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259
14260 \backslash
14261 raisebox{0.85
14262 \backslash
14263 baselineskip}{
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \begin_inset Box Frameless
14270 position "t"
14271 hor_pos "c"
14272 has_inner_box 1
14273 inner_pos "c"
14274 use_parbox 0
14275 width "15col%"
14276 special "none"
14277 height "1in"
14278 height_special "totalheight"
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282 \begin_inset Tabular
14283 <lyxtabular version="3" rows="3" columns="3">
14284 <features>
14285 <column alignment="center" valignment="top" width="0">
14286 <column alignment="center" valignment="top" width="0">
14287 <column alignment="center" valignment="top" width="0">
14288 <row>
14289 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 Tabelle 2
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row>
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 b
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 e
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 h
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 </row>
14346 <row>
14347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 c
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 f
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 i
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 </lyxtabular>
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \begin_layout Itemize
14399 Test 
14400 \begin_inset Box Frameless
14401 position "c"
14402 hor_pos "c"
14403 has_inner_box 1
14404 inner_pos "c"
14405 use_parbox 0
14406 width "15col%"
14407 special "none"
14408 height "1in"
14409 height_special "totalheight"
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413 \begin_inset Tabular
14414 <lyxtabular version="3" rows="3" columns="3">
14415 <features>
14416 <column alignment="center" valignment="top" width="0">
14417 <column alignment="center" valignment="top" width="0">
14418 <column alignment="center" valignment="top" width="0">
14419 <row>
14420 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 Tabelle 3
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 </row>
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 b
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 e
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 h
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 c
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 f
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 i
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 </lyxtabular>
14507
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Itemize
14519 Test 
14520 \begin_inset Box Frameless
14521 position "b"
14522 hor_pos "c"
14523 has_inner_box 1
14524 inner_pos "c"
14525 use_parbox 0
14526 width "15col%"
14527 special "none"
14528 height "1in"
14529 height_special "totalheight"
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 \begin_inset Tabular
14534 <lyxtabular version="3" rows="3" columns="3">
14535 <features>
14536 <column alignment="center" valignment="top" width="0">
14537 <column alignment="center" valignment="top" width="0">
14538 <column alignment="center" valignment="top" width="0">
14539 <row>
14540 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 Tabelle 4
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 </row>
14568 <row>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 b
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 e
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 h
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 c
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 f
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 i
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 </lyxtabular>
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \end_inset
14634
14635 Test 
14636 \begin_inset ERT
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640
14641
14642 \backslash
14643 raisebox{-0.32
14644 \backslash
14645 baselineskip}{
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \begin_inset Box Frameless
14652 position "b"
14653 hor_pos "c"
14654 has_inner_box 1
14655 inner_pos "c"
14656 use_parbox 0
14657 width "15col%"
14658 special "none"
14659 height "1in"
14660 height_special "totalheight"
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664 \begin_inset Tabular
14665 <lyxtabular version="3" rows="3" columns="3">
14666 <features>
14667 <column alignment="center" valignment="top" width="0">
14668 <column alignment="center" valignment="top" width="0">
14669 <column alignment="center" valignment="top" width="0">
14670 <row>
14671 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 Tabelle 5
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 <row>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 b
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713 e
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 h
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 </row>
14728 <row>
14729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 c
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742 f
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751 i
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 </lyxtabular>
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \begin_inset ERT
14768 status collapsed
14769
14770 \begin_layout Plain Layout
14771
14772 }
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14782 \begin_inset space \space{}
14783 \end_inset
14784
14785 1 und letzten Zeile von Tabelle
14786 \begin_inset space \space{}
14787 \end_inset
14788
14789 4 bezüglich dem Wort 
14790 \begin_inset Quotes gld
14791 \end_inset
14792
14793 Test
14794 \begin_inset Quotes grd
14795 \end_inset
14796
14797  nicht richtig ausgerichtet.
14798  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14799 \begin_inset Quotes gld
14800 \end_inset
14801
14802 Raisebox
14803 \begin_inset Quotes grd
14804 \end_inset
14805
14806
14807 \begin_inset Foot
14808 status collapsed
14809
14810 \begin_layout Plain Layout
14811 Raiseboxen werden in Abschnitt
14812 \begin_inset space ~
14813 \end_inset
14814
14815
14816 \begin_inset CommandInset ref
14817 LatexCommand ref
14818 reference "uab:Vertikale-Ausrichtung"
14819
14820 \end_inset
14821
14822  beschrieben.
14823 \end_layout
14824
14825 \end_inset
14826
14827  setzen.
14828  In Tabelle
14829 \begin_inset space \space{}
14830 \end_inset
14831
14832 2 wurde der Text mit dem Befehl
14833 \end_layout
14834
14835 \begin_layout Standard
14836
14837 \series bold
14838
14839 \backslash
14840 raisebox{0.85
14841 \backslash
14842 baselineskip}{
14843 \end_layout
14844
14845 \begin_layout Standard
14846 vor der Box ausgerichtet.
14847  Hinter der Box wurde auch noch 
14848 \series bold
14849 }
14850 \series default
14851  als TeX-Code eingefügt, weil der obige Befehl mit 
14852 \series bold
14853 {
14854 \series default
14855  aufhörte.
14856  Für Tabelle
14857 \begin_inset space \space{}
14858 \end_inset
14859
14860 5 wurde der Befehl
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 raisebox{-0.32
14869 \backslash
14870 baselineskip}{
14871 \end_layout
14872
14873 \begin_layout Standard
14874 benutzt.
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset Note Greyedout
14879 status open
14880
14881 \begin_layout Plain Layout
14882
14883 \series bold
14884 Bemerkung:
14885 \series default
14886  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14887  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14888  Der Faktor im 
14889 \series bold
14890
14891 \backslash
14892 raisebox
14893 \series default
14894 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14895 \end_layout
14896
14897 \end_inset
14898
14899
14900 \end_layout
14901
14902 \begin_layout Section
14903 Farbige Tabellen
14904 \begin_inset CommandInset label
14905 LatexCommand label
14906 name "abs:Farbige-Tabellen"
14907
14908 \end_inset
14909
14910
14911 \begin_inset Index
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 Tabellen ! farbige
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Subsection
14924 Farbige Zellen
14925 \begin_inset Index
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929 farbige !  Tabellenzellen
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Standard
14938 \begin_inset Float table
14939 placement h
14940 wide false
14941 sideways false
14942 status open
14943
14944 \begin_layout Plain Layout
14945 \begin_inset Caption
14946
14947 \begin_layout Plain Layout
14948 \begin_inset CommandInset label
14949 LatexCommand label
14950 name "tab:Farbige-Tabelle-ohne"
14951
14952 \end_inset
14953
14954 Farbige Tabelle, ohne Paket 
14955 \series bold
14956 colortbl
14957 \series default
14958
14959 \begin_inset OptArg
14960 status collapsed
14961
14962 \begin_layout Plain Layout
14963 Tabelle ohne 
14964 \family typewriter
14965 colortbl
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \begin_layout Plain Layout
14979 \align center
14980 \begin_inset Tabular
14981 <lyxtabular version="3" rows="3" columns="3">
14982 <features>
14983 <column alignment="center" valignment="top" width="0">
14984 <column alignment="center" valignment="top" width="0">
14985 <column alignment="center" valignment="top" width="0">
14986 <row>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991
14992 \color green
14993 a
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \color red
15004 b
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \color red
15015 c
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \color green
15028 d
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \color blue
15039 e
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \color blue
15050 f
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \color green
15063 g
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \color blue
15074 h
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \color blue
15085 i
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 </row>
15091 </lyxtabular>
15092
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \begin_layout Standard
15104 \begin_inset CommandInset label
15105 LatexCommand label
15106 name "Wenn-Sie-nur"
15107
15108 \end_inset
15109
15110 Wenn Sie nur farbigen Text
15111 \begin_inset Index
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115 Farbe ! für Text
15116 \end_layout
15117
15118 \end_inset
15119
15120  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15121  auf den Werkzeugleistenknopf 
15122 \begin_inset Graphics
15123         filename ../../images/dialog-show_character.png
15124         scale 70
15125         scaleBeforeRotation
15126         BoundingBox 0bp 0bp 20bp 20bp
15127
15128 \end_inset
15129
15130  oder über das Menü 
15131 \family sans
15132 Bearbeiten\SpecialChar \menuseparator
15133 Textstil\SpecialChar \menuseparator
15134 Benutzerdefiniert
15135 \family default
15136  mit dem 
15137 \family sans
15138 Textstil
15139 \family default
15140 -Dialog wie es in Tabelle
15141 \begin_inset space ~
15142 \end_inset
15143
15144
15145 \begin_inset CommandInset ref
15146 LatexCommand ref
15147 reference "tab:Farbige-Tabelle-ohne"
15148
15149 \end_inset
15150
15151  gemacht wurde.
15152  In anderen Fällen müssen Sie das LaTeX-Paket 
15153 \series bold
15154 colortbl
15155 \series default
15156  benutzen.
15157 \begin_inset Index
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161 LaTeX-Pakete ! colortbl
15162 \end_layout
15163
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \begin_layout Standard
15170 \begin_inset ERT
15171 status collapsed
15172
15173 \begin_layout Plain Layout
15174
15175
15176 \backslash
15177 ifcolortbl
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \begin_inset Note Note
15184 status open
15185
15186 \begin_layout Plain Layout
15187 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15188 \series bold
15189 colortbl
15190 \series default
15191  installiert ist.
15192 \end_layout
15193
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \begin_layout Standard
15200 Um farbige Tabellen zu erzeugen, muss 
15201 \series bold
15202 colortbl
15203 \series default
15204  im LaTeX-Vorspann geladen werden:
15205 \end_layout
15206
15207 \begin_layout Standard
15208
15209 \series bold
15210
15211 \backslash
15212 usepackage{colortbl}
15213 \end_layout
15214
15215 \begin_layout Standard
15216 Die Farbe einer Spalte ändert man dann mit dem Befehl
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 columncolor{Farbname}
15225 \end_layout
15226
15227 \begin_layout Standard
15228 innerhalb des Befehls 
15229 \series bold
15230 >{}
15231 \series default
15232 .
15233  Mehr über den Befehl 
15234 \series bold
15235 >{}
15236 \series default
15237  finden Sie im Abschnitt
15238 \begin_inset space ~
15239 \end_inset
15240
15241
15242 \begin_inset CommandInset ref
15243 LatexCommand ref
15244 reference "uab:Mehrfachspalten-Berechnungen"
15245
15246 \end_inset
15247
15248 .
15249 \end_layout
15250
15251 \begin_layout Standard
15252 Folgende Farbnamen sind vordefiniert:
15253 \end_layout
15254
15255 \begin_layout Standard
15256
15257 \family sans
15258 red
15259 \family default
15260
15261 \family sans
15262 green
15263 \family default
15264
15265 \family sans
15266 yellow
15267 \family default
15268
15269 \family sans
15270 blue
15271 \family default
15272
15273 \family sans
15274 cyan
15275 \family default
15276
15277 \family sans
15278 magenta
15279 \family default
15280
15281 \family sans
15282 black
15283 \family default
15284  und 
15285 \family sans
15286 white
15287 \begin_inset Newline newline
15288 \end_inset
15289
15290 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15291 \family default
15292 und
15293 \family sans
15294  weiß
15295 \family default
15296 ).
15297 \end_layout
15298
15299 \begin_layout Standard
15300 \begin_inset VSpace medskip
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \begin_layout Standard
15307 Sie können auch eigene Farben definieren:
15308 \end_layout
15309
15310 \begin_layout Standard
15311
15312 \series bold
15313
15314 \backslash
15315 definecolor{Farbname}{Farbmodell}{Farbwerte}
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Das Farbmodell kann eins der folgenden sein:
15320 \end_layout
15321
15322 \begin_layout Labeling
15323 \labelwidthstring 00.00.0000
15324 cmyk: cyan, magenta, yellow, black
15325 \end_layout
15326
15327 \begin_layout Labeling
15328 \labelwidthstring 00.00.0000
15329 rgb: red, green blue
15330 \end_layout
15331
15332 \begin_layout Labeling
15333 \labelwidthstring 00.00.0000
15334 gray: gray
15335 \end_layout
15336
15337 \begin_layout Standard
15338 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15339  die die entsprechende Farbe für das Farbmodell beschreiben.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15344 \emph on
15345
15346 \begin_inset Quotes gld
15347 \end_inset
15348
15349 dunkelgruen
15350 \emph default
15351
15352 \begin_inset Quotes grd
15353 \end_inset
15354
15355  und 
15356 \begin_inset Quotes gld
15357 \end_inset
15358
15359
15360 \emph on
15361 hellgrau
15362 \emph default
15363
15364 \begin_inset Quotes grd
15365 \end_inset
15366
15367  folgendermaßen definieren:
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15376 \end_layout
15377
15378 \begin_layout Standard
15379
15380 \series bold
15381
15382 \backslash
15383 definecolor{hellgrau}{gray}{0.8}
15384 \end_layout
15385
15386 \begin_layout Standard
15387 \begin_inset VSpace medskip
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Linien werden mit dem Befehl
15395 \end_layout
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400
15401 \backslash
15402 rowcolor{Farbname}
15403 \end_layout
15404
15405 \begin_layout Standard
15406 gefärbt, Zellen mit dem Befehl
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 cellcolor{Farbname}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15419 \end_layout
15420
15421 \begin_layout Standard
15422 Um nur Text zu färben, machen Sie es wie 
15423 \begin_inset CommandInset ref
15424 LatexCommand vpageref
15425 reference "Wenn-Sie-nur"
15426
15427 \end_inset
15428
15429  beschrieben.
15430  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15431 \emph on
15432 markieren Sie nur den Text
15433 \emph default
15434 , sonst werden Sie LaTeX-Fehler erzeugen.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset Note Greyedout
15439 status open
15440
15441 \begin_layout Plain Layout
15442
15443 \series bold
15444 Achtung:
15445 \series default
15446  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15447 \end_layout
15448
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \begin_layout Standard
15455 \begin_inset VSpace medskip
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Standard
15462 Die Tabelle
15463 \begin_inset space ~
15464 \end_inset
15465
15466
15467 \begin_inset CommandInset ref
15468 LatexCommand ref
15469 reference "tab:Table-colored-using"
15470
15471 \end_inset
15472
15473  wurde folgendermaßen erstellt: die erste Spalte soll 
15474 \emph on
15475
15476 \begin_inset Quotes gld
15477 \end_inset
15478
15479 dunkelgruen
15480 \emph default
15481
15482 \begin_inset Quotes grd
15483 \end_inset
15484
15485  werden, also müssen Sie ins 
15486 \family sans
15487 LaTe
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout Plain Layout
15492
15493 {}
15494 \end_layout
15495
15496 \end_inset
15497
15498 X-Argument
15499 \family default
15500  der Zellen der ersten Spalte den Befehl
15501 \end_layout
15502
15503 \begin_layout Standard
15504
15505 \series bold
15506 >{
15507 \backslash
15508 columncolor{dunkelgruen}
15509 \backslash
15510 centering}c
15511 \end_layout
15512
15513 \begin_layout Standard
15514 schreiben.
15515  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15516 \end_layout
15517
15518 \begin_layout Standard
15519
15520 \series bold
15521
15522 \backslash
15523 rowcolow{cyan}
15524 \end_layout
15525
15526 \begin_layout Standard
15527 in die erste Zelle der ersten Zeile eingefügt.
15528  Diese Farbe ersetzt die Spaltenfarbe.
15529  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15530  wird mit folgendem Befehl erreicht:
15531 \end_layout
15532
15533 \begin_layout Standard
15534
15535 \series bold
15536
15537 \backslash
15538 cellcolor{magenta}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15543 \family sans
15544 Textstil
15545 \family default
15546 -Dialog.
15547 \end_layout
15548
15549 \begin_layout Standard
15550 \begin_inset Float table
15551 placement h
15552 wide false
15553 sideways false
15554 status open
15555
15556 \begin_layout Plain Layout
15557 \begin_inset Caption
15558
15559 \begin_layout Plain Layout
15560 \begin_inset CommandInset label
15561 LatexCommand label
15562 name "tab:Table-colored-using"
15563
15564 \end_inset
15565
15566 Eine mit dem Paket 
15567 \series bold
15568 colortbl
15569 \series default
15570  gefärbte Tabelle
15571 \begin_inset OptArg
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575 Tabelle mit 
15576 \family typewriter
15577 colortbl
15578 \end_layout
15579
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \begin_layout Plain Layout
15591 \align center
15592 \begin_inset Tabular
15593 <lyxtabular version="3" rows="3" columns="3">
15594 <features>
15595 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15596 <column alignment="center" valignment="top" width="0">
15597 <column alignment="center" valignment="top" width="0">
15598 <row>
15599 <cell alignment="center" valignment="top" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 \begin_inset ERT
15604 status collapsed
15605
15606 \begin_layout Plain Layout
15607
15608
15609 \backslash
15610 rowcolor{cyan}
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \color magenta
15617 a
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626
15627 \color red
15628 b
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \color red
15639 c
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 <row>
15646 <cell alignment="center" valignment="top" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \color yellow
15652 d
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661
15662 \color blue
15663 e
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \color blue
15674 f
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 <row>
15681 <cell alignment="center" valignment="top" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \color yellow
15687 g
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \color blue
15698 h
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 \begin_inset ERT
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711
15712
15713 \backslash
15714 cellcolor{magenta}
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \color green
15721 i
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 </lyxtabular>
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \begin_layout Standard
15740 \begin_inset ERT
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744
15745
15746 \backslash
15747 else
15748 \end_layout
15749
15750 \end_inset
15751
15752
15753 \begin_inset Note Note
15754 status open
15755
15756 \begin_layout Plain Layout
15757 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15758 \series bold
15759 colortbl
15760 \series default
15761  nicht installiert ist:
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Sie müssen das LaTeX-Paket 
15771 \series bold
15772 colortbl
15773 \series default
15774  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15775 \end_layout
15776
15777 \begin_layout Standard
15778 \begin_inset ERT
15779 status collapsed
15780
15781 \begin_layout Plain Layout
15782
15783
15784 \backslash
15785 fi
15786 \end_layout
15787
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \begin_layout Subsection
15794 Farbige Linien
15795 \begin_inset Index
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799 farbige !  Tabellenlinien
15800 \end_layout
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \begin_layout Standard
15808 Wie in Abschnitt
15809 \begin_inset space ~
15810 \end_inset
15811
15812
15813 \begin_inset CommandInset ref
15814 LatexCommand ref
15815 reference "uab:Liniendicke"
15816
15817 \end_inset
15818
15819  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15820 \series bold
15821
15822 \backslash
15823 arrayrulewidth
15824 \series default
15825  definiert werden.
15826  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15827 \begin_inset space \thinspace{}
15828 \end_inset
15829
15830 pt gesetzt.
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 setlength{
15839 \backslash
15840 arrayrulewidth}{1.5pt}
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \begin_layout Standard
15849 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15850 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15851 \begin_inset space ~
15852 \end_inset
15853
15854
15855 \begin_inset CommandInset ref
15856 LatexCommand ref
15857 reference "uab:Angepasste-Zellen-/Spaltenformate"
15858
15859 \end_inset
15860
15861  definiert:
15862 \end_layout
15863
15864 \begin_layout Standard
15865
15866 \series bold
15867
15868 \backslash
15869 newcolumntype{W}{!{
15870 \backslash
15871 color{green}
15872 \backslash
15873 vline}}
15874 \end_layout
15875
15876 \begin_layout Standard
15877 In Tabelle
15878 \begin_inset space ~
15879 \end_inset
15880
15881
15882 \begin_inset CommandInset ref
15883 LatexCommand ref
15884 reference "tab:Tabelle-mit-farbigen-vert"
15885
15886 \end_inset
15887
15888  wurde das LaTeX-Argument 
15889 \series bold
15890 WcW
15891 \series default
15892  für die letzte und 
15893 \series bold
15894 Wc
15895 \series default
15896  für die anderen Spalten benutzt.
15897 \end_layout
15898
15899 \begin_layout Standard
15900 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15901 \end_layout
15902
15903 \begin_layout Standard
15904 \begin_inset Float table
15905 placement h
15906 wide false
15907 sideways false
15908 status open
15909
15910 \begin_layout Plain Layout
15911 \begin_inset Caption
15912
15913 \begin_layout Plain Layout
15914 \begin_inset CommandInset label
15915 LatexCommand label
15916 name "tab:Tabelle-mit-farbigen-vert"
15917
15918 \end_inset
15919
15920 Tabelle mit farbigen vertikalen Linien
15921 \end_layout
15922
15923 \end_inset
15924
15925
15926 \end_layout
15927
15928 \begin_layout Plain Layout
15929 \align center
15930 \begin_inset Tabular
15931 <lyxtabular version="3" rows="3" columns="3">
15932 <features>
15933 <column alignment="center" valignment="top" width="0" special="Wc">
15934 <column alignment="center" valignment="top" width="0" special="Wc">
15935 <column alignment="center" valignment="top" width="0" special="WcW">
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 sd
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 sd
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 sd
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 </lyxtabular>
16024
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \begin_layout Standard
16036 \begin_inset VSpace bigskip
16037 \end_inset
16038
16039 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16040 \begin_inset space ~
16041 \end_inset
16042
16043
16044 \begin_inset CommandInset ref
16045 LatexCommand ref
16046 reference "tab:Tabelle-mit-farbigen-horiz"
16047
16048 \end_inset
16049
16050 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16051  einfügen:
16052 \end_layout
16053
16054 \begin_layout Standard
16055
16056 \series bold
16057
16058 \backslash
16059 let
16060 \backslash
16061 myHlineC
16062 \backslash
16063 hline
16064 \begin_inset Newline newline
16065 \end_inset
16066
16067
16068 \backslash
16069 renewcommand{
16070 \backslash
16071 hline}
16072 \begin_inset Newline newline
16073 \end_inset
16074
16075
16076 \begin_inset ERT
16077 status collapsed
16078
16079 \begin_layout Plain Layout
16080
16081
16082 \backslash
16083 hphantom{ }
16084 \end_layout
16085
16086 \end_inset
16087
16088 {
16089 \backslash
16090 arrayrulecolor{red}
16091 \backslash
16092 myHlineC
16093 \backslash
16094 arrayrulecolor{black}}
16095 \end_layout
16096
16097 \begin_layout Standard
16098 \begin_inset ERT
16099 status collapsed
16100
16101 \begin_layout Plain Layout
16102
16103
16104 \backslash
16105 let
16106 \backslash
16107 myHlineC
16108 \backslash
16109 hline
16110 \end_layout
16111
16112 \begin_layout Plain Layout
16113
16114
16115 \backslash
16116 renewcommand{
16117 \backslash
16118 hline}
16119 \end_layout
16120
16121 \begin_layout Plain Layout
16122
16123  {
16124 \backslash
16125 arrayrulecolor{red}
16126 \backslash
16127 myHlineC
16128 \backslash
16129 arrayrulecolor{black}}
16130 \end_layout
16131
16132 \end_inset
16133
16134
16135 \begin_inset Float table
16136 placement h
16137 wide false
16138 sideways false
16139 status open
16140
16141 \begin_layout Plain Layout
16142 \begin_inset Caption
16143
16144 \begin_layout Plain Layout
16145 \begin_inset CommandInset label
16146 LatexCommand label
16147 name "tab:Tabelle-mit-farbigen-horiz"
16148
16149 \end_inset
16150
16151 Tabelle mit farbigen horizontalen Linien
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \begin_layout Plain Layout
16160 \align center
16161 \begin_inset Tabular
16162 <lyxtabular version="3" rows="3" columns="3">
16163 <features>
16164 <column alignment="center" valignment="top" width="0">
16165 <column alignment="center" valignment="top" width="0">
16166 <column alignment="center" valignment="top" width="0">
16167 <row>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 sd
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 <row>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 sd
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 </row>
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 sd
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 </lyxtabular>
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \begin_layout Standard
16267 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16268  als TeX-Code hinter der Tabelle einfügen:
16269 \end_layout
16270
16271 \begin_layout Standard
16272
16273 \series bold
16274
16275 \backslash
16276 renewcommand{
16277 \backslash
16278 hline}{
16279 \backslash
16280 myHlineC}
16281 \end_layout
16282
16283 \begin_layout Standard
16284 Tabelle
16285 \begin_inset space ~
16286 \end_inset
16287
16288
16289 \begin_inset CommandInset ref
16290 LatexCommand ref
16291 reference "tab:Table-with-colored"
16292
16293 \end_inset
16294
16295  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16296 \end_layout
16297
16298 \begin_layout Standard
16299 \begin_inset Float table
16300 placement h
16301 wide false
16302 sideways false
16303 status open
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Caption
16307
16308 \begin_layout Plain Layout
16309 \begin_inset CommandInset label
16310 LatexCommand label
16311 name "tab:Table-with-colored"
16312
16313 \end_inset
16314
16315 Tabelle mit farbigen Linien
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Plain Layout
16324 \align center
16325 \begin_inset Tabular
16326 <lyxtabular version="3" rows="3" columns="3">
16327 <features>
16328 <column alignment="center" valignment="top" width="0" special="Wc">
16329 <column alignment="center" valignment="top" width="0" special="Wc">
16330 <column alignment="center" valignment="top" width="0" special="WcW">
16331 <row>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 sd
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 </row>
16360 <row>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 sd
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row topspace="default">
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 sd
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 </lyxtabular>
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \begin_layout Standard
16431 \begin_inset ERT
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435
16436
16437 \backslash
16438 renewcommand{
16439 \backslash
16440 hline}{
16441 \backslash
16442 myHlineC}
16443 \end_layout
16444
16445 \end_inset
16446
16447
16448 \end_layout
16449
16450 \begin_layout Standard
16451 \begin_inset ERT
16452 status collapsed
16453
16454 \begin_layout Plain Layout
16455
16456
16457 \backslash
16458 setlength{
16459 \backslash
16460 arrayrulewidth}{0.4pt}
16461 \end_layout
16462
16463 \end_inset
16464
16465
16466 \begin_inset Note Note
16467 status collapsed
16468
16469 \begin_layout Plain Layout
16470 setzt die Liniendicke wieder auf ihren Standardwert zurück
16471 \end_layout
16472
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \begin_layout Section
16479 Tabellen-Anpassung
16480 \begin_inset Index
16481 status collapsed
16482
16483 \begin_layout Plain Layout
16484 Tabellen ! Anpassung
16485 \end_layout
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Subsection
16493 Zeilenabstand
16494 \begin_inset CommandInset label
16495 LatexCommand label
16496 name "uab:Zeilenabstand"
16497
16498 \end_inset
16499
16500
16501 \begin_inset Index
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 Tabellen ! Zeilenabstand
16506 \end_layout
16507
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \begin_layout Standard
16514 Auf der Karteikarte 
16515 \family sans
16516 Rahmen
16517 \family default
16518  des 
16519 \family sans
16520 Tabellen-Einstellungen
16521 \family default
16522 -Dialogs können Sie 
16523 \family sans
16524 zusätzliche
16525 \begin_inset space ~
16526 \end_inset
16527
16528 Abstände
16529 \family default
16530  einfügen.
16531  Dabei haben Sie drei Möglichkeiten:
16532 \end_layout
16533
16534 \begin_layout Description
16535 Oberhalb
16536 \begin_inset space ~
16537 \end_inset
16538
16539 der
16540 \begin_inset space ~
16541 \end_inset
16542
16543 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16544  Bei einer formalen Tabelle
16545 \begin_inset Foot
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549 Formale Tabellen wurden in Abschnitt
16550 \begin_inset space ~
16551 \end_inset
16552
16553
16554 \begin_inset CommandInset ref
16555 LatexCommand ref
16556 reference "abs:Formale-Tabellen"
16557
16558 \end_inset
16559
16560  beschrieben.
16561 \end_layout
16562
16563 \end_inset
16564
16565  fügt LyX standardmäßig 0.5
16566 \begin_inset space \thinspace{}
16567 \end_inset
16568
16569 em Leerraum ein.
16570  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16571 \begin_inset VSpace medskip
16572 \end_inset
16573
16574
16575 \begin_inset Newline newline
16576 \end_inset
16577
16578
16579 \begin_inset space \hspace*{}
16580 \length 0pt
16581 \end_inset
16582
16583
16584 \begin_inset space \hfill{}
16585 \end_inset
16586
16587
16588 \begin_inset Tabular
16589 <lyxtabular version="3" rows="3" columns="1">
16590 <features>
16591 <column alignment="center" valignment="top" width="0">
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 A
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row topspace="3mm">
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 3
16609 \begin_inset space \thinspace{}
16610 \end_inset
16611
16612 mm Leerraum oberhalb der Zeile
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 C
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 </lyxtabular>
16630
16631 \end_inset
16632
16633
16634 \begin_inset space \hfill{}
16635 \end_inset
16636
16637
16638 \begin_inset space \hspace*{}
16639 \length 0pt
16640 \end_inset
16641
16642
16643 \begin_inset VSpace medskip
16644 \end_inset
16645
16646
16647 \begin_inset Newline newline
16648 \end_inset
16649
16650 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16651 n Linien verwenden.
16652 \end_layout
16653
16654 \begin_layout Description
16655 Unterhalb
16656 \begin_inset space ~
16657 \end_inset
16658
16659 der
16660 \begin_inset space ~
16661 \end_inset
16662
16663 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16664  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16665 \begin_inset space \thinspace{}
16666 \end_inset
16667
16668 em Leerraum ein.
16669  Bei normalen Tabellen ist der Standardwert 2
16670 \begin_inset space \thinspace{}
16671 \end_inset
16672
16673 pt.
16674 \end_layout
16675
16676 \begin_layout Description
16677 Zwischen
16678 \begin_inset space ~
16679 \end_inset
16680
16681 den
16682 \begin_inset space ~
16683 \end_inset
16684
16685 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16686  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16687 \begin_inset space \thinspace{}
16688 \end_inset
16689
16690 em Leerraum ein.
16691  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16692 \begin_inset VSpace medskip
16693 \end_inset
16694
16695
16696 \begin_inset Newline newline
16697 \end_inset
16698
16699
16700 \begin_inset space \hspace*{}
16701 \length 0pt
16702 \end_inset
16703
16704
16705 \begin_inset space \hfill{}
16706 \end_inset
16707
16708
16709 \begin_inset Tabular
16710 <lyxtabular version="3" rows="3" columns="1">
16711 <features>
16712 <column alignment="center" valignment="top" width="0">
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 A
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row interlinespace="3mm">
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Formula $\downarrow$
16730 \end_inset
16731
16732  3
16733 \begin_inset space \thinspace{}
16734 \end_inset
16735
16736 mm Leerraum zwischen den Zeilen 
16737 \begin_inset Formula $\downarrow$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\uparrow$
16752 \end_inset
16753
16754  3
16755 \begin_inset space \thinspace{}
16756 \end_inset
16757
16758 mm Leerraum zwischen den Zeilen 
16759 \begin_inset Formula $\uparrow$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 </lyxtabular>
16769
16770 \end_inset
16771
16772
16773 \begin_inset space \hfill{}
16774 \end_inset
16775
16776
16777 \begin_inset space \hspace*{}
16778 \length 0pt
16779 \end_inset
16780
16781
16782 \begin_inset VSpace medskip
16783 \end_inset
16784
16785
16786 \begin_inset Newline newline
16787 \end_inset
16788
16789 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16790 n Linien verwenden.
16791 \end_layout
16792
16793 \begin_layout Standard
16794 \begin_inset VSpace bigskip
16795 \end_inset
16796
16797 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16798  Befehlen im LaTeX-Vorspann machen:
16799 \end_layout
16800
16801 \begin_layout Standard
16802
16803 \series bold
16804
16805 \backslash
16806 @ifundefined{extrarowheight}
16807 \begin_inset Newline newline
16808 \end_inset
16809
16810
16811 \begin_inset ERT
16812 status collapsed
16813
16814 \begin_layout Plain Layout
16815
16816
16817 \backslash
16818 hphantom{ }
16819 \end_layout
16820
16821 \end_inset
16822
16823 {
16824 \backslash
16825 usepackage{array}}{}
16826 \begin_inset Newline newline
16827 \end_inset
16828
16829
16830 \backslash
16831 setlength{
16832 \backslash
16833 extrarowheight}{Höhe}
16834 \end_layout
16835
16836 \begin_layout Standard
16837 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16838  ausgerichtet sind.
16839  (Das Paket 
16840 \series bold
16841 array
16842 \series default
16843  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16844  verwenden.
16845  Der Befehl 
16846 \series bold
16847
16848 \backslash
16849 @ifundefined
16850 \series default
16851  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16852 \end_layout
16853
16854 \begin_layout Subsection
16855 Besondere Zellenausrichtung
16856 \begin_inset Index
16857 status collapsed
16858
16859 \begin_layout Plain Layout
16860 Tabellen ! Zellenausrichtung
16861 \end_layout
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \begin_layout Standard
16869 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16870  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16871 \begin_inset space ~
16872 \end_inset
16873
16874
16875 \begin_inset CommandInset ref
16876 LatexCommand ref
16877 reference "tab:Tabellenzellen-sind-auf"
16878
16879 \end_inset
16880
16881 .
16882 \end_layout
16883
16884 \begin_layout Standard
16885 \begin_inset Float table
16886 placement h
16887 wide false
16888 sideways false
16889 status open
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Caption
16893
16894 \begin_layout Plain Layout
16895 \begin_inset CommandInset label
16896 LatexCommand label
16897 name "tab:Tabellenzellen-sind-auf"
16898
16899 \end_inset
16900
16901 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \begin_layout Plain Layout
16910 \align center
16911 \begin_inset Tabular
16912 <lyxtabular version="3" rows="4" columns="2">
16913 <features>
16914 <column alignment="right" valignment="top" width="0">
16915 <column alignment="left" valignment="top" width="0" special="@{}l">
16916 <row>
16917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 Überschrift
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 12.
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 6
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 0.
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 68
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 </row>
16976 <row>
16977 <cell alignment="center" valignment="top" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 -123.
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 0
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 </lyxtabular>
16997
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Standard
17009 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17010  Die Überschrift ist eine zentrierte Mehrfachspalte.
17011  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17012  der Zahlen einschließlich Dezimalpunkt.
17013  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17014  der Zahlen.
17015   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17016 \family sans
17017 LaTe
17018 \begin_inset ERT
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022
17023 {}
17024 \end_layout
17025
17026 \end_inset
17027
17028 X-Argument
17029 \family default
17030  für die zweite Spalte folgendes eingefügt:
17031 \end_layout
17032
17033 \begin_layout Standard
17034
17035 \series bold
17036 @{}l
17037 \end_layout
17038
17039 \begin_layout Standard
17040 Tabelle
17041 \begin_inset space ~
17042 \end_inset
17043
17044
17045 \begin_inset CommandInset ref
17046 LatexCommand ref
17047 reference "tab:Verschiedene-Ausrichtungen"
17048
17049 \end_inset
17050
17051  zeigt einige Ausrichtungen.
17052  Für die Ausrichtung der Relationen müssen Sie den 
17053 \family sans
17054 Mittleren
17055 \begin_inset space ~
17056 \end_inset
17057
17058 Abstand
17059 \family default
17060  aus der 
17061 \family sans
17062 Mathe-Werkzeugleiste
17063 \family default
17064  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17065  rechts vom Relationszeichen zu bekommen.
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \color black
17071 \begin_inset Float table
17072 placement h
17073 wide false
17074 sideways false
17075 status open
17076
17077 \begin_layout Plain Layout
17078
17079 \color black
17080 \begin_inset Caption
17081
17082 \begin_layout Plain Layout
17083
17084 \color black
17085 \begin_inset CommandInset label
17086 LatexCommand label
17087 name "tab:Verschiedene-Ausrichtungen"
17088
17089 \end_inset
17090
17091
17092 \color inherit
17093 Verschiedene Ausrichtungen
17094 \end_layout
17095
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \begin_layout Plain Layout
17102 \align center
17103 \begin_inset Tabular
17104 <lyxtabular version="3" rows="4" columns="6">
17105 <features>
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 <column alignment="right" valignment="top" width="0">
17111 <column alignment="left" valignment="top" width="0" special="@{}l">
17112 <row>
17113 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 Einheiten
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 Exponenten
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 Relationen
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 12×
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 24
17183 \begin_inset space \thinspace{}
17184 \end_inset
17185
17186 Flaschen
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $10\cdot$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $10^{\mbox{-}17}$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\Gamma(t)\propto$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\:\Upsilon(t)$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 1024×
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 768
17255 \begin_inset space \thinspace{}
17256 \end_inset
17257
17258 Pixel
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $5.78\cdot$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 \begin_inset Formula $10^{7}$
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $A\ne$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\: B_{\mathrm{red}}$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 32×
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 6
17327 \begin_inset space \thinspace{}
17328 \end_inset
17329
17330 cm
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 -
17340 \begin_inset Formula $33.5\cdot$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $10^{4}$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $\sin(\alpha)\ge$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\:\sin(\beta)$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 </lyxtabular>
17386
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \begin_layout Standard
17398 \begin_inset VSpace bigskip
17399 \end_inset
17400
17401 Es gibt auch noch das LaTeX-Paket 
17402 \series bold
17403 dcolumn
17404 \series default
17405 ,
17406 \begin_inset Index
17407 status collapsed
17408
17409 \begin_layout Plain Layout
17410 LaTeX-Pakete ! dcolumn
17411 \end_layout
17412
17413 \end_inset
17414
17415  mit dem man Zellen ausrichten kann.
17416  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17417  in den Zellen.
17418  Die erste Spalte von Tabelle
17419 \begin_inset space ~
17420 \end_inset
17421
17422
17423 \begin_inset CommandInset ref
17424 LatexCommand ref
17425 reference "tab:Verschiedene-Ausrichtungen"
17426
17427 \end_inset
17428
17429  wird mit 
17430 \family typewriter
17431 dcolumn
17432 \family default
17433  wie die erste Spalte von Tabelle
17434 \begin_inset space ~
17435 \end_inset
17436
17437
17438 \begin_inset CommandInset ref
17439 LatexCommand ref
17440 reference "tab:Ausrichtung-mit-dem"
17441
17442 \end_inset
17443
17444  aussehen und nur mit ein paar Tricks wie erwartet.
17445  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Verschiedene-Ausrichtungen"
17453
17454 \end_inset
17455
17456  ist mit 
17457 \series bold
17458 dcolumn
17459 \series default
17460  nicht möglich.
17461 \end_layout
17462
17463 \begin_layout Standard
17464 \begin_inset Float table
17465 placement h
17466 wide false
17467 sideways false
17468 status open
17469
17470 \begin_layout Plain Layout
17471 \begin_inset Caption
17472
17473 \begin_layout Plain Layout
17474 \begin_inset CommandInset label
17475 LatexCommand label
17476 name "tab:Ausrichtung-mit-dem"
17477
17478 \end_inset
17479
17480 Ausrichtung mit dem LaTeX-Paket 
17481 \series bold
17482 dcolumn
17483 \series default
17484 .
17485  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17486  bekommen.
17487 \begin_inset OptArg
17488 status collapsed
17489
17490 \begin_layout Plain Layout
17491 Ausrichtung mit dem LaTeX-Paket 
17492 \series bold
17493 dcolumn
17494 \end_layout
17495
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \begin_layout Plain Layout
17507 \align center
17508 \begin_inset Tabular
17509 <lyxtabular version="3" rows="4" columns="3">
17510 <features>
17511 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17512 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17513 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17514 <row>
17515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 Einheiten
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 Einheiten
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 Einheiten
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 </row>
17543 <row>
17544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 12x24
17549 \begin_inset space \thinspace{}
17550 \end_inset
17551
17552
17553 \begin_inset Formula $\mbox{Flaschen}$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 12x24
17566 \begin_inset space \thinspace{}
17567 \end_inset
17568
17569
17570 \begin_inset Formula $\mbox{Flaschen}$
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 12
17583 \begin_inset ERT
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587
17588
17589 \backslash
17590 times 
17591 \end_layout
17592
17593 \end_inset
17594
17595 24~
17596 \begin_inset Formula $\mbox{Flaschen}$
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 <row>
17606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 1024x768
17611 \begin_inset space \thinspace{}
17612 \end_inset
17613
17614
17615 \begin_inset Formula $\mbox{Pixel}$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 1024x768
17628 \begin_inset space \thinspace{}
17629 \end_inset
17630
17631
17632 \begin_inset Formula $\mbox{Pixel}$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 1024
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 times 
17653 \end_layout
17654
17655 \end_inset
17656
17657 768~
17658 \begin_inset Formula $\mbox{Pixel}$
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 </row>
17667 <row>
17668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 32x6
17673 \begin_inset space \thinspace{}
17674 \end_inset
17675
17676
17677 \begin_inset Formula $\mbox{cm}$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 32x6
17690 \begin_inset space \thinspace{}
17691 \end_inset
17692
17693
17694 \begin_inset Formula $\mbox{cm}$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 32
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712
17713 \backslash
17714 times 
17715 \end_layout
17716
17717 \end_inset
17718
17719 6~
17720 \begin_inset Formula $\mbox{cm}$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 </lyxtabular>
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Subsection
17742 Angepasste Zellen-/Spaltenformate
17743 \begin_inset CommandInset label
17744 LatexCommand label
17745 name "uab:Angepasste-Zellen-/Spaltenformate"
17746
17747 \end_inset
17748
17749
17750 \begin_inset Index
17751 status collapsed
17752
17753 \begin_layout Plain Layout
17754 Tabellen ! Spaltenformat
17755 \end_layout
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Wenn man wie in Abschnitt
17764 \begin_inset space ~
17765 \end_inset
17766
17767
17768 \begin_inset CommandInset ref
17769 LatexCommand ref
17770 reference "uab:Mehrfachspalten-Berechnungen"
17771
17772 \end_inset
17773
17774  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17775  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17776  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17777  definieren:
17778 \end_layout
17779
17780 \begin_layout Standard
17781
17782 \series bold
17783
17784 \backslash
17785 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17786 \end_layout
17787
17788 \begin_layout Standard
17789 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17790 \emph on
17791 b
17792 \emph default
17793
17794 \emph on
17795 c
17796 \emph default
17797
17798 \emph on
17799 l
17800 \emph default
17801
17802 \emph on
17803 m
17804 \emph default
17805
17806 \emph on
17807 p
17808 \emph default
17809  oder 
17810 \emph on
17811 r
17812 \emph default
17813 , weil diese vordefiniert sind.
17814  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17815 \end_layout
17816
17817 \begin_layout Standard
17818 \begin_inset VSpace medskip
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Standard
17825 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17826  Breite könnte das Format so aussehen:
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832
17833 \backslash
17834 newcolumntype{M}[1]{>{
17835 \backslash
17836 centering
17837 \backslash
17838 hspace{0pt}}m{#1}}
17839 \end_layout
17840
17841 \begin_layout Standard
17842 wobei 
17843 \series bold
17844
17845 \backslash
17846 hspace{0pt}
17847 \series default
17848  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17849  Abschnitt
17850 \begin_inset space ~
17851 \end_inset
17852
17853
17854 \begin_inset CommandInset ref
17855 LatexCommand ref
17856 reference "uab:Mehrfache-Zeilen-in"
17857
17858 \end_inset
17859
17860  beschrieben.
17861  Jetzt können Sie mit
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867 M{Breite}
17868 \end_layout
17869
17870 \begin_layout Standard
17871 im 
17872 \family sans
17873 LaTeX-Argument
17874 \family default
17875  im 
17876 \family sans
17877 Tabellen-Einstellungen
17878 \family default
17879 -Dialog eine Mehrfachspalte definieren.
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset VSpace bigskip
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \begin_layout Standard
17890 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17891  Format definieren:
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897
17898 \backslash
17899 newcolumntype{S}[2]{>{
17900 \backslash
17901 centering
17902 \backslash
17903 hspace{0pt}}
17904 \begin_inset Newline newline
17905 \end_inset
17906
17907
17908 \begin_inset ERT
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912
17913
17914 \backslash
17915 phantom{
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \backslash
17922 newcolumntype
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928 }
17929 \end_layout
17930
17931 \end_inset
17932
17933 m{(#1+(2
17934 \backslash
17935 tabcolsep+
17936 \backslash
17937 arrayrulewidth)*(1-#2))/#2}}
17938 \end_layout
17939
17940 \begin_layout Standard
17941 Dieses Format benutzt Gleichung
17942 \begin_inset space ~
17943 \end_inset
17944
17945
17946 \begin_inset CommandInset ref
17947 LatexCommand ref
17948 reference "eq:Wgn"
17949
17950 \end_inset
17951
17952 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17953  breit ist.
17954 \end_layout
17955
17956 \begin_layout Standard
17957 Jetzt können Sie im 
17958 \family sans
17959 LaTeX-Argument
17960 \family default
17961  im 
17962 \family sans
17963 Tabellen-Einstellungen
17964 \family default
17965 -Dialog folgendes einfügen:
17966 \end_layout
17967
17968 \begin_layout Standard
17969
17970 \series bold
17971 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17972 \end_layout
17973
17974 \begin_layout Standard
17975 \begin_inset VSpace bigskip
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \begin_layout Standard
17982 Für farbige Spalten können Sie folgendes einfügen:
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988
17989 \backslash
17990 newcolumntype{K}[1]{>{
17991 \backslash
17992 columncolor{#1}
17993 \backslash
17994 hspace{0pt}}c}
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Das 
17999 \begin_inset Quotes gld
18000 \end_inset
18001
18002 c
18003 \begin_inset Quotes grd
18004 \end_inset
18005
18006  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18007  zentriert ist.
18008  Jetzt können Sie als 
18009 \family sans
18010 LaTeX-Argument
18011 \family default
18012  folgendes einfügen:
18013 \end_layout
18014
18015 \begin_layout Standard
18016
18017 \series bold
18018 K{Farbname}
18019 \end_layout
18020
18021 \begin_layout Standard
18022 \begin_inset VSpace bigskip
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 Für Tabelle
18030 \begin_inset space ~
18031 \end_inset
18032
18033
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Tabelle-mit-benutzerdefinierte"
18037
18038 \end_inset
18039
18040  wurden folgende 
18041 \family sans
18042 LaTeX-Argumente
18043 \family default
18044  benutzt:
18045 \end_layout
18046
18047 \begin_layout Standard
18048
18049 \series bold
18050 M{2.5cm}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 für die erste Spalte und die Mehrfachspalte,
18055 \end_layout
18056
18057 \begin_layout Standard
18058
18059 \series bold
18060 K{red}
18061 \end_layout
18062
18063 \begin_layout Standard
18064 für die letzte Spalte und
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070 S{2.5cm}{2}
18071 \end_layout
18072
18073 \begin_layout Standard
18074 für die Spalten in der zweiten Mehrfachspalte.
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset Float table
18079 placement h
18080 wide false
18081 sideways false
18082 status open
18083
18084 \begin_layout Plain Layout
18085 \begin_inset Caption
18086
18087 \begin_layout Plain Layout
18088 \begin_inset CommandInset label
18089 LatexCommand label
18090 name "tab:Tabelle-mit-benutzerdefinierte"
18091
18092 \end_inset
18093
18094 Tabelle mit benutzerdefinierten Formaten
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Plain Layout
18103 \align center
18104 \begin_inset Tabular
18105 <lyxtabular version="3" rows="3" columns="4">
18106 <features>
18107 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18108 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18109 <column alignment="center" valignment="middle" width="0">
18110 <column alignment="center" valignment="middle" width="0" special="K{red}">
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 einsehrlangesWort
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 Mehrfachspalte mit mehreren Zeilen
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 c
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 d
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 e
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 f
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 g
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row>
18188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 h
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 i
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 j
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 k
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 </row>
18225 </lyxtabular>
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Subsection
18238 Liniendicke
18239 \begin_inset CommandInset label
18240 LatexCommand label
18241 name "uab:Liniendicke"
18242
18243 \end_inset
18244
18245
18246 \begin_inset Index
18247 status collapsed
18248
18249 \begin_layout Plain Layout
18250 Tabellen  ! Linien ! -dicke
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 Die Liniendicke für alle Linien einer Tabelle kann mit 
18260 \series bold
18261
18262 \backslash
18263 arrayrulewidth
18264 \series default
18265  eingestellt werden.
18266  Um eine Liniendicke von 1.5
18267 \begin_inset space \thinspace{}
18268 \end_inset
18269
18270 pt wie in Tabelle
18271 \begin_inset space ~
18272 \end_inset
18273
18274
18275 \begin_inset CommandInset ref
18276 LatexCommand ref
18277 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18278
18279 \end_inset
18280
18281  zu bekommen, geben Sie den Befehl
18282 \end_layout
18283
18284 \begin_layout Standard
18285
18286 \series bold
18287
18288 \backslash
18289 setlength{
18290 \backslash
18291 arrayrulewidth}{1.5pt}
18292 \end_layout
18293
18294 \begin_layout Standard
18295 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18296  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18297  Mit
18298 \end_layout
18299
18300 \begin_layout Standard
18301
18302 \series bold
18303
18304 \backslash
18305 setlength{
18306 \backslash
18307 arrayrulewidth}{0.4pt}
18308 \end_layout
18309
18310 \begin_layout Standard
18311 bekommen Sie wieder die Standarddicke.
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 setlength{
18323 \backslash
18324 arrayrulewidth}{1.5pt}
18325 \end_layout
18326
18327 \end_inset
18328
18329
18330 \begin_inset Float table
18331 placement H
18332 wide false
18333 sideways false
18334 status open
18335
18336 \begin_layout Plain Layout
18337 \begin_inset Caption
18338
18339 \begin_layout Plain Layout
18340 \begin_inset CommandInset label
18341 LatexCommand label
18342 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18343
18344 \end_inset
18345
18346 Tabelle mit 1.5
18347 \begin_inset space \thinspace{}
18348 \end_inset
18349
18350 pt Liniendicke
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Plain Layout
18359 \align center
18360 \begin_inset Tabular
18361 <lyxtabular version="3" rows="3" columns="3">
18362 <features>
18363 <column alignment="center" valignment="top" width="0">
18364 <column alignment="center" valignment="top" width="0">
18365 <column alignment="center" valignment="top" width="0">
18366 <row>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 sd
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 sd
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 sd
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 </lyxtabular>
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 setlength{
18471 \backslash
18472 arrayrulewidth}{0.4pt}
18473 \end_layout
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 \begin_inset VSpace bigskip
18482 \end_inset
18483
18484 Um eine Liniendicke von 1.5
18485 \begin_inset space \thinspace{}
18486 \end_inset
18487
18488 pt nur für horizontale Linien zu bekommen wie in Tabelle
18489 \begin_inset space ~
18490 \end_inset
18491
18492
18493 \begin_inset CommandInset ref
18494 LatexCommand ref
18495 reference "tab:Tabelle-mit-1.5pt-horiz"
18496
18497 \end_inset
18498
18499 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18500  einfügen:
18501 \end_layout
18502
18503 \begin_layout Standard
18504
18505 \series bold
18506
18507 \backslash
18508 let
18509 \backslash
18510 myHline
18511 \backslash
18512 hline
18513 \begin_inset Newline newline
18514 \end_inset
18515
18516
18517 \backslash
18518 renewcommand{
18519 \backslash
18520 hline}
18521 \begin_inset Newline newline
18522 \end_inset
18523
18524  {
18525 \backslash
18526 noalign{
18527 \backslash
18528 global
18529 \backslash
18530 arrayrulewidth 1.5pt}
18531 \begin_inset Newline newline
18532 \end_inset
18533
18534  
18535 \backslash
18536 myHline
18537 \backslash
18538 noalign{
18539 \backslash
18540 global
18541 \backslash
18542 arrayrulewidth 0.4pt}}
18543 \end_layout
18544
18545 \begin_layout Standard
18546 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18547  der (Gleit\SpecialChar \-
18548 objekt-)Tabelle zurück:
18549 \end_layout
18550
18551 \begin_layout Standard
18552
18553 \series bold
18554
18555 \backslash
18556 renewcommand{
18557 \backslash
18558 hline}{
18559 \backslash
18560 myHline}
18561 \end_layout
18562
18563 \begin_layout Standard
18564 \begin_inset ERT
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568
18569
18570 \backslash
18571 let
18572 \backslash
18573 myHline
18574 \backslash
18575 hline
18576 \end_layout
18577
18578 \begin_layout Plain Layout
18579
18580
18581 \backslash
18582 renewcommand{
18583 \backslash
18584 hline}
18585 \end_layout
18586
18587 \begin_layout Plain Layout
18588
18589  {
18590 \backslash
18591 noalign{
18592 \backslash
18593 global
18594 \backslash
18595 arrayrulewidth 1.5pt}
18596 \end_layout
18597
18598 \begin_layout Plain Layout
18599
18600   
18601 \backslash
18602 myHline
18603 \backslash
18604 noalign{
18605 \backslash
18606 global
18607 \backslash
18608 arrayrulewidth 0.4pt}}
18609 \end_layout
18610
18611 \end_inset
18612
18613
18614 \begin_inset Float table
18615 placement h
18616 wide false
18617 sideways false
18618 status open
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Caption
18622
18623 \begin_layout Plain Layout
18624 \begin_inset CommandInset label
18625 LatexCommand label
18626 name "tab:Tabelle-mit-1.5pt-horiz"
18627
18628 \end_inset
18629
18630 Tabelle mit 1.5
18631 \begin_inset space \thinspace{}
18632 \end_inset
18633
18634 pt dicken horizontalen Linien
18635 \end_layout
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \begin_layout Plain Layout
18643 \align center
18644 \begin_inset Tabular
18645 <lyxtabular version="3" rows="3" columns="3">
18646 <features>
18647 <column alignment="center" valignment="top" width="0">
18648 <column alignment="center" valignment="top" width="0">
18649 <column alignment="center" valignment="top" width="0">
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655 sd
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 sd
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 </row>
18708 <row>
18709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 sd
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 </lyxtabular>
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 renewcommand{
18755 \backslash
18756 hline}{
18757 \backslash
18758 myHline}
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset VSpace bigskip
18768 \end_inset
18769
18770 Um die Liniendicke von 1.5
18771 \begin_inset space \thinspace{}
18772 \end_inset
18773
18774 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18775  Spaltenformat entsprechend der Beschreibung in Abschnitt
18776 \begin_inset space ~
18777 \end_inset
18778
18779
18780 \begin_inset CommandInset ref
18781 LatexCommand ref
18782 reference "uab:Angepasste-Zellen-/Spaltenformate"
18783
18784 \end_inset
18785
18786  definieren:
18787 \end_layout
18788
18789 \begin_layout Standard
18790
18791 \series bold
18792
18793 \backslash
18794 newcolumntype{V}{!{
18795 \backslash
18796 vrule width 1.5pt}}
18797 \end_layout
18798
18799 \begin_layout Standard
18800 In Tabelle
18801 \begin_inset space ~
18802 \end_inset
18803
18804
18805 \begin_inset CommandInset ref
18806 LatexCommand ref
18807 reference "tab:Tabelle-mit-1.5pt-vert"
18808
18809 \end_inset
18810
18811  wurde das 
18812 \family sans
18813 LaTe
18814 \begin_inset ERT
18815 status collapsed
18816
18817 \begin_layout Plain Layout
18818
18819 {}
18820 \end_layout
18821
18822 \end_inset
18823
18824 X-Argument
18825 \family default
18826 \series bold
18827  VcV
18828 \series default
18829  für die letzte Spalte und
18830 \series bold
18831  Vc
18832 \series default
18833  für die anderen benutzt.
18834 \end_layout
18835
18836 \begin_layout Standard
18837 \begin_inset Float table
18838 placement H
18839 wide false
18840 sideways false
18841 status open
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Caption
18845
18846 \begin_layout Plain Layout
18847 \begin_inset CommandInset label
18848 LatexCommand label
18849 name "tab:Tabelle-mit-1.5pt-vert"
18850
18851 \end_inset
18852
18853 Tabelle mit 1.5
18854 \begin_inset space \thinspace{}
18855 \end_inset
18856
18857 pt dicken vertikalen Linien
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Plain Layout
18866 \align center
18867 \begin_inset Tabular
18868 <lyxtabular version="3" rows="3" columns="3">
18869 <features>
18870 <column alignment="center" valignment="top" width="0" special="Vc">
18871 <column alignment="center" valignment="top" width="0" special="Vc">
18872 <column alignment="center" valignment="top" width="0" special="VcV">
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 sd
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 </row>
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 sd
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 </row>
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 sd
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 </lyxtabular>
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Subsection
18973 Gestrichelte Linien
18974 \begin_inset Index
18975 status collapsed
18976
18977 \begin_layout Plain Layout
18978 Tabellen  ! Linien ! gestrichelte 
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \end_layout
18985
18986 \begin_layout Standard
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 ifarydshln
18995 \end_layout
18996
18997 \end_inset
18998
18999
19000 \begin_inset Note Note
19001 status open
19002
19003 \begin_layout Plain Layout
19004 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19005 \series bold
19006 arydshln
19007 \series default
19008  installiert ist.
19009 \end_layout
19010
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \begin_layout Standard
19017 \begin_inset Float table
19018 placement h
19019 wide false
19020 sideways false
19021 status open
19022
19023 \begin_layout Plain Layout
19024 \begin_inset Caption
19025
19026 \begin_layout Plain Layout
19027 \begin_inset CommandInset label
19028 LatexCommand label
19029 name "tab:Tabelle-mit-gestrichelten"
19030
19031 \end_inset
19032
19033 Tabelle mit gestrichelten Linien
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Plain Layout
19042 \align center
19043 \begin_inset Tabular
19044 <lyxtabular version="3" rows="5" columns="5">
19045 <features>
19046 <column alignment="center" valignment="top" width="0">
19047 <column alignment="center" valignment="top" width="0">
19048 <column alignment="center" valignment="top" width="0" special=":c">
19049 <column alignment="center" valignment="top" width="0">
19050 <column alignment="center" valignment="top" width="0">
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 a
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 b
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 c
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 d
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 e
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 f
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 g
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 h
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 i
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 j
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 </row>
19145 <row>
19146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset ERT
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154
19155
19156 \backslash
19157 hdashline 
19158 \end_layout
19159
19160 \end_inset
19161
19162 k
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 l
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 m
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 n
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 o
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 \begin_inset ERT
19210 status collapsed
19211
19212 \begin_layout Plain Layout
19213
19214
19215 \backslash
19216 cdashline{4-5}
19217 \end_layout
19218
19219 \end_inset
19220
19221 p
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 q
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 r
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 s
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 t
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 u
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 v
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 w
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 x
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 </lyxtabular>
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \begin_layout Standard
19323 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19324  TeX-Code benutzen.
19325  Zunächst müssen Sie das LaTeX-Paket 
19326 \series bold
19327 arydshln
19328 \series default
19329
19330 \begin_inset Index
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334 LaTeX-Pakete ! arydshln
19335 \end_layout
19336
19337 \end_inset
19338
19339  im LaTeX-Vorspann laden:
19340 \end_layout
19341
19342 \begin_layout Standard
19343
19344 \series bold
19345
19346 \backslash
19347 usepackage{arydshln}
19348 \end_layout
19349
19350 \begin_layout Standard
19351 Um senkrechte Linien zu stricheln, müssen Sie im 
19352 \family sans
19353 LaTe
19354 \begin_inset ERT
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358
19359 {}
19360 \end_layout
19361
19362 \end_inset
19363
19364 X-Argument
19365 \family default
19366  des 
19367 \family sans
19368 Tabellen-Einstellungen
19369 \family default
19370 -Dialogs 
19371 \begin_inset Quotes gld
19372 \end_inset
19373
19374 :
19375 \begin_inset Quotes grd
19376 \end_inset
19377
19378 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19379 \end_layout
19380
19381 \begin_layout Standard
19382 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19383 \end_layout
19384
19385 \begin_layout Standard
19386
19387 \series bold
19388
19389 \backslash
19390 hdashline
19391 \end_layout
19392
19393 \begin_layout Standard
19394 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19395 \end_layout
19396
19397 \begin_layout Standard
19398 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19399 \end_layout
19400
19401 \begin_layout Standard
19402
19403 \series bold
19404
19405 \backslash
19406 cdashline{Anfangsspalte-Endspalte}
19407 \end_layout
19408
19409 \begin_layout Standard
19410 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19411  Wenn Sie z.
19412 \begin_inset space \thinspace{}
19413 \end_inset
19414
19415 B.
19416  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19417  gestrichelte Linie haben, fügen Sie den Befehl
19418 \end_layout
19419
19420 \begin_layout Standard
19421
19422 \series bold
19423
19424 \backslash
19425 cdashline{2-4}
19426 \end_layout
19427
19428 \begin_layout Standard
19429 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19430 \end_layout
19431
19432 \begin_layout Standard
19433 \begin_inset VSpace bigskip
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \begin_layout Standard
19440 In Tabelle
19441 \begin_inset space ~
19442 \end_inset
19443
19444
19445 \begin_inset CommandInset ref
19446 LatexCommand ref
19447 reference "tab:Tabelle-mit-gestrichelten"
19448
19449 \end_inset
19450
19451  wurde in der dritten Spalte der Befehl
19452 \series bold
19453  
19454 \series default
19455
19456 \begin_inset Quotes gld
19457 \end_inset
19458
19459
19460 \series bold
19461 :c
19462 \begin_inset Quotes grd
19463 \end_inset
19464
19465
19466 \series default
19467  benutzt.
19468  Der Befehl 
19469 \series bold
19470
19471 \backslash
19472 hdashline
19473 \series default
19474  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19475 \begin_inset Newline newline
19476 \end_inset
19477
19478  
19479 \series bold
19480
19481 \backslash
19482 cdashline{4-5} 
19483 \series default
19484 wurde in die erste Zelle der vierten Zeile eingefügt.
19485 \end_layout
19486
19487 \begin_layout Standard
19488 \begin_inset Note Greyedout
19489 status open
19490
19491 \begin_layout Plain Layout
19492
19493 \series bold
19494 Bemerkung:
19495 \series default
19496  Das LaTeX-Paket 
19497 \series bold
19498 arydshln
19499 \series default
19500  ist nicht kompatibel dem LaTeX-Paket 
19501 \series bold
19502 colortbl
19503 \series default
19504
19505 \begin_inset Index
19506 status collapsed
19507
19508 \begin_layout Plain Layout
19509 LaTeX-Pakete ! colortbl
19510 \end_layout
19511
19512 \end_inset
19513
19514 , das für die farbigen Tabellen in Abschnitt
19515 \begin_inset space ~
19516 \end_inset
19517
19518
19519 \begin_inset CommandInset ref
19520 LatexCommand ref
19521 reference "abs:Farbige-Tabellen"
19522
19523 \end_inset
19524
19525  benutzt wurde.
19526  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19527 \end_layout
19528
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Standard
19535 \begin_inset ERT
19536 status collapsed
19537
19538 \begin_layout Plain Layout
19539
19540
19541 \backslash
19542 else
19543 \end_layout
19544
19545 \end_inset
19546
19547
19548 \begin_inset Note Note
19549 status open
19550
19551 \begin_layout Plain Layout
19552 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19553 \series bold
19554 arydshln
19555 \series default
19556  nicht installiert ist:
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \begin_layout Standard
19565 Sie müssen das LaTeX-Paket 
19566 \series bold
19567 arydshln
19568 \series default
19569  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19570 \end_layout
19571
19572 \begin_layout Standard
19573 \begin_inset ERT
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577
19578
19579 \backslash
19580 fi
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Chapter
19589 Gleitobjekte
19590 \begin_inset CommandInset label
19591 LatexCommand label
19592 name "kap:Gleitobjekte"
19593
19594 \end_inset
19595
19596
19597 \begin_inset Index
19598 status collapsed
19599
19600 \begin_layout Plain Layout
19601 Gleitobjekte
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \begin_layout Section
19610 Einleitung
19611 \begin_inset CommandInset label
19612 LatexCommand label
19613 name "abs:Gleitobjekte-Einleitung"
19614
19615 \end_inset
19616
19617
19618 \begin_inset Index
19619 status collapsed
19620
19621 \begin_layout Plain Layout
19622 Gleitobjekte ! Einleitung
19623 \end_layout
19624
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \begin_layout Standard
19631 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19632  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19633  der beste Platz ist.
19634  
19635 \family sans
19636 Fußnoten
19637 \family default
19638  und 
19639 \family sans
19640 Randnotizen
19641 \family default
19642  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19643  wenn auf ihrer Seite schon zu viele sind.
19644 \end_layout
19645
19646 \begin_layout Standard
19647 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19648  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19649  um weiße Flächen und Seiten ohne Text zu vermeiden.
19650  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19651 löst,
19652  kann im Text auf ein Gleitobjekt verwiesen werden.
19653  Gleitobjekte sind deshalb nummeriert.
19654  Querverweise werden in Abschnitt
19655 \begin_inset space ~
19656 \end_inset
19657
19658
19659 \begin_inset CommandInset ref
19660 LatexCommand ref
19661 reference "abs:Auf-Gleitobjekte-verweisen"
19662
19663 \end_inset
19664
19665  beschrieben.
19666 \end_layout
19667
19668 \begin_layout Standard
19669 Ein Gleitobjekt wird mit 
19670 \family sans
19671 Einfügen\SpecialChar \menuseparator
19672 Gleitobjekt\SpecialChar \menuseparator
19673 Algorithmus/Abbildung/Ta\SpecialChar \-
19674 belle/Um\SpecialChar \-
19675 flos\SpecialChar \-
19676 se\SpecialChar \-
19677 nes
19678 \begin_inset space ~
19679 \end_inset
19680
19681 Gleitobjekt
19682 \family default
19683  eingefügt.
19684  Für Abbildungen oder Tabellen können Sie auch auf 
19685 \begin_inset Graphics
19686         filename ../../images/float-insert_figure.png
19687         scale 70
19688         scaleBeforeRotation
19689         BoundingBox 0bp 6bp 22bp 22bp
19690
19691 \end_inset
19692
19693  oder 
19694 \begin_inset Graphics
19695         filename ../../images/float-insert_table.png
19696         scale 70
19697         scaleBeforeRotation
19698         BoundingBox 0bp 6bp 22bp 22bp
19699
19700 \end_inset
19701
19702  klicken.
19703  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19704  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19705  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19706  #:).
19707  Statt # sehen Sie die von LyX vergebene Nummer.
19708  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19709  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19710  eingefügt.
19711  In Abschnitt
19712 \begin_inset space ~
19713 \end_inset
19714
19715
19716 \begin_inset CommandInset ref
19717 LatexCommand ref
19718 reference "abs:Titel-Platzierung"
19719
19720 \end_inset
19721
19722  finden Sie mehr über die Platzierung des Titels.
19723  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19724  auch wieder geöffnet.
19725  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19726 \begin_inset Graphics
19727         filename clipart/GleitobjektQt4.png
19728         scale 70
19729         scaleBeforeRotation
19730         BoundingBox 0bp 6bp 128bp 22bp
19731
19732 \end_inset
19733
19734  -- ein graues Kästchen mit roter Beschriftung.
19735 \end_layout
19736
19737 \begin_layout Standard
19738 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19739  Gleitobjekte in einem eigenen Absatz einzufügen.
19740 \end_layout
19741
19742 \begin_layout Standard
19743 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19744  indem Sie sie markieren und dann auf 
19745 \begin_inset Graphics
19746         filename ../../images/float-insert_figure.png
19747         scale 70
19748         scaleBeforeRotation
19749         BoundingBox 0bp 6bp 22bp 22bp
19750
19751 \end_inset
19752
19753  oder 
19754 \begin_inset Graphics
19755         filename ../../images/float-insert_table.png
19756         scale 70
19757         scaleBeforeRotation
19758         BoundingBox 0bp 6bp 22bp 22bp
19759
19760 \end_inset
19761
19762  klicken.
19763 \end_layout
19764
19765 \begin_layout Section
19766 Gleitobjekt-Typen
19767 \begin_inset Index
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771 Gleitobjekte ! Typen
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Standard
19780 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19781 \begin_inset space ~
19782 \end_inset
19783
19784
19785 \begin_inset CommandInset ref
19786 LatexCommand ref
19787 reference "abs:Gleitende-Abbildungen"
19788
19789 \end_inset
19790
19791  und 
19792 \begin_inset CommandInset ref
19793 LatexCommand ref
19794 reference "abs:Gleitende-Tabellen"
19795
19796 \end_inset
19797
19798  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19799 \end_layout
19800
19801 \begin_layout Subsection
19802 Gleitobjekt-Algorithmen
19803 \begin_inset Index
19804 status collapsed
19805
19806 \begin_layout Plain Layout
19807 Gleitobjekte ! Algorithmen
19808 \end_layout
19809
19810 \end_inset
19811
19812
19813 \begin_inset CommandInset label
19814 LatexCommand label
19815 name "uab:Gleitobjekt-Algorithmen"
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 \begin_inset Float algorithm
19824 placement h
19825 wide false
19826 sideways false
19827 status open
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Caption
19831
19832 \begin_layout Plain Layout
19833 \begin_inset CommandInset label
19834 LatexCommand label
19835 name "alg:Ein-Gleitobjekt-Algorithmus"
19836
19837 \end_inset
19838
19839 Ein Gleitobjekt-Algorithmus 
19840 \end_layout
19841
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \begin_layout LyX-Code
19848 for I in 1..N loop
19849 \begin_inset Newline newline
19850 \end_inset
19851
19852  Sum:= Sum + A(I); /*Kommentar*/
19853 \begin_inset Newline newline
19854 \end_inset
19855
19856 end loop
19857 \begin_inset VSpace -4mm
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 Dieser Typ wird mit 
19870 \family sans
19871 Einfügen\SpecialChar \menuseparator
19872 Gleitobjekt\SpecialChar \menuseparator
19873 Algorithmus
19874 \family default
19875  eingefügt.
19876  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19877  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19878  Eine mögliche Absatz-Umgebung hier für ist 
19879 \family sans
19880 LyX-Code
19881 \family default
19882 , beschrieben im 
19883 \emph on
19884 Benutzerhandbuch
19885 \emph default
19886 .
19887  In Algorithmus
19888 \begin_inset space ~
19889 \end_inset
19890
19891
19892 \begin_inset CommandInset ref
19893 LatexCommand ref
19894 reference "alg:Ein-Gleitobjekt-Algorithmus"
19895
19896 \end_inset
19897
19898  wurden am Ende -0.4
19899 \begin_inset space \thinspace{}
19900 \end_inset
19901
19902 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19903  letzten Zeile gedruckt wird.
19904 \end_layout
19905
19906 \begin_layout Standard
19907 Die Marke 
19908 \emph on
19909 Algorithmus
19910 \emph default
19911  wird nicht automatisch in die druckbare Version übernommen, sondern das
19912  englische Wort 
19913 \emph on
19914 Algorithm
19915 \emph default
19916  verwendet.
19917  Soll
19918 \emph on
19919  Algorithmus
19920 \emph default
19921  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19922 \end_layout
19923
19924 \begin_layout Standard
19925
19926 \series bold
19927
19928 \backslash
19929 floatname{algorithm}{Algorithmus}
19930 \end_layout
19931
19932 \begin_layout Standard
19933 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19934  Menü 
19935 \family sans
19936 Einfügen\SpecialChar \menuseparator
19937 Liste
19938 \begin_inset space \thinspace{}
19939 \end_inset
19940
19941 /
19942 \begin_inset space \thinspace{}
19943 \end_inset
19944
19945 Inhaltsverzeichnis\SpecialChar \menuseparator
19946 Algorithmenverzeichnis
19947 \family default
19948  verwendet werden.
19949  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19950  eingefügt werden:
19951 \end_layout
19952
19953 \begin_layout Standard
19954
19955 \series bold
19956
19957 \backslash
19958 listof{algorithm}{Algorithmenverzeichnis}
19959 \end_layout
19960
19961 \begin_layout Standard
19962 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19963  nach dem Schema 
19964 \begin_inset Quotes gld
19965 \end_inset
19966
19967 Kapitelnummer.Algorithmusnummer
19968 \begin_inset Quotes grd
19969 \end_inset
19970
19971  nummeriert.
19972  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19973  einfügen:
19974 \end_layout
19975
19976 \begin_layout Standard
19977
19978 \series bold
19979
19980 \backslash
19981 numberwithin{algorithm}{chapter}
19982 \end_layout
19983
19984 \begin_layout Standard
19985 Um 
19986 \series bold
19987
19988 \backslash
19989 numberwithin
19990 \series default
19991  benutzen zu können, muss in den 
19992 \family sans
19993 Mathe
19994 \begin_inset space ~
19995 \end_inset
19996
19997 Optionen
19998 \family default
19999  der 
20000 \family sans
20001 Dokument-Einstellungen
20002 \family default
20003  
20004 \family sans
20005 AMS
20006 \begin_inset space ~
20007 \end_inset
20008
20009 Mathe
20010 \begin_inset space ~
20011 \end_inset
20012
20013 Paket
20014 \family default
20015
20016 \begin_inset space ~
20017 \end_inset
20018
20019
20020 \family sans
20021 verwenden
20022 \family default
20023  angekreuzt sein.
20024 \end_layout
20025
20026 \begin_layout Subsection
20027 Umflossene Gleitobjekte
20028 \begin_inset CommandInset label
20029 LatexCommand label
20030 name "uab:Umflossene-Gleitobjekte"
20031
20032 \end_inset
20033
20034
20035 \begin_inset Index
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Gleitobjekte ! umflossene
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Standard
20048 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20049  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20050  den die Abbildung bzw.
20051 \begin_inset space ~
20052 \end_inset
20053
20054 Tabelle übrig lässt.
20055  Sie werden über das Menü
20056 \family sans
20057  Einfügen\SpecialChar \menuseparator
20058 Gleitobjekt\SpecialChar \menuseparator
20059 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20060 objekt
20061 \family default
20062  eingefügt, wenn das LaTeX-Paket 
20063 \series bold
20064 wrapfig
20065 \series default
20066
20067 \begin_inset Index
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071 LaTeX-Pakete ! wrapfig
20072 \begin_inset ERT
20073 status collapsed
20074
20075 \begin_layout Plain Layout
20076
20077
20078 \backslash
20079 vspace{4mm}
20080 \end_layout
20081
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \end_inset
20088
20089  installiert ist.
20090 \begin_inset Foot
20091 status collapsed
20092
20093 \begin_layout Plain Layout
20094 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20095 \emph on
20096 LaTeX-Konfiguration
20097 \emph default
20098  beschrieben.
20099 \end_layout
20100
20101 \end_inset
20102
20103  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20104  Box des Gleitobjekts geändert werden.
20105  
20106 \begin_inset Wrap figure
20107 lines 0
20108 placement l
20109 overhang 1cm
20110 width "40col%"
20111 status open
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Graphics
20115         filename ../clipart/mobius.eps
20116         width 40col%
20117         scaleBeforeRotation
20118         rotateOrigin center
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Caption
20127
20128 \begin_layout Plain Layout
20129 \begin_inset CommandInset label
20130 LatexCommand label
20131 name "abb:Dies-ist-eine"
20132
20133 \end_inset
20134
20135 Dies ist eine umflossene Gleitobjekt-Abbildung
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144
20145  Obligatorische Einstellungen sind die 
20146 \family sans
20147 Breite
20148 \family default
20149  und 
20150 \family sans
20151 Platzierung
20152 \family default
20153  des Gleitobjekts.
20154  Optional sind der 
20155 \family sans
20156 Überhang 
20157 \family default
20158 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20159 \begin_inset space \thinspace{}
20160 \end_inset
20161
20162 /
20163 \begin_inset space \thinspace{}
20164 \end_inset
20165
20166 der Seite ragt und die 
20167 \family sans
20168 benötigten Zeilen
20169 \family default
20170 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20171  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20172  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20173  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20174  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20175  zu lassen.
20176  Abbildung
20177 \begin_inset space ~
20178 \end_inset
20179
20180
20181 \begin_inset CommandInset ref
20182 LatexCommand ref
20183 reference "abb:Dies-ist-eine"
20184
20185 \end_inset
20186
20187  ist zum Beispiel ein umflossenes Bild, das 40
20188 \begin_inset space \thinspace{}
20189 \end_inset
20190
20191 % der Spaltenbreite einnimmt, 1
20192 \begin_inset space \thinspace{}
20193 \end_inset
20194
20195 cm in den Rand ragt und links gesetzt wurde.
20196 \begin_inset Foot
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 Die benutzbaren Einheiten werden in Anhang
20201 \begin_inset space ~
20202 \end_inset
20203
20204
20205 \begin_inset CommandInset ref
20206 LatexCommand ref
20207 reference "kap:In-LyX-verfügbare"
20208
20209 \end_inset
20210
20211  beschrieben.
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Standard
20220 \begin_inset Note Greyedout
20221 status open
20222
20223 \begin_layout Plain Layout
20224
20225 \series bold
20226 Bemerkung:
20227 \series default
20228  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20229 \begin_inset space \thinspace{}
20230 \end_inset
20231
20232 B.
20233  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20234  oder über anderen Text gedruckt wird.
20235 \end_layout
20236
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \begin_layout Standard
20243 Allgemein gilt:
20244 \end_layout
20245
20246 \begin_layout Itemize
20247 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20248  der nächsten Seite fortgesetzt werden.
20249  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20250  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20251 \end_layout
20252
20253 \begin_layout Itemize
20254 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20255  sie fließen soll, eingefügt werden oder darin.
20256 \end_layout
20257
20258 \begin_layout Itemize
20259 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20260  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20261  ihnen ist.
20262 \end_layout
20263
20264 \begin_layout Itemize
20265 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20266  erlaubt.
20267 \end_layout
20268
20269 \begin_layout Section
20270 Gleitobjekt-Nummerierung
20271 \begin_inset CommandInset label
20272 LatexCommand label
20273 name "abs:Gleitobjekt-Nummerierung"
20274
20275 \end_inset
20276
20277
20278 \begin_inset Index
20279 status collapsed
20280
20281 \begin_layout Plain Layout
20282 Gleitobjekte ! Nummerierung
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Standard
20291 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20292  nummeriert oder nach dem Schema 
20293 \begin_inset Quotes gld
20294 \end_inset
20295
20296 Kapitelnummer.Gleitobjektnummer
20297 \begin_inset Quotes grd
20298 \end_inset
20299
20300  oder 
20301 \begin_inset Quotes gld
20302 \end_inset
20303
20304 Abschnittsnummer.Gleitobjektnummer
20305 \begin_inset Quotes grd
20306 \end_inset
20307
20308 .
20309  Das hängt von der Dokumentklasse ab.
20310 \end_layout
20311
20312 \begin_layout Standard
20313 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20314  in den LaTeX-Vorspann einfügen:
20315 \end_layout
20316
20317 \begin_layout Standard
20318
20319 \series bold
20320
20321 \backslash
20322 renewcommand{
20323 \backslash
20324 thetable}{
20325 \backslash
20326 roman{table}}
20327 \end_layout
20328
20329 \begin_layout Standard
20330
20331 \series bold
20332
20333 \backslash
20334 thetable
20335 \series default
20336  ist der Befehl, der die Tabellennummer druckt.
20337  Für Abbildungen ist das 
20338 \series bold
20339
20340 \backslash
20341 thefigure
20342 \series default
20343 .
20344  Der Befehl 
20345 \series bold
20346
20347 \backslash
20348 roman
20349 \series default
20350  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20351 \end_layout
20352
20353 \begin_layout Standard
20354 Um das Nummerierungsschema zum Beispiel auf 
20355 \begin_inset Quotes gld
20356 \end_inset
20357
20358 Unterabschnittsnummer.Num\SpecialChar \-
20359 mer
20360 \begin_inset Quotes grd
20361 \end_inset
20362
20363  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20364 \end_layout
20365
20366 \begin_layout Standard
20367
20368 \series bold
20369
20370 \backslash
20371 numberwithin{table}{subsection}
20372 \end_layout
20373
20374 \begin_layout Standard
20375 Um den Befehl 
20376 \series bold
20377
20378 \backslash
20379 numberwithin
20380 \series default
20381  benutzen zu können, müssen Sie in den 
20382 \family sans
20383 Mathe
20384 \begin_inset space ~
20385 \end_inset
20386
20387 Optionen
20388 \family default
20389  der 
20390 \family sans
20391 Dokument-Einstellungen
20392 \family default
20393  
20394 \family sans
20395 AMS
20396 \begin_inset space ~
20397 \end_inset
20398
20399 Mathe
20400 \begin_inset space ~
20401 \end_inset
20402
20403 Paket
20404 \family default
20405
20406 \begin_inset space ~
20407 \end_inset
20408
20409
20410 \family sans
20411 verwenden
20412 \family default
20413  ankreuzen.
20414 \end_layout
20415
20416 \begin_layout Standard
20417 Sehen Sie sich bitte auch Abschnitt
20418 \begin_inset space ~
20419 \end_inset
20420
20421
20422 \begin_inset CommandInset ref
20423 LatexCommand ref
20424 reference "uab:Fußnoten-Nummerierung"
20425
20426 \end_inset
20427
20428  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20429 \end_layout
20430
20431 \begin_layout Section
20432 Auf Gleitobjekte verweisen
20433 \begin_inset CommandInset label
20434 LatexCommand label
20435 name "abs:Auf-Gleitobjekte-verweisen"
20436
20437 \end_inset
20438
20439
20440 \begin_inset Index
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 Gleitobjekte ! Querverweise
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \begin_inset Index
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 Querverweise
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Standard
20463 Zunächst müssen Sie mit 
20464 \family sans
20465 Einfügen\SpecialChar \menuseparator
20466 Marke
20467 \family default
20468  oder einen Klick auf 
20469 \begin_inset Graphics
20470         filename ../../images/label-insert.png
20471         scale 70
20472         scaleBeforeRotation
20473
20474 \end_inset
20475
20476  eine Marke im Titel einfügen.
20477  Im 
20478 \family sans
20479 Marke
20480 \family default
20481 -Dialog schreiben Sie einen Text in das Feld 
20482 \family sans
20483 Marke
20484 \family default
20485  oder übernehmen den vorgeschlagenen.
20486  Die Marke sieht in LyX dann so aus:
20487 \end_layout
20488
20489 \begin_layout Standard
20490 \begin_inset Graphics
20491         filename clipart/Marke.png
20492         lyxscale 80
20493         scale 50
20494         scaleBeforeRotation
20495         BoundingBox 0bp 6bp 76bp 23bp
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Die Marke wird als Anker und Name für den Querverweis benutzt.
20504  Mit 
20505 \family sans
20506 Einfügen\SpecialChar \menuseparator
20507 Querverweis
20508 \family default
20509  oder einen Klick auf 
20510 \begin_inset Graphics
20511         filename ../../images/dialog-show-new-inset_ref.png
20512         scale 70
20513         scaleBeforeRotation
20514
20515 \end_inset
20516
20517  können Sie dann auf die Marke verweisen.
20518  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20519  angezeigt:
20520 \end_layout
20521
20522 \begin_layout Standard
20523 \begin_inset Graphics
20524         filename clipart/Querverweis.png
20525         lyxscale 80
20526         scale 50
20527         scaleBeforeRotation
20528         BoundingBox 0bp 6bp 76bp 23bp
20529
20530 \end_inset
20531
20532
20533 \begin_inset Newline newline
20534 \end_inset
20535
20536  Mehr zu Querverweisen finden Sie im 
20537 \emph on
20538 Benutzerhandbuch
20539 \emph default
20540 .
20541 \end_layout
20542
20543 \begin_layout Standard
20544 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20545  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20546  durch einen Zeilenumbruch getrennt werden können.
20547 \end_layout
20548
20549 \begin_layout Standard
20550 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20551  LyX passt die Querverweise automatisch an.
20552 \end_layout
20553
20554 \begin_layout Standard
20555 Ein Klick auf den Schalter 
20556 \family sans
20557 Gehe
20558 \begin_inset space ~
20559 \end_inset
20560
20561 zur
20562 \begin_inset space ~
20563 \end_inset
20564
20565 Marke
20566 \family default
20567  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20568  Der Text der Schaltfläche heißt jetzt 
20569 \family sans
20570 Gehe
20571 \begin_inset space ~
20572 \end_inset
20573
20574 zurück
20575 \family default
20576  und ein Klick darauf macht genau dies.
20577   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20578  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20579  Dann ist auch kein 
20580 \family sans
20581 Gehe
20582 \begin_inset space ~
20583 \end_inset
20584
20585 zurück
20586 \family default
20587  möglich.
20588 \end_layout
20589
20590 \begin_layout Subsection
20591 Querverweis-Formate
20592 \begin_inset CommandInset label
20593 LatexCommand label
20594 name "uab:Querverweis-Formate"
20595
20596 \end_inset
20597
20598
20599 \begin_inset Index
20600 status collapsed
20601
20602 \begin_layout Plain Layout
20603 Querverweise ! Formate
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 Es gibt sechs verschiedene Querverweisstile:
20613 \end_layout
20614
20615 \begin_layout Description
20616 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20617  
20618 \begin_inset CommandInset ref
20619 LatexCommand ref
20620 reference "abb:Zwei-Teilabbildungen"
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Description
20628 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20629  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20630  verwendet wird, speziell wenn der Name 
20631 \begin_inset Quotes gld
20632 \end_inset
20633
20634 Gleichung
20635 \begin_inset Quotes grd
20636 \end_inset
20637
20638  weggelassen wird: 
20639 \begin_inset CommandInset ref
20640 LatexCommand eqref
20641 reference "eq:Wgn"
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \begin_layout Description
20649 <Seite>: druckt die Seitennummer: Seite
20650 \begin_inset space ~
20651 \end_inset
20652
20653
20654 \begin_inset CommandInset ref
20655 LatexCommand pageref
20656 reference "abb:Zwei-Teilabbildungen"
20657
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \begin_layout Description
20664 auf
20665 \begin_inset space ~
20666 \end_inset
20667
20668 Seite
20669 \begin_inset space ~
20670 \end_inset
20671
20672 <Seite>: druckt den Text 
20673 \begin_inset Quotes gld
20674 \end_inset
20675
20676 auf Seite
20677 \begin_inset Quotes grd
20678 \end_inset
20679
20680  und die Seitennummer: 
20681 \begin_inset CommandInset ref
20682 LatexCommand vpageref
20683 reference "abb:Zwei-Teilabbildungen"
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Description
20691 <Querverweis>
20692 \begin_inset space ~
20693 \end_inset
20694
20695 auf
20696 \begin_inset space ~
20697 \end_inset
20698
20699 Seite
20700 \begin_inset space ~
20701 \end_inset
20702
20703 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20704 \begin_inset Quotes gld
20705 \end_inset
20706
20707 auf Seite
20708 \begin_inset Quotes grd
20709 \end_inset
20710
20711 , und die Seitennummer: 
20712 \begin_inset CommandInset ref
20713 LatexCommand vref
20714 reference "abb:Zwei-Teilabbildungen"
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Description
20722 Formatierter
20723 \begin_inset space ~
20724 \end_inset
20725
20726 Querverweis: druckt ein selbst definiertes Querverweisformat
20727 \begin_inset Newline newline
20728 \end_inset
20729
20730
20731 \begin_inset Note Greyedout
20732 status open
20733
20734 \begin_layout Plain Layout
20735
20736 \series bold
20737 Bemerkung:
20738 \series default
20739  Dies ist nur möglich, wenn das LaTeX-Paket 
20740 \series bold
20741 prettyref
20742 \series default
20743  installiert ist.
20744 \end_layout
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20753  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20754  Seite befindet.
20755  Stattdessen wird der Text 
20756 \begin_inset Quotes gld
20757 \end_inset
20758
20759 auf der vorigen Seite
20760 \begin_inset Quotes grd
20761 \end_inset
20762
20763
20764 \begin_inset Quotes gld
20765 \end_inset
20766
20767 auf dieser Seite
20768 \begin_inset Quotes grd
20769 \end_inset
20770
20771  oder 
20772 \begin_inset Quotes gld
20773 \end_inset
20774
20775 auf der nächsten Seite
20776 \begin_inset Quotes grd
20777 \end_inset
20778
20779  gedruckt.
20780 \end_layout
20781
20782 \begin_layout Standard
20783 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20784  automatisch von LaTeX berechnet.
20785  Die Stile können im Feld 
20786 \family sans
20787 Format
20788 \family default
20789  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20790  einen Querverweis klicken.
20791 \end_layout
20792
20793 \begin_layout Subsection
20794 Automatische Querverweis-Namen
20795 \begin_inset Index
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799 Querverweise ! Automatische Namen 
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Standard
20808 Das LaTeX-Paket 
20809 \series bold
20810 hyperref
20811 \series default
20812
20813 \begin_inset Index
20814 status collapsed
20815
20816 \begin_layout Plain Layout
20817 LaTeX-Pakete ! hyperref
20818 \end_layout
20819
20820 \end_inset
20821
20822  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20823  Gleitobjekts automatisch enthalten (oder Textteile wie 
20824 \emph on
20825 Abschnitt
20826 \emph default
20827 ).
20828  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20829  Um diese Funktion benutzen zu können, müssen Sie 
20830 \series bold
20831 hyperref
20832 \series default
20833  in den LaTeX-Vorspann wie folgt einfügen:
20834 \end_layout
20835
20836 \begin_layout Standard
20837
20838 \series bold
20839
20840 \backslash
20841 usepackage[pdfborder={0 0 0}]{hyperref}
20842 \begin_inset Newline newline
20843 \end_inset
20844
20845
20846 \backslash
20847 AtBeginDocument{
20848 \backslash
20849 renewcommand{
20850 \backslash
20851 ref}[1]{
20852 \backslash
20853 mbox{
20854 \backslash
20855 autoref{#1}}}}
20856 \end_layout
20857
20858 \begin_layout Standard
20859
20860 \series bold
20861 hyperref
20862 \series default
20863  wird benutzt, um Marken und Querverweise in DVI- und PDF
20864 \begin_inset ERT
20865 status open
20866
20867 \begin_layout Plain Layout
20868
20869 "=
20870 \end_layout
20871
20872 \end_inset
20873
20874 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20875  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20876  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20877  sich der Cursor.
20878 \end_layout
20879
20880 \begin_layout Standard
20881 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20882  allen Handbüchern.
20883  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20884  für die Benutzung von 
20885 \series bold
20886 hyperref
20887 \series default
20888  sehen.
20889  In der 
20890 \series bold
20891 hyperref
20892 \series default
20893 -Dokumentation 
20894 \begin_inset CommandInset citation
20895 LatexCommand cite
20896 key "hyperref"
20897
20898 \end_inset
20899
20900  finden Sie mehr darüber.
20901 \end_layout
20902
20903 \begin_layout Standard
20904 \begin_inset Note Greyedout
20905 status open
20906
20907 \begin_layout Plain Layout
20908
20909 \series bold
20910 Bemerkung:
20911 \series default
20912  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20913  als Querverweisstil 
20914 \family sans
20915 Formatierter
20916 \begin_inset space ~
20917 \end_inset
20918
20919 Querverweis
20920 \family default
20921  benutzen.
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Subsection
20930 Querverweis-Position
20931 \begin_inset CommandInset label
20932 LatexCommand label
20933 name "uab:Querverweis-Position"
20934
20935 \end_inset
20936
20937
20938 \begin_inset Index
20939 status collapsed
20940
20941 \begin_layout Plain Layout
20942 Querverweise !  Position
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Standard
20951 Wenn Sie 
20952 \series bold
20953 hyperref
20954 \series default
20955  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20956  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20957  und Sie werden das Bild ohne Rollen nicht sehen.
20958  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20959  ist.
20960  Wenn Sie das  LaTeX-Paket 
20961 \series bold
20962 hypcap
20963 \series default
20964
20965 \begin_inset Index
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969 LaTeX-Pakete ! hypcap
20970 \end_layout
20971
20972 \end_inset
20973
20974 , das Teil des LaTeX-Pakets 
20975 \series bold
20976 oberdiek
20977 \series default
20978
20979 \begin_inset Index
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 LaTeX-Pakete ! oberdiek
20984 \end_layout
20985
20986 \end_inset
20987
20988  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
20989  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
20990 \series bold
20991 hypcap
20992 \series default
20993  zunächst in den LaTeX-Vorspann laden:
20994 \end_layout
20995
20996 \begin_layout Standard
20997
20998 \series bold
20999
21000 \backslash
21001 usepackage[figure]{hypcap}
21002 \end_layout
21003
21004 \begin_layout Standard
21005 Sie können 
21006 \series bold
21007 hypcap
21008 \series default
21009  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21010  nicht empfohlen.
21011  Weitere Informationen finden Sie im
21012 \series bold
21013  hypcap
21014 \series default
21015 -Handbuch 
21016 \begin_inset CommandInset citation
21017 LatexCommand cite
21018 key "hypcap"
21019
21020 \end_inset
21021
21022 .
21023 \end_layout
21024
21025 \begin_layout Standard
21026 \begin_inset Note Greyedout
21027 status open
21028
21029 \begin_layout Plain Layout
21030
21031 \series bold
21032 Bemerkung 1:
21033 \series default
21034  
21035 \series bold
21036 hypcap
21037 \series default
21038  muss nach 
21039 \series bold
21040 hyperref
21041 \series default
21042  geladen werden.
21043 \end_layout
21044
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \begin_layout Standard
21051 \begin_inset Note Greyedout
21052 status open
21053
21054 \begin_layout Plain Layout
21055
21056 \series bold
21057 Bemerkung 2:
21058 \series default
21059  
21060 \series medium
21061 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21062  zu Teilabbildungen.
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \begin_layout Section
21071 Gleitobjekt-Platzierung
21072 \begin_inset CommandInset label
21073 LatexCommand label
21074 name "abs:Gleitobjekt-Platzierung"
21075
21076 \end_inset
21077
21078
21079 \begin_inset Index
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 Gleitobjekte ! Plazierung
21084 \end_layout
21085
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \begin_layout Standard
21092 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21093 \family sans
21094 Gleitobjekt-Einstellungen
21095 \family default
21096 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21097  können.
21098 \begin_inset Newline newline
21099 \end_inset
21100
21101 Die Option 
21102 \family sans
21103 Spalten
21104 \begin_inset space ~
21105 \end_inset
21106
21107 überspannen
21108 \family default
21109  ist nur bei zweispaltigen Dokumenten sinnvoll.
21110  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21111 \begin_inset Newline newline
21112 \end_inset
21113
21114 Die Option 
21115 \family sans
21116 Seitwärts
21117 \begin_inset space ~
21118 \end_inset
21119
21120 drehen
21121 \family default
21122  ist in Abschnitt 
21123 \begin_inset CommandInset ref
21124 LatexCommand ref
21125 reference "abs:Gedrehte-Gleitobjekte"
21126
21127 \end_inset
21128
21129  beschrieben.
21130 \end_layout
21131
21132 \begin_layout Standard
21133 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21134  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21135  Sie die Option 
21136 \family sans
21137 Standard-Platzierung
21138 \begin_inset space ~
21139 \end_inset
21140
21141 verwenden
21142 \family default
21143  nicht verwenden:
21144 \end_layout
21145
21146 \begin_layout Description
21147 Hier
21148 \begin_inset space ~
21149 \end_inset
21150
21151 wenn
21152 \begin_inset space ~
21153 \end_inset
21154
21155 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21156 \end_layout
21157
21158 \begin_layout Description
21159 Anfang
21160 \begin_inset space ~
21161 \end_inset
21162
21163 der
21164 \begin_inset space ~
21165 \end_inset
21166
21167 Seite
21168 \family sans
21169  
21170 \family default
21171 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21172  Gleitobjekte, die maximal 70
21173 \begin_inset space \thinspace{}
21174 \end_inset
21175
21176 % einer Seite benötigen, dürfen oben platziert werden.
21177  Dies kann durch die Variable 
21178 \series bold
21179
21180 \backslash
21181 topfraction
21182 \series default
21183  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21184 \end_layout
21185
21186 \begin_deeper
21187 \begin_layout Standard
21188
21189 \series bold
21190
21191 \backslash
21192 renewcommand{
21193 \backslash
21194 topfraction}{0.9}
21195 \family typewriter
21196 \series default
21197  
21198 \end_layout
21199
21200 \end_deeper
21201 \begin_layout Description
21202 Ende
21203 \begin_inset space ~
21204 \end_inset
21205
21206 der
21207 \begin_inset space ~
21208 \end_inset
21209
21210 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21211  Gleitobjekte, die maximal 30
21212 \begin_inset space \thinspace{}
21213 \end_inset
21214
21215 % einer Seite benötigen, dürfen unten platziert werden.
21216  Dies kann durch die Variable 
21217 \series bold
21218
21219 \backslash
21220 bottomfraction
21221 \series default
21222  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21223 \end_layout
21224
21225 \begin_deeper
21226 \begin_layout Standard
21227
21228 \series bold
21229
21230 \backslash
21231 renewcommand{
21232 \backslash
21233 bottomfraction}{0.5}
21234 \end_layout
21235
21236 \begin_layout Standard
21237 die oftmals zu kleine untere Grenze auf 50
21238 \begin_inset space \thinspace{}
21239 \end_inset
21240
21241 %.
21242 \end_layout
21243
21244 \end_deeper
21245 \begin_layout Description
21246 Seite
21247 \begin_inset space ~
21248 \end_inset
21249
21250 mit
21251 \begin_inset space ~
21252 \end_inset
21253
21254 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21255  Nur wenn mehr als 50
21256 \begin_inset space \thinspace{}
21257 \end_inset
21258
21259 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21260  Gleitobjekte bereitgestellt.
21261  Dies kann durch die Variable 
21262 \series bold
21263
21264 \backslash
21265 floatpagefraction 
21266 \series default
21267 im LaTeX-Vorspann überschrieben werden.
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Die Reihenfolge der obigen Optionen wird 
21272 \emph on
21273 immer
21274 \emph default
21275  von LaTeX verwendet.
21276  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21277  versuchen 
21278 \family sans
21279 Hier
21280 \begin_inset space \space{}
21281 \end_inset
21282
21283 wenn
21284 \begin_inset space \space{}
21285 \end_inset
21286
21287 möglich
21288 \family default
21289 , dann 
21290 \family sans
21291 Anfang
21292 \begin_inset space ~
21293 \end_inset
21294
21295 der
21296 \begin_inset space ~
21297 \end_inset
21298
21299 Seite
21300 \family default
21301  und dann die anderen Optionen anzuwenden.
21302  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21303  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21304  Reihenfolge.
21305  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21306 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21307 \end_layout
21308
21309 \begin_layout Standard
21310 Die Option 
21311 \family sans
21312 Hier,
21313 \begin_inset space ~
21314 \end_inset
21315
21316 auf
21317 \begin_inset space ~
21318 \end_inset
21319
21320 jeden
21321 \begin_inset space ~
21322 \end_inset
21323
21324 Fall
21325 \family default
21326  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21327  fast druckreif ist.
21328  Denn mit der Option kann das Objekt nicht mehr 
21329 \emph on
21330 gleiten
21331 \emph default
21332 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21333  oftmals zerstört.
21334 \end_layout
21335
21336 \begin_layout Standard
21337 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21338  immer vom Text eines bestimmten Absatzes umgeben sind.
21339 \begin_inset VSpace bigskip
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21347 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21348  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21349  Das kann mit dem LaTeX-Befehl
21350 \series bold
21351  
21352 \backslash
21353 suppressfloats
21354 \series default
21355  verhindert werden.
21356  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21357  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21358  gesetzt wird.
21359  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21360 \end_layout
21361
21362 \begin_layout Standard
21363
21364 \series bold
21365
21366 \backslash
21367 let
21368 \backslash
21369 meinAbschnitt
21370 \backslash
21371 section
21372 \begin_inset Newline newline
21373 \end_inset
21374
21375
21376 \backslash
21377 renewcommand{
21378 \backslash
21379 section}{
21380 \backslash
21381 suppressfloats[t]
21382 \backslash
21383 meinAbschnitt}
21384 \end_layout
21385
21386 \begin_layout Standard
21387 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21388  Unterabschnitten festlegen.
21389  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21390  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21391 \end_layout
21392
21393 \begin_layout Standard
21394 Es gibt auch noch das LaTeX-Paket 
21395 \series bold
21396 flafter
21397 \series default
21398
21399 \begin_inset Index
21400 status collapsed
21401
21402 \begin_layout Plain Layout
21403 LaTeX-Pakete ! flafter
21404 \end_layout
21405
21406 \end_inset
21407
21408  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21409  gedruckt wird.
21410 \end_layout
21411
21412 \begin_layout Standard
21413 \begin_inset VSpace bigskip
21414 \end_inset
21415
21416 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21417  Dafür gibt es das LaTeX-Paket 
21418 \series bold
21419 endfloat
21420 \series default
21421
21422 \begin_inset Index
21423 status collapsed
21424
21425 \begin_layout Plain Layout
21426 LaTeX-Pakete ! endfloat
21427 \end_layout
21428
21429 \end_inset
21430
21431 .
21432  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21433  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21434  
21435 \family sans
21436
21437 \begin_inset Quotes gld
21438 \end_inset
21439
21440 [Abbildung
21441 \begin_inset space ~
21442 \end_inset
21443
21444 3.2 ist ungefähr hier.]
21445 \family default
21446
21447 \begin_inset Quotes grd
21448 \end_inset
21449
21450  finden.
21451  Das 
21452 \series bold
21453 endfloat
21454 \series default
21455 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461
21462 \backslash
21463 usepackage[Optionen]{endfloat}
21464 \end_layout
21465
21466 \begin_layout Standard
21467 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21468  Tabellen-Abschnitte, die Sie in der 
21469 \series bold
21470 endfloat
21471 \series default
21472 -Dokumentation 
21473 \begin_inset CommandInset citation
21474 LatexCommand cite
21475 key "endfloat"
21476
21477 \end_inset
21478
21479  nachlesen können.
21480 \begin_inset Newline newline
21481 \end_inset
21482
21483
21484 \begin_inset Note Greyedout
21485 status open
21486
21487 \begin_layout Plain Layout
21488
21489 \series bold
21490 Bemerkung
21491 \begin_inset space ~
21492 \end_inset
21493
21494 1: endfloat
21495 \series default
21496  übersetzt den Hinweistext nicht automatisch.
21497  Abschnitt
21498 \begin_inset space ~
21499 \end_inset
21500
21501 4 in 
21502 \begin_inset CommandInset citation
21503 LatexCommand cite
21504 key "endfloat"
21505
21506 \end_inset
21507
21508  beschreibt, wie es geht.
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \begin_layout Standard
21517 \begin_inset Note Greyedout
21518 status open
21519
21520 \begin_layout Plain Layout
21521
21522 \series bold
21523 Bemerkung
21524 \begin_inset space ~
21525 \end_inset
21526
21527 2: 
21528 \series default
21529 Die aktuelle Version von 
21530 \series bold
21531 endfloat
21532 \series default
21533  hat einen Fehler, wenn die Überschrift ein 
21534 \begin_inset Quotes gld
21535 \end_inset
21536
21537 ß
21538 \begin_inset Quotes grd
21539 \end_inset
21540
21541  enthält.
21542  Sie müssen stattdessen den Befehl 
21543 \series bold
21544
21545 \backslash
21546 ss
21547 \series default
21548  als TeX-Code benutzen.
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \begin_layout Standard
21557 \begin_inset VSpace bigskip
21558 \end_inset
21559
21560 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21561  wie 
21562 \begin_inset CommandInset citation
21563 LatexCommand cite
21564 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21565
21566 \end_inset
21567
21568 .
21569 \end_layout
21570
21571 \begin_layout Section
21572 Gedrehte Gleitobjekte
21573 \begin_inset CommandInset label
21574 LatexCommand label
21575 name "abs:Gedrehte-Gleitobjekte"
21576
21577 \end_inset
21578
21579
21580 \begin_inset Index
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584 Gleitobjekte ! drehen
21585 \end_layout
21586
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \begin_layout Standard
21593 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21594 t drehen.
21595  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21596  und die Option 
21597 \family sans
21598 Seitwärts
21599 \begin_inset space ~
21600 \end_inset
21601
21602 drehen
21603 \family default
21604  wählen.
21605 \end_layout
21606
21607 \begin_layout Standard
21608 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21609  sie ein mehrspaltiges Dokument haben) gedruckt.
21610  Sie können mehrere Spalten überspannen, wenn die Option 
21611 \family sans
21612 Spalten
21613 \begin_inset space ~
21614 \end_inset
21615
21616 überspannen
21617 \family default
21618  in den Gleitobjekt Einstellungen gewählt ist.
21619  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21620  werden können.
21621  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21622  Option 
21623 \series bold
21624 figuresleft
21625 \series default
21626  oder 
21627 \series bold
21628 figuresright
21629 \series default
21630  zu den Dokumentklassen-Optionen hinzu.
21631 \end_layout
21632
21633 \begin_layout Standard
21634 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21635  Tabelle
21636 \begin_inset space ~
21637 \end_inset
21638
21639
21640 \begin_inset CommandInset ref
21641 LatexCommand ref
21642 reference "tab:Gedrehte-Tabelle"
21643
21644 \end_inset
21645
21646  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21647 \end_layout
21648
21649 \begin_layout Standard
21650 \begin_inset Note Greyedout
21651 status open
21652
21653 \begin_layout Plain Layout
21654
21655 \series bold
21656 Bemerkung:
21657 \series default
21658  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Float table
21668 wide false
21669 sideways true
21670 status open
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Caption
21674
21675 \begin_layout Plain Layout
21676 \begin_inset CommandInset label
21677 LatexCommand label
21678 name "tab:Gedrehte-Tabelle"
21679
21680 \end_inset
21681
21682 Gedrehte Tabelle
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Plain Layout
21691 \align center
21692 \begin_inset Tabular
21693 <lyxtabular version="3" rows="1" columns="5">
21694 <features>
21695 <column alignment="center" valignment="top" width="0">
21696 <column alignment="center" valignment="top" width="0">
21697 <column alignment="center" valignment="top" width="0">
21698 <column alignment="center" valignment="top" width="0">
21699 <column alignment="center" valignment="top" width="0">
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 Test
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 b
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 c
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 d
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 e
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 </lyxtabular>
21748
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \begin_layout Section
21760 Gleitobjekte nebeneinander
21761 \begin_inset Index
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 Gleitobjekte ! nebeneinander
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Standard
21774 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21775 \begin_inset space ~
21776 \end_inset
21777
21778
21779 \begin_inset CommandInset ref
21780 LatexCommand ref
21781 reference "abb:Gleitobjekt-links"
21782
21783 \end_inset
21784
21785  und 
21786 \begin_inset CommandInset ref
21787 LatexCommand ref
21788 reference "abb:Gleitobjekt-rechts"
21789
21790 \end_inset
21791
21792  wird nur 
21793 \emph on
21794 ein
21795 \emph default
21796  Gleitobjekt verwendet.
21797  In dieses werden zwei Minipage Boxen eingefügt.
21798 \begin_inset Foot
21799 status collapsed
21800
21801 \begin_layout Plain Layout
21802 Minipages sind in Abschnitt
21803 \begin_inset space ~
21804 \end_inset
21805
21806
21807 \begin_inset CommandInset ref
21808 LatexCommand ref
21809 reference "abs:Minipage"
21810
21811 \end_inset
21812
21813  erklärt.
21814 \end_layout
21815
21816 \end_inset
21817
21818  Die Breite wird für jede Minipage auf 45
21819 \begin_inset space \thinspace{}
21820 \end_inset
21821
21822 -50
21823 \begin_inset space \thinspace{}
21824 \end_inset
21825
21826 Spalten% und die Box Ausrichtung auf 
21827 \family sans
21828 Unten
21829 \family default
21830  gesetzt.
21831  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21832  Gleitobjekt.
21833  Der einzige Unterschied ist, dass die Bildeinheit 
21834 \family sans
21835 Spaltenbreite
21836 \begin_inset space ~
21837 \end_inset
21838
21839 %
21840 \family default
21841  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21842 \end_layout
21843
21844 \begin_layout Standard
21845 \begin_inset Float figure
21846 wide false
21847 sideways false
21848 status open
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Box Frameless
21852 position "b"
21853 hor_pos "c"
21854 has_inner_box 1
21855 inner_pos "t"
21856 use_parbox 0
21857 width "45col%"
21858 special "none"
21859 height "1in"
21860 height_special "totalheight"
21861 status open
21862
21863 \begin_layout Plain Layout
21864 \align center
21865 \begin_inset Graphics
21866         filename ../clipart/mobius.eps
21867         lyxscale 50
21868         width 100col%
21869         scaleBeforeRotation
21870
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Caption
21878
21879 \begin_layout Plain Layout
21880 \begin_inset CommandInset label
21881 LatexCommand label
21882 name "abb:Gleitobjekt-links"
21883
21884 \end_inset
21885
21886 Gleitobjekt auf der linken Seite.
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895
21896
21897 \begin_inset space \hfill{}
21898 \end_inset
21899
21900
21901 \begin_inset Box Frameless
21902 position "b"
21903 hor_pos "c"
21904 has_inner_box 1
21905 inner_pos "t"
21906 use_parbox 0
21907 width "45col%"
21908 special "none"
21909 height "1in"
21910 height_special "totalheight"
21911 status open
21912
21913 \begin_layout Plain Layout
21914 \align center
21915 \begin_inset Graphics
21916         filename ../clipart/platypus.eps
21917         lyxscale 50
21918         width 100col%
21919         scaleBeforeRotation
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "abb:Gleitobjekt-rechts"
21933
21934 \end_inset
21935
21936 Gleitobjekt auf der rechten Seite.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \begin_layout Section
21955 Beschriftungs-Formatierung
21956 \begin_inset CommandInset label
21957 LatexCommand label
21958 name "abs:Titel-Formatierung"
21959
21960 \end_inset
21961
21962
21963 \begin_inset Index
21964 status collapsed
21965
21966 \begin_layout Plain Layout
21967 Gleitobjekte ! Beschriftung ! Formatierung
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \begin_layout Standard
21976
21977 \family sans
21978 Legende
21979 \family default
21980  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
21981  In LyX sehen Titel so aus:  
21982 \family sans
21983
21984 \begin_inset Quotes gld
21985 \end_inset
21986
21987 Abbildung xyz:
21988 \family default
21989
21990 \begin_inset Quotes grd
21991 \end_inset
21992
21993 , gefolgt vom Beschriftungstext, wobei 
21994 \family sans
21995 xyz
21996 \family default
21997  die von LyX vergebene Nummer ist.
21998  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
21999  gedruckt.
22000  Dies ist nicht immer brauchbar.
22001 \end_layout
22002
22003 \begin_layout Standard
22004 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22005  
22006 \series bold
22007 caption
22008 \series default
22009
22010 \begin_inset Index
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014 LaTeX-Pakete ! caption
22015 \end_layout
22016
22017 \end_inset
22018
22019  in den LaTeX-Vorspann laden:
22020 \end_layout
22021
22022 \begin_layout Standard
22023
22024 \series bold
22025
22026 \backslash
22027 usepackage[Format-Definition]{caption}
22028 \end_layout
22029
22030 \begin_layout Standard
22031 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22032  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22033 \end_layout
22034
22035 \begin_layout Standard
22036
22037 \series bold
22038
22039 \backslash
22040 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22045  definieren.
22046  Dazu laden Sie das 
22047 \series bold
22048 caption
22049 \series default
22050 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22051  dem Befehl
22052 \end_layout
22053
22054 \begin_layout Standard
22055
22056 \series bold
22057
22058 \backslash
22059 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22060 \end_layout
22061
22062 \begin_layout Standard
22063 Für Abbildung
22064 \begin_inset space ~
22065 \end_inset
22066
22067
22068 \begin_inset CommandInset ref
22069 LatexCommand ref
22070 reference "abb:Langer-Abb-Titel"
22071
22072 \end_inset
22073
22074  und Tabelle
22075 \begin_inset space ~
22076 \end_inset
22077
22078
22079 \begin_inset CommandInset ref
22080 LatexCommand ref
22081 reference "tab:Langer-Tab-Titel"
22082
22083 \end_inset
22084
22085  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22086  werden:
22087 \end_layout
22088
22089 \begin_layout Standard
22090
22091 \series bold
22092
22093 \backslash
22094 usepackage[tableposition=top]{caption}
22095 \begin_inset Newline newline
22096 \end_inset
22097
22098
22099 \backslash
22100 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22101 \begin_inset Newline newline
22102 \end_inset
22103
22104
22105 \begin_inset ERT
22106 status collapsed
22107
22108 \begin_layout Plain Layout
22109
22110
22111 \backslash
22112 hphantom{
22113 \backslash
22114
22115 \backslash
22116 captionsetup[figure]
22117 \backslash
22118 {}
22119 \end_layout
22120
22121 \end_inset
22122
22123  labelsep=period}
22124 \begin_inset Newline newline
22125 \end_inset
22126
22127
22128 \backslash
22129 captionsetup[table]{labelfont={bf,sf}}
22130 \end_layout
22131
22132 \begin_layout Standard
22133 \begin_inset Note Greyedout
22134 status open
22135
22136 \begin_layout Plain Layout
22137
22138 \series bold
22139 Bemerkung:
22140 \series default
22141  Die Option 
22142 \series bold
22143 tableposition=top
22144 \series default
22145  hat keine Auswirkung, wenn eine 
22146 \series bold
22147 koma-script
22148 \series default
22149
22150 \begin_inset Index
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 LaTeX-Pakete ! koma-script
22155 \end_layout
22156
22157 \end_inset
22158
22159 -Dokumentklasse verwendet wird.
22160  Hier muss die Option 
22161 \series bold
22162 tablecaptionabove
22163 \series default
22164  benutzt werden.
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \begin_layout Standard
22173 Weitere Informationen über das Paket
22174 \series bold
22175  caption
22176 \series default
22177  finden Sie in seiner Dokumentation 
22178 \begin_inset CommandInset citation
22179 LatexCommand cite
22180 key "caption"
22181
22182 \end_inset
22183
22184 .
22185 \end_layout
22186
22187 \begin_layout Standard
22188 Wenn Sie den Namen von 
22189 \begin_inset Quotes gld
22190 \end_inset
22191
22192 Abbildung
22193 \begin_inset Quotes grd
22194 \end_inset
22195
22196  auf 
22197 \begin_inset Quotes gld
22198 \end_inset
22199
22200 Bild
22201 \begin_inset Quotes grd
22202 \end_inset
22203
22204  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22205 \end_layout
22206
22207 \begin_layout Standard
22208
22209 \series bold
22210
22211 \backslash
22212 renewcommand{
22213 \backslash
22214 fnum@figure}{Bild~
22215 \backslash
22216 thefigure}
22217 \end_layout
22218
22219 \begin_layout Standard
22220 wobei 
22221 \series bold
22222
22223 \backslash
22224 thefigure
22225 \series default
22226  die Bildnummer einsetzt und
22227 \series bold
22228  ~
22229 \series default
22230  ein geschütztes Leerzeichen ist.
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset VSpace bigskip
22235 \end_inset
22236
22237 Wenn Sie eine 
22238 \series bold
22239 koma-script
22240 \series default
22241
22242 \begin_inset Index
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246 LaTeX-Pakete ! koma-script
22247 \end_layout
22248
22249 \end_inset
22250
22251 -Dokumentklasse (
22252 \family sans
22253 article (koma-script)
22254 \family default
22255
22256 \family sans
22257 book (koma-script)
22258 \family default
22259
22260 \family sans
22261 letter (koma-script)
22262 \family default
22263  oder 
22264 \family sans
22265 report (koma-script)
22266 \family default
22267 ) benutzen, können Sie anstatt des 
22268 \series bold
22269 caption
22270 \series default
22271 -Paketes den eingebauten Befehl 
22272 \series bold
22273
22274 \backslash
22275 setkomafont
22276 \series default
22277  von 
22278 \series bold
22279 koma-script
22280 \series default
22281  benutzen.
22282  Der Befehl
22283 \end_layout
22284
22285 \begin_layout Standard
22286
22287 \series bold
22288
22289 \backslash
22290 setkomafont{captionlabel}{
22291 \backslash
22292 bfseries}
22293 \end_layout
22294
22295 \begin_layout Standard
22296 im LaTeX-Vorspann druckt den Namen fett.
22297 \end_layout
22298
22299 \begin_layout Standard
22300 Weitere Informationen über 
22301 \series bold
22302
22303 \backslash
22304 setkomafont
22305 \series default
22306  finden Sie in der 
22307 \series bold
22308 koma-script
22309 \series default
22310 -Do\SpecialChar \-
22311 ku\SpecialChar \-
22312 men\SpecialChar \-
22313 ta\SpecialChar \-
22314 tion 
22315 \begin_inset CommandInset citation
22316 LatexCommand cite
22317 key "koma-script"
22318
22319 \end_inset
22320
22321 .
22322 \end_layout
22323
22324 \begin_layout Standard
22325 \begin_inset ERT
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329
22330
22331 \backslash
22332 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22333 }
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \begin_inset Note Note
22340 status open
22341
22342 \begin_layout Plain Layout
22343 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset Float figure
22353 placement !p
22354 wide false
22355 sideways false
22356 status open
22357
22358 \begin_layout Plain Layout
22359 \align center
22360 \begin_inset Graphics
22361         filename ../clipart/mobius.eps
22362         lyxscale 50
22363         scale 50
22364         scaleBeforeRotation
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Caption
22373
22374 \begin_layout Plain Layout
22375 \begin_inset CommandInset label
22376 LatexCommand label
22377 name "abb:Langer-Abb-Titel"
22378
22379 \end_inset
22380
22381 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22382  ist, um das andere Beschriftungsformat zu zeigen.
22383  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22384 \begin_inset OptArg
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22389  ist.
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \begin_layout Standard
22408 \begin_inset ERT
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412
22413
22414 \backslash
22415 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22416 on}
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \begin_layout Standard
22425 \begin_inset Float table
22426 placement !p
22427 wide false
22428 sideways false
22429 status open
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Caption
22433
22434 \begin_layout Plain Layout
22435 \begin_inset CommandInset label
22436 LatexCommand label
22437 name "tab:Langer-Tab-Titel"
22438
22439 \end_inset
22440
22441 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22442  ist, um das andere Beschriftungsformat zu zeigen.
22443  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22444  benutzt.
22445 \begin_inset OptArg
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22450  ist.
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Plain Layout
22464 \align center
22465 \begin_inset Tabular
22466 <lyxtabular version="3" rows="1" columns="5">
22467 <features>
22468 <column alignment="center" valignment="top" width="0">
22469 <column alignment="center" valignment="top" width="0">
22470 <column alignment="center" valignment="top" width="0">
22471 <column alignment="center" valignment="top" width="0">
22472 <column alignment="center" valignment="top" width="0">
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 a
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 b
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 c
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 d
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 e
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 </lyxtabular>
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Section
22533 Beschriftungs-Platzierung
22534 \begin_inset CommandInset label
22535 LatexCommand label
22536 name "abs:Titel-Platzierung"
22537
22538 \end_inset
22539
22540
22541 \begin_inset Index
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545 Gleitobjekte ! Beschriftung ! Platzierung
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Standard
22554 Normalerweise werden die Beschriftungen wie folgt platziert:
22555 \end_layout
22556
22557 \begin_layout Description
22558 Abbildung: darunter
22559 \end_layout
22560
22561 \begin_layout Description
22562 Tabelle: darüber
22563 \end_layout
22564
22565 \begin_layout Standard
22566 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22567  Das heißt wenn Sie eine der Dokument-Klassen 
22568 \family sans
22569 article
22570 \family default
22571
22572 \family sans
22573 book
22574 \family default
22575
22576 \family sans
22577 letter
22578 \family default
22579  oder 
22580 \family sans
22581 report
22582 \family default
22583  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22584  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22585 \series bold
22586 caption
22587 \series default
22588  im LaTeX-Vorspann folgendes schreiben:
22589 \begin_inset Foot
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593 In Abschnitt
22594 \begin_inset space ~
22595 \end_inset
22596
22597
22598 \begin_inset CommandInset ref
22599 LatexCommand ref
22600 reference "abs:Titel-Formatierung"
22601
22602 \end_inset
22603
22604  steht mehr über das Paket 
22605 \series bold
22606 caption
22607 \series default
22608 .
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Standard
22617
22618 \series bold
22619 tableposition=top
22620 \end_layout
22621
22622 \begin_layout Standard
22623 Wenn Sie eine 
22624 \series bold
22625 koma-script
22626 \series default
22627
22628 \begin_inset Index
22629 status collapsed
22630
22631 \begin_layout Plain Layout
22632 LaTeX-Pakete ! koma-script
22633 \end_layout
22634
22635 \end_inset
22636
22637 -Dokumentklasse (
22638 \family sans
22639 article (koma-script)
22640 \family default
22641
22642 \family sans
22643 book (koma-script)
22644 \family default
22645
22646 \family sans
22647 letter (koma-script)
22648 \family default
22649  oder 
22650 \family sans
22651 report (koma-script)
22652 \family default
22653 ) benutzen, können Sie alternativ zum 
22654 \series bold
22655 caption
22656 \series default
22657 -Paket die Option 
22658 \series bold
22659 tablecaptionabove
22660 \series default
22661  benutzen.
22662 \end_layout
22663
22664 \begin_layout Standard
22665 \begin_inset VSpace bigskip
22666 \end_inset
22667
22668 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22669  Das bewirkt das LaTeX-Paket 
22670 \series bold
22671 sidecap
22672 \series default
22673
22674 \begin_inset Index
22675 status collapsed
22676
22677 \begin_layout Plain Layout
22678 LaTeX-Pakete ! sidecap
22679 \end_layout
22680
22681 \end_inset
22682
22683 , das so in den LaTeX-Vorspann geladen wird:
22684 \end_layout
22685
22686 \begin_layout Standard
22687
22688 \series bold
22689
22690 \backslash
22691 usepackage[Option]{sidecap}
22692 \end_layout
22693
22694 \begin_layout Standard
22695 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22696  Mit 
22697 \series bold
22698 innercaption
22699 \series default
22700  wird die Beschriftung innen gedruckt.
22701  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22702  
22703 \series bold
22704 rightcaption
22705 \series default
22706  oder 
22707 \series bold
22708 leftcaption
22709 \series default
22710 .
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset ERT
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718
22719
22720 \backslash
22721 ifsidecap
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \begin_inset Note Note
22728 status open
22729
22730 \begin_layout Plain Layout
22731 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22732 \series bold
22733 sidecap
22734 \series default
22735  installiert ist.
22736 \end_layout
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \begin_layout Standard
22744 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22745  in den LaTeX-Vorspann schreiben:
22746 \end_layout
22747
22748 \begin_layout Standard
22749
22750 \lyxline
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 newcommand{
22760 \backslash
22761 TabBesBeg}{%
22762 \begin_inset Newline newline
22763 \end_inset
22764
22765
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770
22771
22772 \backslash
22773 hphantom{ }
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \backslash
22780 let
22781 \backslash
22782 MyTable
22783 \backslash
22784 table
22785 \begin_inset Newline newline
22786 \end_inset
22787
22788
22789 \begin_inset ERT
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793
22794
22795 \backslash
22796 hphantom{ }
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \backslash
22803 let
22804 \backslash
22805 MyEndtable
22806 \backslash
22807 endtable
22808 \begin_inset Newline newline
22809 \end_inset
22810
22811
22812 \begin_inset ERT
22813 status collapsed
22814
22815 \begin_layout Plain Layout
22816
22817
22818 \backslash
22819 hphantom{ }
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \backslash
22826 renewenvironment{table}{
22827 \backslash
22828 begin{SCtable}}{
22829 \backslash
22830 end{SCtable}}}
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 newcommand{
22839 \backslash
22840 TabBesEnd}{%
22841 \begin_inset Newline newline
22842 \end_inset
22843
22844
22845 \begin_inset ERT
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849
22850
22851 \backslash
22852 hphantom{ }
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \backslash
22859 let
22860 \backslash
22861 table
22862 \backslash
22863 MyTable
22864 \begin_inset Newline newline
22865 \end_inset
22866
22867
22868 \begin_inset ERT
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 hphantom{ }
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \backslash
22882 let
22883 \backslash
22884 endtable
22885 \backslash
22886 MyEndtable
22887 \end_layout
22888
22889 \begin_layout Standard
22890
22891 \series bold
22892
22893 \backslash
22894 newcommand{
22895 \backslash
22896 FigBesBeg}{%
22897 \begin_inset Newline newline
22898 \end_inset
22899
22900
22901 \begin_inset ERT
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905
22906
22907 \backslash
22908 hphantom{ }
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \backslash
22915 let
22916 \backslash
22917 MyFigure
22918 \backslash
22919 figure
22920 \begin_inset Newline newline
22921 \end_inset
22922
22923
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928
22929
22930 \backslash
22931 hphantom{ }
22932 \end_layout
22933
22934 \end_inset
22935
22936
22937 \backslash
22938 let
22939 \backslash
22940 MyEndfigure
22941 \backslash
22942 endfigure
22943 \begin_inset Newline newline
22944 \end_inset
22945
22946
22947 \begin_inset ERT
22948 status collapsed
22949
22950 \begin_layout Plain Layout
22951
22952
22953 \backslash
22954 hphantom{ }
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \backslash
22961 renewenvironment{figure}{
22962 \backslash
22963 begin{SCfigure}}{
22964 \backslash
22965 end{SCfigure}}}
22966 \end_layout
22967
22968 \begin_layout Standard
22969
22970 \series bold
22971
22972 \backslash
22973 newcommand{
22974 \backslash
22975 FigBesEnd}{%
22976 \begin_inset Newline newline
22977 \end_inset
22978
22979
22980 \begin_inset ERT
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985
22986 \backslash
22987 hphantom{ }
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \backslash
22994 let
22995 \backslash
22996 figure
22997 \backslash
22998 MyFigure
22999 \begin_inset Newline newline
23000 \end_inset
23001
23002
23003 \begin_inset ERT
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007
23008
23009 \backslash
23010 hphantom{ }
23011 \end_layout
23012
23013 \end_inset
23014
23015
23016 \backslash
23017 let
23018 \backslash
23019 endfigure
23020 \backslash
23021 MyEndfigure}
23022 \series default
23023
23024 \lyxline
23025
23026 \end_layout
23027
23028 \begin_layout Standard
23029 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23030 ungen seitlich gedruckt werden.
23031  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \series bold
23037
23038 \backslash
23039 FigBesBeg
23040 \end_layout
23041
23042 \begin_layout Standard
23043 als TeX-Code vor und
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049
23050 \backslash
23051 FigBesEnd
23052 \end_layout
23053
23054 \begin_layout Standard
23055 hinter das Gleitobjekt.
23056  Bei Gleitobjekt-Tabellen heißen die Befehle
23057 \end_layout
23058
23059 \begin_layout Standard
23060
23061 \series bold
23062
23063 \backslash
23064 TabBesBeg
23065 \series default
23066  und 
23067 \series bold
23068
23069 \backslash
23070 TabBesEnd
23071 \series default
23072 .
23073 \end_layout
23074
23075 \begin_layout Standard
23076 Abbildung
23077 \begin_inset space ~
23078 \end_inset
23079
23080
23081 \begin_inset CommandInset ref
23082 LatexCommand ref
23083 reference "abb:Beschriftung-neben"
23084
23085 \end_inset
23086
23087  und Tabelle
23088 \begin_inset space ~
23089 \end_inset
23090
23091
23092 \begin_inset CommandInset ref
23093 LatexCommand ref
23094 reference "tab:cap-beside-tab"
23095
23096 \end_inset
23097
23098  sind Beispiele für seitliche Beschriftungen.
23099 \end_layout
23100
23101 \begin_layout Standard
23102 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23103  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23104  der Abbildung.
23105  Das kann man mit dem Befehl
23106 \end_layout
23107
23108 \begin_layout Standard
23109
23110 \series bold
23111
23112 \backslash
23113 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23114 \end_layout
23115
23116 \begin_layout Standard
23117 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23118  Der Gleitobjekt-Typ ist entweder 
23119 \family sans
23120 figure
23121 \family default
23122  oder 
23123 \family sans
23124 table
23125 \family default
23126 , die
23127 \family sans
23128  
23129 \family default
23130 Platzierung ist 
23131 \family typewriter
23132 t
23133 \family default
23134  für oben, 
23135 \family typewriter
23136 c
23137 \family default
23138  für zentriert oder 
23139 \family typewriter
23140 b
23141 \family default
23142  für unten.
23143  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23144  lautet der Befehl
23145 \end_layout
23146
23147 \begin_layout Standard
23148
23149 \series bold
23150
23151 \backslash
23152 sidecaptionvpos{figure}{c}
23153 \end_layout
23154
23155 \begin_layout Standard
23156 Das wurde in Abbildung
23157 \begin_inset space ~
23158 \end_inset
23159
23160
23161 \begin_inset CommandInset ref
23162 LatexCommand ref
23163 reference "abb:cap-beside-fig-2"
23164
23165 \end_inset
23166
23167  benutzt.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 \begin_inset VSpace medskip
23172 \end_inset
23173
23174 Weitere Informationen über das Paket
23175 \series bold
23176  sidecap
23177 \series default
23178  finden Sie in seiner Dokumentation 
23179 \begin_inset CommandInset citation
23180 LatexCommand cite
23181 key "sidecap"
23182
23183 \end_inset
23184
23185 .
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset Note Greyedout
23190 status open
23191
23192 \begin_layout Plain Layout
23193
23194 \series bold
23195 Bemerkung:
23196 \series default
23197  Das LaTeX-Paket 
23198 \series bold
23199 hypcap
23200 \series default
23201 ,
23202 \begin_inset Index
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206 LaTeX-Pakete ! hypcap
23207 \end_layout
23208
23209 \end_inset
23210
23211  das in Abschnitt
23212 \begin_inset space ~
23213 \end_inset
23214
23215
23216 \begin_inset CommandInset ref
23217 LatexCommand ref
23218 reference "uab:Querverweis-Position"
23219
23220 \end_inset
23221
23222  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23223  Beschriftungen.
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 FigBesBeg 
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 \begin_inset Float figure
23249 wide false
23250 sideways false
23251 status open
23252
23253 \begin_layout Plain Layout
23254 \begin_inset Graphics
23255         filename ../clipart/escher-lsd.eps
23256         scale 75
23257         scaleBeforeRotation
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Caption
23266
23267 \begin_layout Plain Layout
23268 \begin_inset CommandInset label
23269 LatexCommand label
23270 name "abb:Beschriftung-neben"
23271
23272 \end_inset
23273
23274 Dies ist eine Beschriftung neben einer Abbildung.
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 \begin_inset ERT
23289 status collapsed
23290
23291 \begin_layout Plain Layout
23292
23293
23294 \backslash
23295 TabBesBeg 
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset Float table
23305 wide false
23306 sideways false
23307 status open
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Caption
23311
23312 \begin_layout Plain Layout
23313 \begin_inset CommandInset label
23314 LatexCommand label
23315 name "tab:cap-beside-tab"
23316
23317 \end_inset
23318
23319 Dies ist eine Beschriftung neben einer Tabelle.
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Tabular
23329 <lyxtabular version="3" rows="4" columns="5">
23330 <features>
23331 <column alignment="center" valignment="top" width="0">
23332 <column alignment="center" valignment="top" width="0">
23333 <column alignment="center" valignment="top" width="0">
23334 <column alignment="center" valignment="top" width="0">
23335 <column alignment="center" valignment="top" width="0">
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 a
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 b
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 c
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 d
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 e
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 f
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 g
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 h
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 i
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 j
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 </lyxtabular>
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \begin_layout Standard
23537 \begin_inset ERT
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541
23542
23543 \backslash
23544 TabBesEnd
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Standard
23553 \begin_inset ERT
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557
23558
23559 \backslash
23560 sidecaptionvpos{figure}{c}
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset Float figure
23567 wide false
23568 sideways false
23569 status open
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Graphics
23573         filename ../clipart/escher-lsd.eps
23574         scale 75
23575         scaleBeforeRotation
23576
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \begin_layout Plain Layout
23583 \begin_inset Caption
23584
23585 \begin_layout Plain Layout
23586 \begin_inset CommandInset label
23587 LatexCommand label
23588 name "abb:cap-beside-fig-2"
23589
23590 \end_inset
23591
23592 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset ERT
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610
23611
23612 \backslash
23613 FigBesEnd
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \begin_layout Standard
23622 \begin_inset ERT
23623 status collapsed
23624
23625 \begin_layout Plain Layout
23626
23627
23628 \backslash
23629 else
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \begin_inset Note Note
23636 status open
23637
23638 \begin_layout Plain Layout
23639 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23640 \series bold
23641 sidecap
23642 \series default
23643  nicht installiert ist:
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \begin_layout Standard
23652 Das LaTeX-Paket 
23653 \series bold
23654 sidecap
23655 \series default
23656  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Plain Layout
23664
23665
23666 \backslash
23667 fi
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Section
23676 Gleitobjekt-Verzeichnisse
23677 \begin_inset CommandInset label
23678 LatexCommand label
23679 name "abs:Gleitobjekt-Verzeichnisse"
23680
23681 \end_inset
23682
23683
23684 \begin_inset Index
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688 Gleitobjekte ! Verzeichnisse
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \begin_layout Standard
23697 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23698  Sie können mit den Untermenüs von 
23699 \family sans
23700 Einfügen\SpecialChar \menuseparator
23701 Liste
23702 \begin_inset space ~
23703 \end_inset
23704
23705 /
23706 \begin_inset space ~
23707 \end_inset
23708
23709 Inhaltsverzeichnis
23710 \family default
23711  eingefügt werden.
23712 \end_layout
23713
23714 \begin_layout Standard
23715 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23716  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23717 \end_layout
23718
23719 \begin_layout Standard
23720 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23721  und ein Tabellen-Verzeichnis.
23722 \end_layout
23723
23724 \begin_layout Chapter
23725 Notizen
23726 \end_layout
23727
23728 \begin_layout Section
23729 LyX-Notizen
23730 \begin_inset CommandInset label
23731 LatexCommand label
23732 name "abs:LyX-Notizen"
23733
23734 \end_inset
23735
23736
23737 \begin_inset Index
23738 status collapsed
23739
23740 \begin_layout Plain Layout
23741 Notizen ! LyX-Notizen
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \begin_layout Standard
23750 Notizen werden mit einem Klick auf 
23751 \begin_inset Graphics
23752         filename ../../images/note-insert.png
23753         scale 85
23754         scaleBeforeRotation
23755         BoundingBox 0bp 6bp 22bp 22bp
23756
23757 \end_inset
23758
23759  oder 
23760 \family sans
23761 Einfügen\SpecialChar \menuseparator
23762 Notiz
23763 \family default
23764  eingefügt.
23765  Es gibt drei Arten:
23766 \end_layout
23767
23768 \begin_layout Description
23769 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23770  Eine 
23771 \family sans
23772 LyX-Notiz
23773 \family default
23774  sieht so aus:
23775 \begin_inset Newline newline
23776 \end_inset
23777
23778
23779 \begin_inset Newline newline
23780 \end_inset
23781
23782
23783 \begin_inset Graphics
23784         filename clipart/LyXNotizQt4.png
23785         display false
23786         scale 60
23787         scaleBeforeRotation
23788
23789 \end_inset
23790
23791  
23792 \begin_inset Note Note
23793 status open
23794
23795 \begin_layout Plain Layout
23796 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Description
23805 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23806  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23807 \family sans
23808 Datei\SpecialChar \menuseparator
23809 Ex\SpecialChar \-
23810 por\SpecialChar \-
23811 tie\SpecialChar \-
23812 ren\SpecialChar \menuseparator
23813 LaTe
23814 \begin_inset ERT
23815 status collapsed
23816
23817 \begin_layout Plain Layout
23818
23819 {}
23820 \end_layout
23821
23822 \end_inset
23823
23824 X (pdflatex) / (normal)
23825 \family default
23826 .
23827  Ein Kommentar sieht so aus:
23828 \begin_inset Newline newline
23829 \end_inset
23830
23831
23832 \begin_inset Newline newline
23833 \end_inset
23834
23835
23836 \begin_inset Graphics
23837         filename clipart/KommentarQt4.png
23838         display false
23839         scale 60
23840         scaleBeforeRotation
23841
23842 \end_inset
23843
23844  
23845 \begin_inset Note Comment
23846 status open
23847
23848 \begin_layout Plain Layout
23849 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Description
23858 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23859 \begin_inset Newline newline
23860 \end_inset
23861
23862
23863 \begin_inset Newline newline
23864 \end_inset
23865
23866
23867 \begin_inset Graphics
23868         filename clipart/GrauschriftNotizQt4.png
23869         display false
23870         scale 60
23871         scaleBeforeRotation
23872
23873 \end_inset
23874
23875
23876 \begin_inset Newline newline
23877 \end_inset
23878
23879
23880 \begin_inset ERT
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884
23885
23886 \backslash
23887 renewenvironment{lyxgreyedout}
23888 \end_layout
23889
23890 \begin_layout Plain Layout
23891
23892 {
23893 \backslash
23894 textcolor[gray]{0.4}
23895 \backslash
23896 bgroup}{
23897 \backslash
23898 egroup}
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \begin_inset Note Greyedout
23905 status open
23906
23907 \begin_layout Plain Layout
23908 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23909 \begin_inset Foot
23910 status open
23911
23912 \begin_layout Plain Layout
23913 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \begin_inset ERT
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928
23929
23930 \backslash
23931 renewenvironment{lyxgreyedout}
23932 \end_layout
23933
23934 \begin_layout Plain Layout
23935
23936 {
23937 \backslash
23938 textcolor{blue}
23939 \backslash
23940 bgroup}{
23941 \backslash
23942 egroup}
23943 \end_layout
23944
23945 \end_inset
23946
23947
23948 \begin_inset Note Note
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
23953  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
23954  
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \begin_inset Newline newline
23961 \end_inset
23962
23963
23964 \begin_inset Newline newline
23965 \end_inset
23966
23967 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
23968  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
23969 \end_layout
23970
23971 \begin_layout Standard
23972 \begin_inset VSpace bigskip
23973 \end_inset
23974
23975 Wenn Sie auf den Werzeugleistenknopf 
23976 \begin_inset Graphics
23977         filename ../../images/note-insert.png
23978         scale 85
23979         scaleBeforeRotation
23980         BoundingBox 0bp 6bp 22bp 22bp
23981
23982 \end_inset
23983
23984  klicken, wird zunächst eine 
23985 \family sans
23986 LyX-Notiz
23987 \family default
23988  eingefügt.
23989  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
23990  anderen Möglichkeiten auswählen.
23991  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
23992  Sie ihn und klicken dann auf den Werzeugleistenknopf.
23993  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
23994  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
23995  am Ende der Notiz ist.
23996 \end_layout
23997
23998 \begin_layout Standard
23999 \begin_inset VSpace bigskip
24000 \end_inset
24001
24002 Die Textfarbe der 
24003 \family sans
24004 Grauschrift
24005 \family default
24006 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012
24013 \backslash
24014 renewenvironment{lyxgreyedout}
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018
24019 \begin_inset ERT
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023
24024
24025 \backslash
24026 hphantom{ }
24027 \end_layout
24028
24029 \end_inset
24030
24031 {
24032 \backslash
24033 textcolor{color}
24034 \backslash
24035 bgroup}{
24036 \backslash
24037 egroup}
24038 \end_layout
24039
24040 \begin_layout Standard
24041 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24042 \begin_inset space ~
24043 \end_inset
24044
24045
24046 \begin_inset CommandInset ref
24047 LatexCommand ref
24048 reference "abs:Farbige-Tabellen"
24049
24050 \end_inset
24051
24052  beschrieben.
24053  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24054 \end_layout
24055
24056 \begin_layout Section
24057 Fußnoten
24058 \begin_inset CommandInset label
24059 LatexCommand label
24060 name "abs:Fußnoten"
24061
24062 \end_inset
24063
24064
24065 \begin_inset Index
24066 status collapsed
24067
24068 \begin_layout Plain Layout
24069 Notizen ! Fußnoten
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \begin_inset Index
24076 status collapsed
24077
24078 \begin_layout Plain Layout
24079 Fußnoten
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 Zu dem, was bereits im 
24089 \emph on
24090 Benutzerhandbuch
24091 \emph default
24092  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24093  Eine Fußnotenbox sieht folgendermaßen aus: 
24094 \begin_inset Graphics
24095         filename clipart/FussnoteQt4.png
24096         scale 80
24097         scaleBeforeRotation
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 Hier ist eine Beispielfußnote:
24106 \color black
24107
24108 \begin_inset Foot
24109 status open
24110
24111 \begin_layout Plain Layout
24112 \begin_inset CommandInset label
24113 LatexCommand label
24114 name "fuss:Fußnoten-Beispiel"
24115
24116 \end_inset
24117
24118 Dies ist eine Fußnote.
24119 \end_layout
24120
24121 \end_inset
24122
24123
24124 \end_layout
24125
24126 \begin_layout Standard
24127 \begin_inset ERT
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131
24132
24133 \backslash
24134 newcounter{MyRepeatFoot}
24135 \end_layout
24136
24137 \begin_layout Plain Layout
24138
24139
24140 \backslash
24141 setcounter{MyRepeatFoot}{
24142 \backslash
24143 thefootnote}
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24153  wurde, eine hochgestellte Zahl.
24154  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24155  hochgestellt dem Text vorangeht.
24156  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24157  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24158  werden.
24159 \end_layout
24160
24161 \begin_layout Standard
24162 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24163  der Fußnote eine Marke eingefügt wurde.
24164  Dies ist ein Querverweis auf Fußnote
24165 \begin_inset space ~
24166 \end_inset
24167
24168
24169 \begin_inset CommandInset ref
24170 LatexCommand ref
24171 reference "fuss:Fußnoten-Beispiel"
24172
24173 \end_inset
24174
24175 .
24176 \end_layout
24177
24178 \begin_layout Standard
24179 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24180  siehe Abschnitt
24181 \begin_inset space ~
24182 \end_inset
24183
24184
24185 \begin_inset CommandInset ref
24186 LatexCommand ref
24187 reference "abs:Minipage"
24188
24189 \end_inset
24190
24191 .
24192  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24193 \begin_inset space ~
24194 \end_inset
24195
24196
24197 \begin_inset CommandInset ref
24198 LatexCommand ref
24199 reference "uab:Fußnoten-in-langen"
24200
24201 \end_inset
24202
24203  beschrieben.
24204 \end_layout
24205
24206 \begin_layout Standard
24207 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24208  TeX-Code-Befehl 
24209 \series bold
24210
24211 \backslash
24212 footnotemark[Nummer]
24213 \series default
24214  benutzen.
24215  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24216  mal gedruckt wird.
24217 \end_layout
24218
24219 \begin_layout Standard
24220 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24221  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24222  Hinter Fußnote
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "fuss:Fußnoten-Beispiel"
24230
24231 \end_inset
24232
24233  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24234 \end_layout
24235
24236 \begin_layout Standard
24237
24238 \series bold
24239
24240 \backslash
24241 newcounter{MyRepeatFoot}
24242 \begin_inset Newline newline
24243 \end_inset
24244
24245
24246 \backslash
24247 setcounter{MyRepeatFoot}{
24248 \backslash
24249 thefootnote}
24250 \end_layout
24251
24252 \begin_layout Standard
24253 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24254 \end_layout
24255
24256 \begin_layout Standard
24257
24258 \series bold
24259
24260 \backslash
24261 footnotemark[
24262 \backslash
24263 theMyRepeatFoot]
24264 \end_layout
24265
24266 \begin_layout Standard
24267 Hier ist ein Beispiel für eine Fußnotenmarke:
24268 \family roman
24269 \series medium
24270 \bar no
24271
24272 \begin_inset ERT
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 footnotemark[
24280 \backslash
24281 theMyRepeatFoot]
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \begin_layout Subsection
24290 Fußnoten-Nummerierung
24291 \begin_inset CommandInset label
24292 LatexCommand label
24293 name "uab:Fußnoten-Nummerierung"
24294
24295 \end_inset
24296
24297
24298 \begin_inset Index
24299 status collapsed
24300
24301 \begin_layout Plain Layout
24302 Fußnoten ! Nummerierung
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 Um Fußnoten nach jedem Abschnitt
24312 \family roman
24313  auf 1 zurückzusetzen, 
24314 \family default
24315 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24316 \end_layout
24317
24318 \begin_layout Standard
24319
24320 \series bold
24321
24322 \backslash
24323 @addtoreset{footnote}{section}
24324 \end_layout
24325
24326 \begin_layout Standard
24327 \begin_inset VSpace bigskip
24328 \end_inset
24329
24330 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24331  Zahlen:
24332 \end_layout
24333
24334 \begin_layout Standard
24335
24336 \series bold
24337
24338 \backslash
24339 renewcommand{
24340 \backslash
24341 thefootnote}{
24342 \backslash
24343 roman{footnote}}
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352
24353 \backslash
24354 renewcommand{
24355 \backslash
24356 thefootnote}{
24357 \backslash
24358 roman{footnote}}
24359 \end_layout
24360
24361 \end_inset
24362
24363  Hier ist ein Beispiel für solch eine Fußnote:
24364 \begin_inset Foot
24365 status open
24366
24367 \begin_layout Plain Layout
24368 Dies ist eine Fußnote mit kleinen römischen Zahlen
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \begin_layout Standard
24377 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24378  in obigem Befehl 
24379 \series bold
24380
24381 \backslash
24382 roman
24383 \series default
24384  durch 
24385 \series bold
24386
24387 \backslash
24388 Roman
24389 \series default
24390 .
24391  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24392 \begin_inset Quotes gld
24393 \end_inset
24394
24395 nummerieren
24396 \begin_inset Quotes grd
24397 \end_inset
24398
24399 , verwenden Sie die Befehle 
24400 \series bold
24401
24402 \backslash
24403 Alph
24404 \series default
24405  oder 
24406 \series bold
24407
24408 \backslash
24409 alph
24410 \series default
24411 .
24412  Für die 
24413 \begin_inset Quotes gld
24414 \end_inset
24415
24416 Nummerierung
24417 \begin_inset Quotes grd
24418 \end_inset
24419
24420  mit Symbolen steht der Befehl 
24421 \series bold
24422
24423 \backslash
24424 fnsymbol
24425 \series default
24426  zur Verfügung.
24427 \end_layout
24428
24429 \begin_layout Standard
24430 \begin_inset Note Greyedout
24431 status open
24432
24433 \begin_layout Plain Layout
24434
24435 \series bold
24436 Bemerkung 1:
24437 \series default
24438  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24439  
24440 \emph on
24441 ein
24442 \emph default
24443  Buchstabe verwendet wird.
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \begin_inset Newline newline
24450 \end_inset
24451
24452
24453 \begin_inset Note Greyedout
24454 status open
24455
24456 \begin_layout Plain Layout
24457
24458 \series bold
24459 Bemerkung 2:
24460 \series default
24461  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24462 \end_layout
24463
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24471 \series bold
24472
24473 \backslash
24474 arabic
24475 \series default
24476  anstelle von 
24477 \series bold
24478
24479 \backslash
24480 roman
24481 \series default
24482  in obigem Befehl.
24483 \begin_inset ERT
24484 status collapsed
24485
24486 \begin_layout Plain Layout
24487
24488
24489 \backslash
24490 renewcommand{
24491 \backslash
24492 thefootnote}{
24493 \backslash
24494 arabic{footnote}}
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset VSpace bigskip
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24511 \begin_inset Quotes gld
24512 \end_inset
24513
24514 Kapitel.Fußnote
24515 \begin_inset Quotes grd
24516 \end_inset
24517
24518  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24519 \end_layout
24520
24521 \begin_layout Standard
24522
24523 \series bold
24524
24525 \backslash
24526 numberwithin{footnote}{chapter}
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Um 
24531 \series bold
24532
24533 \backslash
24534 numberwithin
24535 \series default
24536  benutzen zu können, muss in den 
24537 \family sans
24538 Mathe
24539 \begin_inset space ~
24540 \end_inset
24541
24542 Optionen
24543 \family default
24544  der 
24545 \family sans
24546 Dokument-Einstellungen
24547 \family default
24548  
24549 \family sans
24550 AMS
24551 \begin_inset space ~
24552 \end_inset
24553
24554 Mathe
24555 \begin_inset space ~
24556 \end_inset
24557
24558 Paket
24559 \family default
24560
24561 \begin_inset space ~
24562 \end_inset
24563
24564
24565 \family sans
24566 verwenden
24567 \family default
24568  angekreuzt sein.
24569 \begin_inset ERT
24570 status collapsed
24571
24572 \begin_layout Plain Layout
24573
24574
24575 \backslash
24576 numberwithin{footnote}{chapter}
24577 \end_layout
24578
24579 \end_inset
24580
24581  Hier ist ein Beispiel für solch eine Fußnote.
24582 \series bold
24583
24584 \begin_inset Foot
24585 status open
24586
24587 \begin_layout Plain Layout
24588 Dies ist eine Fußnote nach dem Schema 
24589 \begin_inset Quotes gld
24590 \end_inset
24591
24592 Kapitel.Fußnote
24593 \begin_inset Quotes grd
24594 \end_inset
24595
24596 .
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \series default
24603
24604 \begin_inset ERT
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608
24609
24610 \backslash
24611 renewcommand{
24612 \backslash
24613 thefootnote}{
24614 \backslash
24615 arabic{footnote}}
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 \begin_inset Note Greyedout
24625 status open
24626
24627 \begin_layout Plain Layout
24628
24629 \series bold
24630 Bemerkung:
24631 \series default
24632  
24633 \series bold
24634
24635 \backslash
24636 numberwithin
24637 \series default
24638  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24639  werden überschrieben.
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 Um also z.
24649 \begin_inset space \thinspace{}
24650 \end_inset
24651
24652 B.
24653  das Schema 
24654 \begin_inset Quotes gld
24655 \end_inset
24656
24657 Kapitel.
24658 \backslash
24659 Roman{footnote}
24660 \begin_inset Quotes grd
24661 \end_inset
24662
24663  zu erhalten, muss dieser Befehl anstelle von 
24664 \series bold
24665
24666 \backslash
24667 numberwithin
24668 \series default
24669  verwendet werden:
24670 \end_layout
24671
24672 \begin_layout Standard
24673
24674 \series bold
24675
24676 \backslash
24677 renewcommand{
24678 \backslash
24679 thefootnote}{
24680 \backslash
24681 thechapter.
24682 \backslash
24683 Roman{footnote}}
24684 \end_layout
24685
24686 \begin_layout Subsection
24687 Fußnoten-Platzierung
24688 \begin_inset Index
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692 Fußnoten ! Platzierung
24693 \end_layout
24694
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \begin_layout Standard
24701 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24702  ohne Zwischenraum am Ende der Seite gedruckt.
24703  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24704  LaTeX-Vorspann 1.5
24705 \begin_inset space \thinspace{}
24706 \end_inset
24707
24708 mm Zwischenraum einfügen:
24709 \end_layout
24710
24711 \begin_layout Standard
24712
24713 \series bold
24714
24715 \backslash
24716 let
24717 \backslash
24718 myFoot
24719 \backslash
24720 footnote
24721 \begin_inset Newline newline
24722 \end_inset
24723
24724
24725 \backslash
24726 renewcommand{
24727 \backslash
24728 footnote}[1]{
24729 \backslash
24730 myFoot{#1
24731 \backslash
24732 vspace{1.5mm}}}
24733 \end_layout
24734
24735 \begin_layout Standard
24736 \begin_inset VSpace bigskip
24737 \end_inset
24738
24739 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24740  Spalte gedruckt, Abbildung
24741 \begin_inset space ~
24742 \end_inset
24743
24744
24745 \begin_inset CommandInset ref
24746 LatexCommand ref
24747 reference "abb:Standard-Fußnoten-Platzierung-in"
24748
24749 \end_inset
24750
24751 .
24752  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24753  in Abbildung
24754 \begin_inset space ~
24755 \end_inset
24756
24757
24758 \begin_inset CommandInset ref
24759 LatexCommand ref
24760 reference "abb:Fußnoten-Platzierung-in-einem"
24761
24762 \end_inset
24763
24764 , müssen Sie das LaTeX-Paket 
24765 \series bold
24766 ftnright
24767 \series default
24768
24769 \begin_inset Index
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773 LaTeX-Pakete ! ftnright
24774 \end_layout
24775
24776 \end_inset
24777
24778  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24779 \end_layout
24780
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 usepackage{ftnright}
24787 \end_layout
24788
24789 \begin_layout Standard
24790 \begin_inset Float figure
24791 placement !h
24792 wide false
24793 sideways false
24794 status open
24795
24796 \begin_layout Plain Layout
24797 \begin_inset ERT
24798 status collapsed
24799
24800 \begin_layout Plain Layout
24801
24802
24803 \backslash
24804 framebox{
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \begin_inset Graphics
24811         filename ../clipart/without_fntright.pdf
24812         width 100col%
24813         scaleBeforeRotation
24814
24815 \end_inset
24816
24817
24818 \begin_inset ERT
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822
24823 }
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Plain Layout
24832 \begin_inset Caption
24833
24834 \begin_layout Plain Layout
24835 \begin_inset CommandInset label
24836 LatexCommand label
24837 name "abb:Standard-Fußnoten-Platzierung-in"
24838
24839 \end_inset
24840
24841 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24842 \begin_inset OptArg
24843 status open
24844
24845 \begin_layout Plain Layout
24846 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 \begin_inset Float figure
24866 placement !h
24867 wide false
24868 sideways false
24869 status open
24870
24871 \begin_layout Plain Layout
24872 \begin_inset ERT
24873 status collapsed
24874
24875 \begin_layout Plain Layout
24876
24877
24878 \backslash
24879 framebox{
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \begin_inset Graphics
24886         filename ../clipart/with_fntright.pdf
24887         width 100col%
24888         scaleBeforeRotation
24889
24890 \end_inset
24891
24892
24893 \begin_inset ERT
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897
24898 }
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Plain Layout
24907 \begin_inset Caption
24908
24909 \begin_layout Plain Layout
24910 \begin_inset CommandInset label
24911 LatexCommand label
24912 name "abb:Fußnoten-Platzierung-in-einem"
24913
24914 \end_inset
24915
24916 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24917  
24918 \series bold
24919 ftnright
24920 \series default
24921 .
24922 \begin_inset OptArg
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926 Fußnoten-Platzierung mit 
24927 \family typewriter
24928 ftnright
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset VSpace bigskip
24948 \end_inset
24949
24950 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24951  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
24952 \begin_inset space ~
24953 \end_inset
24954
24955
24956 \begin_inset CommandInset ref
24957 LatexCommand ref
24958 reference "abb:endnotes----Die"
24959
24960 \end_inset
24961
24962  gedruckt.
24963  Man nennt sie dann 
24964 \emph on
24965 Endnoten
24966 \emph default
24967 .
24968 \begin_inset Index
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972 Endnoten
24973 \end_layout
24974
24975 \end_inset
24976
24977  Um das zu erreichen, müssen Sie das LaTeX-Paket 
24978 \series bold
24979 endnotes
24980 \series default
24981
24982 \begin_inset Index
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 LaTeX-Pakete ! endnotes
24987 \end_layout
24988
24989 \end_inset
24990
24991  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
24992 \end_layout
24993
24994 \begin_layout Standard
24995
24996 \series bold
24997
24998 \backslash
24999 usepackage{endnotes}
25000 \begin_inset Newline newline
25001 \end_inset
25002
25003
25004 \backslash
25005 let
25006 \backslash
25007 footnote
25008 \backslash
25009 endnote
25010 \end_layout
25011
25012 \begin_layout Standard
25013 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25014 \series bold
25015  
25016 \backslash
25017 theendnotes
25018 \series default
25019  am Ende des Abschnitts oder Kapitels ein.
25020 \end_layout
25021
25022 \begin_layout Standard
25023 \begin_inset Float figure
25024 wide false
25025 sideways false
25026 status open
25027
25028 \begin_layout Plain Layout
25029 \align center
25030 \begin_inset ERT
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034
25035
25036 \backslash
25037 framebox{
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \begin_inset Graphics
25044         filename ../clipart/endnotes.pdf
25045         scaleBeforeRotation
25046
25047 \end_inset
25048
25049
25050 \begin_inset ERT
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054
25055 }
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Plain Layout
25064 \begin_inset Caption
25065
25066 \begin_layout Plain Layout
25067 \begin_inset CommandInset label
25068 LatexCommand label
25069 name "abb:endnotes----Die"
25070
25071 \end_inset
25072
25073
25074 \series bold
25075 endnotes
25076 \series default
25077  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25078  gedruckt.
25079 \begin_inset OptArg
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 \begin_inset CommandInset label
25084 LatexCommand label
25085 name "abb:endnotes----Die"
25086
25087 \end_inset
25088
25089
25090 \series bold
25091 endnotes
25092 \series default
25093  -- Die Fußnoten werden am Ende gedruckt
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset VSpace medskip
25113 \end_inset
25114
25115 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25116 ache übersetzt.
25117  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25118 \begin_inset Quotes gld
25119 \end_inset
25120
25121 Notes 
25122 \begin_inset Quotes grd
25123 \end_inset
25124
25125 in 
25126 \begin_inset Quotes gld
25127 \end_inset
25128
25129 Anmerkungen
25130 \begin_inset Quotes grd
25131 \end_inset
25132
25133 :
25134 \end_layout
25135
25136 \begin_layout Standard
25137
25138 \series bold
25139
25140 \backslash
25141 renewcommand{
25142 \backslash
25143 notesname}{Anmerkungen}
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset VSpace medskip
25148 \end_inset
25149
25150 Wenn Sie in den Befehlen von Abschnitt
25151 \begin_inset space ~
25152 \end_inset
25153
25154
25155 \begin_inset CommandInset ref
25156 LatexCommand ref
25157 reference "uab:Fußnoten-Nummerierung"
25158
25159 \end_inset
25160
25161  
25162 \series bold
25163
25164 \backslash
25165 thefootnote
25166 \series default
25167  durch 
25168 \series bold
25169
25170 \backslash
25171 theendnote
25172 \series default
25173  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25174  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25175 \series bold
25176
25177 \backslash
25178 @addtoreset
25179 \series default
25180  wie in Abschnitt
25181 \begin_inset space \space{}
25182 \end_inset
25183
25184
25185 \begin_inset CommandInset ref
25186 LatexCommand ref
25187 reference "uab:Fußnoten-Nummerierung"
25188
25189 \end_inset
25190
25191  beschrieben und ersetzen 
25192 \series bold
25193 footnote
25194 \series default
25195  durch 
25196 \series bold
25197 endnote
25198 \series default
25199 .
25200 \end_layout
25201
25202 \begin_layout Standard
25203 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25204  
25205 \series bold
25206
25207 \backslash
25208 endnotemark[Nummer]
25209 \series default
25210  ähnlich wie 
25211 \series bold
25212
25213 \backslash
25214 footnotemark
25215 \series default
25216  Abschnitt
25217 \begin_inset space ~
25218 \end_inset
25219
25220
25221 \begin_inset CommandInset ref
25222 LatexCommand ref
25223 reference "abs:Fußnoten"
25224
25225 \end_inset
25226
25227 .
25228 \end_layout
25229
25230 \begin_layout Standard
25231 \begin_inset VSpace bigskip
25232 \end_inset
25233
25234 Mit dem LaTeX-Paket 
25235 \series bold
25236 footmisc
25237 \series default
25238
25239 \begin_inset Index
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 LaTeX-Pakete ! footmisc
25244 \end_layout
25245
25246 \end_inset
25247
25248  (
25249 \begin_inset CommandInset citation
25250 LatexCommand cite
25251 key "footmisc"
25252
25253 \end_inset
25254
25255 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25256 \end_layout
25257
25258 \begin_layout Standard
25259 In LaTeX-Büchern, 
25260 \begin_inset CommandInset citation
25261 LatexCommand cite
25262 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25263
25264 \end_inset
25265
25266 , finden Sie weiteres zu Fußnoten.
25267 \end_layout
25268
25269 \begin_layout Section
25270 Randnotizen
25271 \begin_inset Index
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275 Randnotizen
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \begin_inset Index
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 Notizen ! Randnotizen
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25295  Sie fügen sie mit einem Klick auf den Schalter 
25296 \begin_inset Graphics
25297         filename ../../images/marginalnote-insert.png
25298         scale 70
25299         scaleBeforeRotation
25300
25301 \end_inset
25302
25303  oder über 
25304 \family sans
25305 Einfügen\SpecialChar \menuseparator
25306 Randnotiz
25307 \family default
25308  ein.
25309  Ein graues Kästchen mit der Aufschrift 
25310 \begin_inset Quotes gld
25311 \end_inset
25312
25313 Rand
25314 \begin_inset Quotes grd
25315 \end_inset
25316
25317  erscheint
25318 \family roman
25319 \series medium
25320 , und dort, wo der Cursor steht, können Sie Text eingeben.
25321 \end_layout
25322
25323 \begin_layout Standard
25324 Hier am Rand sehen Sie eine Randnotiz.
25325  
25326 \begin_inset Marginal
25327 status open
25328
25329 \begin_layout Plain Layout
25330 Dies ist eine Randnotiz.
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25340  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25341  Seiten und rechts auf den ungeraden.
25342  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25343  wird und umgekehrt.
25344  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25345  wurde.
25346 \end_layout
25347
25348 \begin_layout Standard
25349 \begin_inset VSpace bigskip
25350 \end_inset
25351
25352 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25353 \end_layout
25354
25355 \begin_layout Standard
25356
25357 \series bold
25358
25359 \backslash
25360 reversemarginpar
25361 \end_layout
25362
25363 \begin_layout Standard
25364 als TeX-Code vor einer Randnotiz ein.
25365  Das gilt dann für alle folgenden Randnotizen.
25366  
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 reversemarginpar 
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \begin_inset Marginal
25381 status open
25382
25383 \begin_layout Plain Layout
25384 Hier ist ein Beispiel im inneren Rand.
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \begin_inset Newline newline
25391 \end_inset
25392
25393
25394 \begin_inset Note Greyedout
25395 status open
25396
25397 \begin_layout Plain Layout
25398  
25399 \series bold
25400 Achtung:
25401 \series default
25402  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25412 \end_layout
25413
25414 \begin_layout Standard
25415
25416 \series bold
25417
25418 \backslash
25419 normalmarginpar
25420 \end_layout
25421
25422 \begin_layout Standard
25423 als TeX-Code ein.
25424 \begin_inset ERT
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428
25429
25430 \backslash
25431 normalmarginpar 
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset Note Greyedout
25441 status open
25442
25443 \begin_layout Plain Layout
25444
25445 \series bold
25446 Achtung:
25447 \series default
25448  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25449 \series bold
25450
25451 \backslash
25452 reversemarginpar
25453 \series default
25454  verwendet wird.
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 \begin_inset VSpace bigskip
25464 \end_inset
25465
25466
25467 \begin_inset Marginal
25468 status open
25469
25470 \begin_layout Plain Layout
25471
25472 \family roman
25473 \series medium
25474 EinSehrLangesWort am Anfang, das umgebrochen wird.
25475 \end_layout
25476
25477 \end_inset
25478
25479  Ähnlich wie in Abschnitt
25480 \begin_inset space ~
25481 \end_inset
25482
25483
25484 \begin_inset CommandInset ref
25485 LatexCommand ref
25486 reference "uab:Mehrfache-Zeilen-in"
25487
25488 \end_inset
25489
25490  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25491  Wort der Randnotiz sind.
25492  Um das zu vermeiden, fügen sie 0
25493 \begin_inset space \thinspace{}
25494 \end_inset
25495
25496 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25497 \begin_inset Marginal
25498 status open
25499
25500 \begin_layout Plain Layout
25501 \begin_inset space \hspace{}
25502 \length 0pt
25503 \end_inset
25504
25505
25506 \family roman
25507 \series medium
25508 EinSehrLangesWort am Anfang, das umgebrochen wird.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 \begin_inset VSpace bigskip
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 \begin_inset Note Greyedout
25525 status open
25526
25527 \begin_layout Plain Layout
25528
25529 \series bold
25530 Bemerkung:
25531 \series default
25532  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25533  verwendet werden.
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 \begin_inset VSpace bigskip
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Standard
25549 \begin_inset ERT
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553
25554
25555 \backslash
25556 ifmarginnote
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \begin_inset Note Note
25563 status open
25564
25565 \begin_layout Plain Layout
25566 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25567 \series bold
25568 marginnote
25569 \series default
25570  installiert ist.
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25580 \series bold
25581 marginnote
25582 \series default
25583
25584 \begin_inset Index
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588 LaTeX-Pakete ! marginnote
25589 \end_layout
25590
25591 \end_inset
25592
25593  verwendet wird.
25594  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25595  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25596  des Pakets 
25597 \series bold
25598 marginnote
25599 \series default
25600  für Randnotizen verwendet wird:
25601 \end_layout
25602
25603 \begin_layout Standard
25604
25605 \series bold
25606
25607 \backslash
25608 usepackage{marginnote}
25609 \begin_inset Newline newline
25610 \end_inset
25611
25612
25613 \backslash
25614 let
25615 \backslash
25616 marginpar
25617 \backslash
25618 marginnote
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Dies wird auch in diesem Dokument verwendet, denn 
25623 \series bold
25624 marginnote
25625 \series default
25626  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25627  für Randnotizen angeben.
25628  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25629 n zu dicht beieinander sind.
25630  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25631  Schema
25632 \end_layout
25633
25634 \begin_layout Standard
25635
25636 \series bold
25637 [Versatz]
25638 \end_layout
25639
25640 \begin_layout Standard
25641 angegeben.
25642  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25643 \begin_inset space ~
25644 \end_inset
25645
25646
25647 \begin_inset CommandInset ref
25648 LatexCommand ref
25649 reference "tab:Maßeinheiten"
25650
25651 \end_inset
25652
25653  aufgelistet sind.
25654  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25655  nach unten.
25656  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25657 \begin_inset space \thinspace{}
25658 \end_inset
25659
25660 cm mit dem TeX-Code-Befehl  
25661 \begin_inset Quotes gld
25662 \end_inset
25663
25664
25665 \series bold
25666 [-1.5cm]
25667 \series default
25668
25669 \begin_inset Quotes grd
25670 \end_inset
25671
25672  nach oben versetzt.
25673 \begin_inset Marginal
25674 status open
25675
25676 \begin_layout Plain Layout
25677 Diese Randnotiz ist 1.5
25678 \begin_inset space \thinspace{}
25679 \end_inset
25680
25681 cm von ihrer Originalposition nach oben versetzt.
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691
25692 [-1.5cm]
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Standard
25701 \begin_inset VSpace medskip
25702 \end_inset
25703
25704 Mit 
25705 \series bold
25706 marginnote
25707 \series default
25708  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25709  Zum Beispiel setzen die Befehle
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \series bold
25715
25716 \backslash
25717 renewcommand*{
25718 \backslash
25719 raggedleftmarginnote}{
25720 \backslash
25721 centering}
25722 \begin_inset Newline newline
25723 \end_inset
25724
25725
25726 \backslash
25727 renewcommand*{
25728 \backslash
25729 raggedrightmarginnote}{
25730 \backslash
25731 centering}
25732 \end_layout
25733
25734 \begin_layout Standard
25735 die Ausrichtung auf zentriert.
25736  
25737 \series bold
25738
25739 \backslash
25740 raggedleftmarginnote
25741 \series default
25742  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25743  
25744 \begin_inset ERT
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748
25749
25750 \backslash
25751 renewcommand*{
25752 \backslash
25753 raggedleftmarginnote}{
25754 \backslash
25755 centering}
25756 \end_layout
25757
25758 \begin_layout Plain Layout
25759
25760
25761 \backslash
25762 renewcommand*{
25763 \backslash
25764 raggedrightmarginnote}{
25765 \backslash
25766 centering}
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \begin_inset Marginal
25773 status open
25774
25775 \begin_layout Plain Layout
25776 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25777 \end_layout
25778
25779 \end_inset
25780
25781  Die Voreinstellung ist
25782 \end_layout
25783
25784 \begin_layout Standard
25785
25786 \series bold
25787
25788 \backslash
25789 renewcommand*{
25790 \backslash
25791 raggedleftmarginnote}{
25792 \backslash
25793 raggedleft}
25794 \begin_inset Newline newline
25795 \end_inset
25796
25797
25798 \backslash
25799 renewcommand*{
25800 \backslash
25801 raggedrightmarginnote}{
25802 \backslash
25803 raggedright}
25804 \series default
25805
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811
25812 \backslash
25813 renewcommand*{
25814 \backslash
25815 raggedleftmarginnote}{
25816 \backslash
25817 raggedleft}
25818 \end_layout
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 renewcommand*{
25825 \backslash
25826 raggedrightmarginnote}{
25827 \backslash
25828 raggedright}
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \begin_inset VSpace medskip
25838 \end_inset
25839
25840 Für weitere Fähigkeiten des Pakets 
25841 \series bold
25842 marginnote
25843 \series default
25844  sei auf dessen Dokumentation verwiesen 
25845 \begin_inset CommandInset citation
25846 LatexCommand cite
25847 key "marginnote"
25848
25849 \end_inset
25850
25851 .
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset VSpace bigskip
25856 \end_inset
25857
25858 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25859  geändert werden.
25860  Um z.
25861 \begin_inset space \thinspace{}
25862 \end_inset
25863
25864 B.
25865  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25866  und fettgedruckten Text 
25867 \begin_inset Quotes eld
25868 \end_inset
25869
25870
25871 \family sans
25872 \series bold
25873 \bar under
25874 Achtung!
25875 \family default
25876 \series default
25877 \bar default
25878
25879 \begin_inset Quotes erd
25880 \end_inset
25881
25882  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25883 \end_layout
25884
25885 \begin_layout Standard
25886
25887 \series bold
25888
25889 \backslash
25890 let
25891 \backslash
25892 myMarginpar
25893 \backslash
25894 marginpar
25895 \begin_inset Newline newline
25896 \end_inset
25897
25898
25899 \backslash
25900 renewcommand{
25901 \backslash
25902 marginpar}[1]{
25903 \backslash
25904 myMarginpar{%
25905 \begin_inset Newline newline
25906 \end_inset
25907
25908
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 hphantom{ }
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \backslash
25923 hspace{0pt}
25924 \backslash
25925 textsf{
25926 \backslash
25927 textbf{
25928 \backslash
25929 underbar{Achtung!}}}%
25930 \begin_inset Newline newline
25931 \end_inset
25932
25933
25934 \begin_inset ERT
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938
25939
25940 \backslash
25941 hphantom{ }
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \backslash
25948 vspace{1.5mm}
25949 \backslash
25950
25951 \backslash
25952 #1}}
25953 \end_layout
25954
25955 \begin_layout Standard
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 let
25964 \backslash
25965 myMarginpar
25966 \backslash
25967 marginpar
25968 \end_layout
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 renewcommand{
25975 \backslash
25976 marginpar}[1]{
25977 \backslash
25978 myMarginpar{%
25979 \end_layout
25980
25981 \begin_layout Plain Layout
25982
25983    
25984 \backslash
25985 textsf{
25986 \backslash
25987 textbf{
25988 \backslash
25989 underbar{Achtung!}}}%
25990 \end_layout
25991
25992 \begin_layout Plain Layout
25993
25994    
25995 \backslash
25996 vspace{1.5mm}
25997 \backslash
25998
25999 \backslash
26000 #1}}
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \begin_inset Marginal
26007 status open
26008
26009 \begin_layout Plain Layout
26010 Dies ist eine Randnotiz mit einer definierten Überschrift.
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021 [-1.5cm]
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 renewcommand{
26035 \backslash
26036 marginpar}[1]{
26037 \backslash
26038 myMarginpar{#1}}
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \begin_inset Note Note
26045 status open
26046
26047 \begin_layout Plain Layout
26048 Das Format wurde nur für dieses Beispiel geändert.
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset ERT
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061
26062
26063 \backslash
26064 else
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset Note Note
26071 status open
26072
26073 \begin_layout Plain Layout
26074 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26075 \series bold
26076 marginnote
26077 \series default
26078  nicht installiert ist:
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Standard
26087 Das LaTeX-Paket 
26088 \series bold
26089 marginnote
26090 \series default
26091  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset ERT
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099
26100
26101 \backslash
26102 fi
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Chapter
26111 Boxen
26112 \end_layout
26113
26114 \begin_layout Section
26115 Einleitung
26116 \begin_inset Index
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120 Boxen ! Einleitung
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Standard
26129 Boxen werden benutzt, um einen Textblock zu formatieren.
26130  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26131  siehe Abschnitt
26132 \begin_inset space ~
26133 \end_inset
26134
26135
26136 \begin_inset CommandInset ref
26137 LatexCommand ref
26138 reference "abs:Minipage"
26139
26140 \end_inset
26141
26142 , um Text zu umrahmen, siehe Abschnitt
26143 \begin_inset space ~
26144 \end_inset
26145
26146
26147 \begin_inset CommandInset ref
26148 LatexCommand ref
26149 reference "uab:Verzierung"
26150
26151 \end_inset
26152
26153 , um Silbentrennung zu verhindern, siehe Abschnitt
26154 \begin_inset space ~
26155 \end_inset
26156
26157
26158 \begin_inset CommandInset ref
26159 LatexCommand ref
26160 reference "abs:Silbentrennung-unterbinden"
26161
26162 \end_inset
26163
26164 , um Text senkrecht auszurichten, siehe Abschnitt
26165 \begin_inset space ~
26166 \end_inset
26167
26168
26169 \begin_inset CommandInset ref
26170 LatexCommand ref
26171 reference "uab:Vertikale-Ausrichtung"
26172
26173 \end_inset
26174
26175  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26176 \begin_inset space ~
26177 \end_inset
26178
26179
26180 \begin_inset CommandInset ref
26181 LatexCommand ref
26182 reference "abs:Farbige-Boxen"
26183
26184 \end_inset
26185
26186 .
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Boxen werden mit 
26191 \family sans
26192 Einfügen\SpecialChar \menuseparator
26193 Box
26194 \family default
26195  oder dem Schalter 
26196 \begin_inset Graphics
26197         filename ../../images/box-insert.png
26198         scale 70
26199         scaleBeforeRotation
26200
26201 \end_inset
26202
26203  eingefügt.
26204  Ein graues Kästchen mit der Aufschrift 
26205 \begin_inset Quotes gld
26206 \end_inset
26207
26208 Box (Minipage)
26209 \begin_inset Quotes grd
26210 \end_inset
26211
26212  erscheint: 
26213 \begin_inset Graphics
26214         filename clipart/StandardBoxQt4.png
26215         lyxscale 80
26216         scale 60
26217         scaleBeforeRotation
26218
26219 \end_inset
26220
26221 .
26222  Mit einem Rechts\SpecialChar \-
26223 klick auf das graue Kästchen kann der Typ spezifiziert
26224  werden.
26225  Das Dialogfenster bietet bei 
26226 \family sans
26227 Innere
26228 \begin_inset space ~
26229 \end_inset
26230
26231 Box
26232 \family default
26233  die Typen 
26234 \family sans
26235 Parbox
26236 \family default
26237  und 
26238 \family sans
26239 Minipage
26240 \family default
26241  an.
26242  
26243 \family sans
26244 Minipage
26245 \family default
26246  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26247 \begin_inset space ~
26248 \end_inset
26249
26250
26251 \begin_inset CommandInset ref
26252 LatexCommand ref
26253 reference "abs:Minipage"
26254
26255 \end_inset
26256
26257  beschrieben, 
26258 \family sans
26259 Parbox
26260 \family default
26261  in Abschnitt
26262 \begin_inset space ~
26263 \end_inset
26264
26265
26266 \begin_inset CommandInset ref
26267 LatexCommand ref
26268 reference "abs:Parbox"
26269
26270 \end_inset
26271
26272 .
26273 \end_layout
26274
26275 \begin_layout Standard
26276 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26277  wie auf Gleitobjekte und Fußnoten.
26278 \end_layout
26279
26280 \begin_layout Standard
26281 \begin_inset Note Greyedout
26282 status open
26283
26284 \begin_layout Plain Layout
26285
26286 \series bold
26287 Bemerkung
26288 \begin_inset space ~
26289 \end_inset
26290
26291 1:
26292 \series default
26293  Boxen dürfen in 
26294 \family sans
26295 List-
26296 \family default
26297  oder 
26298 \family sans
26299 Beschreibung-
26300 \family default
26301 Umgebungen nicht verwendet werden.
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset Note Greyedout
26311 status open
26312
26313 \begin_layout Plain Layout
26314
26315 \series bold
26316 Bemerkung
26317 \begin_inset space ~
26318 \end_inset
26319
26320 2:
26321 \series default
26322  Boxen ohne 
26323 \family sans
26324 Innere
26325 \begin_inset space ~
26326 \end_inset
26327
26328 Box
26329 \family default
26330  und ohne Rahmen werden in Abschnitt
26331 \begin_inset space ~
26332 \end_inset
26333
26334
26335 \begin_inset CommandInset ref
26336 LatexCommand ref
26337 reference "abs:Silbentrennung-unterbinden"
26338
26339 \end_inset
26340
26341  beschrieben.
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Section
26350 Das Box-Einstellungen-Fenster
26351 \begin_inset CommandInset label
26352 LatexCommand label
26353 name "abs:Box-Dialog"
26354
26355 \end_inset
26356
26357
26358 \begin_inset Index
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362 Boxen ! Box-Dialog-Fenster
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Subsection
26371 Box-Größe
26372 \begin_inset Index
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376 Boxen ! Größe
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 Im 
26386 \family sans
26387 Box-Einstellungen
26388 \family default
26389 -Fenster können Sie die Größe der Box mit 
26390 \family sans
26391 Breite
26392 \family default
26393  und 
26394 \family sans
26395 Höhe 
26396 \family default
26397 festlegen.
26398  Die verfügbaren Einheiten werden in Tabelle
26399 \begin_inset space ~
26400 \end_inset
26401
26402
26403 \begin_inset CommandInset ref
26404 LatexCommand ref
26405 reference "tab:Maßeinheiten"
26406
26407 \end_inset
26408
26409  aufgelistet.
26410  Das Feld
26411 \family sans
26412  Höhe
26413 \family default
26414  bietet die folgenden zusätzlichen Größen:
26415 \end_layout
26416
26417 \begin_layout Description
26418 Tiefe Dies ist die reine Text-
26419 \begin_inset Quotes gld
26420 \end_inset
26421
26422 Höhe
26423 \begin_inset Quotes grd
26424 \end_inset
26425
26426 .
26427  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26428 \begin_inset Newline newline
26429 \end_inset
26430
26431
26432 \begin_inset Newline newline
26433 \end_inset
26434
26435
26436 \begin_inset Newline newline
26437 \end_inset
26438
26439
26440 \begin_inset Box Boxed
26441 position "c"
26442 hor_pos "c"
26443 has_inner_box 1
26444 inner_pos "c"
26445 use_parbox 0
26446 width "12col%"
26447 special "none"
26448 height "1in"
26449 height_special "depth"
26450 status collapsed
26451
26452 \begin_layout Plain Layout
26453 \align center
26454 Box-Höhe = 1
26455 \begin_inset space \thinspace{}
26456 \end_inset
26457
26458 Tiefe
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \begin_inset Newline newline
26465 \end_inset
26466
26467
26468 \begin_inset Newline newline
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Description
26475 Höhe Dies ist die Texthöhe innerhalb der Box.
26476  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26477  Texthöhe setzen: 
26478 \begin_inset Box Boxed
26479 position "c"
26480 hor_pos "c"
26481 has_inner_box 1
26482 inner_pos "c"
26483 use_parbox 0
26484 width "20col%"
26485 special "none"
26486 height "2in"
26487 height_special "height"
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491 \align center
26492 Boxhöhe = 2
26493 \begin_inset space \thinspace{}
26494 \end_inset
26495
26496 Höhe
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Description
26505 Gesamthöhe Dies ist Höhe
26506 \begin_inset space \thinspace{}
26507 \end_inset
26508
26509 +
26510 \begin_inset space \thinspace{}
26511 \end_inset
26512
26513 Tiefe: 
26514 \begin_inset Box Boxed
26515 position "c"
26516 hor_pos "c"
26517 has_inner_box 1
26518 inner_pos "c"
26519 use_parbox 0
26520 width "20col%"
26521 special "none"
26522 height "1in"
26523 height_special "totalheight"
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 \align center
26528 Boxhöhe = 1
26529 \begin_inset space \thinspace{}
26530 \end_inset
26531
26532 Gesamthöhe
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Description
26541 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26542 \begin_inset Box Boxed
26543 position "c"
26544 hor_pos "c"
26545 has_inner_box 1
26546 inner_pos "c"
26547 use_parbox 0
26548 width "12col%"
26549 special "none"
26550 height "1in"
26551 height_special "width"
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555 \align center
26556 Boxhöhe = 1
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 Breite
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Subsection
26569 Ausrichtung
26570 \begin_inset Index
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574 Boxen ! Ausrichtung
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 Wenn Sie eine 
26584 \family sans
26585 Innere
26586 \begin_inset space ~
26587 \end_inset
26588
26589 Box
26590 \family default
26591  gewählt haben, kann die Box mit folgenden Werten für 
26592 \family sans
26593 Box
26594 \family default
26595  senkrecht ausgerichtet werden:
26596 \end_layout
26597
26598 \begin_layout Description
26599 Oben Dies ist ein Beispieltext.
26600  
26601 \begin_inset Box Boxed
26602 position "t"
26603 hor_pos "c"
26604 has_inner_box 1
26605 inner_pos "c"
26606 use_parbox 0
26607 width "20col%"
26608 special "none"
26609 height "1in"
26610 height_special "totalheight"
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614 \align center
26615 Die Ober\SpecialChar \-
26616 kante der Box ist in der Zeile.
26617 \end_layout
26618
26619 \end_inset
26620
26621  Dies ist ein Beispieltext.
26622 \end_layout
26623
26624 \begin_layout Description
26625 Mitte Dies ist ein Beispieltext.
26626  
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 "20col%"
26634 special "none"
26635 height "1in"
26636 height_special "totalheight"
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640 \align center
26641 Die Mitte der Box ist in der Zeile.
26642 \end_layout
26643
26644 \end_inset
26645
26646  Dies ist ein Beispieltext.
26647 \end_layout
26648
26649 \begin_layout Description
26650 Unten Dies ist ein Beispieltext.
26651  
26652 \begin_inset Box Boxed
26653 position "b"
26654 hor_pos "c"
26655 has_inner_box 1
26656 inner_pos "c"
26657 use_parbox 0
26658 width "20col%"
26659 special "none"
26660 height "1in"
26661 height_special "totalheight"
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665 \align center
26666 Die Unter\SpecialChar \-
26667 kante der Box ist in der Zeile.
26668 \end_layout
26669
26670 \end_inset
26671
26672  Dies ist ein Beispieltext.
26673 \end_layout
26674
26675 \begin_layout Standard
26676 \begin_inset Note Greyedout
26677 status open
26678
26679 \begin_layout Plain Layout
26680
26681 \series bold
26682 Bemerkung:
26683 \series default
26684  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26685  Boxen in einer Zeile sind und eine Box z.
26686 \begin_inset space \thinspace{}
26687 \end_inset
26688
26689 B.
26690  schattiert ist, die andere abere nicht.
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Standard
26699 Eine Box kann mit dem Dialog 
26700 \family sans
26701 Absatz-Einstellungen
26702 \family default
26703  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26704 \end_layout
26705
26706 \begin_layout Standard
26707 \begin_inset VSpace bigskip
26708 \end_inset
26709
26710 Wenn Sie eine 
26711 \family sans
26712 Innere
26713 \begin_inset space ~
26714 \end_inset
26715
26716 Box
26717 \family default
26718  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26719 \family sans
26720 Inhalt
26721 \family default
26722  senkrecht ausgerichtet werden:
26723 \end_layout
26724
26725 \begin_layout Description
26726 Oben Dies ist ein Beispieltext.
26727  
26728 \begin_inset Box Boxed
26729 position "c"
26730 hor_pos "c"
26731 has_inner_box 1
26732 inner_pos "t"
26733 use_parbox 0
26734 width "20col%"
26735 special "none"
26736 height "1.5in"
26737 height_special "totalheight"
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741 \align center
26742 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26743 \end_layout
26744
26745 \end_inset
26746
26747  Dies ist ein Beispieltext.
26748 \end_layout
26749
26750 \begin_layout Description
26751 Mitte Dies ist ein Beispieltext.
26752  
26753 \begin_inset Box Boxed
26754 position "c"
26755 hor_pos "c"
26756 has_inner_box 1
26757 inner_pos "c"
26758 use_parbox 0
26759 width "20col%"
26760 special "none"
26761 height "1.5in"
26762 height_special "totalheight"
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766 \align center
26767 Der Boxinhalt ist zentriert ausgerichtet.
26768 \end_layout
26769
26770 \end_inset
26771
26772  Dies ist ein Beispieltext.
26773 \end_layout
26774
26775 \begin_layout Description
26776 Unten Dies ist ein Beispieltext.
26777  
26778 \begin_inset Box Boxed
26779 position "c"
26780 hor_pos "c"
26781 has_inner_box 1
26782 inner_pos "b"
26783 use_parbox 0
26784 width "20col%"
26785 special "none"
26786 height "1.5in"
26787 height_special "totalheight"
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791 \align center
26792 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26793 \end_layout
26794
26795 \end_inset
26796
26797  Dies ist ein Beispieltext.
26798 \end_layout
26799
26800 \begin_layout Description
26801 Dehnen Dies ist ein Beispieltext.
26802  
26803 \begin_inset Box Boxed
26804 position "c"
26805 hor_pos "c"
26806 has_inner_box 1
26807 inner_pos "s"
26808 use_parbox 0
26809 width "20col%"
26810 special "none"
26811 height "1in"
26812 height_special "totalheight"
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 \align center
26817 Der Boxinhalt
26818 \end_layout
26819
26820 \begin_layout Plain Layout
26821 \align center
26822 ist über die
26823 \end_layout
26824
26825 \begin_layout Plain Layout
26826 \align center
26827 Boxhöhe
26828 \end_layout
26829
26830 \begin_layout Plain Layout
26831 \align center
26832 gleichmäßig verteilt.
26833 \end_layout
26834
26835 \end_inset
26836
26837  Dies ist ein Beispieltext.
26838 \end_layout
26839
26840 \begin_layout Standard
26841 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26842  besteht.
26843  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26844 \end_layout
26845
26846 \begin_layout Standard
26847 Ein Boxinhalt kann mit dem Dialog 
26848 \family sans
26849 Absatz-Einstellungen
26850 \family default
26851  waagerecht ausgerichtet werden, wenn Sie eine
26852 \family sans
26853  Innere
26854 \begin_inset space ~
26855 \end_inset
26856
26857 Box
26858 \family default
26859  gewählt haben.
26860 \end_layout
26861
26862 \begin_layout Standard
26863 \align center
26864 \begin_inset Box Boxed
26865 position "c"
26866 hor_pos "c"
26867 has_inner_box 1
26868 inner_pos "s"
26869 use_parbox 0
26870 width "30col%"
26871 special "none"
26872 height "1.25in"
26873 height_special "totalheight"
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 \align left
26878 Hier ist jede Zeile
26879 \end_layout
26880
26881 \begin_layout Plain Layout
26882 \align center
26883 anders
26884 \end_layout
26885
26886 \begin_layout Plain Layout
26887 \align right
26888 ausgerichtet.
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \begin_layout Standard
26897 Wenn Sie keine
26898 \family sans
26899  Innere
26900 \begin_inset space ~
26901 \end_inset
26902
26903 Box
26904 \family default
26905  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26906 \family sans
26907 Box-Einstellungen-
26908 \family default
26909 Dialog ausrichten
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \align center
26914 \begin_inset Box Boxed
26915 position "c"
26916 hor_pos "s"
26917 has_inner_box 0
26918 inner_pos "s"
26919 use_parbox 0
26920 width "90col%"
26921 special "none"
26922 height "1.25in"
26923 height_special "totalheight"
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927 \align left
26928 Dieser Boxinhalt wurde horizontal gedehnt.
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Subsection
26937 Verzierung
26938 \begin_inset CommandInset label
26939 LatexCommand label
26940 name "uab:Verzierung"
26941
26942 \end_inset
26943
26944
26945 \begin_inset Index
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 Boxen ! Verzierung
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 Im 
26959 \family sans
26960 Box-Einstellungen-
26961 \family default
26962 Dialog können Sie mit der 
26963 \family sans
26964 Verzierung
26965 \family default
26966  den Typ der Box auswählen:
26967 \end_layout
26968
26969 \begin_layout Description
26970 Einfacher
26971 \begin_inset space ~
26972 \end_inset
26973
26974 rechteckiger
26975 \begin_inset space ~
26976 \end_inset
26977
26978 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
26979  Die Rahmendicke wird durch 
26980 \series bold
26981
26982 \backslash
26983 fboxrule
26984 \series default
26985  festgelegt.
26986  
26987 \begin_inset Box Boxed
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "21col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001 \series medium
27002 Rechteckige
27003 \begin_inset space ~
27004 \end_inset
27005
27006 Box
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Description
27015 Seitenumbruch
27016 \begin_inset space ~
27017 \end_inset
27018
27019 erlaubt Wenn Sie die Verzierung 
27020 \family sans
27021 Einfacher rechteckiger Rahmen
27022 \family default
27023  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27024  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27025  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27026  für sich ist und 
27027 \series bold
27028
27029 \backslash
27030 fboxrule
27031 \series default
27032  und 
27033 \series bold
27034
27035 \backslash
27036 fboxsep
27037 \series default
27038  keinen Einfluss auf diesen Box Typ haben.
27039  Die Rahmendicke wird durch 
27040 \series bold
27041
27042 \backslash
27043 FrameRule
27044 \series default
27045  festgelegt.
27046  
27047 \begin_inset Box Framed
27048 position "t"
27049 hor_pos "c"
27050 has_inner_box 0
27051 inner_pos "t"
27052 use_parbox 0
27053 width "100col%"
27054 special "none"
27055 height "1in"
27056 height_special "totalheight"
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 Seitenumbruch erlaubt Box
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Description
27069 Ovaler
27070 \begin_inset space ~
27071 \end_inset
27072
27073 Rahmen,
27074 \begin_inset space ~
27075 \end_inset
27076
27077 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27078  Die Rahmendicke ist 0.4
27079 \begin_inset space \thinspace{}
27080 \end_inset
27081
27082 pt.
27083  
27084 \begin_inset Box ovalbox
27085 position "c"
27086 hor_pos "c"
27087 has_inner_box 1
27088 inner_pos "c"
27089 use_parbox 0
27090 width "20col%"
27091 special "none"
27092 height "1in"
27093 height_special "totalheight"
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097 Ovale
27098 \begin_inset space ~
27099 \end_inset
27100
27101 Box,
27102 \begin_inset space ~
27103 \end_inset
27104
27105 dünn
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Description
27114 Ovaler
27115 \begin_inset space ~
27116 \end_inset
27117
27118 Rahmen,
27119 \begin_inset space ~
27120 \end_inset
27121
27122 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27123  Die Rahmendicke ist 0.8
27124 \begin_inset space \thinspace{}
27125 \end_inset
27126
27127 pt.
27128  
27129 \begin_inset Box Ovalbox
27130 position "c"
27131 hor_pos "c"
27132 has_inner_box 1
27133 inner_pos "c"
27134 use_parbox 0
27135 width "20col%"
27136 special "none"
27137 height "1in"
27138 height_special "totalheight"
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 Ovale
27143 \begin_inset space ~
27144 \end_inset
27145
27146 Box,
27147 \begin_inset space ~
27148 \end_inset
27149
27150 dick
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Description
27159 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27160  Die Rahmendicke wird durch 
27161 \series bold
27162
27163 \backslash
27164 fboxrule
27165 \series default
27166  festgelegt, der Schatten ist 4
27167 \begin_inset space \thinspace{}
27168 \end_inset
27169
27170 pt breit.
27171 \begin_inset Newline newline
27172 \end_inset
27173
27174
27175 \begin_inset Box Shadowbox
27176 position "c"
27177 hor_pos "c"
27178 has_inner_box 1
27179 inner_pos "c"
27180 use_parbox 0
27181 width "20col%"
27182 special "none"
27183 height "1in"
27184 height_special "totalheight"
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 Schattierte
27189 \begin_inset space ~
27190 \end_inset
27191
27192 Box
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Description
27201 Schattierter
27202 \begin_inset space ~
27203 \end_inset
27204
27205 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27206  Im Gegensatz zu farbigen Boxen
27207 \begin_inset Foot
27208 status collapsed
27209
27210 \begin_layout Plain Layout
27211 siehe Abschnitt
27212 \begin_inset space ~
27213 \end_inset
27214
27215
27216 \begin_inset CommandInset ref
27217 LatexCommand ref
27218 reference "abs:Farbige-Boxen"
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226
27227  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27228  die Box ist ein Absatz für sich.
27229  
27230 \begin_inset Box Shaded
27231 position "t"
27232 hor_pos "c"
27233 has_inner_box 0
27234 inner_pos "t"
27235 use_parbox 0
27236 width "50col%"
27237 special "none"
27238 height "1in"
27239 height_special "totalheight"
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243 Schattierter Hintergrund Box
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Description
27252 Doppelter
27253 \begin_inset space ~
27254 \end_inset
27255
27256 rechteckiger
27257 \begin_inset space ~
27258 \end_inset
27259
27260 Rahmen zeichnet einen doppelten Rahmen um die Box.
27261  Der innere Rahmen ist 0.75
27262 \begin_inset space \thinspace{}
27263 \end_inset
27264
27265
27266 \series bold
27267
27268 \backslash
27269 fboxrule
27270 \series default
27271  breit, der äußere 1.5
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275
27276 \series bold
27277
27278 \backslash
27279 fboxrule
27280 \series default
27281 , der Zwischenraum 1.5
27282 \begin_inset space \thinspace{}
27283 \end_inset
27284
27285
27286 \series bold
27287
27288 \backslash
27289 fboxrule
27290 \series default
27291
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 +
27296 \begin_inset space \thinspace{}
27297 \end_inset
27298
27299 0.5
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 pt.
27304  
27305 \begin_inset Box Doublebox
27306 position "c"
27307 hor_pos "c"
27308 has_inner_box 1
27309 inner_pos "c"
27310 use_parbox 0
27311 width "20col%"
27312 special "none"
27313 height "1in"
27314 height_special "totalheight"
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 Doppelt
27319 \begin_inset space ~
27320 \end_inset
27321
27322 gerahmte
27323 \begin_inset space ~
27324 \end_inset
27325
27326 Box
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Standard
27335 \begin_inset VSpace bigskip
27336 \end_inset
27337
27338 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27339  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27340 \series bold
27341 fancybox
27342 \series default
27343
27344 \begin_inset Index
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348 LaTeX-Pakete ! fancybox
27349 \end_layout
27350
27351 \end_inset
27352
27353  installiert sein.
27354 \end_layout
27355
27356 \begin_layout Section
27357 Box Anpassung
27358 \begin_inset Index
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362 Boxen ! Anpassung
27363 \end_layout
27364
27365 \end_inset
27366
27367
27368 \end_layout
27369
27370 \begin_layout Standard
27371 Der Standardwert für 
27372 \series bold
27373
27374 \backslash
27375 fboxrule
27376 \series default
27377  ist 0.4
27378 \begin_inset space \thinspace{}
27379 \end_inset
27380
27381 pt.
27382  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27383 \begin_inset space \thinspace{}
27384 \end_inset
27385
27386 pt gesetzt werden:
27387 \end_layout
27388
27389 \begin_layout Standard
27390
27391 \series bold
27392
27393 \backslash
27394 setlength{
27395 \backslash
27396 fboxrule}{2pt}
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset ERT
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404
27405
27406 \backslash
27407 setlength{
27408 \backslash
27409 fboxrule}{2pt}
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \begin_inset Box Boxed
27416 position "c"
27417 hor_pos "c"
27418 has_inner_box 1
27419 inner_pos "c"
27420 use_parbox 0
27421 width "30col%"
27422 special "none"
27423 height "1in"
27424 height_special "totalheight"
27425 status open
27426
27427 \begin_layout Plain Layout
27428 \align center
27429 Rechteckige Box mit einer Rahmenbreite von 2
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 pt
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \begin_inset ERT
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443
27444
27445 \backslash
27446 setlength{
27447 \backslash
27448 fboxrule}{0.4pt}
27449 \end_layout
27450
27451 \end_inset
27452
27453
27454 \begin_inset VSpace bigskip
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  Sie können das ändern, indem Sie den Wert von 
27467 \series bold
27468
27469 \backslash
27470 fboxsep
27471 \series default
27472  mit einem TeX-Code-Befehl ändern:
27473 \end_layout
27474
27475 \begin_layout Standard
27476
27477 \series bold
27478
27479 \backslash
27480 setlength{
27481 \backslash
27482 fboxsep}{10pt}
27483 \end_layout
27484
27485 \begin_layout Standard
27486 setzt den Wert auf 10
27487 \begin_inset space \thinspace{}
27488 \end_inset
27489
27490 pt, wie in der folgenden Box:
27491 \end_layout
27492
27493 \begin_layout Standard
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498
27499
27500 \backslash
27501 setlength{
27502 \backslash
27503 fboxsep}{10pt}
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \begin_inset Box Boxed
27510 position "c"
27511 hor_pos "c"
27512 has_inner_box 1
27513 inner_pos "c"
27514 use_parbox 0
27515 width "25col%"
27516 special "none"
27517 height "1in"
27518 height_special "totalheight"
27519 status open
27520
27521 \begin_layout Plain Layout
27522 \align center
27523 Rechteckige Box mit 
27524 \series bold
27525
27526 \backslash
27527 fboxsep
27528 \series default
27529
27530 \begin_inset space \thinspace{}
27531 \end_inset
27532
27533 =
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 10
27538 \begin_inset space \thinspace{}
27539 \end_inset
27540
27541 pt
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \begin_inset ERT
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552
27553 \backslash
27554 setlength{
27555 \backslash
27556 fboxsep}{3pt}
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 \noindent
27566 \begin_inset VSpace bigskip
27567 \end_inset
27568
27569 Der Durchmesser der abgerundeten Ecken kann mit 
27570 \series bold
27571
27572 \backslash
27573 cornersize
27574 \series default
27575  gesetzt werden.
27576  Der TeX-Code-Befehl
27577 \end_layout
27578
27579 \begin_layout Standard
27580
27581 \series bold
27582
27583 \backslash
27584 cornersize*{1cm}
27585 \end_layout
27586
27587 \begin_layout Standard
27588 setzt den Durchmesser auf 1
27589 \begin_inset space \thinspace{}
27590 \end_inset
27591
27592 cm.
27593  Der TeX-Code-Befehl
27594 \end_layout
27595
27596 \begin_layout Standard
27597
27598 \series bold
27599
27600 \backslash
27601 cornersize{num}
27602 \end_layout
27603
27604 \begin_layout Standard
27605 setzt den Durchmesser auf 
27606 \family sans
27607 num
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611 ×
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 Minimum(Breite der Box, Höhe der Box)
27616 \family default
27617 .
27618  Der Standardwert ist 
27619 \series bold
27620
27621 \backslash
27622 cornersize{0.5}
27623 \series default
27624 .
27625 \end_layout
27626
27627 \begin_layout Standard
27628 \begin_inset ERT
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 cornersize*{1.5cm}
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \begin_inset Box Ovalbox
27642 position "c"
27643 hor_pos "c"
27644 has_inner_box 1
27645 inner_pos "c"
27646 use_parbox 0
27647 width "30col%"
27648 special "none"
27649 height "1in"
27650 height_special "totalheight"
27651 status open
27652
27653 \begin_layout Plain Layout
27654 \align center
27655 Ovale Box, dicker Rand, mit 
27656 \series bold
27657
27658 \backslash
27659 cornersize
27660 \series default
27661
27662 \begin_inset space \thinspace{}
27663 \end_inset
27664
27665 =
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 1.5
27670 \begin_inset space \thinspace{}
27671 \end_inset
27672
27673 cm
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 cornersize{0.5}
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset VSpace bigskip
27696 \end_inset
27697
27698 Die Breite des Schattens wird mit 
27699 \series bold
27700
27701 \backslash
27702 shadowsize
27703 \series default
27704  festgelegt.
27705  Mit dem TeX-Code-Befehl
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711
27712 \backslash
27713 setlength{
27714 \backslash
27715 shadowsize}{2pt}
27716 \end_layout
27717
27718 \begin_layout Standard
27719 wird er für die folgende Box auf 2
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 pt festgelegt.
27724 \end_layout
27725
27726 \begin_layout Standard
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 setlength{
27735 \backslash
27736 shadowsize}{2pt}
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \begin_inset Box Shadowbox
27743 position "c"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 width "25col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status open
27753
27754 \begin_layout Plain Layout
27755 \align center
27756 Schattierte Box mit 
27757 \series bold
27758
27759 \backslash
27760 shadowsize
27761 \series default
27762
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 =
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 2
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 pt
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \begin_inset ERT
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785
27786 \backslash
27787 setlength{
27788 \backslash
27789 shadowsize}{4pt}
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \begin_inset VSpace bigskip
27799 \end_inset
27800
27801 Der Standardwert für 
27802 \series bold
27803
27804 \backslash
27805 FrameRule
27806 \series default
27807  ist 0.4
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 pt.
27812  Der Standard-Abstand zwischen Rahmen und Text ist 9
27813 \begin_inset space \thinspace{}
27814 \end_inset
27815
27816 pt und kann mit dem Wert für 
27817 \series bold
27818
27819 \backslash
27820 FrameSep
27821 \series default
27822  geändert werden.
27823  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27824  TeX-Code Befehlen geändert:
27825 \end_layout
27826
27827 \begin_layout Standard
27828
27829 \series bold
27830
27831 \backslash
27832 setlength{
27833 \backslash
27834 FrameRule}{5pt}
27835 \begin_inset Newline newline
27836 \end_inset
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 FrameSep}{0.5cm}
27843 \end_layout
27844
27845 \begin_layout Standard
27846 \begin_inset ERT
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850
27851
27852 \backslash
27853 setlength{
27854 \backslash
27855 FrameRule}{5pt}
27856 \end_layout
27857
27858 \begin_layout Plain Layout
27859
27860
27861 \backslash
27862 setlength{
27863 \backslash
27864 FrameSep}{0.5cm}
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \begin_inset Box Framed
27871 position "t"
27872 hor_pos "c"
27873 has_inner_box 0
27874 inner_pos "t"
27875 use_parbox 0
27876 width "100col%"
27877 special "none"
27878 height "1in"
27879 height_special "totalheight"
27880 status open
27881
27882 \begin_layout Plain Layout
27883 Dies ist Text in einer 
27884 \family sans
27885 Seitenumbruch erlaubt
27886 \family default
27887  Box.
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 setlength{
27901 \backslash
27902 FrameRule}{0.4pt}
27903 \end_layout
27904
27905 \begin_layout Plain Layout
27906
27907
27908 \backslash
27909 setlength{
27910 \backslash
27911 FrameSep}{9pt}
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \begin_inset VSpace bigskip
27921 \end_inset
27922
27923 Für Boxen mit 
27924 \family sans
27925 schattiertem Hintergrund
27926 \family default
27927  beträgt der Abstand zwischen Rand und Text 3
27928 \begin_inset space \thinspace{}
27929 \end_inset
27930
27931 pt und kann mit 
27932 \series bold
27933
27934 \backslash
27935 fboxsep
27936 \series default
27937  geändert werden.
27938  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
27939  
27940 \series bold
27941
27942 \backslash
27943 definecolor{shadebox}
27944 \series default
27945  oder global über das Menü 
27946 \family sans
27947 Werkzeuge\SpecialChar \menuseparator
27948 Einstellungen\SpecialChar \menuseparator
27949 Farben\SpecialChar \menuseparator
27950 Schattierte
27951 \begin_inset space ~
27952 \end_inset
27953
27954 Box
27955 \family default
27956  geändert werden.
27957  Das Schema des 
27958 \series bold
27959
27960 \backslash
27961 definecolor
27962 \series default
27963  Befehls ist  in Abschnitt
27964 \begin_inset space ~
27965 \end_inset
27966
27967
27968 \begin_inset CommandInset ref
27969 LatexCommand ref
27970 reference "abs:Farbige-Tabellen"
27971
27972 \end_inset
27973
27974  erklärt.
27975 \begin_inset Foot
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 Beachten Sie, dass 
27980 \series bold
27981
27982 \backslash
27983 definecolor
27984 \series default
27985  das LaTeX-Paket 
27986 \series bold
27987 color
27988 \series default
27989  in der Präambel benötigt, siehe Abschnitt
27990 \begin_inset space ~
27991 \end_inset
27992
27993
27994 \begin_inset CommandInset ref
27995 LatexCommand ref
27996 reference "abs:Farbige-Boxen"
27997
27998 \end_inset
27999
28000 .
28001 \end_layout
28002
28003 \end_inset
28004
28005  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28006 \end_layout
28007
28008 \begin_layout Standard
28009
28010 \series bold
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 fboxsep}{0.5cm}
28016 \begin_inset Newline newline
28017 \end_inset
28018
28019
28020 \backslash
28021 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset ERT
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029
28030
28031 \backslash
28032 setlength{
28033 \backslash
28034 fboxsep}{0.5cm}
28035 \end_layout
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset Box Shaded
28048 position "t"
28049 hor_pos "c"
28050 has_inner_box 0
28051 inner_pos "t"
28052 use_parbox 0
28053 width "100col%"
28054 special "none"
28055 height "1in"
28056 height_special "totalheight"
28057 status open
28058
28059 \begin_layout Plain Layout
28060
28061 \color yellow
28062 Dies ist gelber Text in einer 
28063 \family sans
28064 schattierten Hintergrund
28065 \begin_inset space ~
28066 \end_inset
28067
28068
28069 \family default
28070 Box auf dunkelgrünem Hintergrund.
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \begin_inset ERT
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080
28081
28082 \backslash
28083 setlength{
28084 \backslash
28085 fboxsep}{3pt}
28086 \end_layout
28087
28088 \begin_layout Plain Layout
28089
28090
28091 \backslash
28092 definecolor{shadecolor}{rgb}{1,0,0}
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \begin_layout Standard
28101 \begin_inset VSpace bigskip
28102 \end_inset
28103
28104 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28105  der sie ändert.
28106 \end_layout
28107
28108 \begin_layout Section
28109 Minipage
28110 \begin_inset CommandInset label
28111 LatexCommand label
28112 name "abs:Minipage"
28113
28114 \end_inset
28115
28116
28117 \begin_inset Index
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Boxen ! Minipage
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28131  deshalb unter anderem eigene Fußnoten haben.
28132 \end_layout
28133
28134 \begin_layout Standard
28135 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28140  Ihre Breite ist 45 Spaltenbreite
28141 \begin_inset space ~
28142 \end_inset
28143
28144 %, und sie sind durch einen 
28145 \family sans
28146 HFill
28147 \family default
28148  getrennt (
28149 \family sans
28150 Einfügen\SpecialChar \menuseparator
28151 Formatierung\SpecialChar \menuseparator
28152 Horizontaler
28153 \begin_inset space \space{}
28154 \end_inset
28155
28156 Abstand\SpecialChar \menuseparator
28157 Abstand\SpecialChar \menuseparator
28158 Variabler
28159 \begin_inset space ~
28160 \end_inset
28161
28162 horiz.
28163 \begin_inset space ~
28164 \end_inset
28165
28166 Abstand
28167 \family default
28168 ).
28169 \begin_inset Newpage newpage
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 \noindent
28177 \begin_inset Box Frameless
28178 position "t"
28179 hor_pos "c"
28180 has_inner_box 1
28181 inner_pos "c"
28182 use_parbox 0
28183 width "45col%"
28184 special "none"
28185 height "1in"
28186 height_special "totalheight"
28187 status open
28188
28189 \begin_layout Plain Layout
28190 Dies ist ein deutscher Text.
28191  Dies ist ein deutscher Text.
28192  Dies ist ein deutscher Text.
28193  Dies ist ein deutscher Text.
28194  Dies ist ein deutscher Text.
28195  Dies ist ein deutscher Text.
28196  Dies ist ein deutscher Text.
28197  Dies ist ein deutscher Text.
28198  Dies ist ein deutscher Text.
28199  Dies ist ein deutscher Text.
28200  Dies ist ein deutscher Text.
28201  Dies ist ein deutscher Text.
28202  Dies ist ein deutscher Text
28203 \begin_inset Foot
28204 status open
28205
28206 \begin_layout Plain Layout
28207 Dies ist eine deutsche Fußnote.
28208 \end_layout
28209
28210 \end_inset
28211
28212 .
28213  Dies ist ein deutscher Text.
28214  Dies ist ein deutscher Text.
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset space \hfill{}
28221 \end_inset
28222
28223
28224 \begin_inset Box Frameless
28225 position "t"
28226 hor_pos "c"
28227 has_inner_box 1
28228 inner_pos "c"
28229 use_parbox 0
28230 width "45col%"
28231 special "none"
28232 height "1in"
28233 height_special "totalheight"
28234 status open
28235
28236 \begin_layout Plain Layout
28237
28238 \lang english
28239 This is an English Text.
28240  This is an English Text.
28241  This is an English Text.
28242  This is an English Text.
28243  This is an English Text.
28244  This is an English Text.
28245  This is an English Text.
28246  This is an English Text.
28247  This is an English Text.
28248  This is an English Text.
28249  This is an English Text.
28250  This is an English Text.
28251  This is an English Text.
28252  This is an English Text.
28253  This is an English Text.
28254  This is an English Text.
28255 \begin_inset Foot
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259
28260 \lang english
28261 This is an English footnote.
28262 \end_layout
28263
28264 \end_inset
28265
28266  This is an English Text.
28267  
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \noindent
28277 \begin_inset VSpace bigskip
28278 \end_inset
28279
28280 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28281  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28282  auf der die Tabelle gedruckt wird: 
28283 \begin_inset Tabular
28284 <lyxtabular version="3" rows="3" columns="4">
28285 <features>
28286 <column alignment="center" valignment="top" width="0pt">
28287 <column alignment="center" valignment="top" width="0pt">
28288 <column alignment="center" valignment="top" width="0pt">
28289 <column alignment="center" valignment="top" width="0pt">
28290 <row>
28291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Plain Layout
28295 1
28296 \end_layout
28297
28298 \end_inset
28299 </cell>
28300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28301 \begin_inset Text
28302
28303 \begin_layout Plain Layout
28304 2
28305 \end_layout
28306
28307 \end_inset
28308 </cell>
28309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28310 \begin_inset Text
28311
28312 \begin_layout Plain Layout
28313 3
28314 \begin_inset Foot
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 Dies ist eine Fußnote in einer Tabelle.
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \end_inset
28327 </cell>
28328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Plain Layout
28332 4
28333 \end_layout
28334
28335 \end_inset
28336 </cell>
28337 </row>
28338 <row>
28339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28340 \begin_inset Text
28341
28342 \begin_layout Plain Layout
28343 a
28344 \end_layout
28345
28346 \end_inset
28347 </cell>
28348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28349 \begin_inset Text
28350
28351 \begin_layout Plain Layout
28352 b
28353 \end_layout
28354
28355 \end_inset
28356 </cell>
28357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28358 \begin_inset Text
28359
28360 \begin_layout Plain Layout
28361 c
28362 \end_layout
28363
28364 \end_inset
28365 </cell>
28366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28367 \begin_inset Text
28368
28369 \begin_layout Plain Layout
28370 d
28371 \end_layout
28372
28373 \end_inset
28374 </cell>
28375 </row>
28376 <row>
28377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Plain Layout
28381 e
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 f
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 g
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408 h
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 </row>
28414 </lyxtabular>
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 \noindent
28423 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28424  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28425  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28426  außerhalb.
28427 \end_layout
28428
28429 \begin_layout Standard
28430 \align center
28431 \begin_inset Box Frameless
28432 position "t"
28433 hor_pos "c"
28434 has_inner_box 1
28435 inner_pos "c"
28436 use_parbox 0
28437 width "30col%"
28438 special "none"
28439 height "1in"
28440 height_special "totalheight"
28441 status open
28442
28443 \begin_layout Plain Layout
28444 \align center
28445 \begin_inset Tabular
28446 <lyxtabular version="3" rows="3" columns="4">
28447 <features>
28448 <column alignment="center" valignment="top" width="0pt">
28449 <column alignment="center" valignment="top" width="0pt">
28450 <column alignment="center" valignment="top" width="0pt">
28451 <column alignment="center" valignment="top" width="0pt">
28452 <row>
28453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 1
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 2
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28472 \begin_inset Text
28473
28474 \begin_layout Plain Layout
28475 3
28476 \begin_inset Foot
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 Dies ist eine Fußnote in einer Tabelle.
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Plain Layout
28494 4
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 </row>
28500 <row>
28501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28502 \begin_inset Text
28503
28504 \begin_layout Plain Layout
28505 a
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514 b
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28520 \begin_inset Text
28521
28522 \begin_layout Plain Layout
28523 c
28524 \end_layout
28525
28526 \end_inset
28527 </cell>
28528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28529 \begin_inset Text
28530
28531 \begin_layout Plain Layout
28532 d
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 </row>
28538 <row>
28539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28540 \begin_inset Text
28541
28542 \begin_layout Plain Layout
28543 e
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Plain Layout
28552 f
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28558 \begin_inset Text
28559
28560 \begin_layout Plain Layout
28561 g
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 h
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 </row>
28576 </lyxtabular>
28577
28578 \end_inset
28579
28580
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset VSpace bigskip
28590 \end_inset
28591
28592 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28593  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28594  Absätze nicht eingerückt werden, obwohl Sie das in 
28595 \family sans
28596 Dokument
28597 \family default
28598 \SpecialChar \menuseparator
28599
28600 \family sans
28601 Einstellun\SpecialChar \-
28602 gen\SpecialChar \menuseparator
28603 Textformat
28604 \family default
28605  festgelegt haben.
28606  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28607  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28608 \series bold
28609
28610 \backslash
28611 hspace*{1em}
28612 \series default
28613 .
28614 \end_layout
28615
28616 \begin_layout Standard
28617 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28618  zu verpassen, siehe Abschnitt
28619 \begin_inset space ~
28620 \end_inset
28621
28622
28623 \begin_inset CommandInset ref
28624 LatexCommand ref
28625 reference "uab:Farbe-für-Absätze"
28626
28627 \end_inset
28628
28629 .
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \begin_inset Note Greyedout
28634 status open
28635
28636 \begin_layout Plain Layout
28637
28638 \series bold
28639 Bemerkung:
28640 \series default
28641  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28642  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Section
28651 Parbox
28652 \begin_inset CommandInset label
28653 LatexCommand label
28654 name "abs:Parbox"
28655
28656 \end_inset
28657
28658
28659 \begin_inset Index
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Boxen ! Parbox
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 Parbox ist eine Abkürzung für 
28673 \begin_inset Quotes gld
28674 \end_inset
28675
28676 paragraph box
28677 \begin_inset Quotes grd
28678 \end_inset
28679
28680 , was Absatzbox bedeutet.
28681  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28682  Parboxen einige Einschränkungen.
28683  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28684  gedruckt.:
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \align center
28689 \begin_inset Box Frameless
28690 position "t"
28691 hor_pos "c"
28692 has_inner_box 1
28693 inner_pos "t"
28694 use_parbox 1
28695 width "33col%"
28696 special "none"
28697 height "1in"
28698 height_special "totalheight"
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702 Dies ist Text in einer Parbox.
28703  Dies ist Text in einer Parbox.
28704 \end_layout
28705
28706 \begin_layout Plain Layout
28707 Diese Fußnote wird nicht gedruckt:
28708 \begin_inset Foot
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28727  und Theoreme enthalten.
28728 \end_layout
28729
28730 \begin_layout Section
28731 Boxen für Worte und Buchstaben
28732 \begin_inset Index
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Boxen ! für Buchstaben
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Subsection
28745 Silbentrennung unterbinden 
28746 \begin_inset CommandInset label
28747 LatexCommand label
28748 name "abs:Silbentrennung-unterbinden"
28749
28750 \end_inset
28751
28752
28753 \begin_inset Index
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 Boxen ! zur Vermeidung von Silbentrennung
28758 \end_layout
28759
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \begin_layout Standard
28766 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28767 \begin_inset Newline newline
28768 \end_inset
28769
28770 Hier ist ein Beispiel: 
28771 \end_layout
28772
28773 \begin_layout Standard
28774 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28775 \begin_inset Quotes gld
28776 \end_inset
28777
28778 einsehrsehrsehrlangeswort
28779 \begin_inset Quotes grd
28780 \end_inset
28781
28782 .
28783 \end_layout
28784
28785 \begin_layout Standard
28786 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28787  soll, den TeX-Code
28788 \end_layout
28789
28790 \begin_layout Standard
28791
28792 \series bold
28793
28794 \backslash
28795 mbox{
28796 \end_layout
28797
28798 \begin_layout Standard
28799 ein.
28800  Hinter dem Wort fügen Sie 
28801 \series bold
28802
28803 \begin_inset Quotes gld
28804 \end_inset
28805
28806 }
28807 \series default
28808
28809 \begin_inset Quotes grd
28810 \end_inset
28811
28812  als TeX-Code ein.
28813  Hier ist das Ergebnis:
28814 \end_layout
28815
28816 \begin_layout Standard
28817 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28818 \begin_inset ERT
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822
28823
28824 \backslash
28825 mbox{
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \begin_inset Quotes gld
28832 \end_inset
28833
28834 einsehrsehrsehrlangeswort
28835 \begin_inset Quotes grd
28836 \end_inset
28837
28838
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844 }
28845 \end_layout
28846
28847 \end_inset
28848
28849 .
28850 \end_layout
28851
28852 \begin_layout Standard
28853 Alternativ dazu kann man auch den Befehl 
28854 \begin_inset Quotes gld
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \backslash
28861 -
28862 \series default
28863
28864 \begin_inset Quotes grd
28865 \end_inset
28866
28867  als TeX-Code direkt vor das Wort setzen:
28868 \end_layout
28869
28870 \begin_layout Standard
28871 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28872 \begin_inset Quotes gld
28873 \end_inset
28874
28875
28876 \begin_inset ERT
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880
28881
28882 \backslash
28883 -
28884 \end_layout
28885
28886 \end_inset
28887
28888 einsehrsehrsehrlangeswort
28889 \begin_inset Quotes grd
28890 \end_inset
28891
28892 .
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28897  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28898 \series bold
28899 Strg-Eingabe
28900 \series default
28901 ) einfügen: 
28902 \end_layout
28903
28904 \begin_layout Standard
28905 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28906 \begin_inset Newline newline
28907 \end_inset
28908
28909
28910 \begin_inset ERT
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914
28915
28916 \backslash
28917 mbox{
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \begin_inset Quotes gld
28924 \end_inset
28925
28926 einsehrsehrsehrlangeswort
28927 \begin_inset Quotes grd
28928 \end_inset
28929
28930
28931 \begin_inset ERT
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935
28936 }
28937 \end_layout
28938
28939 \end_inset
28940
28941 .
28942 \end_layout
28943
28944 \begin_layout Subsection
28945 Vertikale Ausrichtung
28946 \begin_inset CommandInset label
28947 LatexCommand label
28948 name "uab:Vertikale-Ausrichtung"
28949
28950 \end_inset
28951
28952
28953 \begin_inset Index
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957 Boxen ! für Vertikale Ausrichtung
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \begin_inset Index
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967 Boxen ! raisebox
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \begin_layout Standard
28976 Mit dem LaTeX-Befehl 
28977 \series bold
28978
28979 \backslash
28980 raisebox
28981 \series default
28982  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
28983 n Textes ausrichten.
28984  
28985 \series bold
28986
28987 \backslash
28988 raisebox
28989 \series default
28990  wird folgendermaßen benutzt:
28991 \end_layout
28992
28993 \begin_layout Standard
28994
28995 \series bold
28996
28997 \backslash
28998 raisebox{Verschiebung}[oben][unten]{Text}
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Positive Werte für Verschiebung
29003 \series bold
29004  
29005 \series default
29006 verschieben die Box nach oben, negative nach unten.
29007  Die beiden optionalen Parameter 
29008 \family typewriter
29009 oben
29010 \family default
29011  und 
29012 \family typewriter
29013 unten
29014 \family default
29015  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29016  hinausgeht, wenn sie nicht verschoben ist.
29017 \end_layout
29018
29019 \begin_layout Standard
29020 Um zum Beispiel das Wort 
29021 \begin_inset Quotes gld
29022 \end_inset
29023
29024 provokant
29025 \begin_inset Quotes grd
29026 \end_inset
29027
29028  mit seinem 
29029 \begin_inset Quotes gld
29030 \end_inset
29031
29032 niedrigsten
29033 \begin_inset Quotes grd
29034 \end_inset
29035
29036  Buchstaben 
29037 \begin_inset Quotes gld
29038 \end_inset
29039
29040 p
29041 \begin_inset Quotes grd
29042 \end_inset
29043
29044  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 raisebox{
29053 \backslash
29054 depth}{
29055 \end_layout
29056
29057 \begin_layout Standard
29058 vor dem Wort einfügen und 
29059 \begin_inset Quotes gld
29060 \end_inset
29061
29062
29063 \series bold
29064 }
29065 \series default
29066
29067 \begin_inset Quotes grd
29068 \end_inset
29069
29070  als TeX-Code dahinter:
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Dies ist eine Zeile, in der das Wort 
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 raisebox{
29083 \backslash
29084 depth}{
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \begin_inset Quotes gld
29091 \end_inset
29092
29093 provokant
29094 \begin_inset Quotes grd
29095 \end_inset
29096
29097
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103 }
29104 \end_layout
29105
29106 \end_inset
29107
29108  nach oben verschoben wurde.
29109 \end_layout
29110
29111 \begin_layout Standard
29112 \begin_inset VSpace bigskip
29113 \end_inset
29114
29115 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29116  gedehnt:
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Dies ist eine Zeile, in der das Wort 
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126
29127 \backslash
29128 raisebox{-
29129 \backslash
29130 depth}{
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Quotes gld
29137 \end_inset
29138
29139 provokant
29140 \begin_inset Quotes grd
29141 \end_inset
29142
29143
29144 \begin_inset ERT
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148
29149 }
29150 \end_layout
29151
29152 \end_inset
29153
29154  nach unten verschoben wurde.
29155 \end_layout
29156
29157 \begin_layout Standard
29158 Dies ist eine Zeile, in der das Wort 
29159 \begin_inset ERT
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163
29164
29165 \backslash
29166 raisebox{0.5cm}{
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \begin_inset Quotes gld
29173 \end_inset
29174
29175 testen
29176 \begin_inset Quotes grd
29177 \end_inset
29178
29179
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185 }
29186 \end_layout
29187
29188 \end_inset
29189
29190  um 0.5
29191 \begin_inset space \thinspace{}
29192 \end_inset
29193
29194 cm nach oben verschoben wurde.
29195 \end_layout
29196
29197 \begin_layout Standard
29198 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 raisebox{-
29207 \backslash
29208 depth}[0pt]{
29209 \end_layout
29210
29211 \begin_layout Standard
29212 Dies ist eine Zeile, in der das Wort 
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 raisebox{-
29221 \backslash
29222 depth}[0pt]{
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \begin_inset Quotes gld
29229 \end_inset
29230
29231 provokant
29232 \begin_inset Quotes grd
29233 \end_inset
29234
29235
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241 }
29242 \end_layout
29243
29244 \end_inset
29245
29246  nach unten verschoben wurde.
29247 \end_layout
29248
29249 \begin_layout Standard
29250 Dies ist eine Zeile, in der das Wort 
29251 \begin_inset ERT
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255
29256
29257 \backslash
29258 raisebox{0.5cm}[0pt]{
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \begin_inset Quotes gld
29265 \end_inset
29266
29267 testen
29268 \begin_inset Quotes grd
29269 \end_inset
29270
29271
29272 \begin_inset ERT
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276
29277 }
29278 \end_layout
29279
29280 \end_inset
29281
29282  um 0.5
29283 \begin_inset space \thinspace{}
29284 \end_inset
29285
29286 cm nach oben verschoben wurde.
29287  Jetzt überschneiden sich die verschobenen Worte.
29288 \end_layout
29289
29290 \begin_layout Section
29291 Farbige Boxen
29292 \begin_inset CommandInset label
29293 LatexCommand label
29294 name "abs:Farbige-Boxen"
29295
29296 \end_inset
29297
29298
29299 \begin_inset Index
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 Boxen ! farbige
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Subsection
29312 Text-Hintergrundfarbe
29313 \begin_inset Index
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Farbe ! für Text-Hintergrund
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29327  sogenannten 
29328 \begin_inset Quotes gld
29329 \end_inset
29330
29331 colorbox
29332 \begin_inset Quotes grd
29333 \end_inset
29334
29335  stehen.
29336  Dafür muss das LaTeX-Paket 
29337 \series bold
29338 color
29339 \series default
29340
29341 \begin_inset Index
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345 LaTeX-Pakete ! color
29346 \end_layout
29347
29348 \end_inset
29349
29350  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29351 \end_layout
29352
29353 \begin_layout Standard
29354
29355 \series bold
29356
29357 \backslash
29358 @ifundefined{textcolor}
29359 \begin_inset Newline newline
29360 \end_inset
29361
29362
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 hphantom{ }
29371 \end_layout
29372
29373 \end_inset
29374
29375 {
29376 \backslash
29377 usepackage{color}}{}
29378 \end_layout
29379
29380 \begin_layout Standard
29381 Wenn Sie Text einfärben, lädt LyX das Paket 
29382 \series bold
29383 color
29384 \series default
29385  automatisch.
29386 \begin_inset Foot
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390 Der Befehl 
29391 \series bold
29392
29393 \backslash
29394 @ifundefined
29395 \series default
29396  vermeidet, dass es in diesem Fall doppelt geladen wird.
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 \begin_inset VSpace medskip
29406 \end_inset
29407
29408 Colorboxen werden mit dem Befehl 
29409 \series bold
29410
29411 \backslash
29412 colorbox
29413 \series default
29414  erzeugt:
29415 \end_layout
29416
29417 \begin_layout Standard
29418
29419 \series bold
29420
29421 \backslash
29422 colorbox{Farbe}{Boxinhalt}
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29427  Boxen sein.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 Die folgenden Farben sind vordefiniert:
29432 \family sans
29433  schwarz
29434 \family default
29435
29436 \family sans
29437 wei
29438 \family default
29439 ß, 
29440 \family sans
29441 rot
29442 \family default
29443 \series bold
29444 ,
29445 \series default
29446  
29447 \family sans
29448 grün
29449 \family default
29450
29451 \family sans
29452 blau
29453 \family default
29454
29455 \family sans
29456 türkis
29457 \family default
29458
29459 \family sans
29460 purpurrot
29461 \family default
29462  und 
29463 \family sans
29464 gelb
29465 \family default
29466 .
29467 \end_layout
29468
29469 \begin_layout Standard
29470 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29471 \begin_inset space ~
29472 \end_inset
29473
29474
29475 \begin_inset CommandInset ref
29476 LatexCommand ref
29477 reference "abs:Farbige-Tabellen"
29478
29479 \end_inset
29480
29481  beschrieben.
29482 \end_layout
29483
29484 \begin_layout Standard
29485 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29486  den TeX-Code-Befehl
29487 \end_layout
29488
29489 \begin_layout Standard
29490
29491 \series bold
29492
29493 \backslash
29494 colorbox{red}{
29495 \end_layout
29496
29497 \begin_layout Standard
29498 vor dem Wort ein.
29499  Hinter dem Wort fügen Sie 
29500 \series bold
29501
29502 \begin_inset Quotes gld
29503 \end_inset
29504
29505 }
29506 \series default
29507
29508 \begin_inset Quotes grd
29509 \end_inset
29510
29511  als TeX-Code ein.
29512  Hier ist das Ergebnis:
29513 \end_layout
29514
29515 \begin_layout Standard
29516 In dieser Zeile hat 
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 colorbox{red}{
29525 \end_layout
29526
29527 \end_inset
29528
29529 Achtung!
29530 \begin_inset ERT
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534
29535 }
29536 \end_layout
29537
29538 \end_inset
29539
29540  einen roten Hintergrund.
29541 \end_layout
29542
29543 \begin_layout Standard
29544 \begin_inset VSpace bigskip
29545 \end_inset
29546
29547 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29548  
29549 \series bold
29550
29551 \backslash
29552 fcolorbox
29553 \series default
29554  verwenden:
29555 \end_layout
29556
29557 \begin_layout Standard
29558
29559 \series bold
29560
29561 \backslash
29562 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29563 \end_layout
29564
29565 \begin_layout Standard
29566
29567 \series bold
29568
29569 \backslash
29570 fcolorbox
29571 \series default
29572  ist eine Erweiterung von 
29573 \series bold
29574
29575 \backslash
29576 colorbox
29577 \series default
29578 .
29579  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29580  
29581 \series bold
29582
29583 \backslash
29584 fboxrule
29585 \series default
29586  und 
29587 \series bold
29588
29589 \backslash
29590 fboxsep
29591 \series default
29592  gesteuert werden, wie in Abschnitt
29593 \begin_inset space ~
29594 \end_inset
29595
29596
29597 \begin_inset CommandInset ref
29598 LatexCommand ref
29599 reference "uab:Verzierung"
29600
29601 \end_inset
29602
29603  beschrieben.
29604 \end_layout
29605
29606 \begin_layout Standard
29607 Für das folgende Beispiel wurde der Befehl
29608 \end_layout
29609
29610 \begin_layout Standard
29611
29612 \series bold
29613
29614 \backslash
29615 fcolorbox{cyan}{magenta}{
29616 \end_layout
29617
29618 \begin_layout Standard
29619 benutzt.
29620  Hier wurden die Rahmendicke und der Abstand auf 1
29621 \begin_inset space \thinspace{}
29622 \end_inset
29623
29624 mm gesetzt:
29625 \begin_inset Newline newline
29626 \end_inset
29627
29628
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634
29635 \backslash
29636 fboxrule 1mm 
29637 \backslash
29638 fboxsep 1mm
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 fcolorbox{cyan}{green}{
29652 \end_layout
29653
29654 \end_inset
29655
29656 Dies ist Text in einer farbigen, gerahmten Box.
29657 \begin_inset ERT
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661
29662 }
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 \begin_inset VSpace bigskip
29672 \end_inset
29673
29674 Natürlich gibt es auch farbigen Text in einer Colorbox:
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684
29685 \backslash
29686 fcolorbox{cyan}{green}{
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \color yellow
29693 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29694 \color none
29695
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701 }
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \begin_inset ERT
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711
29712
29713 \backslash
29714 fboxrule 0.4pt 
29715 \backslash
29716 fboxsep 3pt
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \end_layout
29723
29724 \begin_layout Standard
29725 \begin_inset VSpace bigskip
29726 \end_inset
29727
29728
29729 \end_layout
29730
29731 \begin_layout Standard
29732 \begin_inset Note Greyedout
29733 status open
29734
29735 \begin_layout Plain Layout
29736 \noindent
29737
29738 \series bold
29739 Bemerkung:
29740 \series default
29741  Text in Colorboxen kann nicht umgebrochen werden.
29742  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29743  wie im folgenden beschrieben.
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Subsection
29752 Farbe für Absätze
29753 \begin_inset CommandInset label
29754 LatexCommand label
29755 name "uab:Farbe-für-Absätze"
29756
29757 \end_inset
29758
29759
29760 \begin_inset Index
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 Farbe ! für Absätze
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29774  den Text in eine Minipage stellen.
29775  Vor der Minipage fügen Sie den TeX-Code-Befehl
29776 \end_layout
29777
29778 \begin_layout Standard
29779
29780 \series bold
29781
29782 \backslash
29783 colorbox{color}{
29784 \end_layout
29785
29786 \begin_layout Standard
29787 ein.
29788  Hinter der Minipage fügen Sie 
29789 \series bold
29790
29791 \begin_inset Quotes gld
29792 \end_inset
29793
29794 }
29795 \series default
29796
29797 \begin_inset Quotes grd
29798 \end_inset
29799
29800  als TeX-Code ein.
29801 \end_layout
29802
29803 \begin_layout Standard
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 colorbox{hellgrau}{
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \begin_inset Box Frameless
29818 position "t"
29819 hor_pos "c"
29820 has_inner_box 1
29821 inner_pos "t"
29822 use_parbox 0
29823 width "100col%"
29824 special "none"
29825 height "1in"
29826 height_special "totalheight"
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Dies ist Text mit einer Hintergrundfarbe.
29831  Dies ist Text mit einer Hintergrundfarbe.
29832 \end_layout
29833
29834 \begin_layout Plain Layout
29835 Der Text kann Fußnoten
29836 \begin_inset Foot
29837 status open
29838
29839 \begin_layout Plain Layout
29840 Eine weitere Fußnote
29841 \end_layout
29842
29843 \end_inset
29844
29845  und Tabellen und Abbildungen enthalten.
29846 \end_layout
29847
29848 \begin_layout Plain Layout
29849 \align center
29850 \begin_inset Tabular
29851 <lyxtabular version="3" rows="3" columns="3">
29852 <features>
29853 <column alignment="center" valignment="top" width="0">
29854 <column alignment="center" valignment="top" width="0">
29855 <column alignment="center" valignment="top" width="0">
29856 <row>
29857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29858 \begin_inset Text
29859
29860 \begin_layout Plain Layout
29861 a
29862 \end_layout
29863
29864 \end_inset
29865 </cell>
29866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29867 \begin_inset Text
29868
29869 \begin_layout Plain Layout
29870 !
29871 \end_layout
29872
29873 \end_inset
29874 </cell>
29875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29876 \begin_inset Text
29877
29878 \begin_layout Plain Layout
29879 3
29880 \end_layout
29881
29882 \end_inset
29883 </cell>
29884 </row>
29885 <row>
29886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29887 \begin_inset Text
29888
29889 \begin_layout Plain Layout
29890 <
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29896 \begin_inset Text
29897
29898 \begin_layout Plain Layout
29899 b2
29900 \begin_inset Quotes erd
29901 \end_inset
29902
29903 |
29904 \end_layout
29905
29906 \end_inset
29907 </cell>
29908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Plain Layout
29912 >
29913 \end_layout
29914
29915 \end_inset
29916 </cell>
29917 </row>
29918 <row>
29919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29920 \begin_inset Text
29921
29922 \begin_layout Plain Layout
29923 1
29924 \end_layout
29925
29926 \end_inset
29927 </cell>
29928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29929 \begin_inset Text
29930
29931 \begin_layout Plain Layout
29932 §
29933 \end_layout
29934
29935 \end_inset
29936 </cell>
29937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29938 \begin_inset Text
29939
29940 \begin_layout Plain Layout
29941 c
29942 \end_layout
29943
29944 \end_inset
29945 </cell>
29946 </row>
29947 </lyxtabular>
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962 }
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Section
29971 Rotierte und skalierte Boxen
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
29976 \series bold
29977 graphicx
29978 \series default
29979
29980 \begin_inset Index
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 LaTeX-Pakete ! graphicx
29985 \end_layout
29986
29987 \end_inset
29988
29989  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29990 \end_layout
29991
29992 \begin_layout Standard
29993
29994 \series bold
29995
29996 \backslash
29997 @ifundefined{rotatebox}
29998 \begin_inset Newline newline
29999 \end_inset
30000
30001
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 hphantom{ }
30010 \end_layout
30011
30012 \end_inset
30013
30014 {
30015 \backslash
30016 usepackage{graphicx}}{}
30017 \end_layout
30018
30019 \begin_layout Standard
30020 \begin_inset Note Greyedout
30021 status open
30022
30023 \begin_layout Plain Layout
30024
30025 \series bold
30026 Bemerkung:
30027 \series default
30028  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30029  darstellen.
30030  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Standard
30039 \begin_inset Note Greyedout
30040 status open
30041
30042 \begin_layout Plain Layout
30043
30044 \series bold
30045 Bemerkung:
30046 \series default
30047  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Subsection
30056 Rotierte Boxen
30057 \begin_inset Index
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Boxen ! rotierte
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \begin_inset Index
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Rotiertes Material
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \begin_inset Index
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 Abbildungen ! rotierte
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \begin_inset Index
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Tabellen ! rotierte
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \end_layout
30098
30099 \begin_layout Standard
30100 Um Text zu drehen, verwendet man den Befehl 
30101 \series bold
30102
30103 \backslash
30104 rotatebox
30105 \series default
30106  im TeX-Code nach folgendem Schema:
30107 \end_layout
30108
30109 \begin_layout Standard
30110
30111 \series bold
30112
30113 \backslash
30114 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Der Drehpunkt wird mit 
30119 \series bold
30120 origin=Position
30121 \series default
30122  angegeben.
30123  Folgende Positionen sind möglich: 
30124 \emph on
30125 c
30126 \emph default
30127  (mittig), 
30128 \emph on
30129 l
30130 \emph default
30131  (links), 
30132 \emph on
30133 r
30134 \emph default
30135  (rechts), 
30136 \emph on
30137 b
30138 \emph default
30139  (unten), 
30140 \emph on
30141 t
30142 \emph default
30143  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30144  Z.
30145 \begin_inset space \thinspace{}
30146 \end_inset
30147
30148 B.
30149  bedeutet 
30150 \emph on
30151 lt
30152 \emph default
30153 , dass sich der Drehpunkt links oben befindet.
30154  Wird kein Drehpunkt angegeben, wird die Position 
30155 \emph on
30156 l
30157 \emph default
30158  verwendet.
30159  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30160  Gedreht wird gegen den Uhrzeigersinn.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Im folgenden Beispiel wurde vor dem Text der Befehl 
30165 \series bold
30166
30167 \backslash
30168 rotatebox[origin=c]{60}{
30169 \series default
30170  im TeX-Modus eingegeben.
30171  Nach dem Text wurde die schließende Klammer 
30172 \series bold
30173 }
30174 \series default
30175  wiederum im TeX-Modus eingegeben.
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Dies ist eine Zeile 
30180 \begin_inset ERT
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184
30185
30186 \backslash
30187 rotatebox[origin=c]{60}{
30188 \end_layout
30189
30190 \end_inset
30191
30192 mit rotiertem
30193 \begin_inset ERT
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197
30198 }
30199 \end_layout
30200
30201 \end_inset
30202
30203  Text.
30204 \end_layout
30205
30206 \begin_layout Standard
30207 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30208 \end_layout
30209
30210 \begin_layout Standard
30211 Dies ist eine Zeile 
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 rotatebox[origin=r]{-60}{
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \begin_inset Box Doublebox
30226 position "c"
30227 hor_pos "c"
30228 has_inner_box 0
30229 inner_pos "c"
30230 use_parbox 0
30231 width "1in"
30232 special "width"
30233 height "1in"
30234 height_special "totalheight"
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238 mit rotiertem
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249 }
30250 \end_layout
30251
30252 \end_inset
30253
30254  umrandeten Text 
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 rotatebox[origin=lb]{60}{
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30269 \end_inset
30270
30271
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277 }
30278 \end_layout
30279
30280 \end_inset
30281
30282  und einer Formel.
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Oder ein Bild oder Tabelle:
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Dies ist eine Zeile 
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296
30297 \backslash
30298 rotatebox[origin=lb]{90}{
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \begin_inset Graphics
30305         filename ../clipart/platypus.eps
30306         lyxscale 50
30307         width 25col%
30308
30309 \end_inset
30310
30311
30312 \begin_inset ERT
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316
30317 }
30318 \end_layout
30319
30320 \end_inset
30321
30322  mit einem rotierten Bild 
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328
30329 \backslash
30330 rotatebox[origin=l]{-90}{
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Tabular
30337 <lyxtabular version="3" rows="2" columns="2">
30338 <features>
30339 <column alignment="center" valignment="top" width="0">
30340 <column alignment="center" valignment="top" width="0">
30341 <row>
30342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30343 \begin_inset Text
30344
30345 \begin_layout Plain Layout
30346 q
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30352 \begin_inset Text
30353
30354 \begin_layout Plain Layout
30355 w
30356 \end_layout
30357
30358 \end_inset
30359 </cell>
30360 </row>
30361 <row>
30362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30363 \begin_inset Text
30364
30365 \begin_layout Plain Layout
30366 e
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375 r
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 </row>
30381 </lyxtabular>
30382
30383 \end_inset
30384
30385
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391 }
30392 \end_layout
30393
30394 \end_inset
30395
30396  und Tabelle.
30397 \end_layout
30398
30399 \begin_layout Subsection
30400 Skalierte Boxen
30401 \begin_inset Index
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 Boxen ! skalierte
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \begin_inset Index
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 Skaliertes Material
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset Index
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 Abbildungen ! skalierte
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \begin_inset Index
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435 Tabellen ! skalierte
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Um Text zu skalieren, kann man die Befehle 
30445 \series bold
30446
30447 \backslash
30448 scalebox
30449 \series default
30450  und 
30451 \series bold
30452
30453 \backslash
30454 resizebox
30455 \series default
30456  im TeX-Modus verwenden.
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 scalebox
30465 \series default
30466  wird nach folgendem Schema verwendet:
30467 \end_layout
30468
30469 \begin_layout Standard
30470
30471 \series bold
30472
30473 \backslash
30474 scalebox{horizontal}[vertikal]{Boxinhalt}
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30479  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30480  verwendet.
30481 \end_layout
30482
30483 \begin_layout Standard
30484 Z.
30485 \begin_inset space \thinspace{}
30486 \end_inset
30487
30488 B.
30489  ergibt der Befehl 
30490 \series bold
30491
30492 \backslash
30493 scalebox{2}{Hallo}
30494 \series default
30495  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 scalebox{2}{
30504 \end_layout
30505
30506 \end_inset
30507
30508 Hallo
30509 \begin_inset ERT
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513
30514 }
30515 \end_layout
30516
30517 \end_inset
30518
30519 .
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524 \series bold
30525
30526 \backslash
30527 scalebox{2}[1]{Hallo}
30528 \series default
30529  verzerrt hingegen das 
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 scalebox{2}[1]{
30538 \end_layout
30539
30540 \end_inset
30541
30542 Hallo
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 }
30549 \end_layout
30550
30551 \end_inset
30552
30553 .
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Die Skalierungsfaktoren dürfen auch negativ sein.
30558  In diesem Fall wird der Boxinhalt gespiegelt.
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Daher lässt sich mit dem Befehl 
30563 \series bold
30564
30565 \backslash
30566 scalebox{-1}[1]{Hallo}
30567 \series default
30568  Spiegelschrift erstellen: 
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574
30575 \backslash
30576 scalebox{-1}[1]{
30577 \end_layout
30578
30579 \end_inset
30580
30581 Hallo
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 }
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596
30597 \series bold
30598
30599 \backslash
30600 scalebox{1}[-1]{Hallo}
30601 \series default
30602  spiegelt das 
30603 \begin_inset ERT
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607
30608
30609 \backslash
30610 scalebox{1}[-1]{
30611 \end_layout
30612
30613 \end_inset
30614
30615 Hallo
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 }
30622 \end_layout
30623
30624 \end_inset
30625
30626  an der Grundlinie.
30627 \end_layout
30628
30629 \begin_layout Standard
30630 Zu 
30631 \series bold
30632
30633 \backslash
30634 scalebox{-1}[1]{Boxinhalt}
30635 \series default
30636  gibt es den äquivalenten Befehl
30637 \begin_inset Newline newline
30638 \end_inset
30639
30640
30641 \series bold
30642
30643 \backslash
30644 reflectbox{Boxinhalt}
30645 \series default
30646 .
30647 \end_layout
30648
30649 \begin_layout Standard
30650 \begin_inset VSpace bigskip
30651 \end_inset
30652
30653
30654 \series bold
30655
30656 \backslash
30657 resizebox
30658 \series default
30659  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30660  skalieren.
30661  Das Befehlsschema ist folgendes:
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 resizebox{Breite}{Höhe}{Boxinhalt}
30670 \end_layout
30671
30672 \begin_layout Standard
30673 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30674 \series bold
30675 !
30676 \series default
30677  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30678  wird.
30679 \end_layout
30680
30681 \begin_layout Standard
30682 Der Befehl 
30683 \series bold
30684
30685 \backslash
30686 resizebox{2cm}{1cm}{Hallo}
30687 \series default
30688  ergibt: 
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 resizebox{2cm}{1cm}{
30697 \end_layout
30698
30699 \end_inset
30700
30701 Hallo
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 }
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \begin_inset Newline newline
30714 \end_inset
30715
30716 Der Befehl 
30717 \series bold
30718
30719 \backslash
30720 resizebox{2cm}{!}{Hallo}
30721 \series default
30722  ergibt: 
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 resizebox{2cm}{!}{
30731 \end_layout
30732
30733 \end_inset
30734
30735 Hallo
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741 }
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \begin_inset VSpace bigskip
30751 \end_inset
30752
30753
30754 \begin_inset Note Greyedout
30755 status open
30756
30757 \begin_layout Plain Layout
30758
30759 \series bold
30760 Bemerkung:
30761 \series default
30762  Wurde in Argumenten von 
30763 \series bold
30764
30765 \backslash
30766 scalebox
30767 \series default
30768  oder 
30769 \series bold
30770
30771 \backslash
30772 resizebox
30773 \series default
30774  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30775  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30776  werden.
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \begin_inset VSpace bigskip
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Alle Boxen können beliebig miteinander kombiniert werden.
30793  So ergibt z.
30794 \begin_inset space \thinspace{}
30795 \end_inset
30796
30797 B.
30798  der Befehl
30799 \begin_inset Newline newline
30800 \end_inset
30801
30802
30803 \series bold
30804
30805 \backslash
30806 rotatebox[origin=c]{-45}{
30807 \backslash
30808 resizebox{2cm}{!}{
30809 \backslash
30810 reflectbox{Hallo}}}
30811 \series default
30812 :
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \align center
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 rotatebox[origin=c]{-45}{
30825 \backslash
30826 resizebox{2cm}{!}{
30827 \backslash
30828 reflectbox{
30829 \end_layout
30830
30831 \end_inset
30832
30833 Hallo
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 }}}
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 \noindent
30849 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \align center
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858
30859
30860 \backslash
30861 rotatebox[origin=c]{-30}{
30862 \backslash
30863 resizebox{2cm}{!}{
30864 \backslash
30865 reflectbox{
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \begin_inset Graphics
30872         filename ../clipart/platypus.eps
30873         lyxscale 50
30874         width 25col%
30875
30876 \end_inset
30877
30878
30879 \begin_inset ERT
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883
30884 }}}
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 rotatebox[origin=c]{-45}{
30898 \backslash
30899 resizebox{2cm}{!}{
30900 \backslash
30901 reflectbox{
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \begin_inset Tabular
30908 <lyxtabular version="3" rows="2" columns="2">
30909 <features>
30910 <column alignment="center" valignment="top" width="0">
30911 <column alignment="center" valignment="top" width="0">
30912 <row>
30913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917 q
30918 \end_layout
30919
30920 \end_inset
30921 </cell>
30922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30923 \begin_inset Text
30924
30925 \begin_layout Plain Layout
30926 w
30927 \end_layout
30928
30929 \end_inset
30930 </cell>
30931 </row>
30932 <row>
30933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937 e
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946 r
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 </row>
30952 </lyxtabular>
30953
30954 \end_inset
30955
30956
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962 }}}
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \begin_inset ERT
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972
30973
30974 \backslash
30975 rotatebox[origin=c]{-45}{
30976 \backslash
30977 resizebox{2cm}{!}{
30978 \backslash
30979 reflectbox{
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30986 \end_inset
30987
30988
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994 }}}
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 Hat man den globalen Formelstil 
31004 \series bold
31005 fleqn
31006 \series default
31007
31008 \begin_inset Foot
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 Wenn 
31013 \begin_inset Quotes gld
31014 \end_inset
31015
31016 fleqn
31017 \begin_inset Quotes grd
31018 \end_inset
31019
31020  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31021 \end_layout
31022
31023 \end_inset
31024
31025  gewählt, kann man auch abgesetzte Formeln skalieren.
31026 \end_layout
31027
31028 \begin_layout Chapter
31029 Externe Dateien
31030 \begin_inset Index
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034 Dateien ! externe
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \end_layout
31041
31042 \begin_layout Standard
31043 Mit 
31044 \family sans
31045 Einfügen\SpecialChar \menuseparator
31046 Datei
31047 \family default
31048  können Sie fremdes Material in Ihr Dokument einsetzen.
31049  Das kann folgendes sein:
31050 \end_layout
31051
31052 \begin_layout Description
31053 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31054  eingefügt.
31055 \end_layout
31056
31057 \begin_layout Description
31058 Einfacher
31059 \begin_inset space ~
31060 \end_inset
31061
31062 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31063  eingefügt.
31064 \end_layout
31065
31066 \begin_layout Description
31067 Einfacher
31068 \begin_inset space ~
31069 \end_inset
31070
31071 Text,
31072 \begin_inset space ~
31073 \end_inset
31074
31075 Zeilen
31076 \begin_inset space ~
31077 \end_inset
31078
31079 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31080  Leerzeilen trennen die Absätze.
31081 \end_layout
31082
31083 \begin_layout Description
31084 Externes
31085 \begin_inset space ~
31086 \end_inset
31087
31088 Material Dateien in verschiedenen Formaten.
31089 \end_layout
31090
31091 \begin_layout Description
31092 Unterdokument LyX- oder LaTeX-Dokumente.
31093 \end_layout
31094
31095 \begin_layout Section
31096 Externes Material
31097 \begin_inset Index
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101 Externes Material
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \end_layout
31108
31109 \begin_layout Standard
31110 Mit 
31111 \family sans
31112 Einfügen\SpecialChar \menuseparator
31113 Datei\SpecialChar \menuseparator
31114  Externes Material
31115 \family default
31116  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31117  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31118  weil LyX sich darum kümmert.
31119  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31120  eingefügt werden können.
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Zur Zeit können Sie folgende Dateitypen (
31125 \family sans
31126 Vorlagen
31127 \family default
31128 ) benutzen:
31129 \end_layout
31130
31131 \begin_layout Description
31132 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31133 \series bold
31134
31135 \begin_inset CommandInset href
31136 LatexCommand href
31137 name "XBoard"
31138 target "http://en.wikipedia.org/wiki/XBoard"
31139
31140 \end_inset
31141
31142
31143 \series default
31144  erzeugt wurden.
31145 \end_layout
31146
31147 \begin_layout Description
31148 Datum fügt ein Datum mit dem Format 
31149 \emph on
31150 Tag-Monat-Jahr
31151 \emph default
31152  ein.
31153  Hier ist ein Beispiel: 
31154 \begin_inset External
31155         template Date
31156         filename .
31157
31158 \end_inset
31159
31160
31161 \lang english
31162
31163 \begin_inset space ~
31164 \end_inset
31165
31166
31167 \begin_inset Note Note
31168 status open
31169
31170 \begin_layout Plain Layout
31171
31172 \lang english
31173 Remove the protected space when bug 4398 is fixed!
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \lang ngerman
31180
31181 \begin_inset Newline newline
31182 \end_inset
31183
31184 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31185  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31186  Menü 
31187 \family sans
31188 Einfügen\SpecialChar \menuseparator
31189 Datum
31190 \family default
31191  und mit dem LaTeX-Befehl 
31192 \series bold
31193
31194 \backslash
31195 today
31196 \series default
31197 .
31198  Die verschiedenen Methoden werden in Tabelle
31199 \begin_inset space ~
31200 \end_inset
31201
31202
31203 \begin_inset CommandInset ref
31204 LatexCommand ref
31205 reference "tab:Vergleich-der-Datums-Eingaben"
31206
31207 \end_inset
31208
31209  verglichen.
31210 \end_layout
31211
31212 \begin_layout Description
31213 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31214 \series bold
31215
31216 \begin_inset CommandInset href
31217 LatexCommand href
31218 name "LilyPond"
31219 target "http://en.wikipedia.org/wiki/LilyPond"
31220
31221 \end_inset
31222
31223
31224 \series default
31225  schreiben.
31226 \end_layout
31227
31228 \begin_layout Description
31229 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31230  Fast alle bekannten Bildformate werden unterstützt.
31231  Die Bilddateien können im Dialogfenster 
31232 \family sans
31233 Externes
31234 \begin_inset space ~
31235 \end_inset
31236
31237 Material
31238 \family default
31239  genauso behandelt werden wie die mit dem normalen 
31240 \family sans
31241 Grafik
31242 \family default
31243 -Dialog eingefügten, siehe Abschnitt
31244 \begin_inset space ~
31245 \end_inset
31246
31247
31248 \begin_inset CommandInset ref
31249 LatexCommand ref
31250 reference "abs:Grafik-Dialog"
31251
31252 \end_inset
31253
31254 .
31255  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31256  und EPS-Bilder werden nicht unterstützt.
31257 \end_layout
31258
31259 \begin_layout Description
31260 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31261 \series bold
31262
31263 \begin_inset CommandInset href
31264 LatexCommand href
31265 name "Xfig"
31266 target "http://en.wikipedia.org/wiki/Xfig"
31267
31268 \end_inset
31269
31270
31271 \series default
31272  erzeugt wurden.
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \begin_inset Float table
31277 placement h
31278 wide false
31279 sideways false
31280 status open
31281
31282 \begin_layout Plain Layout
31283 \begin_inset Caption
31284
31285 \begin_layout Plain Layout
31286 \begin_inset CommandInset label
31287 LatexCommand label
31288 name "tab:Vergleich-der-Datums-Eingaben"
31289
31290 \end_inset
31291
31292 Vergleich der Datums-Eingaben
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Plain Layout
31301 \align center
31302 \begin_inset Tabular
31303 <lyxtabular version="3" rows="4" columns="4">
31304 <features>
31305 <column alignment="center" valignment="top" width="0">
31306 <column alignment="center" valignment="top" width="0">
31307 <column alignment="center" valignment="top" width="0">
31308 <column alignment="center" valignment="top" width="0">
31309 <row>
31310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31311 \begin_inset Text
31312
31313 \begin_layout Plain Layout
31314 Dokumentformat
31315 \end_layout
31316
31317 \end_inset
31318 </cell>
31319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31320 \begin_inset Text
31321
31322 \begin_layout Plain Layout
31323
31324 \family sans
31325 Externes Material\SpecialChar \menuseparator
31326 Datum
31327 \end_layout
31328
31329 \end_inset
31330 </cell>
31331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31332 \begin_inset Text
31333
31334 \begin_layout Plain Layout
31335
31336 \family sans
31337 Einfügen\SpecialChar \menuseparator
31338 Datum
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347 Befehl 
31348 \series bold
31349
31350 \backslash
31351 today
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 </row>
31357 <row>
31358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31359 \begin_inset Text
31360
31361 \begin_layout Plain Layout
31362 LyX
31363 \end_layout
31364
31365 \end_inset
31366 </cell>
31367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31368 \begin_inset Text
31369
31370 \begin_layout Plain Layout
31371 als Box
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31377 \begin_inset Text
31378
31379 \begin_layout Plain Layout
31380 als Datum
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 als TeX-Code
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 </row>
31395 <row>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Plain Layout
31400 LaTeX
31401 \end_layout
31402
31403 \end_inset
31404 </cell>
31405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409 als Datum
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 als Datum
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 als Befehl
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 </row>
31433 <row>
31434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 DVI, PDF, PS
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 als Datum
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 als Datum
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 als Datum
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 </row>
31471 </lyxtabular>
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Standard
31484 Wenn Sie im Dialogfenster
31485 \family sans
31486  Externes
31487 \begin_inset space ~
31488 \end_inset
31489
31490 Material 
31491 \family default
31492 in der Karteikarte
31493 \family sans
31494  Datei
31495 \family default
31496  die Option 
31497 \family sans
31498 Entwurf
31499 \family default
31500  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31501 \end_layout
31502
31503 \begin_layout Standard
31504 LyX kann externes Material entweder als Box wie hier: 
31505 \begin_inset Graphics
31506         filename clipart/ExternesMaterialQt4.png
31507         lyxscale 80
31508         scale 60
31509         scaleBeforeRotation
31510
31511 \end_inset
31512
31513  oder als Bild darstellen.
31514  Das hängt davon ab, ob Sie im Dialogfenster
31515 \family sans
31516  Externes
31517 \begin_inset space ~
31518 \end_inset
31519
31520 Material 
31521 \family default
31522 in der Karteikarte 
31523 \family sans
31524 LyX-Ansicht
31525 \family default
31526  die Option 
31527 \family sans
31528 in
31529 \begin_inset space ~
31530 \end_inset
31531
31532 LyX
31533 \begin_inset space ~
31534 \end_inset
31535
31536 anzeigen
31537 \family default
31538  gewählt haben oder nicht.
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Im LyX-Handbuch 
31543 \family sans
31544 \emph on
31545 Anpassung
31546 \family default
31547 \emph default
31548  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31549 \end_layout
31550
31551 \begin_layout Section
31552 Unterdokumente
31553 \begin_inset CommandInset label
31554 LatexCommand label
31555 name "abs:Unterdokumente"
31556
31557 \end_inset
31558
31559
31560 \begin_inset Index
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564 Unterdokument
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \begin_layout Standard
31573 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31574  oder Abschnitten bestehen.
31575  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31576  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31577 \end_layout
31578
31579 \begin_layout Standard
31580 Unterdokumente werden in LyX als Box angezeigt: 
31581 \begin_inset Graphics
31582         filename clipart/UnterdokumentQt4.png
31583         lyxscale 80
31584         scale 60
31585         scaleBeforeRotation
31586
31587 \end_inset
31588
31589 .
31590  Sie werden über
31591 \family sans
31592  Einfügen\SpecialChar \menuseparator
31593 Datei\SpecialChar \menuseparator
31594 Unterdokument
31595 \family default
31596  eingebunden, was das Dialogfenster
31597 \family sans
31598  Unterdokument
31599 \family default
31600  öffnet.
31601  Für 
31602 \family sans
31603 die Art
31604 \begin_inset space ~
31605 \end_inset
31606
31607 der
31608 \begin_inset space ~
31609 \end_inset
31610
31611 Einbindung
31612 \family default
31613  gibt es dort vier Möglichkeiten:
31614 \end_layout
31615
31616 \begin_layout Description
31617 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31618  Wenn Sie im Dialogfenster
31619 \family sans
31620  Unterdokument
31621 \family default
31622  auf 
31623 \family sans
31624 Öffnen
31625 \family default
31626  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31627  und Sie können es editieren.
31628 \begin_inset Newline newline
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 Hier wird ein Unterdokument
31636 \family sans
31637  
31638 \family default
31639 per 
31640 \family sans
31641 Include
31642 \family default
31643  eingebunden: 
31644 \begin_inset CommandInset include
31645 LatexCommand include
31646 filename "DummyDocument1.lyx"
31647
31648 \end_inset
31649
31650 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31651  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31652  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31653 s.
31654  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31655 \begin_inset space ~
31656 \end_inset
31657
31658
31659 \begin_inset CommandInset ref
31660 LatexCommand ref
31661 reference "uab:Externer-Unterabschnitt-1"
31662
31663 \end_inset
31664
31665 .
31666 \end_layout
31667
31668 \begin_layout Standard
31669 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31670  wird benutzt.
31671  Unterdokumente, die per 
31672 \family sans
31673 Include
31674 \family default
31675  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31676  und enden mit einem Seitenumbruch.
31677 \end_layout
31678
31679 \begin_layout Standard
31680 Mit dem LaTeX-Befehl 
31681 \series bold
31682
31683 \backslash
31684 includeonly 
31685 \series default
31686 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31687  erstellt werden soll.
31688  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31689  sehen wollen, und es geht schneller.
31690  
31691 \series bold
31692
31693 \backslash
31694 includeonly
31695 \series default
31696  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31697  Im folgenden Beispiel
31698 \end_layout
31699
31700 \begin_layout Standard
31701
31702 \series bold
31703
31704 \backslash
31705 includeonly{Kapitel1,Kapitel5}
31706 \end_layout
31707
31708 \begin_layout Standard
31709 werden nur die Dateien 
31710 \begin_inset Quotes gld
31711 \end_inset
31712
31713 Kapitel1.lyx
31714 \begin_inset Quotes grd
31715 \end_inset
31716
31717  (oder 
31718 \begin_inset Quotes gld
31719 \end_inset
31720
31721 Kapitel1.tex
31722 \begin_inset Quotes grd
31723 \end_inset
31724
31725 ) und 
31726 \begin_inset Quotes gld
31727 \end_inset
31728
31729 Kapitel5.lyx
31730 \begin_inset Quotes grd
31731 \end_inset
31732
31733
31734 \series bold
31735  
31736 \series default
31737 eingebunden.
31738 \end_layout
31739
31740 \begin_layout Standard
31741 \begin_inset Note Greyedout
31742 status open
31743
31744 \begin_layout Plain Layout
31745
31746 \series bold
31747 Bemerkung:
31748 \series default
31749  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31750  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31751  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31752  Ergebnissen führen wird.
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Description
31761 Input Diese Methode ist 
31762 \family sans
31763 Include
31764 \family default
31765  sehr ähnlich mit folgenden Unterschieden:
31766 \end_layout
31767
31768 \begin_deeper
31769 \begin_layout Itemize
31770 Unterdokumente, die per 
31771 \family sans
31772 Input
31773 \family default
31774  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31775  Seite und enden NICHT mit einem Seitenumbruch.
31776 \end_layout
31777
31778 \begin_layout Itemize
31779 Unterdokumente, die per 
31780 \family sans
31781 Input
31782 \family default
31783  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31784 \family sans
31785  Unterdokument Vorschau
31786 \begin_inset space ~
31787 \end_inset
31788
31789 anzeigen
31790 \family default
31791  angekreuzt wurde und in den LyX-
31792 \family sans
31793 Einstellungen\SpecialChar \menuseparator
31794 Aussehen
31795 \begin_inset space ~
31796 \end_inset
31797
31798 &
31799 \begin_inset space ~
31800 \end_inset
31801
31802 Handhabung\SpecialChar \menuseparator
31803 Grafik Sofortige
31804 \begin_inset space ~
31805 \end_inset
31806
31807 Vorschau
31808 \family default
31809  auf 
31810 \family sans
31811 An
31812 \family default
31813  gesetzt wurde.
31814  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31815  aus.
31816 \end_layout
31817
31818 \begin_layout Itemize
31819 Der LaTeX-Befehl 
31820 \series bold
31821
31822 \backslash
31823 includeonly
31824 \series default
31825  kann nicht benutzt werden.
31826 \end_layout
31827
31828 \end_deeper
31829 \begin_layout Standard
31830 Hier ist ein Unterdokument, das mit
31831 \family sans
31832  Input
31833 \family default
31834  eingebunden wurde: 
31835 \begin_inset CommandInset include
31836 LatexCommand input
31837 filename "DummyDocument2.lyx"
31838
31839 \end_inset
31840
31841 .
31842 \end_layout
31843
31844 \begin_layout Description
31845 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31846   In der Druckvorschau wird für den Text der Stil 
31847 \family typewriter
31848 Schreibmaschine
31849 \family default
31850  verwendet.
31851  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31852  Wenn Sie im Dialogfenster
31853 \family sans
31854  Unterdokument Leerzeichen
31855 \begin_inset space ~
31856 \end_inset
31857
31858 bei
31859 \begin_inset space ~
31860 \end_inset
31861
31862 der
31863 \begin_inset space ~
31864 \end_inset
31865
31866 Ausgabe
31867 \begin_inset space ~
31868 \end_inset
31869
31870 kennzeichnen 
31871 \family default
31872 ankreuzen, wird in der Druckvorschau das Zeichen 
31873 \begin_inset Quotes gld
31874 \end_inset
31875
31876
31877 \begin_inset ERT
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881
31882
31883 \backslash
31884 textvisiblespace 
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \begin_inset Quotes grd
31891 \end_inset
31892
31893  für jedes Leerzeichen eingefügt.
31894 \begin_inset Newline newline
31895 \end_inset
31896
31897 Im Gegensatz zu 
31898 \family sans
31899 Einfügen\SpecialChar \menuseparator
31900 Datei\SpecialChar \menuseparator
31901 Einfacher
31902 \begin_inset space ~
31903 \end_inset
31904
31905 Text
31906 \family default
31907  wird bei 
31908 \family sans
31909 Unformatiert
31910 \family default
31911  der Dateiinhalt in LyX nicht dargestellt.
31912 \end_layout
31913
31914 \begin_layout Standard
31915 Hier ist ein Unterdokument, das mit
31916 \family sans
31917  Unformatiert
31918 \family default
31919  eingebunden wurde: 
31920 \begin_inset CommandInset include
31921 LatexCommand verbatiminput
31922 filename "DummyTextDocument.txt"
31923
31924 \end_inset
31925
31926
31927 \begin_inset VSpace bigskip
31928 \end_inset
31929
31930 Hier ist ein Unterdokument, das mit
31931 \family sans
31932  Unformatiert
31933 \family default
31934  eingebunden wurde und
31935 \family sans
31936  Leerzeichen
31937 \begin_inset space ~
31938 \end_inset
31939
31940 bei
31941 \begin_inset space ~
31942 \end_inset
31943
31944 der
31945 \begin_inset space ~
31946 \end_inset
31947
31948 Ausgabe
31949 \begin_inset space ~
31950 \end_inset
31951
31952 kennzeichnen
31953 \family default
31954  angekreuzt hat: 
31955 \begin_inset CommandInset include
31956 LatexCommand verbatiminput*
31957 filename "DummyTextDocument.txt"
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \begin_layout Standard
31965 \begin_inset VSpace bigskip
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 \begin_inset Note Greyedout
31973 status open
31974
31975 \begin_layout Plain Layout
31976
31977 \series bold
31978 Bemerkung:
31979 \series default
31980  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
31981  
31982 \family sans
31983 Unformatiert
31984 \family default
31985  eingebunden werden, am Zeilenende nicht umgebrochen.
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Description
31994 Listing Dieser Typ wird in Kapitel
31995 \begin_inset space ~
31996 \end_inset
31997
31998
31999 \begin_inset CommandInset ref
32000 LatexCommand ref
32001 reference "kap:Programm-Code-Listen"
32002
32003 \end_inset
32004
32005  beschrieben.
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset Note Greyedout
32010 status open
32011
32012 \begin_layout Plain Layout
32013
32014 \series bold
32015 Bemerkung:
32016 \series default
32017  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32018  das zu LaTeX-Problemen führen.
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Chapter
32027 Programm-Code-Listen
32028 \begin_inset CommandInset label
32029 LatexCommand label
32030 name "kap:Programm-Code-Listen"
32031
32032 \end_inset
32033
32034
32035 \begin_inset Index
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039 Listen
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \begin_inset Index
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 Programm-Code
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \end_layout
32056
32057 \begin_layout Standard
32058 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32059 \family sans
32060 Einfügen\SpecialChar \menuseparator
32061 Pro\SpecialChar \-
32062 gramm\SpecialChar \-
32063 listing
32064 \family default
32065  verwenden.
32066  Das LaTeX-Paket 
32067 \series bold
32068 listings
32069 \series default
32070
32071 \begin_inset Index
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075 LaTeX-Pakete ! listings
32076 \end_layout
32077
32078 \end_inset
32079
32080  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32081 \end_layout
32082
32083 \begin_layout Standard
32084 Ein Rechtsklick auf das 
32085 \family sans
32086 Listing
32087 \family default
32088 -Kästchen öffnet das Dialogfenster 
32089 \family sans
32090 Programm\SpecialChar \-
32091 listing-Einstellungen
32092 \family default
32093 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32098  Die 
32099 \family sans
32100 Platzierung
32101 \family default
32102 -Option 
32103 \family sans
32104 Eingebettetes
32105 \begin_inset space ~
32106 \end_inset
32107
32108 Listing
32109 \family default
32110  druckt das Listing in der Zeile wie hier: 
32111 \begin_inset listings
32112 lstparams "language={C++}"
32113 inline true
32114 status open
32115
32116 \begin_layout Plain Layout
32117
32118 int a=5;
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \begin_inset Newline newline
32125 \end_inset
32126
32127 Die Option 
32128 \family sans
32129 Gleitobjekt
32130 \family default
32131  erzeugt ein Listing-Gleitobjekt, dessen 
32132 \family sans
32133 Platzierung 
32134 \family default
32135 Sie mit 
32136 \family sans
32137 h
32138 \family default
32139
32140 \family sans
32141 t
32142 \family default
32143
32144 \family sans
32145 b
32146 \family default
32147  und 
32148 \family sans
32149 p
32150 \family default
32151 , analog zu den in Abschnitt
32152 \begin_inset space ~
32153 \end_inset
32154
32155
32156 \begin_inset CommandInset ref
32157 LatexCommand ref
32158 reference "abs:Gleitobjekt-Platzierung"
32159
32160 \end_inset
32161
32162  beschriebenen Platzierungsoptionen festlegen können.
32163  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32164  hintereinander angegeben, z.
32165 \begin_inset space \thinspace{}
32166 \end_inset
32167
32168 B.
32169  
32170 \begin_inset Quotes gld
32171 \end_inset
32172
32173
32174 \family sans
32175 htbp
32176 \family default
32177
32178 \begin_inset Quotes grd
32179 \end_inset
32180
32181 .
32182  Die Option 
32183 \begin_inset Quotes gld
32184 \end_inset
32185
32186 h
32187 \begin_inset Quotes grd
32188 \end_inset
32189
32190  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32191  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32192 \end_layout
32193
32194 \begin_layout Standard
32195 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32196  zu verweisen: Listing
32197 \begin_inset space ~
32198 \end_inset
32199
32200
32201 \begin_inset CommandInset ref
32202 LatexCommand ref
32203 reference "lst:Gleitendes-Programm-Listing"
32204
32205 \end_inset
32206
32207 .
32208 \end_layout
32209
32210 \begin_layout Standard
32211 \begin_inset listings
32212 lstparams "language=Python"
32213 inline false
32214 status open
32215
32216 \begin_layout Plain Layout
32217
32218 \begin_inset Caption
32219
32220 \begin_layout Plain Layout
32221 \begin_inset CommandInset label
32222 LatexCommand label
32223 name "lst:Gleitendes-Programm-Listing"
32224
32225 \end_inset
32226
32227 Gleitendes Programm-Listing
32228 \end_layout
32229
32230 \end_inset
32231
32232 # Gleitendes Programm-Listing
32233 \end_layout
32234
32235 \begin_layout Plain Layout
32236
32237 def func(param):
32238 \end_layout
32239
32240 \begin_layout Plain Layout
32241
32242     'Dies ist eine Python-Funktion'
32243 \end_layout
32244
32245 \begin_layout Plain Layout
32246
32247     pass
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \end_layout
32254
32255 \begin_layout Standard
32256 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32257  der Sprache erkannt und besonders gedruckt, wie 
32258 \emph on
32259 #
32260 \emph default
32261
32262 \emph on
32263 def
32264 \emph default
32265  und 
32266 \emph on
32267 pass
32268 \emph default
32269  in Listing
32270 \begin_inset space ~
32271 \end_inset
32272
32273
32274 \begin_inset CommandInset ref
32275 LatexCommand ref
32276 reference "lst:Gleitendes-Programm-Listing"
32277
32278 \end_inset
32279
32280 .
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset Note Greyedout
32285 status open
32286
32287 \begin_layout Plain Layout
32288
32289 \series bold
32290 Bemerkung:
32291 \series default
32292  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32293 \family typewriter
32294 Schreib\SpecialChar \-
32295 maschine
32296 \family default
32297  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32298 h keine fett gedruckten Buchstaben.
32299  Wählen Sie in diesem Fall eine andere Schrift für 
32300 \family typewriter
32301 Schreibmaschine
32302 \family default
32303  im Menü 
32304 \family sans
32305 Dokument\SpecialChar \menuseparator
32306 Einstellungen\SpecialChar \menuseparator
32307 Schriften
32308 \family default
32309 .
32310  (Die Schriften 
32311 \emph on
32312 LuxiMono, BeraMono
32313 \emph default
32314  und 
32315 \emph on
32316 Courier
32317 \emph default
32318  enthalten fett gedruckte Buchstaben.)
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 Im Abschnitt 
32328 \family sans
32329 Zeilennummerierung
32330 \family default
32331  des 
32332 \family sans
32333 Programmlisting-Einstellungen
32334 \family default
32335 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32336  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32337  werden soll und die 
32338 \family sans
32339 Schriftgröße
32340 \family default
32341  der Nummerierung.
32342 \end_layout
32343
32344 \begin_layout Standard
32345 Im Abschnitt 
32346 \family sans
32347 Bereich
32348 \family default
32349  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32350  Im Abschnitt 
32351 \family sans
32352 Stil
32353 \family default
32354  legen Sie fest, wie die Liste ausgedruckt werden soll.
32355  Die Option 
32356 \family sans
32357 Erweiterte
32358 \begin_inset space ~
32359 \end_inset
32360
32361 Zeichentabelle
32362 \family default
32363  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32364 \end_layout
32365
32366 \begin_layout Standard
32367 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32368  Sprache 
32369 \begin_inset Quotes gld
32370 \end_inset
32371
32372 Python
32373 \begin_inset Quotes grd
32374 \end_inset
32375
32376 , den Optionen 
32377 \family sans
32378 Erweiterte
32379 \begin_inset space ~
32380 \end_inset
32381
32382 Zeichentabelle
32383 \family default
32384  und 
32385 \family sans
32386 Leerzeichen
32387 \begin_inset space ~
32388 \end_inset
32389
32390 als
32391 \begin_inset space ~
32392 \end_inset
32393
32394 Symbol
32395 \family default
32396  und Bereich 3
32397 \begin_inset space \thinspace{}
32398 \end_inset
32399
32400 -
32401 \begin_inset space \thinspace{}
32402 \end_inset
32403
32404 8:
32405 \end_layout
32406
32407 \begin_layout Standard
32408 \begin_inset listings
32409 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32410 inline false
32411 status open
32412
32413 \begin_layout Plain Layout
32414
32415 def func(param):
32416 \end_layout
32417
32418 \begin_layout Plain Layout
32419
32420     'Dies ist eine Python-Funktion'
32421 \end_layout
32422
32423 \begin_layout Plain Layout
32424
32425     pass
32426 \end_layout
32427
32428 \begin_layout Plain Layout
32429
32430 def func(param):
32431 \end_layout
32432
32433 \begin_layout Plain Layout
32434
32435 'Sonderzeichen: Tschüß'
32436 \end_layout
32437
32438 \begin_layout Plain Layout
32439
32440 pass
32441 \end_layout
32442
32443 \begin_layout Plain Layout
32444
32445 def func(param):
32446 \end_layout
32447
32448 \begin_layout Plain Layout
32449
32450 'Dies ist eine Python-Funktion'
32451 \end_layout
32452
32453 \begin_layout Plain Layout
32454
32455 pass
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \noindent
32465 \begin_inset Note Greyedout
32466 status open
32467
32468 \begin_layout Plain Layout
32469
32470 \series bold
32471 Bemerkung:
32472 \series default
32473  Wegen eines Fehlers im 
32474 \series bold
32475 listings
32476 \series default
32477 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32478  verschoben.
32479  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32480  Liste nummeriert werden.
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \begin_layout Standard
32489 \begin_inset VSpace bigskip
32490 \end_inset
32491
32492
32493 \end_layout
32494
32495 \begin_layout Standard
32496 \noindent
32497 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32498  Das machen Sie mit
32499 \family sans
32500  Einfügen\SpecialChar \menuseparator
32501 Datei\SpecialChar \menuseparator
32502 Unterdokument
32503 \family default
32504  und der 
32505 \family sans
32506 Art
32507 \begin_inset space ~
32508 \end_inset
32509
32510 der
32511 \begin_inset space ~
32512 \end_inset
32513
32514 Einbindung
32515 \family default
32516  
32517 \family sans
32518 Listing
32519 \family default
32520 .
32521 \begin_inset Foot
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32526 \begin_inset space ~
32527 \end_inset
32528
32529
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "abs:Unterdokumente"
32533
32534 \end_inset
32535
32536  beschrieben.
32537 \end_layout
32538
32539 \end_inset
32540
32541  Im Dialogfenster
32542 \family sans
32543  Unterdokument
32544 \family default
32545  können Sie die Listing-Parameter unter 
32546 \family sans
32547 Weitere
32548 \begin_inset space ~
32549 \end_inset
32550
32551 Parameter
32552 \family default
32553  eingeben.
32554  Wenn Sie dort ein Fragezeichen 
32555 \begin_inset Quotes gld
32556 \end_inset
32557
32558 ?
32559 \begin_inset Quotes grd
32560 \end_inset
32561
32562  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32563 det.
32564 \end_layout
32565
32566 \begin_layout Standard
32567 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32568  Text ins Feld 
32569 \family sans
32570 Marke
32571 \family default
32572 , auf die dann wie üblich verwiesen werden kann.
32573 \end_layout
32574
32575 \begin_layout Standard
32576 Listing
32577 \begin_inset space ~
32578 \end_inset
32579
32580
32581 \begin_inset CommandInset ref
32582 LatexCommand ref
32583 reference "lst:Datei-Listing"
32584
32585 \end_inset
32586
32587  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591 -
32592 \begin_inset space \thinspace{}
32593 \end_inset
32594
32595 15 gedruckt werden.
32596 \end_layout
32597
32598 \begin_layout Standard
32599 \begin_inset CommandInset include
32600 LatexCommand lstinputlisting
32601 filename "EmbeddedObjects.lyx"
32602 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Standard
32610 \begin_inset VSpace bigskip
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 \noindent
32618 Dokumentweite Listing-Eigenschaften können in
32619 \family sans
32620  Dokument\SpecialChar \menuseparator
32621 Einstellungen\SpecialChar \menuseparator
32622 Text\SpecialChar \-
32623 for\SpecialChar \-
32624 mat\SpecialChar \menuseparator
32625 Listing-Einstellungen
32626 \family default
32627  festgelegt werden.
32628  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32629 \begin_inset Quotes gld
32630 \end_inset
32631
32632 ?
32633 \begin_inset Quotes grd
32634 \end_inset
32635
32636  links davon eine Liste aller möglichen Parameter.
32637 \end_layout
32638
32639 \begin_layout Standard
32640 Weitere Informationen über das 
32641 \series bold
32642 listings
32643 \series default
32644 -Paket finden Sie in 
32645 \begin_inset CommandInset citation
32646 LatexCommand cite
32647 key "listings"
32648
32649 \end_inset
32650
32651 .
32652 \begin_inset Newpage newpage
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \begin_layout Chapter
32659 \start_of_appendix
32660 In LyX verfügbare Maßeinheiten
32661 \begin_inset CommandInset label
32662 LatexCommand label
32663 name "kap:In-LyX-verfügbare"
32664
32665 \end_inset
32666
32667
32668 \begin_inset Index
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672 Einheiten
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32682  Tabelle
32683 \begin_inset space ~
32684 \end_inset
32685
32686
32687 \begin_inset CommandInset ref
32688 LatexCommand ref
32689 reference "tab:Maßeinheiten"
32690
32691 \end_inset
32692
32693  alle in LyX verfügbaren Maßeinheiten.
32694 \end_layout
32695
32696 \begin_layout Standard
32697 \begin_inset Float table
32698 placement h
32699 wide false
32700 sideways false
32701 status open
32702
32703 \begin_layout Plain Layout
32704 \begin_inset Caption
32705
32706 \begin_layout Plain Layout
32707 \begin_inset CommandInset label
32708 LatexCommand label
32709 name "tab:Maßeinheiten"
32710
32711 \end_inset
32712
32713 Maßeinheiten
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Plain Layout
32722 \begin_inset VSpace medskip
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \begin_layout Plain Layout
32729 \align center
32730 \begin_inset Tabular
32731 <lyxtabular version="3" rows="20" columns="2">
32732 <features>
32733 <column alignment="center" valignment="top" width="0">
32734 <column alignment="center" valignment="top" width="0">
32735 <row>
32736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740
32741 \series bold
32742 Maßeinheit
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Plain Layout
32751
32752 \series bold
32753 Name/Beschreibung
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 </row>
32759 <row>
32760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 mm
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773 Millimeter
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 </row>
32779 <row>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 cm
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 Zentimeter
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 </row>
32799 <row>
32800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 in
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813 Zoll (1
32814 \begin_inset space \thinspace{}
32815 \end_inset
32816
32817 in = 2.54
32818 \begin_inset space \thinspace{}
32819 \end_inset
32820
32821 cm
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 </row>
32827 <row>
32828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 pt
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 Punkt (72.27
32842 \begin_inset space \thinspace{}
32843 \end_inset
32844
32845 pt = 1
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 in)
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 pc
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 Pica (1
32870 \begin_inset space \thinspace{}
32871 \end_inset
32872
32873 pc = 12
32874 \begin_inset space \thinspace{}
32875 \end_inset
32876
32877 pt)
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 </row>
32883 <row>
32884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888 sp
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 skalierter Punkt (65536
32898 \begin_inset space \thinspace{}
32899 \end_inset
32900
32901 sp = 1
32902 \begin_inset space \thinspace{}
32903 \end_inset
32904
32905 pt)
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 </row>
32911 <row>
32912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 bp
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925 großer Punkt (72
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 bp = 1
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 in)
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 </row>
32939 <row>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 dd
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 Didot (1
32954 \begin_inset space \thinspace{}
32955 \end_inset
32956
32957 dd 
32958 \begin_inset Formula $\approx$
32959 \end_inset
32960
32961  0,376
32962 \begin_inset space \thinspace{}
32963 \end_inset
32964
32965 mm)
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 </row>
32971 <row>
32972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 cc
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 Cicero (1
32986 \begin_inset space \thinspace{}
32987 \end_inset
32988
32989 cc = 12
32990 \begin_inset space \thinspace{}
32991 \end_inset
32992
32993 dd)
32994 \end_layout
32995
32996 \end_inset
32997 </cell>
32998 </row>
32999 <row>
33000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33001 \begin_inset Text
33002
33003 \begin_layout Plain Layout
33004 Skalierung%
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013 % der originalen Bildbreite
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 </row>
33019 <row>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 Textbreite %
33025 \end_layout
33026
33027 \end_inset
33028 </cell>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 % der Textbreite
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 </row>
33039 <row>
33040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044 Spaltenbreite %
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053 % der Spaltenbreite
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 </row>
33059 <row>
33060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33061 \begin_inset Text
33062
33063 \begin_layout Plain Layout
33064 Seitenbreite %
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 % der Seitenbreite
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 Zeilenbreite %
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 % der Zeilenbreite
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 </row>
33099 <row>
33100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 Texthöhe %
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 % der Texthöhe
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 </row>
33119 <row>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 Seitenhöhe %
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 % der Seitenhöhe
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 </row>
33139 <row>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 ex
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153 Die Höhe des Buchstabens 
33154 \emph on
33155 x
33156 \emph default
33157  im aktiven Zeichensatz
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 </row>
33163 <row>
33164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 em
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177 Die Breite des Buchstabens 
33178 \emph on
33179 M
33180 \emph default
33181  im aktiven Zeichensatz
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 </row>
33187 <row>
33188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 mu
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 mathematische  Maßeinheit
33202 \series bold
33203  
33204 \series default
33205 (1
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 mu = 1/18
33210 \begin_inset space \thinspace{}
33211 \end_inset
33212
33213 em)
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 </lyxtabular>
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Chapter
33232 Ausgabedatei-Formate mit Grafiken
33233 \begin_inset CommandInset label
33234 LatexCommand label
33235 name "kap:Ausgabedatei-Formate"
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Section
33243 DVI
33244 \begin_inset Index
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248 Dateiformat! DVI
33249 \end_layout
33250
33251 \end_inset
33252
33253
33254 \begin_inset Index
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258 DVI
33259 \end_layout
33260
33261 \end_inset
33262
33263
33264 \end_layout
33265
33266 \begin_layout Standard
33267 Dieser Dateityp hat die Erweiterung 
33268 \begin_inset Quotes gld
33269 \end_inset
33270
33271
33272 \family typewriter
33273 .dvi
33274 \family default
33275
33276 \begin_inset Quotes grd
33277 \end_inset
33278
33279  und wird 
33280 \begin_inset Quotes gld
33281 \end_inset
33282
33283 device independent
33284 \begin_inset Quotes grd
33285 \end_inset
33286
33287  genannt, weil er vollkommen portierbar ist.
33288  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33289  dvi-Betrachter installiert hat.
33290  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33291 ate wie PostScript benutzt.
33292 \end_layout
33293
33294 \begin_layout Standard
33295 \begin_inset Note Greyedout
33296 status open
33297
33298 \begin_layout Plain Layout
33299
33300 \series bold
33301 Bemerkung:
33302 \series default
33303  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33313  auf einen anderen Computer kopieren.
33314  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33315  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33316  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33317 \family typewriter
33318  
33319 \family default
33320 blättern.
33321
33322 \family typewriter
33323  
33324 \family default
33325 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33326  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33327  
33328 \end_layout
33329
33330 \begin_layout Standard
33331 Sie können Ihr Dokument als DVI über das Menü 
33332 \family sans
33333 Datei\SpecialChar \menuseparator
33334 Exportieren\SpecialChar \menuseparator
33335 DVI
33336 \family default
33337  exportieren.
33338  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33339 \family sans
33340 Ansicht
33341 \family default
33342  oder den Werkzeugleistenknopf 
33343 \begin_inset Graphics
33344         filename ../../images/buffer-view_dvi.png
33345         scale 70
33346         scaleBeforeRotation
33347         BoundingBox 0bp 0bp 20bp 20bp
33348
33349 \end_inset
33350
33351  anschauen.
33352 \end_layout
33353
33354 \begin_layout Section
33355 PostScript
33356 \begin_inset CommandInset label
33357 LatexCommand label
33358 name "abs:PostScript"
33359
33360 \end_inset
33361
33362
33363 \begin_inset Index
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 Dateiformat  ! PostScript
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \begin_inset Index
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377 PostScript
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Standard
33386 Dieser Dateityp hat die Erweiterung 
33387 \begin_inset Quotes gld
33388 \end_inset
33389
33390
33391 \family typewriter
33392 .ps
33393 \family default
33394
33395 \begin_inset Quotes grd
33396 \end_inset
33397
33398 .
33399  PostScript wurde von der Firma
33400 \family typewriter
33401  Adobe
33402 \family default
33403  als Druckersprache entwickelt.
33404  Die Datei enthält deshalb Druckbefehle.
33405  PostScript kann als 
33406 \begin_inset Quotes gld
33407 \end_inset
33408
33409 Programmiersprache
33410 \begin_inset Quotes grd
33411 \end_inset
33412
33413  angesehen werden.
33414  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33415 \begin_inset Foot
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33420  von
33421 \series bold
33422  PSTricks
33423 \series default
33424  
33425 \begin_inset CommandInset citation
33426 LatexCommand cite
33427 key "pstricks"
33428
33429 \end_inset
33430
33431  oder 
33432 \begin_inset CommandInset citation
33433 LatexCommand cite
33434 key "latex-praxisbuch"
33435
33436 \end_inset
33437
33438  ansehen.
33439 \end_layout
33440
33441 \end_inset
33442
33443 .
33444  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33445 \end_layout
33446
33447 \begin_layout Standard
33448 PostScript kann nur Bilder im Format EPS
33449 \begin_inset Index
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 EPS
33454 \end_layout
33455
33456 \end_inset
33457
33458  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33459 wei\SpecialChar \-
33460 ter\SpecialChar \-
33461 ung 
33462 \begin_inset Quotes gld
33463 \end_inset
33464
33465
33466 \family typewriter
33467 .eps
33468 \family default
33469
33470 \begin_inset Quotes grd
33471 \end_inset
33472
33473 ) enthalten.
33474  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33475  intern nach EPS konvertieren.
33476  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33477  verlangsamen.
33478  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33479  konvertieren und direkt als EPS einfügen.
33480 \end_layout
33481
33482 \begin_layout Standard
33483 Sie können Ihr Dokument als PostScript über das Menü 
33484 \family sans
33485 Datei\SpecialChar \menuseparator
33486 Exportieren\SpecialChar \menuseparator
33487 Post\SpecialChar \-
33488 Script
33489 \family default
33490  exportieren.
33491  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33492 \family sans
33493 Ansicht
33494 \family default
33495  oder den Werkzeugleistenknopf 
33496 \begin_inset Graphics
33497         filename ../../images/buffer-view_ps.png
33498         scale 70
33499         scaleBeforeRotation
33500
33501 \end_inset
33502
33503  anschauen.
33504 \end_layout
33505
33506 \begin_layout Section
33507 PDF
33508 \begin_inset CommandInset label
33509 LatexCommand label
33510 name "abs:PDF"
33511
33512 \end_inset
33513
33514
33515 \begin_inset Index
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Dateiformat! PDF
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \begin_inset Index
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529 PDF
33530 \end_layout
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \begin_layout Standard
33538 Dieser Dateityp hat die Erweiterung 
33539 \begin_inset Quotes gld
33540 \end_inset
33541
33542
33543 \family typewriter
33544 .pdf
33545 \family default
33546
33547 \begin_inset Quotes grd
33548 \end_inset
33549
33550 .
33551  Das
33552 \emph on
33553  
33554 \emph default
33555
33556 \begin_inset Quotes gld
33557 \end_inset
33558
33559 Portable Document Format
33560 \begin_inset Quotes grd
33561 \end_inset
33562
33563  (PDF) wurde auch von der Firma 
33564 \family typewriter
33565 Adobe
33566 \family default
33567  als Derivat von PostScript entwickelt.
33568  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33569  Wie der Begriff 
33570 \begin_inset Quotes gld
33571 \end_inset
33572
33573 portable
33574 \begin_inset Quotes grd
33575 \end_inset
33576
33577  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33578  werden, und der Ausdruck sieht immer gleich aus.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 PDF kann Bilder im eigenen PDF-Format, im Format 
33583 \begin_inset Quotes gld
33584 \end_inset
33585
33586 Joint Photographic Experts Group
33587 \begin_inset Quotes grd
33588 \end_inset
33589
33590  (JPEG
33591 \begin_inset Index
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 JPG, JPEG
33596 \end_layout
33597
33598 \end_inset
33599
33600 , Datei-Erweiterung 
33601 \begin_inset Quotes gld
33602 \end_inset
33603
33604
33605 \family typewriter
33606 .jpg
33607 \family default
33608
33609 \begin_inset Quotes grd
33610 \end_inset
33611
33612  oder 
33613 \begin_inset Quotes gld
33614 \end_inset
33615
33616
33617 \family typewriter
33618 .jpeg
33619 \family default
33620
33621 \begin_inset Quotes grd
33622 \end_inset
33623
33624 ) und im Format 
33625 \begin_inset Quotes gld
33626 \end_inset
33627
33628 Portable Network Graphics
33629 \begin_inset Quotes grd
33630 \end_inset
33631
33632  (PNG
33633 \begin_inset Index
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637 PNG
33638 \end_layout
33639
33640 \end_inset
33641
33642 , Datei-Erweiterung 
33643 \begin_inset Quotes gld
33644 \end_inset
33645
33646
33647 \family typewriter
33648 .png
33649 \family default
33650
33651 \begin_inset Quotes grd
33652 \end_inset
33653
33654 ) enthalten.
33655  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33656  Sie konvertieren wird.
33657  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33658  wird, eines der drei erwähnten Bildformate zu benutzen.
33659 \end_layout
33660
33661 \begin_layout Standard
33662 PDF-Dateien können Sie über 
33663 \family sans
33664 Datei\SpecialChar \menuseparator
33665 Exportieren
33666 \family default
33667  auf drei Arten erzeugen:
33668 \end_layout
33669
33670 \begin_layout Description
33671 PDF
33672 \begin_inset space ~
33673 \end_inset
33674
33675 (ps2pdf) benutzt das Programm
33676 \family typewriter
33677  ps2pdf
33678 \family default
33679 , das eine PDF-Datei aus einer Post\SpecialChar \-
33680 Script®-Version Ihres Dokument erstellt.
33681  Die PostScript-Version wird mit dem Programm 
33682 \family typewriter
33683 dvips
33684 \family default
33685  aus einer DVI-Version erstellt.
33686  Es werden also drei Konvertierungen verwendet.
33687 \end_layout
33688
33689 \begin_layout Description
33690 PDF
33691 \begin_inset space ~
33692 \end_inset
33693
33694 (dvipdfm) benutzt das Programm 
33695 \family typewriter
33696 dvipdfm
33697 \family default
33698 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33699  PDF konvertiert.
33700 \end_layout
33701
33702 \begin_layout Description
33703 PDF
33704 \begin_inset space ~
33705 \end_inset
33706
33707 (pdflatex) benutzt das Programm
33708 \family typewriter
33709  pdftex
33710 \family default
33711 , das Ihr Dokument direkt nach PDF konvertiert.
33712 \end_layout
33713
33714 \begin_layout Standard
33715
33716 \family sans
33717 PDF
33718 \begin_inset space ~
33719 \end_inset
33720
33721 (pdflatex)
33722 \family default
33723  wird empfohlen, weil
33724 \family typewriter
33725  pdftex
33726 \family default
33727  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33728  ohne Probleme arbeitet.
33729  Das Programm 
33730 \family typewriter
33731 dvi\SpecialChar \-
33732 pdfm
33733 \family default
33734  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 Sie können Ihr Dokument als PDF über das Menü 
33739 \family sans
33740 Datei\SpecialChar \menuseparator
33741 Exportieren\SpecialChar \menuseparator
33742 PDF
33743 \family default
33744  exportieren.
33745  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33746 \family sans
33747 Ansicht
33748 \family default
33749  oder den Werkzeugleistenknopf 
33750 \begin_inset Graphics
33751         filename ../../images/buffer-view_pdf2.png
33752         scale 70
33753         scaleBeforeRotation
33754         BoundingBox 0bp 0bp 20bp 20bp
33755
33756 \end_inset
33757
33758  anschauen 
33759 \family sans
33760 (
33761 \family default
33762 der 
33763 \family sans
33764 PDF
33765 \begin_inset space ~
33766 \end_inset
33767
33768 (pdflatex)
33769 \family default
33770  verwendet).
33771 \end_layout
33772
33773 \begin_layout Chapter
33774 Erklärung der Gleichung
33775 \begin_inset space ~
33776 \end_inset
33777
33778
33779 \begin_inset CommandInset ref
33780 LatexCommand eqref
33781 reference "eq:Wgn"
33782
33783 \end_inset
33784
33785
33786 \begin_inset CommandInset label
33787 LatexCommand label
33788 name "kap:Exläuterung-einer-Gleichung"
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Die Gesamtbreite von
33797 \emph on
33798  n
33799 \emph default
33800  Tabellenzellen 
33801 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33802 \end_inset
33803
33804  kann wie folgt berechnet werden:
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset Formula \begin{equation}
33809 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}
33810
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 Dabei ist 
33818 \begin_inset Formula $W_{g\, n}$
33819 \end_inset
33820
33821  die Breite jeder Zelle.
33822
33823 \series bold
33824  
33825 \backslash
33826 tabcolsep
33827 \series default
33828  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33829  Standardwert 6
33830 \begin_inset space \thinspace{}
33831 \end_inset
33832
33833 pt.
33834  
33835 \series bold
33836
33837 \backslash
33838 arrayrulewidth
33839 \series default
33840  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33841 \begin_inset space \thinspace{}
33842 \end_inset
33843
33844 pt.
33845 \end_layout
33846
33847 \begin_layout Standard
33848 Nach Gleichung
33849 \begin_inset space ~
33850 \end_inset
33851
33852
33853 \begin_inset CommandInset ref
33854 LatexCommand ref
33855 reference "eq:Wtot_n"
33856
33857 \end_inset
33858
33859  ist die Gesamtbreite einer Mehrfachspalte, 
33860 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33861 \end_inset
33862
33863 ,
33864 \end_layout
33865
33866 \begin_layout Standard
33867 \begin_inset Formula \begin{equation}
33868 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876 Setzt man die Gleichungen
33877 \begin_inset space ~
33878 \end_inset
33879
33880
33881 \begin_inset CommandInset ref
33882 LatexCommand ref
33883 reference "eq:Wtot_n"
33884
33885 \end_inset
33886
33887  und 
33888 \begin_inset CommandInset ref
33889 LatexCommand ref
33890 reference "eq:Wtot_mult"
33891
33892 \end_inset
33893
33894  gleich, kann man die benötigte Breite 
33895 \begin_inset Formula $W_{g\, n}$
33896 \end_inset
33897
33898 , wenn 
33899 \emph on
33900 n
33901 \emph default
33902  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33903 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33904 \end_inset
33905
33906  hat, berechnen:
33907 \end_layout
33908
33909 \begin_layout Standard
33910 \begin_inset Formula \begin{equation}
33911 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Bibliography
33919 \begin_inset CommandInset bibitem
33920 LatexCommand bibitem
33921 key "latexcompanion"
33922
33923 \end_inset
33924
33925 Frank Mittelbach and Michel Goossens: 
33926 \emph on
33927 The LaTeX Companion Second Edition.
33928
33929 \emph default
33930  Addison-Wesley, 2004
33931 \end_layout
33932
33933 \begin_layout Bibliography
33934 \begin_inset CommandInset bibitem
33935 LatexCommand bibitem
33936 key "latexguide"
33937
33938 \end_inset
33939
33940 Helmut Kopka and Patrick W.
33941  Daly: 
33942 \emph on
33943 A Guide to LaTeX Fourth Edition.
33944
33945 \emph default
33946  Addison-Wesley, 2003
33947 \end_layout
33948
33949 \begin_layout Bibliography
33950 \begin_inset CommandInset bibitem
33951 LatexCommand bibitem
33952 key "lamport"
33953
33954 \end_inset
33955
33956 Leslie Lamport: 
33957 \emph on
33958 LaTeX: A Document Preparation System.
33959
33960 \emph default
33961  Addison-Wesley, second edition, 1994
33962 \end_layout
33963
33964 \begin_layout Bibliography
33965 \begin_inset CommandInset bibitem
33966 LatexCommand bibitem
33967 key "latex-praxisbuch"
33968
33969 \end_inset
33970
33971 Niedermair, Elke & Michael: 
33972 \emph on
33973 LaTeX-Praxisbuch
33974 \emph default
33975 , Franzis-Verlag, 2004
33976 \end_layout
33977
33978 \begin_layout Bibliography
33979 \begin_inset CommandInset bibitem
33980 LatexCommand bibitem
33981 key "booktabs"
33982
33983 \end_inset
33984
33985 Dokumentation des LaTeX-Pakets 
33986 \series bold
33987
33988 \begin_inset CommandInset href
33989 LatexCommand href
33990 name "booktabs"
33991 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33992
33993 \end_inset
33994
33995
33996 \series default
33997
33998 \begin_inset Index
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002 LaTeX-Pakete ! booktabs
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Bibliography
34011 \begin_inset CommandInset bibitem
34012 LatexCommand bibitem
34013 key "caption"
34014
34015 \end_inset
34016
34017 Dokumentation des LaTeX-Pakets 
34018 \series bold
34019
34020 \begin_inset CommandInset href
34021 LatexCommand href
34022 name "caption"
34023 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34024
34025 \end_inset
34026
34027
34028 \series default
34029
34030 \begin_inset Index
34031 status collapsed
34032
34033 \begin_layout Plain Layout
34034 LaTeX-Pakete ! caption
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \begin_layout Bibliography
34043 \begin_inset CommandInset bibitem
34044 LatexCommand bibitem
34045 key "endfloat"
34046
34047 \end_inset
34048
34049 Dokumentation des LaTeX-Pakets 
34050 \series bold
34051
34052 \begin_inset CommandInset href
34053 LatexCommand href
34054 name "endfloat"
34055 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34056
34057 \end_inset
34058
34059
34060 \series default
34061
34062 \begin_inset Index
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066 LaTeX-Pakete ! endfloat
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Bibliography
34075 \begin_inset CommandInset bibitem
34076 LatexCommand bibitem
34077 key "wrapfig"
34078
34079 \end_inset
34080
34081 Dokumentation des LaTeX-Pakets 
34082 \series bold
34083
34084 \begin_inset CommandInset href
34085 LatexCommand href
34086 name "wrapfig"
34087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34088
34089 \end_inset
34090
34091
34092 \series default
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 LaTeX-Pakete ! wrapfig
34099 \begin_inset ERT
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103
34104
34105 \backslash
34106 vspace{4mm}
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Bibliography
34120 \begin_inset CommandInset bibitem
34121 LatexCommand bibitem
34122 key "footmisc"
34123
34124 \end_inset
34125
34126 Dokumentation des LaTeX-Pakets 
34127 \series bold
34128
34129 \begin_inset CommandInset href
34130 LatexCommand href
34131 name "footmisc"
34132 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34133
34134 \end_inset
34135
34136
34137 \series default
34138
34139 \begin_inset Index
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 LaTeX-Pakete ! footmisc
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Bibliography
34152 \begin_inset CommandInset bibitem
34153 LatexCommand bibitem
34154 key "hypcap"
34155
34156 \end_inset
34157
34158 Dokumentation des LaTeX-Pakets 
34159 \series bold
34160
34161 \begin_inset CommandInset href
34162 LatexCommand href
34163 name "hypcap"
34164 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34165
34166 \end_inset
34167
34168
34169 \series default
34170
34171 \begin_inset Index
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175 LaTeX-Pakete ! hypcap
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Bibliography
34184 \begin_inset CommandInset bibitem
34185 LatexCommand bibitem
34186 key "hyperref"
34187
34188 \end_inset
34189
34190 Dokumentation des LaTeX-Pakets 
34191 \series bold
34192
34193 \begin_inset CommandInset href
34194 LatexCommand href
34195 name "hyperref"
34196 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34197
34198 \end_inset
34199
34200
34201 \series default
34202
34203 \begin_inset Index
34204 status collapsed
34205
34206 \begin_layout Plain Layout
34207 LaTeX-Pakete ! hyperref
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \end_layout
34214
34215 \begin_layout Bibliography
34216 \begin_inset CommandInset bibitem
34217 LatexCommand bibitem
34218 key "koma-script"
34219
34220 \end_inset
34221
34222 Dokumentation des LaTeX-Pakets 
34223 \series bold
34224
34225 \begin_inset CommandInset href
34226 LatexCommand href
34227 name "koma-script"
34228 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34229
34230 \end_inset
34231
34232
34233 \series default
34234
34235 \begin_inset Index
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 LaTeX-Pakete ! koma-script
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Bibliography
34248 \begin_inset CommandInset bibitem
34249 LatexCommand bibitem
34250 key "listings"
34251
34252 \end_inset
34253
34254 Dokumentation des LaTeX-Pakets 
34255 \series bold
34256
34257 \begin_inset CommandInset href
34258 LatexCommand href
34259 name "listings"
34260 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34261
34262 \end_inset
34263
34264
34265 \series default
34266
34267 \begin_inset Index
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 LaTeX-Pakete ! listings
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Bibliography
34280 \begin_inset CommandInset bibitem
34281 LatexCommand bibitem
34282 key "marginnote"
34283
34284 \end_inset
34285
34286 Dokumentation des LaTeX-Pakets 
34287 \series bold
34288
34289 \begin_inset CommandInset href
34290 LatexCommand href
34291 name "marginnote"
34292 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34293
34294 \end_inset
34295
34296
34297 \series default
34298
34299 \begin_inset Index
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303 LaTeX-Pakete ! marginnote
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Bibliography
34312 \begin_inset CommandInset bibitem
34313 LatexCommand bibitem
34314 key "pstricks"
34315
34316 \end_inset
34317
34318 Webseite des LaTeX-Pakets 
34319 \series bold
34320
34321 \begin_inset CommandInset href
34322 LatexCommand href
34323 name "PSTricks"
34324 target "http://tug.org/PSTricks/"
34325
34326 \end_inset
34327
34328
34329 \series default
34330
34331 \begin_inset Index
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335 LaTeX-Pakete ! pstricks
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Bibliography
34344 \begin_inset CommandInset bibitem
34345 LatexCommand bibitem
34346 key "sidecap"
34347
34348 \end_inset
34349
34350 Dokumentation des LaTeX-Pakets 
34351 \series bold
34352
34353 \begin_inset CommandInset href
34354 LatexCommand href
34355 name "sidecap"
34356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34357
34358 \end_inset
34359
34360
34361 \series default
34362
34363 \begin_inset Index
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367 LaTeX-Pakete ! sidecap
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "NewInLyX16"
34379
34380 \end_inset
34381
34382
34383 \begin_inset CommandInset href
34384 LatexCommand href
34385 name "Wiki-Seite"
34386 target "http://wiki.lyx.org/LyX/NewInLyX16"
34387
34388 \end_inset
34389
34390  über neue Funktionen in 
34391 \family sans
34392 LyX 1.6.0
34393 \family default
34394 .
34395 \end_layout
34396
34397 \begin_layout Standard
34398 \begin_inset CommandInset index_print
34399 LatexCommand printindex
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 \begin_inset FloatList figure
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Standard
34415 \begin_inset FloatList table
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Standard
34423 \begin_inset ERT
34424 status open
34425
34426 \begin_layout Plain Layout
34427
34428
34429 \backslash
34430 listof{algorithm}{Algorithmenverzeichnis}
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \begin_inset Note Note
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440 siehe Abschnitt
34441 \begin_inset space ~
34442 \end_inset
34443
34444
34445 \begin_inset CommandInset ref
34446 LatexCommand ref
34447 reference "uab:Gleitobjekt-Algorithmen"
34448
34449 \end_inset
34450
34451  für eine Beschreibung
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \end_body
34460 \end_document