]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German: EmbeddedObjects.lyx: some corrections by Hartmut and me
[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 \begin_inset Note Greyedout
409 status open
410
411 \begin_layout Quote
412
413 \series bold
414 Bemerkung
415 \series default
416 : Wenn Sie einen Dateinamen über 
417 \family sans
418 Durchsuchen
419 \family default
420  eingeben, wird LyX den gesamten Pfad in das Feld 
421 \family sans
422 Datei
423 \family default
424  eintragen.
425  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen im Uhrzeigersinn.
489  Die Abbildung wird auch in LyX gedreht.
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Abbildungen ! skalierte
499 \end_layout
500
501 \end_inset
502
503 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
504  oder Höhe und Breite definiert.
505  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
506  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
507  wobei sie möglicherweise verzerrt wird.
508  Um das zu vermeiden, sollten Sie 
509 \family sans
510 Seitenverhältnis
511 \begin_inset space ~
512 \end_inset
513
514 beibehalten
515 \family default
516  ankreuzen.
517  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
518 \family sans
519 Höhe
520 \family default
521  und 
522 \family sans
523 Breite
524 \family default
525  nicht überschritten werden.
526 \begin_inset Newline newline
527 \end_inset
528
529 Wenn Sie auf 
530 \family sans
531 Bearbeiten
532 \family default
533  klicken, können Abbildungen mit einem Programm, das in 
534 \family sans
535 Werkzeuge\SpecialChar \menuseparator
536 Einstellungen\SpecialChar \menuseparator
537 Datei-Handhabung\SpecialChar \menuseparator
538 Dateiformate
539 \family default
540  im Feld 
541 \family sans
542 Bearbeitungsprogramm
543 \family default
544  festgelegt wurde, bearbeitet werden.
545 \end_layout
546
547 \begin_layout Description
548
549 \family sans
550 Ausschnitt
551 \family default
552  Alternativ zur Festlegung der 
553 \family sans
554 Ausgabegröße
555 \family default
556  unter 
557 \family sans
558 \series bold
559 Grafik
560 \family default
561 \series default
562  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
563  die Ausgabe festzulegen.
564  Wenn Sie auf 
565 \family sans
566 Lese
567 \begin_inset space ~
568 \end_inset
569
570 aus
571 \begin_inset space ~
572 \end_inset
573
574 Datei
575 \family default
576  klicken, werden die Koordinaten automatisch berechnet.
577  Die Option 
578 \family sans
579 Auf
580 \begin_inset space ~
581 \end_inset
582
583 Begrenzungsbox
584 \begin_inset space ~
585 \end_inset
586
587 zuschneiden
588 \family default
589  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
590  Koordinaten liegt.
591  Normalerweise können Sie die Karteikarte 
592 \family sans
593 \series bold
594 Ausschnitt
595 \family default
596 \series default
597  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
598 \end_layout
599
600 \begin_layout Description
601
602 \family sans
603 LaTeX-
604 \begin_inset space ~
605 \end_inset
606
607 und
608 \begin_inset space ~
609 \end_inset
610
611 LyX-Optionen
612 \family default
613  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
614  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
615  Beschriftung sein soll.
616  Teilabbildungen werden in Abschnitt
617 \begin_inset space ~
618 \end_inset
619
620
621 \begin_inset CommandInset ref
622 LatexCommand ref
623 reference "abs:Gleitende-Abbildungen"
624
625 \end_inset
626
627  beschrieben.
628 \begin_inset Newline newline
629 \end_inset
630
631  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
632 \begin_inset Newline newline
633 \end_inset
634
635 Ist die Option 
636 \family sans
637 Entwurfsmodus 
638 \family default
639 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
640  darin gedruckt.
641 \begin_inset Newline newline
642 \end_inset
643
644 Die Option 
645 \family sans
646 Beim
647 \begin_inset space ~
648 \end_inset
649
650 Exportieren
651 \begin_inset space ~
652 \end_inset
653
654 nicht
655 \begin_inset space ~
656 \end_inset
657
658 entpacken
659 \family default
660  betrifft nur gepackte EPS-Dateien, zum Beispiel 
661 \emph on
662 x.eps.gz
663 \emph default
664 .
665  LaTeX kann so mit ihnen umgehen.
666 \begin_inset Newline newline
667 \end_inset
668
669 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
670  wählen, siehe Anhang
671 \begin_inset space ~
672 \end_inset
673
674
675 \begin_inset CommandInset ref
676 LatexCommand ref
677 reference "abs:PostScript"
678
679 \end_inset
680
681 .
682  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
683 \begin_inset Newline newline
684 \end_inset
685
686
687 \series bold
688 gzip x.eps
689 \begin_inset Newline newline
690 \end_inset
691
692 zgrep %%Bounding x.eps.gz > x.eps.bb
693 \series default
694
695 \begin_inset Newline newline
696 \end_inset
697
698 Der zweite Befehl erzeugt die Begrenzungsbox 
699 \begin_inset Quotes gld
700 \end_inset
701
702 x.eps.bb
703 \begin_inset Quotes grd
704 \end_inset
705
706 , die LaTeX für gepackte Abbildungen benötigt.
707 \end_layout
708
709 \begin_layout Standard
710 \begin_inset VSpace bigskip
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Hier ist eine zentrierte .eps-Abbildung
718 \begin_inset Foot
719 status open
720
721 \begin_layout Plain Layout
722 Abbildungsformate sind in Abschnitt
723 \begin_inset space ~
724 \end_inset
725
726
727 \begin_inset CommandInset ref
728 LatexCommand ref
729 reference "abs:Bildformate"
730
731 \end_inset
732
733  beschrieben.
734 \end_layout
735
736 \end_inset
737
738  in einem eigenen Absatz:
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename ../clipart/mobius.eps
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 \noindent
756 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
757 \end_layout
758
759 \begin_layout Standard
760 \align center
761 \begin_inset Graphics
762         filename ../clipart/mobius.eps
763         scale 70
764         draft
765         scaleBeforeRotation
766         rotateOrigin center
767
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Gleitende Abbildungen
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "abs:Gleitende-Abbildungen"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Abbildungen ! gleitende
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Gleitobjekte ! Abbildungen
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "abs:Gleitobjekte-Einleitung"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 Wenn Sie auf das Werkzeugleisten-Symbol 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 70
824         scaleBeforeRotation
825         BoundingBox 0bp 6bp 22bp 22bp
826
827 \end_inset
828
829  klicken oder 
830 \family sans
831 Einfügen\SpecialChar \menuseparator
832 Gleit\SpecialChar \-
833 objekt\SpecialChar \menuseparator
834 Abbildung
835 \family default
836  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
837  In das rot umrahmte Feld rechts von 
838 \emph on
839 Abbildung
840 \begin_inset space ~
841 \end_inset
842
843 Nr:
844 \emph default
845  schreiben Sie die Bildbeschriftung.
846  Nach einem Klick oberhalb oder unterhalb von 
847 \emph on
848 Abbildung
849 \begin_inset space ~
850 \end_inset
851
852 Nr:
853 \emph default
854  können Sie dann eine Abbildung wie 
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "abb:kill-plat"
858
859 \end_inset
860
861  oberhalb oder wie Abbildung
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "abb:escher"
869
870 \end_inset
871
872  unterhalb der Bildbeschriftung einfügen.
873  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "abs:Titel-Platzierung"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \align center
895 \begin_inset Graphics
896         filename ../clipart/platypus.eps
897         width 50col%
898         scaleBeforeRotation
899         rotateOrigin center
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Plain Layout
907 \begin_inset Caption
908
909 \begin_layout Plain Layout
910 \begin_inset CommandInset label
911 LatexCommand label
912 name "abb:kill-plat"
913
914 \end_inset
915
916 Platypus in einem Gleitobjekt
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 \begin_inset Float figure
931 wide false
932 sideways false
933 status open
934
935 \begin_layout Plain Layout
936 \begin_inset Caption
937
938 \begin_layout Plain Layout
939 \begin_inset CommandInset label
940 LatexCommand label
941 name "abb:escher"
942
943 \end_inset
944
945 M.C.
946  Escher
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Plain Layout
955 \align center
956 \begin_inset Graphics
957         filename ../clipart/escher-lsd.eps
958         scale 80
959         scaleBeforeRotation
960         rotateOrigin center
961
962 \end_inset
963
964
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 \begin_inset Index
974 status collapsed
975
976 \begin_layout Plain Layout
977 Abbildungen ! Beispiele
978 \end_layout
979
980 \end_inset
981
982 Abbildung
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "abb:kill-plat"
990
991 \end_inset
992
993  und 
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "abb:escher"
997
998 \end_inset
999
1000  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1001  Dafür fügen Sie in der Beschriftung mit 
1002 \family sans
1003 Einfügen\SpecialChar \menuseparator
1004 Marke
1005 \family default
1006  oder durch Klicken auf 
1007 \begin_inset Graphics
1008         filename ../../images/label-insert.png
1009         scale 70
1010         scaleBeforeRotation
1011         BoundingBox 0bp 6bp 20bp 20bp
1012
1013 \end_inset
1014
1015  eine Marke ein.
1016  Auf diese können Sie dann wie gewohnt mit 
1017 \family sans
1018 Einfügen\SpecialChar \menuseparator
1019 Querverweis
1020 \family default
1021  oder durch Klicken auf 
1022 \begin_inset Graphics
1023         filename ../../images/dialog-show-new-inset_ref.png
1024         scale 70
1025         scaleBeforeRotation
1026         BoundingBox 0bp 6bp 22bp 22bp
1027
1028 \end_inset
1029
1030  verweisen.
1031  Das ist besser als eine vage Formulierung wie 
1032 \begin_inset Quotes gld
1033 \end_inset
1034
1035 die obige Abbildung
1036 \begin_inset Quotes grd
1037 \end_inset
1038
1039  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1040  erscheint, und das muss nicht 
1041 \emph on
1042 oben
1043 \emph default
1044  sein.
1045  Verweise werden detailliert in Abschnitt
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abs:Auf-Gleitobjekte-verweisen"
1053
1054 \end_inset
1055
1056  beschrieben.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1061  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1062  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1063  Gleitabbildung einfügt.
1064  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Zwei-Teilabbildungen"
1073
1074 \end_inset
1075
1076  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1077  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1078  Gleitabbildung auf Eingabe drücken.
1079  Abbildung
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "abb:Undefinierbar"
1087
1088 \end_inset
1089
1090  und 
1091 \begin_inset CommandInset ref
1092 LatexCommand ref
1093 reference "abb:Ein-Schnabeltier"
1094
1095 \end_inset
1096
1097  sind die Teilabbildungen.
1098 \end_layout
1099
1100 \begin_layout Standard
1101 \begin_inset Float figure
1102 wide false
1103 sideways false
1104 status open
1105
1106 \begin_layout Plain Layout
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Undefinierbar"
1123
1124 \end_inset
1125
1126 Undefinierbar
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/escher-lsd.eps
1137         width 35col%
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset space \hfill{}
1149 \end_inset
1150
1151
1152 \begin_inset Float figure
1153 wide false
1154 sideways false
1155 status open
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Caption
1159
1160 \begin_layout Plain Layout
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "abb:Ein-Schnabeltier"
1164
1165 \end_inset
1166
1167 Ein Schnabeltier
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Graphics
1177         filename ../clipart/platypus.eps
1178         lyxscale 60
1179         width 45col%
1180         scaleBeforeRotation
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \begin_inset space \hfill{}
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Plain Layout
1197 \begin_inset Caption
1198
1199 \begin_layout Plain Layout
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "abb:Zwei-Teilabbildungen"
1203
1204 \end_inset
1205
1206 Zwei Teilabbildungen nebeneinander.
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \begin_layout Section
1220 Bildformate
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "abs:Bildformate"
1224
1225 \end_inset
1226
1227
1228 \begin_inset Index
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 Abbildungen ! Bildformate
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1242  Aber wie in Anhang
1243 \begin_inset space ~
1244 \end_inset
1245
1246
1247 \begin_inset CommandInset ref
1248 LatexCommand ref
1249 reference "kap:Ausgabedatei-Formate"
1250
1251 \end_inset
1252
1253  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1254  LyX benutzt im Hintergrund das Programm
1255 \family typewriter
1256  Imagemagick
1257 \family default
1258 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1259  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1260  vermeiden.
1261  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1262  werden können.
1263  Diese Formate werden in Anhang
1264 \begin_inset space ~
1265 \end_inset
1266
1267
1268 \begin_inset CommandInset ref
1269 LatexCommand ref
1270 reference "kap:Ausgabedatei-Formate"
1271
1272 \end_inset
1273
1274  beschrieben.
1275 \end_layout
1276
1277 \begin_layout Standard
1278 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1279 \end_layout
1280
1281 \begin_layout Description
1282 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1283  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1284  
1285 \emph on
1286 pixelig
1287 \emph default
1288  aus.
1289  Bekannte Pixel-Formate sind 
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293 Graphics Interchange Format
1294 \begin_inset Quotes grd
1295 \end_inset
1296
1297  (GIF, Dateiendung
1298 \family typewriter
1299  
1300 \family default
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305
1306 \family typewriter
1307 .gif
1308 \family default
1309
1310 \begin_inset Quotes grd
1311 \end_inset
1312
1313 )
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 GIF
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \begin_inset Quotes gld
1325 \end_inset
1326
1327 Portable Network Graphics
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331  (PNG, Dateiendung 
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .png
1338 \family default
1339
1340 \begin_inset Quotes grd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 PNG
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \begin_inset Quotes gld
1355 \end_inset
1356
1357 Joint Photographic Experts Group
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361  (JPEG, Dateiendung
1362 \family typewriter
1363  
1364 \family default
1365
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .jpg
1372 \family default
1373
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377  oder 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381
1382 \family typewriter
1383 .jpeg
1384 \family default
1385
1386 \begin_inset Quotes grd
1387 \end_inset
1388
1389 )
1390 \begin_inset Index
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 JPG, JPEG
1395 \end_layout
1396
1397 \end_inset
1398
1399  und 
1400 \begin_inset Quotes gld
1401 \end_inset
1402
1403 Windows Bitmap
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407  (BMP, Dateiendung 
1408 \begin_inset Quotes gld
1409 \end_inset
1410
1411
1412 \family typewriter
1413 .bmp
1414 \family default
1415
1416 \begin_inset Quotes grd
1417 \end_inset
1418
1419 )
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 BMP
1425 \end_layout
1426
1427 \end_inset
1428
1429 .
1430 \end_layout
1431
1432 \begin_layout Description
1433 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1434  auf jede beliebige Größe skaliert werden.
1435  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1436  zoomen zu können.
1437 \begin_inset Newline newline
1438 \end_inset
1439
1440 Bekannte Formate sind 
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444 Scalable Vector Graphics
1445 \begin_inset Quotes grd
1446 \end_inset
1447
1448  (SVG, Dateiendung
1449 \family typewriter
1450  
1451 \family default
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456
1457 \family typewriter
1458 .svg
1459 \family default
1460
1461 \begin_inset Quotes grd
1462 \end_inset
1463
1464 )
1465 \begin_inset Index
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 SVG
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Quotes gld
1476 \end_inset
1477
1478 Encapsulated PostScript
1479 \begin_inset Quotes grd
1480 \end_inset
1481
1482  (EPS, Dateiendung 
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .eps
1489 \family default
1490
1491 \begin_inset Quotes grd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 EPS
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508 Portable Document Format
1509 \begin_inset Quotes grd
1510 \end_inset
1511
1512  (PDF, Dateiendung
1513 \family typewriter
1514  
1515 \family default
1516
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520
1521 \family typewriter
1522 .pdf
1523 \family default
1524
1525 \begin_inset Quotes grd
1526 \end_inset
1527
1528 )
1529 \begin_inset Index
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533 PDF
1534 \end_layout
1535
1536 \end_inset
1537
1538  und 
1539 \begin_inset Quotes gld
1540 \end_inset
1541
1542 Windows Metafile
1543 \begin_inset Quotes grd
1544 \end_inset
1545
1546  (WMF, Dateiendung 
1547 \begin_inset Quotes gld
1548 \end_inset
1549
1550
1551 \family typewriter
1552 .wmf
1553 \family default
1554
1555 \begin_inset Quotes grd
1556 \end_inset
1557
1558 )
1559 \begin_inset Index
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 WMF
1564 \end_layout
1565
1566 \end_inset
1567
1568 .
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1573  das Ergebnis ist immer noch ein Pixelbild.
1574  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1575  hinzugefügt.
1576 \begin_inset Foot
1577 status open
1578
1579 \begin_layout Plain Layout
1580 Bei PDF wird das Originalbild auch noch komprimiert.
1581 \end_layout
1582
1583 \end_inset
1584
1585  Die PDF-Dateien, die 
1586 \family typewriter
1587 Adobe Photoshop
1588 \family default
1589  erzeugt, sind zum Beispiel Pixelbilder.
1590 \end_layout
1591
1592 \begin_layout Standard
1593 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1594  umgekehrt.
1595  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1596  eingefügt werden.
1597  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1598  erzeugt wird, weil es zur Zeit keine WMF/SVG
1599 \begin_inset Formula $\to$
1600 \end_inset
1601
1602 PDF/EPS Konverter gibt.
1603 \end_layout
1604
1605 \begin_layout Chapter
1606 Tabellen
1607 \begin_inset CommandInset label
1608 LatexCommand label
1609 name "kap:Tabellen"
1610
1611 \end_inset
1612
1613
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 Tabellen
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Section
1627 Einführung
1628 \begin_inset Index
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 Tabellen ! Einführung
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1642 \begin_inset Graphics
1643         filename ../../images/tabular-insert.png
1644         scale 70
1645         scaleBeforeRotation
1646         BoundingBox 0bp 6bp 22bp 22bp
1647
1648 \end_inset
1649
1650  oder das Menü 
1651 \family sans
1652 Einfügen\SpecialChar \menuseparator
1653 Tabelle
1654 \family default
1655  einfügen.
1656  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1657 \begin_inset space \thinspace{}
1658 \end_inset
1659
1660 -Tabelle.
1661  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1662  und die Größe der dunkelblauen Tabelle angezeigt.
1663  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1664  ein.
1665  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1666  Spaltenanzahl festlegen können.
1667 \end_layout
1668
1669 \begin_layout Standard
1670 In der so erstellten Tabelle ist jede Zelle umrandet.
1671  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1672  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1673  die zweite Zeile eine Linie oberhalb haben.
1674  Hier ist ein Beispiel:
1675 \end_layout
1676
1677 \begin_layout Standard
1678 \align center
1679 \begin_inset Tabular
1680 <lyxtabular version="3" rows="5" columns="4">
1681 <features>
1682 <column alignment="center" valignment="top" width="0">
1683 <column alignment="center" valignment="top" width="0">
1684 <column alignment="center" valignment="top" width="0">
1685 <column alignment="center" valignment="top" width="0">
1686 <row>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \family roman
1702 \series medium
1703 \shape up
1704 \size normal
1705 \emph off
1706 \bar no
1707 \noun off
1708 \color none
1709 1
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718 2
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 3
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 </row>
1733 <row>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \family roman
1740 \series medium
1741 \shape up
1742 \size normal
1743 \emph off
1744 \bar no
1745 \noun off
1746 \color none
1747 A
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 </row>
1780 <row>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \family roman
1787 \series medium
1788 \shape up
1789 \size normal
1790 \emph off
1791 \bar no
1792 \noun off
1793 \color none
1794 B
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 <row>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \family roman
1834 \series medium
1835 \shape up
1836 \size normal
1837 \emph off
1838 \bar no
1839 \noun off
1840 \color none
1841 C
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 D
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Section
1920 Tabellen-Einstellungen
1921 \begin_inset Index
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925 Tabellen ! Einstellungen
1926 \end_layout
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \begin_layout Standard
1934 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1935  Maustaste draufklicken.
1936  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1937 \family sans
1938 Einstellungen
1939 \family default
1940  steht.
1941  Ein Klick darauf öffnet das Fenster 
1942 \family sans
1943 Tabellen-Einstellungen
1944 \family default
1945 .
1946  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1947  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1948  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1949  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1950  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1951  Auswahl.
1952  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1953 \emph on
1954 Inhalt
1955 \emph default
1956  einer Zelle oder die Zelle selber ausgewählt haben.
1957  Das 
1958 \family sans
1959 Tabellen-Einstellungen
1960 \family default
1961 -Menü hat folgende Karteikarten:
1962 \end_layout
1963
1964 \begin_layout Description
1965
1966 \family sans
1967 Tabellen-Einstellungen
1968 \family default
1969  Hier können Sie die 
1970 \family sans
1971 Horizontale
1972 \begin_inset space ~
1973 \end_inset
1974
1975 Ausrichtung
1976 \family default
1977  der momentanen Spalte und die 
1978 \family sans
1979 Spaltenbreite
1980 \family default
1981  festlegen.
1982  Wenn Sie eine 
1983 \family sans
1984 Spaltenbreite
1985 \family default
1986  festgelegt haben, können Sie auch eine 
1987 \family sans
1988 Vertikale
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Ausrichtung
1993 \family default
1994  der momentanen Zeile wählen.
1995  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1996  Absätze haben, wie in Abschnitt
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "uab:Mehrfache-Zeilen-in"
2004
2005 \end_inset
2006
2007  beschrieben.
2008  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2013  als 
2014 \family sans
2015 Mehrfachspalte
2016 \family default
2017  definieren, wie in Abschnitt
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "uab:Mehrfachspalten"
2025
2026 \end_inset
2027
2028  beschrieben.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2033  den Uhrzeigersinn um 90° drehen.
2034  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038
2039 \begin_inset Note Greyedout
2040 status open
2041
2042 \begin_layout Plain Layout
2043
2044 \series bold
2045 Achtung:
2046 \series default
2047  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 Man kann auch ein 
2057 \family sans
2058 LaTe
2059 \begin_inset ERT
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063
2064 {}
2065 \end_layout
2066
2067 \end_inset
2068
2069 X-Argument
2070 \family default
2071  für besondere Tabellen-Formatierun\SpecialChar \-
2072 gen einfügen, wie in den Abschnitten
2073  
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "uab:Mehrfachspalten-Berechnungen"
2077
2078 \end_inset
2079
2080  und 
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "abs:Farbige-Tabellen"
2084
2085 \end_inset
2086
2087  beschrieben.
2088 \end_layout
2089
2090 \begin_layout Description
2091
2092 \family sans
2093 Rahmen
2094 \family default
2095  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2096  hinzufügen und löschen.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Wenn Sie die Stil-Option
2101 \family sans
2102  Formal
2103 \family default
2104  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "abs:Formale-Tabellen"
2112
2113 \end_inset
2114
2115  beschrieben, konvertiert.
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "uab:Zeilenabstand"
2127
2128 \end_inset
2129
2130  beschrieben.
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Lange
2137 \begin_inset space ~
2138 \end_inset
2139
2140 Tabelle
2141 \family default
2142  Hier kann eine Tabelle als 
2143 \family sans
2144 Lange
2145 \begin_inset space ~
2146 \end_inset
2147
2148 Tabelle
2149 \family default
2150  definiert werden, die über mehrere Seiten reicht.
2151  Die Abschnitte
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "abs:Lange-Tabellen"
2159
2160 \end_inset
2161
2162  und 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "abs:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  beschreiben diese Funktion genauer.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 Wenn das Menü 
2174 \family sans
2175 Tabellen-Einstellungen
2176 \family default
2177  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2178  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2179 \end_layout
2180
2181 \begin_layout Section
2182 Tabellen-Werkzeugleiste
2183 \begin_inset Index
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 Tabellen ! Werkzeugleiste
2188 \end_layout
2189
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2197 \family sans
2198 Tabellen-Einstellungen
2199 \family default
2200 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2201  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2202  LyX-Fensters.
2203 \end_layout
2204
2205 \begin_layout Standard
2206 Die Werkzeugleiste hat folgende Knöpfe:
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_append-row.png
2213         scale 70
2214         scaleBeforeRotation
2215         BoundingBox 0bp 6bp 22bp 22bp
2216
2217 \end_inset
2218
2219  Fügt eine Zeile unterhalb der momentanen an
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_append-column.png
2226         scale 70
2227         scaleBeforeRotation
2228         BoundingBox 0bp 6bp 22bp 22bp
2229
2230 \end_inset
2231
2232  Fügt eine Spalte rechts von der momentanen an
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../../images/tabular-feature_delete-row.png
2239         scale 70
2240         scaleBeforeRotation
2241         BoundingBox 0bp 6bp 22bp 22bp
2242
2243 \end_inset
2244
2245  Löscht die ausgewählte(n) Zeile(n)
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_delete-column.png
2252         scale 70
2253         scaleBeforeRotation
2254         BoundingBox 0bp 6bp 22bp 22bp
2255
2256 \end_inset
2257
2258  Löscht die ausgewählte(n) Spalte(n)
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../../images/tabular-feature_toggle-line-top.png
2265         scale 70
2266         scaleBeforeRotation
2267         BoundingBox 0bp 6bp 22bp 22bp
2268
2269 \end_inset
2270
2271  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2272  wenn der Knopf grau hinterlegt ist
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_toggle-line-bottom.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2286  wenn der Knopf grau hinterlegt ist
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../../images/tabular-feature_toggle-line-left.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2300  wenn der Knopf grau hinterlegt ist
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Graphics
2306         filename ../../images/tabular-feature_toggle-line-right.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2314  wenn der Knopf grau hinterlegt ist
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_set-all-lines.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_unset-all-lines.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_align-left.png
2347         scale 70
2348         scaleBeforeRotation
2349         BoundingBox 0bp 6bp 22bp 22bp
2350
2351 \end_inset
2352
2353  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_align-center.png
2360         scale 70
2361         scaleBeforeRotation
2362         BoundingBox 0bp 6bp 22bp 22bp
2363
2364 \end_inset
2365
2366  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_align-right.png
2373         scale 70
2374         scaleBeforeRotation
2375         BoundingBox 0bp 6bp 22bp 22bp
2376
2377 \end_inset
2378
2379  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_valign-top.png
2386         scale 70
2387         scaleBeforeRotation
2388         BoundingBox 0bp 6bp 22bp 22bp
2389
2390 \end_inset
2391
2392  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_valign-middle.png
2399         scale 70
2400         scaleBeforeRotation
2401         BoundingBox 0bp 6bp 22bp 22bp
2402
2403 \end_inset
2404
2405  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_valign-bottom.png
2412         scale 70
2413         scaleBeforeRotation
2414         BoundingBox 0bp 6bp 22bp 22bp
2415
2416 \end_inset
2417
2418  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2419 \end_layout
2420
2421 \begin_layout Labeling
2422 \labelwidthstring 00.00.0000
2423 \begin_inset Graphics
2424         filename ../../images/tabular-feature_set-rotate-cell.png
2425         scale 70
2426         scaleBeforeRotation
2427         BoundingBox 0bp 6bp 22bp 22bp
2428
2429 \end_inset
2430
2431  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_set-rotate-tabular.png
2438         scale 70
2439         scaleBeforeRotation
2440         BoundingBox 0bp 6bp 22bp 22bp
2441
2442 \end_inset
2443
2444  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_multicolumn.png
2451         scale 70
2452         scaleBeforeRotation
2453         BoundingBox 0bp 6bp 22bp 22bp
2454
2455 \end_inset
2456
2457  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2458 \end_layout
2459
2460 \begin_layout Standard
2461 \begin_inset Note Greyedout
2462 status open
2463
2464 \begin_layout Plain Layout
2465
2466 \series bold
2467 Bemerkung:
2468 \series default
2469  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2470  Reihe für alle Zelle der Reihe verwendet.
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Section
2479 Bearbeiten-Menü
2480 \begin_inset Index
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484 Tabellen ! Bearbeiten-Menü
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2494  Wenn der Cursor in einer Tabelle steht, sind im 
2495 \family sans
2496 Bearbeiten
2497 \family default
2498 -Menü folgende Punkte aktiviert: 
2499 \family sans
2500 Tabelle
2501 \family default
2502
2503 \family sans
2504 Zeilen
2505 \begin_inset space ~
2506 \end_inset
2507
2508 &
2509 \begin_inset space ~
2510 \end_inset
2511
2512 Spalten
2513 \family default
2514  und 
2515 \family sans
2516 Tabellen-Einstellungen
2517 \family default
2518 .
2519  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2520 ngsmöglichkeiten zu erreichen.
2521 \end_layout
2522
2523 \begin_layout Section
2524 Gleitende Tabellen
2525 \begin_inset CommandInset label
2526 LatexCommand label
2527 name "abs:Gleitende-Tabellen"
2528
2529 \end_inset
2530
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Gleitobjekte ! Tabellen
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \begin_inset Index
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Tabellen ! gleitende
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2556 \begin_inset space ~
2557 \end_inset
2558
2559
2560 \begin_inset CommandInset ref
2561 LatexCommand ref
2562 reference "abs:Gleitobjekte-Einleitung"
2563
2564 \end_inset
2565
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 \begin_inset Float table
2571 placement h
2572 wide false
2573 sideways false
2574 status open
2575
2576 \begin_layout Plain Layout
2577 \begin_inset Caption
2578
2579 \begin_layout Plain Layout
2580 \begin_inset CommandInset label
2581 LatexCommand label
2582 name "tab:a table float"
2583
2584 \end_inset
2585
2586 Eine gleitende Tabelle
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Plain Layout
2595 \align center
2596 \begin_inset Tabular
2597 <lyxtabular version="3" rows="3" columns="3">
2598 <features>
2599 <column alignment="center" valignment="top" width="0pt">
2600 <column alignment="center" valignment="top" width="0pt">
2601 <column alignment="center" valignment="top" width="0pt">
2602 <row>
2603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Plain Layout
2607
2608 \family roman
2609 \series medium
2610 \shape up
2611 \size normal
2612 \emph off
2613 \bar no
2614 \noun off
2615 \color none
2616 1
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625
2626 \family roman
2627 \series medium
2628 \shape up
2629 \size normal
2630 \emph off
2631 \bar no
2632 \noun off
2633 \color none
2634 2
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Plain Layout
2643
2644 \family roman
2645 \series medium
2646 \shape up
2647 \size normal
2648 \emph off
2649 \bar no
2650 \noun off
2651 \color none
2652 3
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 </row>
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663
2664 \family roman
2665 \series medium
2666 \shape up
2667 \size normal
2668 \emph off
2669 \bar no
2670 \noun off
2671 \color none
2672 Martin
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \family roman
2683 \series medium
2684 \shape up
2685 \size normal
2686 \emph off
2687 \bar no
2688 \noun off
2689 \color none
2690 Lena
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 Alina
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 </row>
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 \begin_inset Formula $\int x^{2}dx$
2729 \end_inset
2730
2731
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \family roman
2742 \series medium
2743 \shape up
2744 \size normal
2745 \emph off
2746 \bar no
2747 \noun off
2748 \color none
2749 \begin_inset Formula $\left[\begin{array}{cc}
2750 a & b\\
2751 c & d\end{array}\right]$
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 \begin_inset Formula $1+1=2$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 </lyxtabular>
2782
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789
2790
2791 \end_layout
2792
2793 \begin_layout Standard
2794 Gleitende Tabellen können über 
2795 \family sans
2796 Einfügen\SpecialChar \menuseparator
2797 Gleitobjekt\SpecialChar \menuseparator
2798 Tabelle
2799 \family default
2800  oder einen Klick auf den Werkzeugleistenknopf 
2801 \begin_inset Graphics
2802         filename ../../images/float-insert_table.png
2803         scale 70
2804         scaleBeforeRotation
2805         BoundingBox 0bp 6bp 22bp 22bp
2806
2807 \end_inset
2808
2809  erzeugt werden.
2810  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2811  In das rot umrahmte Feld rechts von 
2812 \emph on
2813 Tabelle
2814 \begin_inset space ~
2815 \end_inset
2816
2817 Nr:
2818 \emph default
2819  schreiben Sie die Tabellenbeschriftung.
2820  Nach einem Klick oberhalb oder unterhalb von 
2821 \emph on
2822 Tabelle
2823 \begin_inset space ~
2824 \end_inset
2825
2826 Nr:
2827 \emph default
2828  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2829 \begin_inset Graphics
2830         filename ../../images/tabular-insert.png
2831         scale 70
2832         scaleBeforeRotation
2833         BoundingBox 0bp 6bp 22bp 22bp
2834
2835 \end_inset
2836
2837  oder dem Menü 
2838 \family sans
2839 Einfügen\SpecialChar \menuseparator
2840 Tabelle
2841 \family default
2842  einfügen.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Tabelle
2847 \begin_inset space ~
2848 \end_inset
2849
2850
2851 \begin_inset CommandInset ref
2852 LatexCommand ref
2853 reference "tab:a table float"
2854
2855 \end_inset
2856
2857  ist ein Beispiel für eine gleitende Tabelle.
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2862 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2863  Das bedeutet, dass bei den Klassen 
2864 \family sans
2865 article
2866 \family default
2867
2868 \family sans
2869 book
2870 \family default
2871
2872 \family sans
2873 letter
2874 \family default
2875 , und 
2876 \family sans
2877 report
2878 \family default
2879  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2880  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2881 \series bold
2882 caption
2883 \series default
2884
2885 \begin_inset Index
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 LaTeX-Pakete ! caption
2890 \end_layout
2891
2892 \end_inset
2893
2894  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2895 \begin_inset Foot
2896 status open
2897
2898 \begin_layout Plain Layout
2899 Näheres finden Sie im Abschnitt
2900 \begin_inset space ~
2901 \end_inset
2902
2903
2904 \begin_inset CommandInset ref
2905 LatexCommand ref
2906 reference "abs:Titel-Platzierung"
2907
2908 \end_inset
2909
2910 .
2911 \end_layout
2912
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \begin_layout Standard
2919
2920 \series bold
2921 tableposition=top
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Das Paket 
2926 \series bold
2927 caption
2928 \series default
2929 , das in Abschnitt
2930 \begin_inset space ~
2931 \end_inset
2932
2933
2934 \begin_inset CommandInset ref
2935 LatexCommand ref
2936 reference "abs:Titel-Formatierung"
2937
2938 \end_inset
2939
2940  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \begin_inset Index
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Tabellen ! zitieren
2949 \end_layout
2950
2951 \end_inset
2952
2953 Auf Tabellen kann über ihre Marke verwiesen werden.
2954  Dafür fügen Sie in der Beschriftung mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Marke
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/label-insert.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 20bp 20bp
2965
2966 \end_inset
2967
2968  eine Marke ein.
2969  Auf diese können Sie dann wie gewohnt mit 
2970 \family sans
2971 Einfügen\SpecialChar \menuseparator
2972 Querverweis
2973 \family default
2974  oder durch Klicken auf 
2975 \begin_inset Graphics
2976         filename ../../images/dialog-show-new-inset_ref.png
2977         scale 70
2978         scaleBeforeRotation
2979         BoundingBox 0bp 6bp 22bp 22bp
2980
2981 \end_inset
2982
2983  verweisen.
2984  Verweise werden detailliert in Abschnitt
2985 \begin_inset space ~
2986 \end_inset
2987
2988
2989 \begin_inset CommandInset ref
2990 LatexCommand ref
2991 reference "abs:Auf-Gleitobjekte-verweisen"
2992
2993 \end_inset
2994
2995  beschrieben.
2996 \end_layout
2997
2998 \begin_layout Section
2999 Lange Tabellen
3000 \begin_inset CommandInset label
3001 LatexCommand label
3002 name "abs:Lange-Tabellen"
3003
3004 \end_inset
3005
3006
3007 \begin_inset Index
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 Tabellen ! lange
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3021  Dialogfenster 
3022 \family sans
3023 Tabellen-Einstellungen
3024 \family default
3025  auf der Karteikarte  
3026 \family sans
3027 Lange
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Tabelle
3032 \family default
3033  die Option 
3034 \family sans
3035 Lange
3036 \begin_inset space ~
3037 \end_inset
3038
3039 Tabelle
3040 \begin_inset space ~
3041 \end_inset
3042
3043 verwenden
3044 \family default
3045  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3046  Außerdem werden weitere Optionen aktiviert, die im 
3047 \emph on
3048 Benutzerhandbuch
3049 \emph default
3050  beschrieben sind.
3051 \end_layout
3052
3053 \begin_layout Standard
3054 Hier ist ein Beispiel einer langen Tabelle:
3055 \end_layout
3056
3057 \begin_layout Standard
3058 \align center
3059 \begin_inset Tabular
3060 <lyxtabular version="3" rows="69" columns="3">
3061 <features islongtable="true">
3062 <column alignment="left" valignment="top" width="0cm">
3063 <column alignment="left" valignment="top" width="0pt">
3064 <column alignment="right" valignment="top" width="0pt">
3065 <row endfirsthead="true">
3066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \series bold
3072 Telefonliste (ignoriere die Namen)
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row endfirsthead="true">
3097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \series bold
3103 NAME
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 TEL.
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endhead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 Telefonliste
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row endhead="true">
3161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \series bold
3167 NAME
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 TEL.
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endfoot="true">
3194 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 wird fortgesetzt
3201 \series default
3202  \SpecialChar \ldots{}
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Annovi
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Silvia
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Bertoli
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Stefano
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Bozzi
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Walter
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Cachia
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Maria
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Cachia
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Maurizio
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Cinquemani
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Giusi
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Colin
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Bernard
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Concli
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Gianfranco
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Dal Bosco
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Carolina
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Dalpiaz
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Annamaria
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Feliciello
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Domenico
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Focarelli
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Paola
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Galletti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Oreste
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Gasparini
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Franca
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Rizzardi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Paola
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Lassini
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Giancarlo
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Malfatti
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Luciano
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Malfatti
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Valeriano
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Meneguzzo
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Roberto
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Mezzadra
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Roberto
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Pirpamer
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Erich
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Pochiesa
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Paolo
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111, 222
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Radina
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Claudio
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Stuffer
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Oskar
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Tacchelli
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Ugo
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Tezzele
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Margit
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Unterkalmsteiner
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Frieda
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Vieider
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Hilde
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Vigna
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Jürgen
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Weber
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Maurizio
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Winkler
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Franz
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193  
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Annovi
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Silvia
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Bertoli
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Stefano
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Bozzi
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Walter
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Cachia
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Maria
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Cachia
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Maurizio
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Cinquemani
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Giusi
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Colin
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Bernard
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Concli
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Gianfranco
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Dal Bosco
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Carolina
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Dalpiaz
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Annamaria
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Feliciello
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Domenico
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Focarelli
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Paola
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Galletti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Oreste
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Gasparini
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Franca
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Rizzardi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Paola
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Lassini
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Giancarlo
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Malfatti
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Luciano
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Malfatti
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Valeriano
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Meneguzzo
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Roberto
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Mezzadra
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Roberto
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Pirpamer
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Erich
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Pochiesa
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Paolo
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555, 222
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Radina
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Claudio
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Stuffer
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Oskar
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Tacchelli
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Ugo
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Tezzele
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Margit
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Unterkalmsteiner
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Frieda
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Vieider
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Hilde
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Vigna
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Jürgen
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 999
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Weber
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Maurizio
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Winkler
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Franz
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row endlastfoot="true">
5179 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Ende
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset ERT
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218
5219
5220 \backslash
5221 addtocounter{table}{-1}
5222 \end_layout
5223
5224 \end_inset
5225
5226
5227 \begin_inset Note Note
5228 status collapsed
5229
5230 \begin_layout Plain Layout
5231 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5232 \begin_inset space ~
5233 \end_inset
5234
5235
5236 \begin_inset CommandInset ref
5237 LatexCommand ref
5238 reference "uab:Titel-für-lange"
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Subsection
5251 Fußnoten in langen Tabellen
5252 \begin_inset CommandInset label
5253 LatexCommand label
5254 name "uab:Fußnoten-in-langen"
5255
5256 \end_inset
5257
5258
5259 \begin_inset Index
5260 status collapsed
5261
5262 \begin_layout Plain Layout
5263 Tabellen ! lange ! Fußnoten
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5273  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5274  Tabelle
5275 \begin_inset space ~
5276 \end_inset
5277
5278
5279 \begin_inset CommandInset ref
5280 LatexCommand ref
5281 reference "tab:DiffCaptions"
5282
5283 \end_inset
5284
5285  hat zum Beispiel eine Fußnote.
5286 \end_layout
5287
5288 \begin_layout Subsection
5289 Ausrichtung langer Tabellen
5290 \begin_inset Index
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294 Tabellen ! lange ! Ausrichtung
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \begin_layout Standard
5303 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5304  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5305 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5306  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5307  Längen 
5308 \series bold
5309
5310 \backslash
5311 LTleft 
5312 \series default
5313 und 
5314 \series bold
5315
5316 \backslash
5317 LTright
5318 \series default
5319  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5320  wird:
5321 \end_layout
5322
5323 \begin_layout Standard
5324
5325 \series bold
5326
5327 \backslash
5328 setlength{
5329 \backslash
5330 LTleft}{Wert}
5331 \end_layout
5332
5333 \begin_layout Standard
5334 Wobei der Wert eine der in Tabelle
5335 \begin_inset space ~
5336 \end_inset
5337
5338
5339 \begin_inset CommandInset ref
5340 LatexCommand ref
5341 reference "tab:Maßeinheiten"
5342
5343 \end_inset
5344
5345  aufgelisteten Einheiten haben kann.
5346  
5347 \series bold
5348
5349 \backslash
5350 LTleft
5351 \series default
5352  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5353  
5354 \series bold
5355
5356 \backslash
5357 LTright
5358 \series default
5359  den Abstand von rechts.
5360  Die Voreinstellung für beide Werte ist 
5361 \series bold
5362
5363 \backslash
5364 fill
5365 \series default
5366 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5367  in LyX ist.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5372 \series bold
5373
5374 \backslash
5375 LTleft
5376 \series default
5377  auf den Wert 0
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 pt gesetzt wurde.
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 setlength{
5390 \backslash
5391 LTleft}{0pt}
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Standard
5400 \begin_inset Tabular
5401 <lyxtabular version="3" rows="5" columns="5">
5402 <features islongtable="true">
5403 <column alignment="center" valignment="top" width="0">
5404 <column alignment="center" valignment="top" width="0">
5405 <column alignment="center" valignment="top" width="0">
5406 <column alignment="center" valignment="top" width="0">
5407 <column alignment="center" valignment="top" width="0">
5408 <row>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 1
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 2
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 3
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 4
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 5
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 asd
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 s
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 asd
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 s
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 s
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5549 <row>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 asd
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 s
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 s
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 s
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 asd
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 </lyxtabular>
5644
5645 \end_inset
5646
5647
5648 \begin_inset ERT
5649 status collapsed
5650
5651 \begin_layout Plain Layout
5652
5653
5654 \backslash
5655 setlength{
5656 \backslash
5657 LTleft}{
5658 \backslash
5659 fill}
5660 \end_layout
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Subsection
5668 Beschriftungen langer Tabellen
5669 \begin_inset Index
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673 Tabellen ! lange ! Titel
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \begin_inset CommandInset label
5680 LatexCommand label
5681 name "uab:Titel-für-lange"
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Standard
5689 Eine 
5690 \family sans
5691 lange
5692 \begin_inset space ~
5693 \end_inset
5694
5695 Tabelle
5696 \family default
5697  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5698  Seite gedruckt werden können.
5699  Aber die 
5700 \family sans
5701 Legende
5702 \family default
5703 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5704 \end_layout
5705
5706 \begin_layout Standard
5707 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5708 \end_layout
5709
5710 \begin_layout Enumerate
5711 Erstellen Sie eine 
5712 \family sans
5713 lange
5714 \begin_inset space ~
5715 \end_inset
5716
5717 Tabelle
5718 \family default
5719 .
5720 \end_layout
5721
5722 \begin_layout Enumerate
5723 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5724 \end_layout
5725
5726 \begin_layout Enumerate
5727 Fügen Sie 
5728 \family sans
5729 mit Einfügen\SpecialChar \menuseparator
5730 Legende
5731 \family default
5732  eine Beschriftung in die erste Tabellenzelle.
5733  Sie können auch noch einen Kurztitel hinzufügen, 
5734 \family sans
5735 Einfügen\SpecialChar \menuseparator
5736 Kurztitel
5737 \family default
5738 .
5739 \end_layout
5740
5741 \begin_layout Enumerate
5742 Fügen Sie hinter dem Titel 
5743 \series bold
5744
5745 \begin_inset Quotes gld
5746 \end_inset
5747
5748
5749 \backslash
5750
5751 \backslash
5752 %
5753 \series default
5754
5755 \begin_inset Quotes grd
5756 \end_inset
5757
5758  als TeX-Code ein.
5759 \end_layout
5760
5761 \begin_layout Standard
5762 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5763  gedruckt.
5764  Die Zeichen 
5765 \series bold
5766
5767 \begin_inset Quotes gld
5768 \end_inset
5769
5770
5771 \backslash
5772
5773 \backslash
5774 %
5775 \series default
5776
5777 \begin_inset Quotes grd
5778 \end_inset
5779
5780  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5781  weg.
5782  Die erste Tabellenzeile ist damit nur ein Platzhalter für die Beschriftung,
5783  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5784 \end_layout
5785
5786 \begin_layout Standard
5787 Hier ist eine kleine 
5788 \family sans
5789 lange
5790 \begin_inset space ~
5791 \end_inset
5792
5793 Tabelle
5794 \family default
5795 , die zeigt, wie das funktioniert:
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="6" columns="5">
5801 <features islongtable="true">
5802 <column alignment="center" valignment="top" width="0">
5803 <column alignment="center" valignment="top" width="0">
5804 <column alignment="center" valignment="top" width="0">
5805 <column alignment="center" valignment="top" width="0">
5806 <column alignment="center" valignment="top" width="0">
5807 <row caption="true">
5808 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Caption
5813
5814 \begin_layout Plain Layout
5815 Eine 
5816 \family sans
5817 lange
5818 \begin_inset space ~
5819 \end_inset
5820
5821 Tabelle
5822 \family default
5823  mit Titel
5824 \begin_inset OptArg
5825 status open
5826
5827 \begin_layout Plain Layout
5828 Lange Tabelle
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset VSpace medskip
6124 \end_inset
6125
6126
6127 \begin_inset Note Greyedout
6128 status open
6129
6130 \begin_layout Plain Layout
6131
6132 \series bold
6133 Bemerkung
6134 \begin_inset space ~
6135 \end_inset
6136
6137 1:
6138 \series default
6139  Die Tabellennummer wird für jede 
6140 \family sans
6141 lange
6142 \begin_inset space ~
6143 \end_inset
6144
6145 Tabelle
6146 \family default
6147  erhöht, auch wenn Sie keinen Titel vergeben.
6148  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6149 \begin_inset space ~
6150 \end_inset
6151
6152 2.4 auf Tabelle
6153 \begin_inset space ~
6154 \end_inset
6155
6156 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6157 \family sans
6158  lange
6159 \begin_inset space ~
6160 \end_inset
6161
6162 Tabellen
6163 \family default
6164  ohne Titel sind.
6165  Um das zu vermeiden, können Sie hinter jede 
6166 \family sans
6167 lange
6168 \begin_inset space ~
6169 \end_inset
6170
6171 Tabelle
6172 \family default
6173  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6174 \end_layout
6175
6176 \begin_layout Plain Layout
6177
6178 \series bold
6179
6180 \backslash
6181 addtocounter{table}{-1}
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Standard
6190 \begin_inset Note Greyedout
6191 status open
6192
6193 \begin_layout Plain Layout
6194
6195 \series bold
6196 Bemerkung
6197 \begin_inset space ~
6198 \end_inset
6199
6200 2:
6201 \series default
6202  Wenn Sie das LaTeX-Paket 
6203 \series bold
6204 hyperref
6205 \series default
6206
6207 \begin_inset Index
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 LaTeX-Pakete ! hyperref
6212 \end_layout
6213
6214 \end_inset
6215
6216  für Querverweise benutzen, wird der Verweis auf eine 
6217 \family sans
6218 lange
6219 \begin_inset space ~
6220 \end_inset
6221
6222 Tabelle
6223 \family default
6224  immer auf den Anfang des Dokuments zeigen.
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \begin_inset Newpage newpage
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Subsubsection
6237 Querverweise auf 
6238 \family sans
6239 lange
6240 \begin_inset space ~
6241 \end_inset
6242
6243 Tabelle
6244 \family default
6245 n
6246 \begin_inset Index
6247 status collapsed
6248
6249 \begin_layout Plain Layout
6250 Tabellen ! lange ! Querverweis
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Standard
6259 \begin_inset Tabular
6260 <lyxtabular version="3" rows="6" columns="5">
6261 <features islongtable="true">
6262 <column alignment="center" valignment="top" width="0">
6263 <column alignment="center" valignment="top" width="0">
6264 <column alignment="center" valignment="top" width="0">
6265 <column alignment="center" valignment="top" width="0">
6266 <column alignment="center" valignment="top" width="0">
6267 <row caption="true">
6268 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 \begin_inset Caption
6273
6274 \begin_layout Plain Layout
6275
6276 \family sans
6277 Lange
6278 \begin_inset space ~
6279 \end_inset
6280
6281 Tabelle
6282 \family default
6283  mit Marke
6284 \begin_inset CommandInset label
6285 LatexCommand label
6286 name "tab:LangeTabelle-mit-Marke"
6287
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \end_inset
6294
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 1
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 2
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 3
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 4
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 5
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 s
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6478 <row>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 s
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 s
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 asd
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 </row>
6525 <row>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 sad
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 asd
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 </row>
6572 </lyxtabular>
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 Damit auf eine 
6581 \family sans
6582 lange
6583 \begin_inset space ~
6584 \end_inset
6585
6586 Tabelle
6587 \family default
6588  verwiesen werden kann, müssen Sie eine 
6589 \family sans
6590 Marke
6591 \family default
6592  im Titel einfügen.
6593  Beachten Sie dabei, dass Sie 
6594 \emph on
6595
6596 \begin_inset Quotes gld
6597 \end_inset
6598
6599 tab:
6600 \emph default
6601
6602 \begin_inset Quotes grd
6603 \end_inset
6604
6605  selber ins Markenfeld schreiben müssen.
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Dies ist ein Verweis auf Tabelle
6610 \begin_inset space ~
6611 \end_inset
6612
6613
6614 \begin_inset CommandInset ref
6615 LatexCommand ref
6616 reference "tab:LangeTabelle-mit-Marke"
6617
6618 \end_inset
6619
6620 .
6621 \end_layout
6622
6623 \begin_layout Standard
6624 Mit dem LaTeX-Paket 
6625 \series bold
6626 caption
6627 \series default
6628
6629 \begin_inset Index
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633 LaTeX-Pakete ! caption
6634 \end_layout
6635
6636 \end_inset
6637
6638 , siehe Abschnitt
6639 \begin_inset space ~
6640 \end_inset
6641
6642
6643 \begin_inset CommandInset ref
6644 LatexCommand ref
6645 reference "abs:Titel-Formatierung"
6646
6647 \end_inset
6648
6649 , können Sie alle anderen 
6650 \family sans
6651 Legende
6652 \family default
6653 -Optionen benutzen.
6654 \end_layout
6655
6656 \begin_layout Subsubsection
6657 Titelbreite
6658 \begin_inset Index
6659 status collapsed
6660
6661 \begin_layout Plain Layout
6662 Tabellen ! lange ! Beschriftungsbreite
6663 \end_layout
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Die maximale Titelbreite wird durch die Variable 
6672 \series bold
6673
6674 \backslash
6675 LTcapwidth
6676 \series default
6677  definiert.
6678  Ihr Standardwert ist 4
6679 \begin_inset space \thinspace{}
6680 \end_inset
6681
6682 Zoll (
6683 \begin_inset Formula $\approx10$
6684 \end_inset
6685
6686
6687 \begin_inset space \thinspace{}
6688 \end_inset
6689
6690 cm).
6691  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6692  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6693 \end_layout
6694
6695 \begin_layout Standard
6696
6697 \series bold
6698
6699 \backslash
6700 setlength{
6701 \backslash
6702 LTcapwidth}{Breite}
6703 \end_layout
6704
6705 \begin_layout Standard
6706 wobei 
6707 \family typewriter
6708 Breite
6709 \family default
6710  eine der in Anhang
6711 \begin_inset space ~
6712 \end_inset
6713
6714
6715 \begin_inset CommandInset ref
6716 LatexCommand ref
6717 reference "kap:In-LyX-verfügbare"
6718
6719 \end_inset
6720
6721  aufgelisteten Einheiten haben kann.
6722 \end_layout
6723
6724 \begin_layout Standard
6725 Die beiden folgenden Tabellen zeigen den Unterschied:
6726 \end_layout
6727
6728 \begin_layout Standard
6729 \begin_inset Tabular
6730 <lyxtabular version="3" rows="6" columns="5">
6731 <features islongtable="true">
6732 <column alignment="center" valignment="top" width="0">
6733 <column alignment="center" valignment="top" width="0">
6734 <column alignment="center" valignment="top" width="0">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <row caption="true">
6738 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 \begin_inset Caption
6743
6744 \begin_layout Plain Layout
6745 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6746 \begin_inset OptArg
6747 status open
6748
6749 \begin_layout Plain Layout
6750 Titel mit Standardbreite
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 1
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 2
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 3
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 4
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 5
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 </row>
6849 <row>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 s
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 s
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 s
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 s
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 s
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 sad
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 </lyxtabular>
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \begin_layout Standard
7045 \begin_inset ERT
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049
7050
7051 \backslash
7052 setlength{
7053 \backslash
7054 LTcapwidth}{5cm}
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \begin_inset Tabular
7061 <lyxtabular version="3" rows="6" columns="5">
7062 <features islongtable="true">
7063 <column alignment="center" valignment="top" width="0">
7064 <column alignment="center" valignment="top" width="0">
7065 <column alignment="center" valignment="top" width="0">
7066 <column alignment="center" valignment="top" width="0">
7067 <column alignment="center" valignment="top" width="0">
7068 <row caption="true">
7069 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Caption
7074
7075 \begin_layout Plain Layout
7076 Langer Titel mit 5
7077 \begin_inset space \thinspace{}
7078 \end_inset
7079
7080 cm Breite, Langer Titel mit 5
7081 \begin_inset space \thinspace{}
7082 \end_inset
7083
7084 cm Breite
7085 \begin_inset OptArg
7086 status open
7087
7088 \begin_layout Plain Layout
7089 Titel mit 5
7090 \begin_inset space \thinspace{}
7091 \end_inset
7092
7093 cm Breite
7094 \end_layout
7095
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 1
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 2
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 3
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 4
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 5
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 </row>
7192 <row>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7286 <row>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 asd
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 asd
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 sad
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 </lyxtabular>
7381
7382 \end_inset
7383
7384
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 LTcapwidth}{4in}
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \begin_inset Note Note
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 Beschriftungsbreite zurücksetzen
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \begin_layout Standard
7413 \begin_inset Note Greyedout
7414 status open
7415
7416 \begin_layout Plain Layout
7417
7418 \series bold
7419 Achtung:
7420 \series default
7421  Wenn das LaTeX-Paket 
7422 \series bold
7423 caption
7424 \series default
7425
7426 \begin_inset Index
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 LaTeX-Pakete ! caption
7431 \end_layout
7432
7433 \end_inset
7434
7435  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7436  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7437  4
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 Zoll für 
7442 \series bold
7443
7444 \backslash
7445 LTcapwidth
7446 \series default
7447  benutzen.
7448  Um in diesem Fall eine genau 4
7449 \begin_inset space \thinspace{}
7450 \end_inset
7451
7452 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7453  4
7454 \begin_inset space \thinspace{}
7455 \end_inset
7456
7457 Zoll veränderten Wert wie z.
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 B.
7462  3.99
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 Zoll verwenden oder den LaTeX-Befehl 
7467 \series bold
7468
7469 \backslash
7470 captionsetup{width=Wert}
7471 \series default
7472  benutzen, der vom 
7473 \series bold
7474 caption
7475 \series default
7476 -Paket bereitgestellt wird.
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Subsubsection
7485 Unterschiedliche Titel für Tabellenseiten
7486 \begin_inset Index
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490 Tabellen ! lange ! mehrere Titel
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \end_layout
7497
7498 \begin_layout Standard
7499 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7500  die erste, müssen Sie eine 
7501 \family sans
7502 Legende
7503 \family default
7504  mit einem nicht-leeren 
7505 \family sans
7506 Kurztitel
7507 \family default
7508  in eine leere Legende-Zeile, die als 
7509 \family sans
7510 Erste
7511 \begin_inset space ~
7512 \end_inset
7513
7514 Kopfzeile
7515 \family default
7516  definiert wurde, einfügen.
7517  Der Titel für die anderen Tabellenseiten wird als 
7518 \family sans
7519 Legende
7520 \family default
7521  ohne 
7522 \family sans
7523 Kurztitel
7524 \family default
7525  in eine leere Legende-Zeile, die als 
7526 \family sans
7527 Kopfzeile
7528 \family default
7529  definiert wurde, eingefügt.
7530  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7531  Befehl
7532 \end_layout
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537
7538 \backslash
7539 caption*{caption text}
7540 \end_layout
7541
7542 \begin_layout Standard
7543 anstatt der 
7544 \family sans
7545 Legende
7546 \family default
7547 -Umgebung von LyX benutzen.
7548  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7549  den Titel der 
7550 \family sans
7551 Ersten
7552 \begin_inset space ~
7553 \end_inset
7554
7555 Kopfzeile
7556 \family default
7557  eingefügt werden.
7558  Tabelle
7559 \begin_inset space ~
7560 \end_inset
7561
7562
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "tab:DiffCaptions"
7566
7567 \end_inset
7568
7569  ist ein Beispiel für eine 
7570 \family sans
7571 lange
7572 \begin_inset space ~
7573 \end_inset
7574
7575 Tabelle
7576 \family default
7577  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \align center
7582 \begin_inset Tabular
7583 <lyxtabular version="3" rows="60" columns="3">
7584 <features islongtable="true">
7585 <column alignment="left" valignment="top" width="0cm">
7586 <column alignment="left" valignment="top" width="0pt">
7587 <column alignment="right" valignment="top" width="0pt">
7588 <row endfirsthead="true" caption="true">
7589 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 \begin_inset Caption
7594
7595 \begin_layout Plain Layout
7596 Telefonliste
7597 \begin_inset CommandInset label
7598 LatexCommand label
7599 name "tab:DiffCaptions"
7600
7601 \end_inset
7602
7603
7604 \begin_inset OptArg
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608 Telefonliste
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row endfirsthead="true">
7643 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Telefonliste (ignoriere die Namen)
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row endfirsthead="true">
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 NAME
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
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 TEL.
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endhead="true" caption="true">
7707 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 \begin_inset ERT
7712 status open
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 caption*{Fortsetzung der Telefonliste}
7719 \backslash
7720
7721 \backslash
7722 %
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row endhead="true">
7752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \series bold
7758 Telefonliste
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row endhead="true">
7783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \series bold
7789 NAME
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 TEL.
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row endfoot="true">
7816 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 wird fortgesetzt\SpecialChar \ldots{}
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Annovi
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Silvia
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Bertoli
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Stefano
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Bozzi
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Walter
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Cachia
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Maria
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Cachia
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Maurizio
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Cinquemani
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Giusi
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Colin
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Bernard
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Concli
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Gianfranco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Dal Bosco
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Carolina
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Dalpiaz
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Annamaria
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Feliciello
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Domenico
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Focarelli
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Paola
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Galletti
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Oreste
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Gasparini
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Franca
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Rizzardi
8287 \series default
8288
8289 \begin_inset Foot
8290 status open
8291
8292 \begin_layout Plain Layout
8293 Beispielfußnote
8294 \end_layout
8295
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Paola
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Lassini
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Giancarlo
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Malfatti
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Luciano
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Malfatti
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Valeriano
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Meneguzzo
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Roberto
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Mezzadra
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Roberto
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Pirpamer
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Erich
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Pochiesa
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Paolo
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111, 222
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Radina
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Claudio
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Stuffer
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Oskar
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Tacchelli
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Ugo
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Tezzele
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Margit
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Unterkalmsteiner
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Frieda
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Vieider
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Hilde
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Vigna
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Jürgen
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Weber
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Maurizio
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Winkler
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Franz
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823  
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Annovi
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Silvia
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 555
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Bertoli
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Stefano
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 555
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Bozzi
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Walter
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 555
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Cachia
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Maria
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 555
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Cachia
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Maurizio
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 555
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Cinquemani
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Giusi
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 555
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Colin
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Bernard
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 555
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Concli
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Gianfranco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 555
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Dal Bosco
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Carolina
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Dalpiaz
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Annamaria
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Feliciello
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Domenico
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Focarelli
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Paola
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Galletti
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Oreste
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Gasparini
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Franca
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Rizzardi
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Paola
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Lassini
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Giancarlo
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Malfatti
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Luciano
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Malfatti
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Valeriano
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Meneguzzo
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Roberto
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Mezzadra
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Roberto
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 555
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row endlastfoot="true">
9468 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Section
9504 Weitere Möglichkeiten für 
9505 \family sans
9506 lange Tabelle
9507 \family default
9508 n
9509 \begin_inset CommandInset label
9510 LatexCommand label
9511 name "abs:Special-Longtable-Issues"
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Subsection
9519 L
9520 \family sans
9521 ange Tabelle
9522 \family default
9523 n: Berechnung
9524 \begin_inset Index
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528 Tabellen ! lange ! Berechnung
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9538  sogenannten 
9539 \emph on
9540 chunks
9541 \emph default
9542  (Brocken).
9543  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9544  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9545  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9546  das die Druckausgabe.
9547  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9548  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9549  einfügen:
9550 \end_layout
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555
9556 \backslash
9557 setcounter{LTchunksize}{100}
9558 \end_layout
9559
9560 \begin_layout Subsection
9561 Gleitobjekte und L
9562 \family sans
9563 ange Tabelle
9564 \family default
9565 n
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tabellen ! lange ! und Gleitobjekte
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9580 \family sans
9581 lange
9582 \begin_inset space ~
9583 \end_inset
9584
9585 Tabelle
9586 \family default
9587  beginnt, ein Gleitobjekt befindet.
9588  Um das zu vermeiden, können Sie vor der 
9589 \family sans
9590 langen
9591 \begin_inset space ~
9592 \end_inset
9593
9594 Tabellen
9595 \family default
9596  einen manuellen Seitenumbruch
9597 \family sans
9598  Einfügen\SpecialChar \menuseparator
9599 Formatierung\SpecialChar \menuseparator
9600 [Doppel]Seite
9601 \begin_inset space \space{}
9602 \end_inset
9603
9604 leeren
9605 \family default
9606  einfügen, siehe 
9607 \emph on
9608 Benutzerhandbuch
9609 \emph default
9610 .
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Manuelle Seitenumbrüche
9615 \begin_inset Index
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Tabellen ! lange ! manueller Seitenumbruch
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9629  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9630  der Zelle umbrechen wollen, fügen Sie den Befehl  
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636
9637 \backslash
9638
9639 \backslash
9640
9641 \series default
9642
9643 \begin_inset Quotes grd
9644 \end_inset
9645
9646  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9647  werden soll.
9648  Vor dem 
9649 \begin_inset Quotes gld
9650 \end_inset
9651
9652
9653 \series bold
9654
9655 \backslash
9656
9657 \backslash
9658
9659 \series default
9660
9661 \begin_inset Quotes grd
9662 \end_inset
9663
9664 -Befehl müssen Sie so viele 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9677  Mit 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689   werden in LaTeX Tabellenzellen getrennt.
9690  Hinter jedes 
9691 \begin_inset Quotes gld
9692 \end_inset
9693
9694
9695 \series bold
9696 &
9697 \series default
9698
9699 \begin_inset Quotes grd
9700 \end_inset
9701
9702  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9703  und löschen den Inhalt dieser Zellen.
9704 \end_layout
9705
9706 \begin_layout Standard
9707 Hinter dem 
9708 \begin_inset Quotes gld
9709 \end_inset
9710
9711
9712 \series bold
9713
9714 \backslash
9715
9716 \backslash
9717
9718 \series default
9719
9720 \begin_inset Quotes grd
9721 \end_inset
9722
9723 -Befehl müssen Sie so viele 
9724 \begin_inset Quotes gld
9725 \end_inset
9726
9727
9728 \series bold
9729 &
9730 \series default
9731
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9736  In Tabelle
9737 \begin_inset space ~
9738 \end_inset
9739
9740
9741 \begin_inset CommandInset ref
9742 LatexCommand ref
9743 reference "tab:ForcedPagebreak"
9744
9745 \end_inset
9746
9747  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9748  Es folgt noch eine weitere Spalte.
9749  Deshalb wurde hinter dem Wort 
9750 \emph on
9751 Castelchiodato, 
9752 \emph default
9753 folgendes eingefügt:
9754 \end_layout
9755
9756 \begin_layout Standard
9757
9758 \series bold
9759 & 111
9760 \backslash
9761
9762 \backslash
9763
9764 \begin_inset Newline newline
9765 \end_inset
9766
9767 &
9768 \end_layout
9769
9770 \begin_layout Standard
9771 Die 
9772 \begin_inset Quotes gld
9773 \end_inset
9774
9775 111
9776 \begin_inset Quotes grd
9777 \end_inset
9778
9779  in der dritten Spalte wurde gelöscht.
9780  Wenn die Fußzeile Ihrer 
9781 \family sans
9782 langen
9783 \begin_inset space ~
9784 \end_inset
9785
9786 Tabelle
9787 \family default
9788  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9789  Befehle benutzen:
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799
9800 \begin_inset Newline newline
9801 \end_inset
9802
9803
9804 \backslash
9805 hline &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9810  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9811 \end_layout
9812
9813 \begin_layout Standard
9814
9815 \series bold
9816
9817 \backslash
9818 setlength{
9819 \backslash
9820 parfillskip}{0pt}
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9825  erscheint.
9826 \end_layout
9827
9828 \begin_layout Standard
9829 \align center
9830 \begin_inset Tabular
9831 <lyxtabular version="3" rows="39" columns="3">
9832 <features islongtable="true">
9833 <column alignment="left" valignment="top" width="0cm">
9834 <column alignment="left" valignment="top" width="3cm">
9835 <column alignment="right" valignment="top" width="0pt">
9836 <row endfirsthead="true" caption="true">
9837 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Caption
9842
9843 \begin_layout Plain Layout
9844 Tabelle mit manuellem Seitenumbruch in einer Zelle
9845 \begin_inset CommandInset label
9846 LatexCommand label
9847 name "tab:ForcedPagebreak"
9848
9849 \end_inset
9850
9851
9852 \begin_inset OptArg
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 Tabelle mit manuellem Seitenumbruch in einer Zelle
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endfirsthead="true">
9891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Telefonliste (ignoriere die Namen)
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row endfirsthead="true">
9922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 NAME
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 TEL.
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endhead="true" caption="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9967 \backslash
9968
9969 \backslash
9970 %
9971 \end_layout
9972
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true">
10000 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Telefonliste
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row endhead="true">
10031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 NAME
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 TEL.
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endfoot="true">
10064 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 wird fortgesetzt\SpecialChar \ldots{}
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Annovi
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Silvia
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Bertoli
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Stefano
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bozzi
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Walter
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Cachia
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Maria
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maurizio
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cinquemani
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Giusi
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Colin
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Bernard
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Concli
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Gianfranco
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Dal Bosco
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Carolina
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dalpiaz
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Annamaria
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Feliciello
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Domenico
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Focarelli
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Paola
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Galletti
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Oreste
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Gasparini
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Franca
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Lassini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Giancarlo
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Malfatti
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Luciano
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Valeriano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Meneguzzo
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Roberto
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Mezzadra
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Pirpamer
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Erich
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pochiesa
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Paolo
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111, 222
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Radina
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Claudio
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Rizzardi
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Paolo, 11.
10792  Fürst von Monte\SpecialChar \-
10793 com\SpecialChar \-
10794 patri, 11.
10795  Fürst von Sulmona und Vivaro, 10.
10796  Fürst von Rossano, 5.
10797  Herzog von Canemorte, 11.
10798  Herzog von Palombara, 5.
10799  Herzog von Castelchiodato,
10800 \begin_inset ERT
10801 status open
10802
10803 \begin_layout Plain Layout
10804
10805 & 111
10806 \backslash
10807
10808 \backslash
10809
10810 \end_layout
10811
10812 \begin_layout Plain Layout
10813
10814 &
10815 \end_layout
10816
10817 \end_inset
10818
10819  11.
10820  Herzog von Poggionativo, 11.
10821  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10822  Graf von Valinfreda, 11.
10823  Baron von Cropalati, 11.
10824  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Stuffer
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Oskar
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Tacchelli
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Ugo
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tezzele
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Margit
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Unterkalmsteiner
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Frieda
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Vieider
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Hilde
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vigna
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Jürgen
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Weber
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Maurizio
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Winkler
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Franz
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row endlastfoot="true">
11088 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 </lyxtabular>
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Section
11124 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11125 \end_layout
11126
11127 \begin_layout Subsection
11128 Mehrfache Zeilen in Zellen
11129 \begin_inset CommandInset label
11130 LatexCommand label
11131 name "uab:Mehrfache-Zeilen-in"
11132
11133 \end_inset
11134
11135
11136 \begin_inset Index
11137 status collapsed
11138
11139 \begin_layout Plain Layout
11140 Mehrfache ! Zeilen in Zellen
11141 \end_layout
11142
11143 \end_inset
11144
11145
11146 \begin_inset Index
11147 status collapsed
11148
11149 \begin_layout Plain Layout
11150 Tabellen ! Zeilenumbrüche
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Standard
11159 \align center
11160 \begin_inset Float table
11161 placement H
11162 wide false
11163 sideways false
11164 status open
11165
11166 \begin_layout Plain Layout
11167 \begin_inset Caption
11168
11169 \begin_layout Plain Layout
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "tab:Table-with-multiple"
11173
11174 \end_inset
11175
11176 Tabelle mit mehrfachen Zeilen in einer Zelle
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Plain Layout
11185 \align center
11186 \begin_inset Tabular
11187 <lyxtabular version="3" rows="3" columns="3">
11188 <features>
11189 <column alignment="center" valignment="middle" width="2.5cm">
11190 <column alignment="center" valignment="middle" width="0.5cm">
11191 <column alignment="center" valignment="middle" width="0.5cm">
11192 <row>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 zwei
11198 \begin_inset Newline linebreak
11199 \end_inset
11200
11201 Zeilen
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 b
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 c
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 d
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 e
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 f
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 g
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 h
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 i
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 </lyxtabular>
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Standard
11296 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11297  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11298  Tabelle
11299 \begin_inset space ~
11300 \end_inset
11301
11302
11303 \begin_inset CommandInset ref
11304 LatexCommand ref
11305 reference "tab:Table-with-multiple"
11306
11307 \end_inset
11308
11309  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11310 \family sans
11311 Tabellen-Einstellungen
11312 \family default
11313 -Dialog auf 2.5
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11318  Weil unser Text schmaler als 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm ist, würde er in einer Zeile gedruckt werden.
11323  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11324
11325 \family sans
11326 Strg-Shift-Enter
11327 \family default
11328 ) eingefügt.
11329  Wenn der Text länger ist, wird er automatisch umgebrochen.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11334  setzen Sie die Breite der beiden Spalten im 
11335 \family sans
11336 Tabellen-Einstellungen
11337 \family default
11338 -Dialog auf 0.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm und die vertikale Ausrichtung auf zentriert.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11347  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11348  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11349  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11350  Fügen sie daher 0
11351 \begin_inset space \thinspace{}
11352 \end_inset
11353
11354 pt horizontalen Abstand vor dem Wort ein.
11355  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11356  Tabelle
11357 \begin_inset space ~
11358 \end_inset
11359
11360
11361 \begin_inset CommandInset ref
11362 LatexCommand ref
11363 reference "tab:Table-with-and"
11364
11365 \end_inset
11366
11367  zeigt die Wirkungen.
11368 \end_layout
11369
11370 \begin_layout Standard
11371 \begin_inset Float table
11372 placement h
11373 wide false
11374 sideways false
11375 status collapsed
11376
11377 \begin_layout Plain Layout
11378 \begin_inset Caption
11379
11380 \begin_layout Plain Layout
11381 \begin_inset CommandInset label
11382 LatexCommand label
11383 name "tab:Table-with-and"
11384
11385 \end_inset
11386
11387 Tabelle ohne und mit Silbentrennung
11388 \end_layout
11389
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \begin_layout Plain Layout
11396 \begin_inset space \hfill{}
11397 \end_inset
11398
11399
11400 \begin_inset Tabular
11401 <lyxtabular version="3" rows="3" columns="3">
11402 <features>
11403 <column alignment="center" valignment="middle" width="2.5cm">
11404 <column alignment="center" valignment="middle" width="0.5cm">
11405 <column alignment="center" valignment="middle" width="0.5cm">
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 einsehrlangesZellenwort
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 b
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 c
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 d
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 e
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 f
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 g
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 h
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 i
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 </lyxtabular>
11494
11495 \end_inset
11496
11497
11498 \begin_inset space \hfill{}
11499 \end_inset
11500
11501
11502 \begin_inset Tabular
11503 <lyxtabular version="3" rows="3" columns="3">
11504 <features>
11505 <column alignment="center" valignment="middle" width="2.5cm">
11506 <column alignment="center" valignment="middle" width="0.5cm">
11507 <column alignment="center" valignment="middle" width="0.5cm">
11508 <row>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset space \hspace{}
11514 \length 0pt
11515 \end_inset
11516
11517 einsehrlangesZellenwort
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 b
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 c
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 d
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 e
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 f
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 g
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 h
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 i
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 </lyxtabular>
11600
11601 \end_inset
11602
11603
11604 \begin_inset space \hfill{}
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \begin_layout Subsection
11616 Mehrfachspalten
11617 \begin_inset CommandInset label
11618 LatexCommand label
11619 name "uab:Mehrfachspalten"
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Mahrfachspalten
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \begin_inset Index
11635 status collapsed
11636
11637 \begin_layout Plain Layout
11638 Tabellen ! Mahrfachspalten
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Subsubsection
11647 Grundlagen
11648 \end_layout
11649
11650 \begin_layout Standard
11651 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11652  und verwenden dann den Knopf 
11653 \begin_inset Graphics
11654         filename ../../images/tabular-feature_multicolumn.png
11655         scale 70
11656         scaleBeforeRotation
11657         BoundingBox 0bp 6bp 22bp 22bp
11658
11659 \end_inset
11660
11661  in der Werkzeugleiste, das Menü 
11662 \family sans
11663 Bearbeiten\SpecialChar \menuseparator
11664 Tabelle\SpecialChar \menuseparator
11665 Mehrfachspalte
11666 \family default
11667  oder den 
11668 \family sans
11669 Tabellen-Einstellungen
11670 \family default
11671 -Dialog, in dem Sie auf der Karteikarte 
11672 \family sans
11673 Tabellen-Einstellungen
11674 \family default
11675  
11676 \family sans
11677 Mehrfachspalte
11678 \family default
11679  ankreuzen.
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Mehrfachspalten haben ihre eigenen Einstellungen.
11684  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11685  Hier ist ein Beispiel, wobei 
11686 \begin_inset Quotes gld
11687 \end_inset
11688
11689 B 2
11690 \begin_inset Quotes grd
11691 \end_inset
11692
11693  keine Mehrfachzeile ist, wie in Abschnitt
11694 \begin_inset space ~
11695 \end_inset
11696
11697
11698 \begin_inset CommandInset ref
11699 LatexCommand ref
11700 reference "uab:Mehrfachzeilen"
11701
11702 \end_inset
11703
11704  beschrieben.
11705  Es wurde nur eine Linie weggelassen:
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="4">
11712 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11713 <column alignment="center" valignment="top" width="0pt">
11714 <column alignment="center" valignment="middle" width="0">
11715 <column alignment="center" valignment="top" width="0in">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 abc
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 def ghi
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 jkl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \family roman
11762 \series medium
11763 \shape up
11764 \size normal
11765 \emph off
11766 \bar no
11767 \noun off
11768 \color none
11769 A
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 B
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 C
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 D
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 1
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 2
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 3
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 4
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsubsection
11848 Mehrfachspalten-Berechnungen
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "uab:Mehrfachspalten-Berechnungen"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Mahrfachspalten ! Berechnung
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Tabellen ! Mahrfachspalten ! Berechnung
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Standard
11879 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11880  Zellen beachten.
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \begin_inset Float table
11885 placement h
11886 wide false
11887 sideways false
11888 status open
11889
11890 \begin_layout Plain Layout
11891 \begin_inset Caption
11892
11893 \begin_layout Plain Layout
11894 \begin_inset CommandInset label
11895 LatexCommand label
11896 name "tab:Table-with-centered"
11897
11898 \end_inset
11899
11900 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11901  die halbe Breite der Mehrfachspalten-Zelle haben
11902 \begin_inset OptArg
11903 status collapsed
11904
11905 \begin_layout Plain Layout
11906 Eine Mehrfachspalten-Tabelle
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \begin_layout Plain Layout
11920 \align center
11921 \begin_inset Tabular
11922 <lyxtabular version="3" rows="3" columns="3">
11923 <features>
11924 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11925 <column alignment="center" valignment="middle" width="0">
11926 <column alignment="center" valignment="top" width="0">
11927 <row>
11928 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 Dies ist eine Mehrfach\SpecialChar \-
11933 spalten-Zelle
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 c
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 d
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 e
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 f
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 g
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 h
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 i
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 </lyxtabular>
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 Um Tabelle
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-with-centered"
12036
12037 \end_inset
12038
12039  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12040  3×3-Tabelle, kreuzen im 
12041 \family sans
12042 Tabellen-Einstellungen
12043 \family default
12044 -Dialog 
12045 \family sans
12046 Mehrfachspalte
12047 \family default
12048  an, setzen die 
12049 \family sans
12050 Horizontale
12051 \begin_inset space ~
12052 \end_inset
12053
12054 Ausrichtung
12055 \family default
12056  auf 
12057 \family sans
12058 Zentriert
12059 \family default
12060  und die 
12061 \family sans
12062 Breite
12063 \family default
12064  auf 2.5
12065 \begin_inset space \thinspace{}
12066 \end_inset
12067
12068 cm.
12069  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12070  Sie die Breite der ersten Spalte auf 1.25
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm setzen.
12075  Die zweite Spalte wird dann automatisch 1.25
12076 \begin_inset space \thinspace{}
12077 \end_inset
12078
12079 cm breit (Breite der 
12080 \family sans
12081 Mehrfachspalte
12082 \family default
12083  
12084 \begin_inset Formula $-$
12085 \end_inset
12086
12087  Breite der ersten Spalte).
12088  Dies wurde so für Tabelle
12089 \begin_inset space ~
12090 \end_inset
12091
12092
12093 \begin_inset CommandInset ref
12094 LatexCommand ref
12095 reference "tab:Table-without-half"
12096
12097 \end_inset
12098
12099  gemacht.
12100 \end_layout
12101
12102 \begin_layout Standard
12103 \begin_inset Float table
12104 wide false
12105 sideways false
12106 status open
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Caption
12110
12111 \begin_layout Plain Layout
12112 \begin_inset CommandInset label
12113 LatexCommand label
12114 name "tab:Table-without-half"
12115
12116 \end_inset
12117
12118 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12119  wie die Mehrfachspalte
12120 \begin_inset OptArg
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124 Eine unvollkommene Mehrfachspalten-Tabelle
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \begin_layout Plain Layout
12138 \align center
12139 \begin_inset Tabular
12140 <lyxtabular version="3" rows="3" columns="3">
12141 <features>
12142 <column alignment="center" valignment="top" width="1.25cm">
12143 <column alignment="center" valignment="top" width="0">
12144 <column alignment="center" valignment="top" width="0">
12145 <row>
12146 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 Dies ist auch eine Mehr\SpecialChar \-
12151 fach\SpecialChar \-
12152 spalten-Zelle
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161
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 c
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 </row>
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 d
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 e
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 f
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 g
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 h
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 i
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 </lyxtabular>
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12248  als die zweite ist.
12249  Das liegt daran, dass die Zellenbreite 
12250 \begin_inset Formula $W_{\mathrm{tot}}$
12251 \end_inset
12252
12253  nicht ihre definierte Breite 
12254 \begin_inset Formula $W_{g}$
12255 \end_inset
12256
12257  ist, sondern ein wenig mehr.
12258  Anhang
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "kap:Exläuterung-einer-Gleichung"
12266
12267 \end_inset
12268
12269  erklärt das genauer.
12270 \end_layout
12271
12272 \begin_layout Standard
12273 Wenn 
12274 \emph on
12275 n
12276 \emph default
12277  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12278  die definierte Breite 
12279 \begin_inset Formula $W_{g\, n}$
12280 \end_inset
12281
12282  einer Spalte, deren totale Breite = 
12283 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12284 \end_inset
12285
12286  sein soll, wie folgt:
12287 \begin_inset Formula \begin{equation}
12288 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 In unserem Falls ist 
12297 \begin_inset Formula $n=2$
12298 \end_inset
12299
12300
12301 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12302 \end_inset
12303
12304 cm, und damit wird aus Gleichung
12305 \begin_inset space ~
12306 \end_inset
12307
12308
12309 \begin_inset CommandInset ref
12310 LatexCommand ref
12311 reference "eq:Wgn"
12312
12313 \end_inset
12314
12315  
12316 \begin_inset Formula \begin{equation}
12317 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 Damit LaTeX rechnen kann, muss das Paket 
12326 \series bold
12327 calc
12328 \series default
12329  im Vorspann geladen werden.
12330 \begin_inset Index
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 LaTeX-Pakete ! calc
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343
12344 \series bold
12345
12346 \backslash
12347 usepackage{calc}
12348 \end_layout
12349
12350 \begin_layout Standard
12351 LyX erlaubt im 
12352 \family sans
12353 Breite
12354 \family default
12355 -Feld des 
12356 \family sans
12357 Tabellen-Einstellungen
12358 \family default
12359 -Dialogs keine Berechnungen.
12360  Deshalb müssen Sie die Formel für die Breite im Feld 
12361 \family sans
12362 LaTe
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367
12368 {}
12369 \end_layout
12370
12371 \end_inset
12372
12373 X-Argument
12374 \family default
12375  eingeben.
12376  Hier iss ein Überblick über die Argumente:
12377 \end_layout
12378
12379 \begin_layout Itemize
12380
12381 \series bold
12382 p{Breite}
12383 \series default
12384  die Zelle bekommt eine feste 
12385 \series bold
12386 Breite
12387 \series default
12388 , und die vertikale Ausrichtung ist 
12389 \family sans
12390 Oben
12391 \end_layout
12392
12393 \begin_layout Itemize
12394
12395 \series bold
12396 m{Breite}
12397 \series default
12398  die Zelle bekommt eine feste 
12399 \series bold
12400 Breite
12401 \series default
12402 , und die vertikale Ausrichtung ist 
12403 \family sans
12404 Mitte
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 b{Breite}
12411 \series default
12412  die Zelle bekommt eine feste 
12413 \series bold
12414 Breite
12415 \series default
12416 , und die vertikale Ausrichtung ist 
12417 \family sans
12418 Unten
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12423  für diese Zelle überschrieben.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 \begin_inset Note Greyedout
12428 status open
12429
12430 \begin_layout Plain Layout
12431
12432 \series bold
12433 Bemerkung:
12434 \series default
12435  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12436  angezeigt.
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12446  der Zelle mit dem Inhalt 
12447 \begin_inset Quotes gld
12448 \end_inset
12449
12450 d
12451 \begin_inset Quotes grd
12452 \end_inset
12453
12454  der Tabelle
12455 \begin_inset space ~
12456 \end_inset
12457
12458
12459 \begin_inset CommandInset ref
12460 LatexCommand ref
12461 reference "tab:Table-with-centered"
12462
12463 \end_inset
12464
12465  auch noch der Befehl
12466 \family typewriter
12467 \series bold
12468  
12469 \family default
12470
12471 \backslash
12472 centering
12473 \series default
12474  hinzugefügt.
12475  Das Ganze sieht dann so aus:
12476 \end_layout
12477
12478 \begin_layout Standard
12479
12480 \series bold
12481 |>{
12482 \backslash
12483 centering}m{1.25cm-6.2pt}
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Der vertikale Strich 
12488 \series bold
12489
12490 \begin_inset Quotes gld
12491 \end_inset
12492
12493 |
12494 \series default
12495
12496 \begin_inset Quotes grd
12497 \end_inset
12498
12499  am Anfang zeichnet die linke Linie, und der Befehl 
12500 \series bold
12501
12502 \begin_inset Quotes gld
12503 \end_inset
12504
12505 >{ }
12506 \begin_inset Quotes grd
12507 \end_inset
12508
12509
12510 \series default
12511  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12512  der Zelle benutzt werden sollen.
12513 \end_layout
12514
12515 \begin_layout Standard
12516 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12517  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12518  für einzelne Spalten anwendet.
12519  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12520  werden:
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 |>{
12527 \backslash
12528 centering}m{2.5cm}|
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Mehrfachzeilen
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "uab:Mehrfachzeilen"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Mehrfachzeilen
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Tabellen ! Mehrfachzeilen
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12564  unterstützt, sodass etwas TeX-Code notwendig ist.
12565  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12566 \series bold
12567 multirow
12568 \series default
12569
12570 \begin_inset Index
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 LaTeX-Pakete ! multirow
12575 \end_layout
12576
12577 \end_inset
12578
12579  im Vorspann geladen werden:
12580 \end_layout
12581
12582 \begin_layout Standard
12583
12584 \series bold
12585
12586 \backslash
12587 usepackage{multirow}
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12600 \end_layout
12601
12602 \begin_layout Standard
12603 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12604  Mehrfachspalte definiert und die obere Linie entfernt.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 \align center
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614
12615 \backslash
12616 renewcommand{
12617 \backslash
12618 multirowsetup}{
12619 \backslash
12620 centering}
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \begin_inset Tabular
12627 <lyxtabular version="3" rows="3" columns="3">
12628 <features>
12629 <column alignment="center" valignment="top" width="0">
12630 <column alignment="center" valignment="top" width="0">
12631 <column alignment="center" valignment="top" width="0">
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 a
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 b
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 c
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 multirow{2}{2.5cm}{
12674 \end_layout
12675
12676 \end_inset
12677
12678 Mehrfach\SpecialChar \-
12679 zeilen-Text
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685 }
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 e
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 f
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row>
12715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 h
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 i
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 </lyxtabular>
12744
12745 \end_inset
12746
12747
12748 \begin_inset ERT
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752
12753
12754 \backslash
12755 renewcommand{
12756 \backslash
12757 multirowsetup}{
12758 \backslash
12759 raggedright}
12760 \end_layout
12761
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 In der Zelle darüber wurde dann mit dem Befehl
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 multirow{2}{2.5cm}{
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code die Mehrfachzeile definiert.
12781  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12782 \begin_inset space \thinspace{}
12783 \end_inset
12784
12785 cm.
12786  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12787  mit der Klammer 
12788 \begin_inset Quotes gld
12789 \end_inset
12790
12791
12792 \series bold
12793 }
12794 \series default
12795
12796 \begin_inset Quotes grd
12797 \end_inset
12798
12799  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12800 \end_layout
12801
12802 \begin_layout Standard
12803
12804 \series bold
12805
12806 \backslash
12807 multirow
12808 \series default
12809  richtet seinen Inhalt standardmäßig linksbündig aus.
12810  Das wurde mit dem Befehl
12811 \end_layout
12812
12813 \begin_layout Standard
12814
12815 \series bold
12816
12817 \backslash
12818 renewcommand{
12819 \backslash
12820 multirowsetup}{
12821 \backslash
12822 centering}
12823 \end_layout
12824
12825 \begin_layout Standard
12826 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12827 \end_layout
12828
12829 \begin_layout Standard
12830
12831 \series bold
12832
12833 \backslash
12834 renewcommand{
12835 \backslash
12836 multirowsetup}{
12837 \backslash
12838 raggedright}
12839 \end_layout
12840
12841 \begin_layout Standard
12842 zurückgesetzt.
12843  Für rechtsbündigen Text benutzt man 
12844 \series bold
12845
12846 \backslash
12847 raggedleft
12848 \series default
12849 .
12850 \end_layout
12851
12852 \begin_layout Section
12853 Formale Tabellen
12854 \begin_inset CommandInset label
12855 LatexCommand label
12856 name "abs:Formale-Tabellen"
12857
12858 \end_inset
12859
12860
12861 \begin_inset Index
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865 Tabellen ! Formale
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Tabellen werden in Büchern oft wie Tabelle
12875 \begin_inset space ~
12876 \end_inset
12877
12878
12879 \begin_inset CommandInset ref
12880 LatexCommand ref
12881 reference "tab:Formale-Tabelle"
12882
12883 \end_inset
12884
12885  gesetzt.
12886  Diese Tabellen werden
12887 \emph on
12888  formal
12889 \emph default
12890  genannt.
12891  Formale Tabellen bekommen Sie, wenn Sie im 
12892 \family sans
12893 Tabellen-Einstellungen
12894 \family default
12895 -Dialog auf der Karteikarte 
12896 \family sans
12897 Rahmen
12898 \family default
12899  den 
12900 \family sans
12901 Stil
12902 \family default
12903  
12904 \family sans
12905 Formal
12906 \family default
12907  ankreuzen.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 \begin_inset Float table
12912 placement h
12913 wide false
12914 sideways false
12915 status open
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Caption
12919
12920 \begin_layout Plain Layout
12921 \begin_inset CommandInset label
12922 LatexCommand label
12923 name "tab:Formale-Tabelle"
12924
12925 \end_inset
12926
12927 Formale Tabelle
12928 \end_layout
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Plain Layout
12936 \align center
12937 \begin_inset Tabular
12938 <lyxtabular version="3" rows="8" columns="4">
12939 <features booktabs="true">
12940 <column alignment="center" valignment="top" width="0">
12941 <column alignment="right" valignment="top" width="0">
12942 <column alignment="right" valignment="top" width="0">
12943 <column alignment="right" valignment="top" width="0">
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 System
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 Medipix
12959 \begin_inset Formula $\,$
12960 \end_inset
12961
12962 1
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 Medipix
12972 \begin_inset Formula $\,$
12973 \end_inset
12974
12975 2
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 <row>
12991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000
13001 \backslash
13002 cmidrule(r){2-2}
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 cmidrule(l){3-4}
13016 \end_layout
13017
13018 \end_inset
13019
13020 Detektordicke [µm]
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 300
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 300
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 700
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 Kantenwinkel [°]
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 3.55
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 2.71
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 7.99
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 <row topspace="default">
13092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 räumliche Auf\SpecialChar \textcompwordmark{}
13097 lösung [µm]
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 4.26
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 10.17
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 10.56
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row topspace="default">
13131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 MTF bei 
13136 \begin_inset Formula $f_{\mathrm{max}}$
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 0.53
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 0.37
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 0.39
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topspace="default">
13173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 cmidrule(l{10pt}){1-1}
13185 \end_layout
13186
13187 \end_inset
13188
13189 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13190 lösung
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 in µm
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 129.7
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 52.75
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 50.78
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 </row>
13261 <row>
13262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 in % der Pixelgröße
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 76.3
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 95.9
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 92.3
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 </lyxtabular>
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 Abstände zu Tabellenzeilen können auf der Karteikarte 
13313 \family sans
13314 Rahmen
13315 \family default
13316  des 
13317 \family sans
13318 Tabellen-Ein\SpecialChar \-
13319 stel\SpecialChar \-
13320 lun\SpecialChar \-
13321 gen
13322 \family default
13323 -Dialogs hinzugefügt werden, wie in Abschnitt
13324 \begin_inset space ~
13325 \end_inset
13326
13327
13328 \begin_inset CommandInset ref
13329 LatexCommand ref
13330 reference "uab:Zeilenabstand"
13331
13332 \end_inset
13333
13334  beschrieben.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13339  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13340  gedruckt aber anders aus.
13341  Die erste und letzte Linie ist 0.08
13342 \begin_inset space \thinspace{}
13343 \end_inset
13344
13345 em dick, während die anderen 0.05
13346 \begin_inset space \thinspace{}
13347 \end_inset
13348
13349 em dick sind.
13350 \end_layout
13351
13352 \begin_layout Standard
13353 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13354 \end_layout
13355
13356 \begin_layout Standard
13357
13358 \series bold
13359
13360 \backslash
13361 let
13362 \backslash
13363 mytoprule
13364 \backslash
13365 toprule
13366 \begin_inset Newline newline
13367 \end_inset
13368
13369
13370 \backslash
13371 renewcommand{
13372 \backslash
13373 toprule}{
13374 \backslash
13375 mytoprule[Breite]}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Dies Beispiel gilt für die oberste Linie, genannt 
13380 \series bold
13381 toprule
13382 \series default
13383 .
13384  Für die letzte müssen Sie 
13385 \series bold
13386 toprule
13387 \series default
13388  durch 
13389 \series bold
13390 bottomrule
13391 \series default
13392  ersetzen.
13393  Die Linien dazwischen heißen 
13394 \series bold
13395 midrule
13396 \series default
13397 .
13398  Für 
13399 \family sans
13400 Breite
13401 \family default
13402  können Sie alle Einheiten benutzen, die in Anhang
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "kap:In-LyX-verfügbare"
13410
13411 \end_inset
13412
13413  aufgelistet sind.
13414 \end_layout
13415
13416 \begin_layout Standard
13417 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13418  eine Linie unter einer Mehrfachspalte.
13419  LyX wird intern den Befehl 
13420 \series bold
13421
13422 \backslash
13423 cmidrule
13424 \series default
13425  benutzen, um diese Linie zu drucken.
13426  Der ganze Befehl sieht so aus:
13427 \end_layout
13428
13429 \begin_layout Standard
13430
13431 \series bold
13432
13433 \backslash
13434 cmidrule[width](trim){Anfangsspalte-Endspalte}
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Die 
13439 \series bold
13440
13441 \backslash
13442 cmidrule
13443 \series default
13444 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13445  benutzen.
13446  
13447 \series bold
13448
13449 \backslash
13450 cmidrule
13451 \series default
13452  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13453  erste Zelle einer Zeile einfügt.
13454  Die Linie wird dann über der Zeile gedruckt.
13455 \end_layout
13456
13457 \begin_layout Standard
13458 Der Standardwert ist 0.03
13459 \begin_inset space \thinspace{}
13460 \end_inset
13461
13462 em.
13463  Die Linie reicht von 
13464 \family typewriter
13465 Anfangsspalte
13466 \family default
13467  bis 
13468 \family typewriter
13469 End\SpecialChar \-
13470 spal\SpecialChar \-
13471 te
13472 \family default
13473 .
13474  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13475   Der optionale Parameter 
13476 \family typewriter
13477 trim
13478 \family default
13479  kann die Werte 
13480 \emph on
13481 r
13482 \emph default
13483
13484 \emph on
13485 r{Breite}
13486 \emph default
13487
13488 \emph on
13489 l
13490 \family typewriter
13491 \emph default
13492  
13493 \family default
13494 oder 
13495 \emph on
13496 l{Breite}
13497 \emph default
13498  annehmen, wobei die 
13499 \family sans
13500 Breite
13501 \family default
13502  optional ist.
13503  
13504 \emph on
13505 l{2pt}
13506 \emph default
13507  zum Beispiel bedeutet, dass die Linie links um 2
13508 \begin_inset space \thinspace{}
13509 \end_inset
13510
13511 pt gekürzt wird.
13512  Ohne Breitenangabe werden die Linien um 0.5
13513 \begin_inset space \thinspace{}
13514 \end_inset
13515
13516 em gekürzt.
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \begin_inset VSpace bigskip
13521 \end_inset
13522
13523 In Tabelle
13524 \begin_inset space ~
13525 \end_inset
13526
13527
13528 \begin_inset CommandInset ref
13529 LatexCommand ref
13530 reference "tab:Formale-Tabelle"
13531
13532 \end_inset
13533
13534  wurden die Befehle
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540
13541 \backslash
13542 cmidrule(r){2-2}
13543 \backslash
13544 cmidrule(l){3-4}
13545 \end_layout
13546
13547 \begin_layout Standard
13548 am Anfang der zweiten Zeile und
13549 \end_layout
13550
13551 \begin_layout Standard
13552
13553 \series bold
13554
13555 \backslash
13556 cmidrule(l{10pt}){1-1}
13557 \end_layout
13558
13559 \begin_layout Standard
13560 in der sechsten benutzt.
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset VSpace bigskip
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Sie können mit 
13572 \series bold
13573
13574 \backslash
13575 cmidrule
13576 \series default
13577  auch überlappende Linien wie in Tabelle
13578 \begin_inset space ~
13579 \end_inset
13580
13581
13582 \begin_inset CommandInset ref
13583 LatexCommand ref
13584 reference "tab:Special-booktabs-table"
13585
13586 \end_inset
13587
13588  definieren.
13589  Der Befehl ist:
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 morecmidrules
13598 \end_layout
13599
13600 \begin_layout Standard
13601 In Zeile zwei der Tabelle
13602 \begin_inset space ~
13603 \end_inset
13604
13605
13606 \begin_inset CommandInset ref
13607 LatexCommand ref
13608 reference "tab:Special-booktabs-table"
13609
13610 \end_inset
13611
13612  wurde folgender Befehl benutzt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 cmidrule(r){2-2}
13621 \backslash
13622 cmidrule(l){3-4}
13623 \backslash
13624 morecmidrules
13625 \begin_inset Newline newline
13626 \end_inset
13627
13628
13629 \backslash
13630 cmidrule{2-4}
13631 \end_layout
13632
13633 \begin_layout Standard
13634 und in Zeile sechs:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \series bold
13640
13641 \backslash
13642 midrule
13643 \backslash
13644 morecmidrules
13645 \backslash
13646 cmidrule{3-4}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 \begin_inset VSpace bigskip
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13658  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13659 \end_layout
13660
13661 \begin_layout Standard
13662
13663 \series bold
13664
13665 \backslash
13666 specialrule{Dicke}{Abstand davor}{Abstand danach}
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13671 \series bold
13672 booktabs
13673 \series default
13674  
13675 \begin_inset CommandInset citation
13676 LatexCommand cite
13677 key "booktabs"
13678
13679 \end_inset
13680
13681 .
13682 \begin_inset Index
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686 LaTeX-Pakete ! booktabs
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \begin_inset Float table
13696 placement h
13697 wide false
13698 sideways false
13699 status open
13700
13701 \begin_layout Plain Layout
13702 \begin_inset Caption
13703
13704 \begin_layout Plain Layout
13705 \begin_inset CommandInset label
13706 LatexCommand label
13707 name "tab:Special-booktabs-table"
13708
13709 \end_inset
13710
13711 Eine spezielle formale Tabelle
13712 \end_layout
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Plain Layout
13720 \align center
13721 \begin_inset Tabular
13722 <lyxtabular version="3" rows="8" columns="4">
13723 <features booktabs="true">
13724 <column alignment="center" valignment="top" width="0">
13725 <column alignment="center" valignment="top" width="0">
13726 <column alignment="right" valignment="top" width="0">
13727 <column alignment="right" valignment="top" width="0">
13728 <row>
13729 <cell alignment="center" valignment="top" topline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 System
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 Medipix
13743 \begin_inset space \thinspace{}
13744 \end_inset
13745
13746 1
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Medipix
13756 \begin_inset space \thinspace{}
13757 \end_inset
13758
13759 2
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 <row>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 cmidrule(r){2-2}
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 cmidrule(l){3-4}
13800 \end_layout
13801
13802 \end_inset
13803
13804
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 morecmidrules 
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823
13824 \backslash
13825 cmidrule{2-4}
13826 \end_layout
13827
13828 \end_inset
13829
13830 Detektordicke  [µm]
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 300
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 300
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 700
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Kantenwinkel [°]
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 3,55
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 2,71
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 7,99
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row topspace="default">
13902 <cell alignment="center" valignment="top" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 räumliche Auf\SpecialChar \textcompwordmark{}
13907 lösung [µm]
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 4,26
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 10,17
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 10,56
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 <row topspace="default">
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 MTF bei 
13946 \begin_inset Formula $f_{\mathrm{max}}$
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 0,53
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 0,37
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 0,39
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 morecmidrules 
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 cmidrule{3-4}
14008 \end_layout
14009
14010 \end_inset
14011
14012 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14013 lösung
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 <row>
14047 <cell alignment="center" valignment="top" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 in µm
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 129,7
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 52,75
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 50,78
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 in % der Pixelgröße
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 76,3
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 95,9
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 92,3
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 </lyxtabular>
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Section
14135 Vertikale Tabellen-Ausrichtung
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Tabellen ! Ausrichtung
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14150  einer Box sein.
14151  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14152 \begin_inset space ~
14153 \end_inset
14154
14155
14156 \begin_inset CommandInset ref
14157 LatexCommand ref
14158 reference "abs:Box-Dialog"
14159
14160 \end_inset
14161
14162  beschrieben.
14163 \end_layout
14164
14165 \begin_layout Standard
14166 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14167 \begin_inset Foot
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 Minipages werden in Abschnitt
14172 \begin_inset space ~
14173 \end_inset
14174
14175
14176 \begin_inset CommandInset ref
14177 LatexCommand ref
14178 reference "abs:Minipage"
14179
14180 \end_inset
14181
14182  beschrieben.
14183 \end_layout
14184
14185 \end_inset
14186
14187  mit 15
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 col%-Breite:
14192 \end_layout
14193
14194 \begin_layout Itemize
14195 Test 
14196 \begin_inset Box Frameless
14197 position "t"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "c"
14201 use_parbox 0
14202 width "15col%"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="3" columns="3">
14211 <features>
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <column alignment="center" valignment="top" width="0">
14215 <row>
14216 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 Tabelle 1
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 b
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 e
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 h
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 c
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 f
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 i
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 </row>
14302 </lyxtabular>
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311  Test 
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317
14318 \backslash
14319 raisebox{0.85
14320 \backslash
14321 baselineskip}{
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Box Frameless
14328 position "t"
14329 hor_pos "c"
14330 has_inner_box 1
14331 inner_pos "c"
14332 use_parbox 0
14333 width "15col%"
14334 special "none"
14335 height "1in"
14336 height_special "totalheight"
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="3" columns="3">
14342 <features>
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 Tabelle 2
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 b
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 e
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 h
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 c
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 f
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 i
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Itemize
14457 Test 
14458 \begin_inset Box Frameless
14459 position "c"
14460 hor_pos "c"
14461 has_inner_box 1
14462 inner_pos "c"
14463 use_parbox 0
14464 width "15col%"
14465 special "none"
14466 height "1in"
14467 height_special "totalheight"
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 \begin_inset Tabular
14472 <lyxtabular version="3" rows="3" columns="3">
14473 <features>
14474 <column alignment="center" valignment="top" width="0">
14475 <column alignment="center" valignment="top" width="0">
14476 <column alignment="center" valignment="top" width="0">
14477 <row>
14478 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 Tabelle 3
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 b
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 e
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 h
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 c
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 f
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 i
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 </lyxtabular>
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Itemize
14577 Test 
14578 \begin_inset Box Frameless
14579 position "b"
14580 hor_pos "c"
14581 has_inner_box 1
14582 inner_pos "c"
14583 use_parbox 0
14584 width "15col%"
14585 special "none"
14586 height "1in"
14587 height_special "totalheight"
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="3" columns="3">
14593 <features>
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <column alignment="center" valignment="top" width="0">
14597 <row>
14598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 Tabelle 4
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 b
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 e
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 h
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 c
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 f
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 i
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \end_inset
14692
14693 Test 
14694 \begin_inset ERT
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698
14699
14700 \backslash
14701 raisebox{-0.32
14702 \backslash
14703 baselineskip}{
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \begin_inset Box Frameless
14710 position "b"
14711 hor_pos "c"
14712 has_inner_box 1
14713 inner_pos "c"
14714 use_parbox 0
14715 width "15col%"
14716 special "none"
14717 height "1in"
14718 height_special "totalheight"
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Tabular
14723 <lyxtabular version="3" rows="3" columns="3">
14724 <features>
14725 <column alignment="center" valignment="top" width="0">
14726 <column alignment="center" valignment="top" width="0">
14727 <column alignment="center" valignment="top" width="0">
14728 <row>
14729 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 Tabelle 5
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 b
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 e
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 h
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row>
14787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 c
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 f
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 i
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 </lyxtabular>
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830 }
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14840 \begin_inset space \space{}
14841 \end_inset
14842
14843 1 und letzten Zeile von Tabelle
14844 \begin_inset space \space{}
14845 \end_inset
14846
14847 4 bezüglich dem Wort 
14848 \begin_inset Quotes gld
14849 \end_inset
14850
14851 Test
14852 \begin_inset Quotes grd
14853 \end_inset
14854
14855  nicht richtig ausgerichtet.
14856  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14857 \begin_inset Quotes gld
14858 \end_inset
14859
14860 Raisebox
14861 \begin_inset Quotes grd
14862 \end_inset
14863
14864
14865 \begin_inset Foot
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869 Raiseboxen werden in Abschnitt
14870 \begin_inset space ~
14871 \end_inset
14872
14873
14874 \begin_inset CommandInset ref
14875 LatexCommand ref
14876 reference "uab:Vertikale-Ausrichtung"
14877
14878 \end_inset
14879
14880  beschrieben.
14881 \end_layout
14882
14883 \end_inset
14884
14885  setzen.
14886  In Tabelle
14887 \begin_inset space \space{}
14888 \end_inset
14889
14890 2 wurde der Text mit dem Befehl
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 raisebox{0.85
14899 \backslash
14900 baselineskip}{
14901 \end_layout
14902
14903 \begin_layout Standard
14904 vor der Box ausgerichtet.
14905  Hinter der Box wurde auch noch 
14906 \series bold
14907 }
14908 \series default
14909  als TeX-Code eingefügt, weil der obige Befehl mit 
14910 \series bold
14911 {
14912 \series default
14913  aufhörte.
14914  Für Tabelle
14915 \begin_inset space \space{}
14916 \end_inset
14917
14918 5 wurde der Befehl
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 raisebox{-0.32
14927 \backslash
14928 baselineskip}{
14929 \end_layout
14930
14931 \begin_layout Standard
14932 benutzt.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset Note Greyedout
14937 status open
14938
14939 \begin_layout Plain Layout
14940
14941 \series bold
14942 Bemerkung:
14943 \series default
14944  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14945  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14946  Der Faktor im 
14947 \series bold
14948
14949 \backslash
14950 raisebox
14951 \series default
14952 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Section
14961 Farbige Tabellen
14962 \begin_inset CommandInset label
14963 LatexCommand label
14964 name "abs:Farbige-Tabellen"
14965
14966 \end_inset
14967
14968
14969 \begin_inset Index
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 Tabellen ! farbige
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Subsection
14982 Farbige Zellen
14983 \begin_inset Index
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 farbige !  Tabellenzellen
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \begin_layout Standard
14996 \begin_inset Float table
14997 placement h
14998 wide false
14999 sideways false
15000 status open
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Caption
15004
15005 \begin_layout Plain Layout
15006 \begin_inset CommandInset label
15007 LatexCommand label
15008 name "tab:Farbige-Tabelle-ohne"
15009
15010 \end_inset
15011
15012 Farbige Tabelle, ohne Paket 
15013 \series bold
15014 colortbl
15015 \series default
15016
15017 \begin_inset OptArg
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021 Tabelle ohne 
15022 \family typewriter
15023 colortbl
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Plain Layout
15037 \align center
15038 \begin_inset Tabular
15039 <lyxtabular version="3" rows="3" columns="3">
15040 <features>
15041 <column alignment="center" valignment="top" width="0">
15042 <column alignment="center" valignment="top" width="0">
15043 <column alignment="center" valignment="top" width="0">
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color green
15051 a
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color red
15062 b
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \color red
15073 c
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color green
15086 d
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 e
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \color blue
15108 f
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \color green
15121 g
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \color blue
15132 h
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \color blue
15143 i
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 </lyxtabular>
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "Wenn-Sie-nur"
15165
15166 \end_inset
15167
15168 Wenn Sie nur farbigen Text
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 Farbe ! für Text
15174 \end_layout
15175
15176 \end_inset
15177
15178  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15179  auf den Werkzeugleistenknopf 
15180 \begin_inset Graphics
15181         filename ../../images/dialog-show_character.png
15182         scale 70
15183         scaleBeforeRotation
15184         BoundingBox 0bp 0bp 20bp 20bp
15185
15186 \end_inset
15187
15188  oder über das Menü 
15189 \family sans
15190 Bearbeiten\SpecialChar \menuseparator
15191 Textstil\SpecialChar \menuseparator
15192 Benutzerdefiniert
15193 \family default
15194  mit dem 
15195 \family sans
15196 Textstil
15197 \family default
15198 -Dialog wie es in Tabelle
15199 \begin_inset space ~
15200 \end_inset
15201
15202
15203 \begin_inset CommandInset ref
15204 LatexCommand ref
15205 reference "tab:Farbige-Tabelle-ohne"
15206
15207 \end_inset
15208
15209  gemacht wurde.
15210  In anderen Fällen müssen Sie das LaTeX-Paket 
15211 \series bold
15212 colortbl
15213 \series default
15214  benutzen.
15215 \begin_inset Index
15216 status collapsed
15217
15218 \begin_layout Plain Layout
15219 LaTeX-Pakete ! colortbl
15220 \end_layout
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \begin_layout Standard
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 ifcolortbl
15236 \end_layout
15237
15238 \end_inset
15239
15240
15241 \begin_inset Note Note
15242 status open
15243
15244 \begin_layout Plain Layout
15245 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15246 \series bold
15247 colortbl
15248 \series default
15249  installiert ist.
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Um farbige Tabellen zu erzeugen, muss 
15259 \series bold
15260 colortbl
15261 \series default
15262  im LaTeX-Vorspann geladen werden:
15263 \end_layout
15264
15265 \begin_layout Standard
15266
15267 \series bold
15268
15269 \backslash
15270 usepackage{colortbl}
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Die Farbe einer Spalte ändert man dann mit dem Befehl
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 columncolor{Farbname}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 innerhalb des Befehls 
15287 \series bold
15288 >{}
15289 \series default
15290 .
15291  Mehr über den Befehl 
15292 \series bold
15293 >{}
15294 \series default
15295  finden Sie im Abschnitt
15296 \begin_inset space ~
15297 \end_inset
15298
15299
15300 \begin_inset CommandInset ref
15301 LatexCommand ref
15302 reference "uab:Mehrfachspalten-Berechnungen"
15303
15304 \end_inset
15305
15306 .
15307 \end_layout
15308
15309 \begin_layout Standard
15310 Folgende Farbnamen sind vordefiniert:
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \family sans
15316 red
15317 \family default
15318
15319 \family sans
15320 green
15321 \family default
15322
15323 \family sans
15324 yellow
15325 \family default
15326
15327 \family sans
15328 blue
15329 \family default
15330
15331 \family sans
15332 cyan
15333 \family default
15334
15335 \family sans
15336 magenta
15337 \family default
15338
15339 \family sans
15340 black
15341 \family default
15342  und 
15343 \family sans
15344 white
15345 \begin_inset Newline newline
15346 \end_inset
15347
15348 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15349 \family default
15350 und
15351 \family sans
15352  weiß
15353 \family default
15354 ).
15355 \end_layout
15356
15357 \begin_layout Standard
15358 \begin_inset VSpace medskip
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Sie können auch eigene Farben definieren:
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 definecolor{Farbname}{Farbmodell}{Farbwerte}
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Das Farbmodell kann eins der folgenden sein:
15378 \end_layout
15379
15380 \begin_layout Labeling
15381 \labelwidthstring 00.00.0000
15382 cmyk: cyan, magenta, yellow, black
15383 \end_layout
15384
15385 \begin_layout Labeling
15386 \labelwidthstring 00.00.0000
15387 rgb: red, green blue
15388 \end_layout
15389
15390 \begin_layout Labeling
15391 \labelwidthstring 00.00.0000
15392 gray: gray
15393 \end_layout
15394
15395 \begin_layout Standard
15396 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15397  die die entsprechende Farbe für das Farbmodell beschreiben.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15402 \emph on
15403
15404 \begin_inset Quotes gld
15405 \end_inset
15406
15407 dunkelgruen
15408 \emph default
15409
15410 \begin_inset Quotes grd
15411 \end_inset
15412
15413  und 
15414 \begin_inset Quotes gld
15415 \end_inset
15416
15417
15418 \emph on
15419 hellgrau
15420 \emph default
15421
15422 \begin_inset Quotes grd
15423 \end_inset
15424
15425  folgendermaßen definieren:
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431
15432 \backslash
15433 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 definecolor{hellgrau}{gray}{0.8}
15442 \end_layout
15443
15444 \begin_layout Standard
15445 \begin_inset VSpace medskip
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 Linien werden mit dem Befehl
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 rowcolor{Farbname}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 gefärbt, Zellen mit dem Befehl
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 cellcolor{Farbname}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Um nur Text zu färben, machen Sie es wie 
15481 \begin_inset CommandInset ref
15482 LatexCommand vpageref
15483 reference "Wenn-Sie-nur"
15484
15485 \end_inset
15486
15487  beschrieben.
15488  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15489 \emph on
15490 markieren Sie nur den Text
15491 \emph default
15492 , sonst werden Sie LaTeX-Fehler erzeugen.
15493 \end_layout
15494
15495 \begin_layout Standard
15496 \begin_inset Note Greyedout
15497 status open
15498
15499 \begin_layout Plain Layout
15500
15501 \series bold
15502 Achtung:
15503 \series default
15504  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Standard
15513 \begin_inset VSpace medskip
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \begin_layout Standard
15520 Die Tabelle
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \begin_inset CommandInset ref
15526 LatexCommand ref
15527 reference "tab:Table-colored-using"
15528
15529 \end_inset
15530
15531  wurde folgendermaßen erstellt: die erste Spalte soll 
15532 \emph on
15533
15534 \begin_inset Quotes gld
15535 \end_inset
15536
15537 dunkelgruen
15538 \emph default
15539
15540 \begin_inset Quotes grd
15541 \end_inset
15542
15543  werden, also müssen Sie ins 
15544 \family sans
15545 LaTe
15546 \begin_inset ERT
15547 status collapsed
15548
15549 \begin_layout Plain Layout
15550
15551 {}
15552 \end_layout
15553
15554 \end_inset
15555
15556 X-Argument
15557 \family default
15558  der Zellen der ersten Spalte den Befehl
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564 >{
15565 \backslash
15566 columncolor{dunkelgruen}
15567 \backslash
15568 centering}c
15569 \end_layout
15570
15571 \begin_layout Standard
15572 schreiben.
15573  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579
15580 \backslash
15581 rowcolow{cyan}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 in die erste Zelle der ersten Zeile eingefügt.
15586  Diese Farbe ersetzt die Spaltenfarbe.
15587  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15588  wird mit folgendem Befehl erreicht:
15589 \end_layout
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594
15595 \backslash
15596 cellcolor{magenta}
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15601 \family sans
15602 Textstil
15603 \family default
15604 -Dialog.
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset Float table
15609 placement h
15610 wide false
15611 sideways false
15612 status open
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Caption
15616
15617 \begin_layout Plain Layout
15618 \begin_inset CommandInset label
15619 LatexCommand label
15620 name "tab:Table-colored-using"
15621
15622 \end_inset
15623
15624 Eine mit dem Paket 
15625 \series bold
15626 colortbl
15627 \series default
15628  gefärbte Tabelle
15629 \begin_inset OptArg
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 Tabelle mit 
15634 \family typewriter
15635 colortbl
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Plain Layout
15649 \align center
15650 \begin_inset Tabular
15651 <lyxtabular version="3" rows="3" columns="3">
15652 <features>
15653 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15654 <column alignment="center" valignment="top" width="0">
15655 <column alignment="center" valignment="top" width="0">
15656 <row>
15657 <cell alignment="center" valignment="top" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 rowcolor{cyan}
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \color magenta
15675 a
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \color red
15686 b
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \color red
15697 c
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color yellow
15710 d
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \color blue
15721 e
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \color blue
15732 f
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \color yellow
15745 g
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \color blue
15756 h
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769
15770
15771 \backslash
15772 cellcolor{magenta}
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \color green
15779 i
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 </lyxtabular>
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Standard
15798 \begin_inset ERT
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802
15803
15804 \backslash
15805 else
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \begin_inset Note Note
15812 status open
15813
15814 \begin_layout Plain Layout
15815 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15816 \series bold
15817 colortbl
15818 \series default
15819  nicht installiert ist:
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \begin_layout Standard
15828 Sie müssen das LaTeX-Paket 
15829 \series bold
15830 colortbl
15831 \series default
15832  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15833 \end_layout
15834
15835 \begin_layout Standard
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 fi
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Subsection
15852 Farbige Linien
15853 \begin_inset Index
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 farbige !  Tabellenlinien
15858 \end_layout
15859
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 Wie in Abschnitt
15867 \begin_inset space ~
15868 \end_inset
15869
15870
15871 \begin_inset CommandInset ref
15872 LatexCommand ref
15873 reference "uab:Liniendicke"
15874
15875 \end_inset
15876
15877  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15878 \series bold
15879
15880 \backslash
15881 arrayrulewidth
15882 \series default
15883  definiert werden.
15884  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15885 \begin_inset space \thinspace{}
15886 \end_inset
15887
15888 pt gesetzt.
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 setlength{
15897 \backslash
15898 arrayrulewidth}{1.5pt}
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \begin_layout Standard
15907 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15908 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15909 \begin_inset space ~
15910 \end_inset
15911
15912
15913 \begin_inset CommandInset ref
15914 LatexCommand ref
15915 reference "uab:Angepasste-Zellen-/Spaltenformate"
15916
15917 \end_inset
15918
15919  definiert:
15920 \end_layout
15921
15922 \begin_layout Standard
15923
15924 \series bold
15925
15926 \backslash
15927 newcolumntype{W}{!{
15928 \backslash
15929 color{green}
15930 \backslash
15931 vline}}
15932 \end_layout
15933
15934 \begin_layout Standard
15935 In Tabelle
15936 \begin_inset space ~
15937 \end_inset
15938
15939
15940 \begin_inset CommandInset ref
15941 LatexCommand ref
15942 reference "tab:Tabelle-mit-farbigen-vert"
15943
15944 \end_inset
15945
15946  wurde das LaTeX-Argument 
15947 \series bold
15948 WcW
15949 \series default
15950  für die letzte und 
15951 \series bold
15952 Wc
15953 \series default
15954  für die anderen Spalten benutzt.
15955 \end_layout
15956
15957 \begin_layout Standard
15958 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset Float table
15963 placement h
15964 wide false
15965 sideways false
15966 status open
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Caption
15970
15971 \begin_layout Plain Layout
15972 \begin_inset CommandInset label
15973 LatexCommand label
15974 name "tab:Tabelle-mit-farbigen-vert"
15975
15976 \end_inset
15977
15978 Tabelle mit farbigen vertikalen Linien
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Plain Layout
15987 \align center
15988 \begin_inset Tabular
15989 <lyxtabular version="3" rows="3" columns="3">
15990 <features>
15991 <column alignment="center" valignment="top" width="0" special="Wc">
15992 <column alignment="center" valignment="top" width="0" special="Wc">
15993 <column alignment="center" valignment="top" width="0" special="WcW">
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 sd
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 sd
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 sd
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16098 \begin_inset space ~
16099 \end_inset
16100
16101
16102 \begin_inset CommandInset ref
16103 LatexCommand ref
16104 reference "tab:Tabelle-mit-farbigen-horiz"
16105
16106 \end_inset
16107
16108 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16109  einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \begin_inset Newline newline
16123 \end_inset
16124
16125
16126 \backslash
16127 renewcommand{
16128 \backslash
16129 hline}
16130 \begin_inset Newline newline
16131 \end_inset
16132
16133
16134 \begin_inset ERT
16135 status collapsed
16136
16137 \begin_layout Plain Layout
16138
16139
16140 \backslash
16141 hphantom{ }
16142 \end_layout
16143
16144 \end_inset
16145
16146 {
16147 \backslash
16148 arrayrulecolor{red}
16149 \backslash
16150 myHlineC
16151 \backslash
16152 arrayrulecolor{black}}
16153 \end_layout
16154
16155 \begin_layout Standard
16156 \begin_inset ERT
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160
16161
16162 \backslash
16163 let
16164 \backslash
16165 myHlineC
16166 \backslash
16167 hline
16168 \end_layout
16169
16170 \begin_layout Plain Layout
16171
16172
16173 \backslash
16174 renewcommand{
16175 \backslash
16176 hline}
16177 \end_layout
16178
16179 \begin_layout Plain Layout
16180
16181  {
16182 \backslash
16183 arrayrulecolor{red}
16184 \backslash
16185 myHlineC
16186 \backslash
16187 arrayrulecolor{black}}
16188 \end_layout
16189
16190 \end_inset
16191
16192
16193 \begin_inset Float table
16194 placement h
16195 wide false
16196 sideways false
16197 status open
16198
16199 \begin_layout Plain Layout
16200 \begin_inset Caption
16201
16202 \begin_layout Plain Layout
16203 \begin_inset CommandInset label
16204 LatexCommand label
16205 name "tab:Tabelle-mit-farbigen-horiz"
16206
16207 \end_inset
16208
16209 Tabelle mit farbigen horizontalen Linien
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Plain Layout
16218 \align center
16219 \begin_inset Tabular
16220 <lyxtabular version="3" rows="3" columns="3">
16221 <features>
16222 <column alignment="center" valignment="top" width="0">
16223 <column alignment="center" valignment="top" width="0">
16224 <column alignment="center" valignment="top" width="0">
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 <row>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 sd
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 sd
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 </lyxtabular>
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16326  als TeX-Code hinter der Tabelle einfügen:
16327 \end_layout
16328
16329 \begin_layout Standard
16330
16331 \series bold
16332
16333 \backslash
16334 renewcommand{
16335 \backslash
16336 hline}{
16337 \backslash
16338 myHlineC}
16339 \end_layout
16340
16341 \begin_layout Standard
16342 Tabelle
16343 \begin_inset space ~
16344 \end_inset
16345
16346
16347 \begin_inset CommandInset ref
16348 LatexCommand ref
16349 reference "tab:Table-with-colored"
16350
16351 \end_inset
16352
16353  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \begin_inset Float table
16358 placement h
16359 wide false
16360 sideways false
16361 status open
16362
16363 \begin_layout Plain Layout
16364 \begin_inset Caption
16365
16366 \begin_layout Plain Layout
16367 \begin_inset CommandInset label
16368 LatexCommand label
16369 name "tab:Table-with-colored"
16370
16371 \end_inset
16372
16373 Tabelle mit farbigen Linien
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Plain Layout
16382 \align center
16383 \begin_inset Tabular
16384 <lyxtabular version="3" rows="3" columns="3">
16385 <features>
16386 <column alignment="center" valignment="top" width="0" special="Wc">
16387 <column alignment="center" valignment="top" width="0" special="Wc">
16388 <column alignment="center" valignment="top" width="0" special="WcW">
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 sd
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 sd
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row topspace="default">
16448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 sd
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 </lyxtabular>
16477
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset ERT
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493
16494
16495 \backslash
16496 renewcommand{
16497 \backslash
16498 hline}{
16499 \backslash
16500 myHlineC}
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 setlength{
16517 \backslash
16518 arrayrulewidth}{0.4pt}
16519 \end_layout
16520
16521 \end_inset
16522
16523
16524 \begin_inset Note Note
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 setzt die Liniendicke wieder auf ihren Standardwert zurück
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Section
16537 Tabellen-Anpassung
16538 \begin_inset Index
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542 Tabellen ! Anpassung
16543 \end_layout
16544
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Subsection
16551 Zeilenabstand
16552 \begin_inset CommandInset label
16553 LatexCommand label
16554 name "uab:Zeilenabstand"
16555
16556 \end_inset
16557
16558
16559 \begin_inset Index
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563 Tabellen ! Zeilenabstand
16564 \end_layout
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 Auf der Karteikarte 
16573 \family sans
16574 Rahmen
16575 \family default
16576  des 
16577 \family sans
16578 Tabellen-Einstellungen
16579 \family default
16580 -Dialogs können Sie 
16581 \family sans
16582 zusätzliche
16583 \begin_inset space ~
16584 \end_inset
16585
16586 Abstände
16587 \family default
16588  einfügen.
16589  Dabei haben Sie drei Möglichkeiten:
16590 \end_layout
16591
16592 \begin_layout Description
16593 Oberhalb
16594 \begin_inset space ~
16595 \end_inset
16596
16597 der
16598 \begin_inset space ~
16599 \end_inset
16600
16601 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16602  Bei einer formalen Tabelle
16603 \begin_inset Foot
16604 status collapsed
16605
16606 \begin_layout Plain Layout
16607 Formale Tabellen wurden in Abschnitt
16608 \begin_inset space ~
16609 \end_inset
16610
16611
16612 \begin_inset CommandInset ref
16613 LatexCommand ref
16614 reference "abs:Formale-Tabellen"
16615
16616 \end_inset
16617
16618  beschrieben.
16619 \end_layout
16620
16621 \end_inset
16622
16623  fügt LyX standardmäßig 0.5
16624 \begin_inset space \thinspace{}
16625 \end_inset
16626
16627 em Leerraum ein.
16628  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16629 \begin_inset VSpace medskip
16630 \end_inset
16631
16632
16633 \begin_inset Newline newline
16634 \end_inset
16635
16636
16637 \begin_inset space \hspace*{}
16638 \length 0pt
16639 \end_inset
16640
16641
16642 \begin_inset space \hfill{}
16643 \end_inset
16644
16645
16646 \begin_inset Tabular
16647 <lyxtabular version="3" rows="3" columns="1">
16648 <features>
16649 <column alignment="center" valignment="top" width="0">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 A
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row topspace="3mm">
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 3
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 mm Leerraum oberhalb der Zeile
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 C
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 </lyxtabular>
16688
16689 \end_inset
16690
16691
16692 \begin_inset space \hfill{}
16693 \end_inset
16694
16695
16696 \begin_inset space \hspace*{}
16697 \length 0pt
16698 \end_inset
16699
16700
16701 \begin_inset VSpace medskip
16702 \end_inset
16703
16704
16705 \begin_inset Newline newline
16706 \end_inset
16707
16708 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16709 n Linien verwenden.
16710 \end_layout
16711
16712 \begin_layout Description
16713 Unterhalb
16714 \begin_inset space ~
16715 \end_inset
16716
16717 der
16718 \begin_inset space ~
16719 \end_inset
16720
16721 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16722  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16723 \begin_inset space \thinspace{}
16724 \end_inset
16725
16726 em Leerraum ein.
16727  Bei normalen Tabellen ist der Standardwert 2
16728 \begin_inset space \thinspace{}
16729 \end_inset
16730
16731 pt.
16732 \end_layout
16733
16734 \begin_layout Description
16735 Zwischen
16736 \begin_inset space ~
16737 \end_inset
16738
16739 den
16740 \begin_inset space ~
16741 \end_inset
16742
16743 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16744  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 em Leerraum ein.
16749  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16750 \begin_inset VSpace medskip
16751 \end_inset
16752
16753
16754 \begin_inset Newline newline
16755 \end_inset
16756
16757
16758 \begin_inset space \hspace*{}
16759 \length 0pt
16760 \end_inset
16761
16762
16763 \begin_inset space \hfill{}
16764 \end_inset
16765
16766
16767 \begin_inset Tabular
16768 <lyxtabular version="3" rows="3" columns="1">
16769 <features>
16770 <column alignment="center" valignment="top" width="0">
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 A
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row interlinespace="3mm">
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\downarrow$
16788 \end_inset
16789
16790  3
16791 \begin_inset space \thinspace{}
16792 \end_inset
16793
16794 mm Leerraum zwischen den Zeilen 
16795 \begin_inset Formula $\downarrow$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $\uparrow$
16810 \end_inset
16811
16812  3
16813 \begin_inset space \thinspace{}
16814 \end_inset
16815
16816 mm Leerraum zwischen den Zeilen 
16817 \begin_inset Formula $\uparrow$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \begin_inset space \hfill{}
16832 \end_inset
16833
16834
16835 \begin_inset space \hspace*{}
16836 \length 0pt
16837 \end_inset
16838
16839
16840 \begin_inset VSpace medskip
16841 \end_inset
16842
16843
16844 \begin_inset Newline newline
16845 \end_inset
16846
16847 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16848 n Linien verwenden.
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset VSpace bigskip
16853 \end_inset
16854
16855 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16856  Befehlen im LaTeX-Vorspann machen:
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 @ifundefined{extrarowheight}
16865 \begin_inset Newline newline
16866 \end_inset
16867
16868
16869 \begin_inset ERT
16870 status collapsed
16871
16872 \begin_layout Plain Layout
16873
16874
16875 \backslash
16876 hphantom{ }
16877 \end_layout
16878
16879 \end_inset
16880
16881 {
16882 \backslash
16883 usepackage{array}}{}
16884 \begin_inset Newline newline
16885 \end_inset
16886
16887
16888 \backslash
16889 setlength{
16890 \backslash
16891 extrarowheight}{Höhe}
16892 \end_layout
16893
16894 \begin_layout Standard
16895 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16896  ausgerichtet sind.
16897  (Das Paket 
16898 \series bold
16899 array
16900 \series default
16901  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16902  verwenden.
16903  Der Befehl 
16904 \series bold
16905
16906 \backslash
16907 @ifundefined
16908 \series default
16909  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16910 \end_layout
16911
16912 \begin_layout Subsection
16913 Besondere Zellenausrichtung
16914 \begin_inset Index
16915 status collapsed
16916
16917 \begin_layout Plain Layout
16918 Tabellen ! Zellenausrichtung
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Standard
16927 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16928  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16929 \begin_inset space ~
16930 \end_inset
16931
16932
16933 \begin_inset CommandInset ref
16934 LatexCommand ref
16935 reference "tab:Tabellenzellen-sind-auf"
16936
16937 \end_inset
16938
16939 .
16940 \end_layout
16941
16942 \begin_layout Standard
16943 \begin_inset Float table
16944 placement h
16945 wide false
16946 sideways false
16947 status open
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Caption
16951
16952 \begin_layout Plain Layout
16953 \begin_inset CommandInset label
16954 LatexCommand label
16955 name "tab:Tabellenzellen-sind-auf"
16956
16957 \end_inset
16958
16959 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Plain Layout
16968 \align center
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="4" columns="2">
16971 <features>
16972 <column alignment="right" valignment="top" width="0">
16973 <column alignment="left" valignment="top" width="0" special="@{}l">
16974 <row>
16975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 Überschrift
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 12.
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 6
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 0.
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 68
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 -123.
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 0
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 </lyxtabular>
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Standard
17067 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17068  Die Überschrift ist eine zentrierte Mehrfachspalte.
17069  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17070  der Zahlen einschließlich Dezimalpunkt.
17071  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17072  der Zahlen.
17073   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17074 \family sans
17075 LaTe
17076 \begin_inset ERT
17077 status collapsed
17078
17079 \begin_layout Plain Layout
17080
17081 {}
17082 \end_layout
17083
17084 \end_inset
17085
17086 X-Argument
17087 \family default
17088  für die zweite Spalte folgendes eingefügt:
17089 \end_layout
17090
17091 \begin_layout Standard
17092
17093 \series bold
17094 @{}l
17095 \end_layout
17096
17097 \begin_layout Standard
17098 Tabelle
17099 \begin_inset space ~
17100 \end_inset
17101
17102
17103 \begin_inset CommandInset ref
17104 LatexCommand ref
17105 reference "tab:Verschiedene-Ausrichtungen"
17106
17107 \end_inset
17108
17109  zeigt einige Ausrichtungen.
17110  Für die Ausrichtung der Relationen müssen Sie den 
17111 \family sans
17112 Mittleren
17113 \begin_inset space ~
17114 \end_inset
17115
17116 Abstand
17117 \family default
17118  aus der 
17119 \family sans
17120 Mathe-Werkzeugleiste
17121 \family default
17122  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17123  rechts vom Relationszeichen zu bekommen.
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \color black
17129 \begin_inset Float table
17130 placement h
17131 wide false
17132 sideways false
17133 status open
17134
17135 \begin_layout Plain Layout
17136
17137 \color black
17138 \begin_inset Caption
17139
17140 \begin_layout Plain Layout
17141
17142 \color black
17143 \begin_inset CommandInset label
17144 LatexCommand label
17145 name "tab:Verschiedene-Ausrichtungen"
17146
17147 \end_inset
17148
17149
17150 \color inherit
17151 Verschiedene Ausrichtungen
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Plain Layout
17160 \align center
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="4" columns="6">
17163 <features>
17164 <column alignment="right" valignment="top" width="0">
17165 <column alignment="left" valignment="top" width="0" special="@{}l">
17166 <column alignment="right" valignment="top" width="0">
17167 <column alignment="left" valignment="top" width="0" special="@{}l">
17168 <column alignment="right" valignment="top" width="0">
17169 <column alignment="left" valignment="top" width="0" special="@{}l">
17170 <row>
17171 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 Einheiten
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 Exponenten
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 Relationen
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 12×
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 24
17241 \begin_inset space \thinspace{}
17242 \end_inset
17243
17244 Flaschen
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $10\cdot$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $10^{\mbox{-}17}$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\Gamma(t)\propto$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Formula $\:\Upsilon(t)$
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 1024×
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 768
17313 \begin_inset space \thinspace{}
17314 \end_inset
17315
17316 Pixel
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $5.78\cdot$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $10^{7}$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $A\ne$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\: B_{\mathrm{red}}$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 32×
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 6
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 cm
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 -
17398 \begin_inset Formula $33.5\cdot$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 \begin_inset Formula $10^{4}$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\sin(\alpha)\ge$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\:\sin(\beta)$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 </lyxtabular>
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459 Es gibt auch noch das LaTeX-Paket 
17460 \series bold
17461 dcolumn
17462 \series default
17463 ,
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 LaTeX-Pakete ! dcolumn
17469 \end_layout
17470
17471 \end_inset
17472
17473  mit dem man Zellen ausrichten kann.
17474  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17475  in den Zellen.
17476  Die erste Spalte von Tabelle
17477 \begin_inset space ~
17478 \end_inset
17479
17480
17481 \begin_inset CommandInset ref
17482 LatexCommand ref
17483 reference "tab:Verschiedene-Ausrichtungen"
17484
17485 \end_inset
17486
17487  wird mit 
17488 \family typewriter
17489 dcolumn
17490 \family default
17491  wie die erste Spalte von Tabelle
17492 \begin_inset space ~
17493 \end_inset
17494
17495
17496 \begin_inset CommandInset ref
17497 LatexCommand ref
17498 reference "tab:Ausrichtung-mit-dem"
17499
17500 \end_inset
17501
17502  aussehen und nur mit ein paar Tricks wie erwartet.
17503  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17504 \begin_inset space ~
17505 \end_inset
17506
17507
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "tab:Verschiedene-Ausrichtungen"
17511
17512 \end_inset
17513
17514  ist mit 
17515 \series bold
17516 dcolumn
17517 \series default
17518  nicht möglich.
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset Float table
17523 placement h
17524 wide false
17525 sideways false
17526 status open
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Caption
17530
17531 \begin_layout Plain Layout
17532 \begin_inset CommandInset label
17533 LatexCommand label
17534 name "tab:Ausrichtung-mit-dem"
17535
17536 \end_inset
17537
17538 Ausrichtung mit dem LaTeX-Paket 
17539 \series bold
17540 dcolumn
17541 \series default
17542 .
17543  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17544  bekommen.
17545 \begin_inset OptArg
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Ausrichtung mit dem LaTeX-Paket 
17550 \series bold
17551 dcolumn
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Plain Layout
17565 \align center
17566 \begin_inset Tabular
17567 <lyxtabular version="3" rows="4" columns="3">
17568 <features>
17569 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17570 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17571 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17572 <row>
17573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 Einheiten
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 Einheiten
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 Einheiten
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 12x24
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610
17611 \begin_inset Formula $\mbox{Flaschen}$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 12x24
17624 \begin_inset space \thinspace{}
17625 \end_inset
17626
17627
17628 \begin_inset Formula $\mbox{Flaschen}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 12
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 times 
17649 \end_layout
17650
17651 \end_inset
17652
17653 24~
17654 \begin_inset Formula $\mbox{Flaschen}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 1024x768
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672
17673 \begin_inset Formula $\mbox{Pixel}$
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 1024x768
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689
17690 \begin_inset Formula $\mbox{Pixel}$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 1024
17703 \begin_inset ERT
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707
17708
17709 \backslash
17710 times 
17711 \end_layout
17712
17713 \end_inset
17714
17715 768~
17716 \begin_inset Formula $\mbox{Pixel}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 32x6
17731 \begin_inset space \thinspace{}
17732 \end_inset
17733
17734
17735 \begin_inset Formula $\mbox{cm}$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 32x6
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{cm}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 32
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 times 
17773 \end_layout
17774
17775 \end_inset
17776
17777 6~
17778 \begin_inset Formula $\mbox{cm}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 </lyxtabular>
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Angepasste Zellen-/Spaltenformate
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "uab:Angepasste-Zellen-/Spaltenformate"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Tabellen ! Spaltenformat
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Wenn man wie in Abschnitt
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "uab:Mehrfachspalten-Berechnungen"
17829
17830 \end_inset
17831
17832  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17833  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17834  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17835  definieren:
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17848 \emph on
17849 b
17850 \emph default
17851
17852 \emph on
17853 c
17854 \emph default
17855
17856 \emph on
17857 l
17858 \emph default
17859
17860 \emph on
17861 m
17862 \emph default
17863
17864 \emph on
17865 p
17866 \emph default
17867  oder 
17868 \emph on
17869 r
17870 \emph default
17871 , weil diese vordefiniert sind.
17872  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset VSpace medskip
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17884  Breite könnte das Format so aussehen:
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 newcolumntype{M}[1]{>{
17893 \backslash
17894 centering
17895 \backslash
17896 hspace{0pt}}m{#1}}
17897 \end_layout
17898
17899 \begin_layout Standard
17900 wobei 
17901 \series bold
17902
17903 \backslash
17904 hspace{0pt}
17905 \series default
17906  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17907  Abschnitt
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "uab:Mehrfache-Zeilen-in"
17915
17916 \end_inset
17917
17918  beschrieben.
17919  Jetzt können Sie mit
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925 M{Breite}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 im 
17930 \family sans
17931 LaTeX-Argument
17932 \family default
17933  im 
17934 \family sans
17935 Tabellen-Einstellungen
17936 \family default
17937 -Dialog eine Mehrfachspalte definieren.
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset VSpace bigskip
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17949  Format definieren:
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 newcolumntype{S}[2]{>{
17958 \backslash
17959 centering
17960 \backslash
17961 hspace{0pt}}
17962 \begin_inset Newline newline
17963 \end_inset
17964
17965
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971
17972 \backslash
17973 phantom{
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \backslash
17980 newcolumntype
17981 \begin_inset ERT
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985
17986 }
17987 \end_layout
17988
17989 \end_inset
17990
17991 m{(#1+(2
17992 \backslash
17993 tabcolsep+
17994 \backslash
17995 arrayrulewidth)*(1-#2))/#2}}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 Dieses Format benutzt Gleichung
18000 \begin_inset space ~
18001 \end_inset
18002
18003
18004 \begin_inset CommandInset ref
18005 LatexCommand ref
18006 reference "eq:Wgn"
18007
18008 \end_inset
18009
18010 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18011  breit ist.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Jetzt können Sie im 
18016 \family sans
18017 LaTeX-Argument
18018 \family default
18019  im 
18020 \family sans
18021 Tabellen-Einstellungen
18022 \family default
18023 -Dialog folgendes einfügen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset VSpace bigskip
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Für farbige Spalten können Sie folgendes einfügen:
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 newcolumntype{K}[1]{>{
18049 \backslash
18050 columncolor{#1}
18051 \backslash
18052 hspace{0pt}}c}
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Das 
18057 \begin_inset Quotes gld
18058 \end_inset
18059
18060 c
18061 \begin_inset Quotes grd
18062 \end_inset
18063
18064  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18065  zentriert ist.
18066  Jetzt können Sie als 
18067 \family sans
18068 LaTeX-Argument
18069 \family default
18070  folgendes einfügen:
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 K{Farbname}
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Tabelle
18088 \begin_inset space ~
18089 \end_inset
18090
18091
18092 \begin_inset CommandInset ref
18093 LatexCommand ref
18094 reference "tab:Tabelle-mit-benutzerdefinierte"
18095
18096 \end_inset
18097
18098  wurden folgende 
18099 \family sans
18100 LaTeX-Argumente
18101 \family default
18102  benutzt:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108 M{2.5cm}
18109 \end_layout
18110
18111 \begin_layout Standard
18112 für die erste Spalte und die Mehrfachspalte,
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118 K{red}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 für die letzte Spalte und
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128 S{2.5cm}{2}
18129 \end_layout
18130
18131 \begin_layout Standard
18132 für die Spalten in der zweiten Mehrfachspalte.
18133 \end_layout
18134
18135 \begin_layout Standard
18136 \begin_inset Float table
18137 placement h
18138 wide false
18139 sideways false
18140 status open
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Caption
18144
18145 \begin_layout Plain Layout
18146 \begin_inset CommandInset label
18147 LatexCommand label
18148 name "tab:Tabelle-mit-benutzerdefinierte"
18149
18150 \end_inset
18151
18152 Tabelle mit benutzerdefinierten Formaten
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="3" columns="4">
18164 <features>
18165 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18166 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18167 <column alignment="center" valignment="middle" width="0">
18168 <column alignment="center" valignment="middle" width="0" special="K{red}">
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 einsehrlangesWort
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Mehrfachspalte mit mehreren Zeilen
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 c
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 d
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 e
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 f
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 g
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 h
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 i
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 j
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 k
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 </lyxtabular>
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Subsection
18296 Liniendicke
18297 \begin_inset CommandInset label
18298 LatexCommand label
18299 name "uab:Liniendicke"
18300
18301 \end_inset
18302
18303
18304 \begin_inset Index
18305 status collapsed
18306
18307 \begin_layout Plain Layout
18308 Tabellen  ! Linien ! -dicke
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Die Liniendicke für alle Linien einer Tabelle kann mit 
18318 \series bold
18319
18320 \backslash
18321 arrayrulewidth
18322 \series default
18323  eingestellt werden.
18324  Um eine Liniendicke von 1.5
18325 \begin_inset space \thinspace{}
18326 \end_inset
18327
18328 pt wie in Tabelle
18329 \begin_inset space ~
18330 \end_inset
18331
18332
18333 \begin_inset CommandInset ref
18334 LatexCommand ref
18335 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18336
18337 \end_inset
18338
18339  zu bekommen, geben Sie den Befehl
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 setlength{
18348 \backslash
18349 arrayrulewidth}{1.5pt}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18354  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18355  Mit
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 setlength{
18364 \backslash
18365 arrayrulewidth}{0.4pt}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 bekommen Sie wieder die Standarddicke.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 setlength{
18381 \backslash
18382 arrayrulewidth}{1.5pt}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Float table
18389 placement H
18390 wide false
18391 sideways false
18392 status open
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Caption
18396
18397 \begin_layout Plain Layout
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18401
18402 \end_inset
18403
18404 Tabelle mit 1.5
18405 \begin_inset space \thinspace{}
18406 \end_inset
18407
18408 pt Liniendicke
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Plain Layout
18417 \align center
18418 \begin_inset Tabular
18419 <lyxtabular version="3" rows="3" columns="3">
18420 <features>
18421 <column alignment="center" valignment="top" width="0">
18422 <column alignment="center" valignment="top" width="0">
18423 <column alignment="center" valignment="top" width="0">
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 sd
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 sd
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 sd
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 </row>
18511 </lyxtabular>
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Plain Layout
18525
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{0.4pt}
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 Um eine Liniendicke von 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt nur für horizontale Linien zu bekommen wie in Tabelle
18547 \begin_inset space ~
18548 \end_inset
18549
18550
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "tab:Tabelle-mit-1.5pt-horiz"
18554
18555 \end_inset
18556
18557 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18558  einfügen:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHline
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582  {
18583 \backslash
18584 noalign{
18585 \backslash
18586 global
18587 \backslash
18588 arrayrulewidth 1.5pt}
18589 \begin_inset Newline newline
18590 \end_inset
18591
18592  
18593 \backslash
18594 myHline
18595 \backslash
18596 noalign{
18597 \backslash
18598 global
18599 \backslash
18600 arrayrulewidth 0.4pt}}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18605  der (Gleit\SpecialChar \-
18606 objekt-)Tabelle zurück:
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 renewcommand{
18615 \backslash
18616 hline}{
18617 \backslash
18618 myHline}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 let
18630 \backslash
18631 myHline
18632 \backslash
18633 hline
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646
18647  {
18648 \backslash
18649 noalign{
18650 \backslash
18651 global
18652 \backslash
18653 arrayrulewidth 1.5pt}
18654 \end_layout
18655
18656 \begin_layout Plain Layout
18657
18658   
18659 \backslash
18660 myHline
18661 \backslash
18662 noalign{
18663 \backslash
18664 global
18665 \backslash
18666 arrayrulewidth 0.4pt}}
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \begin_inset Float table
18673 placement h
18674 wide false
18675 sideways false
18676 status open
18677
18678 \begin_layout Plain Layout
18679 \begin_inset Caption
18680
18681 \begin_layout Plain Layout
18682 \begin_inset CommandInset label
18683 LatexCommand label
18684 name "tab:Tabelle-mit-1.5pt-horiz"
18685
18686 \end_inset
18687
18688 Tabelle mit 1.5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 pt dicken horizontalen Linien
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701 \align center
18702 \begin_inset Tabular
18703 <lyxtabular version="3" rows="3" columns="3">
18704 <features>
18705 <column alignment="center" valignment="top" width="0">
18706 <column alignment="center" valignment="top" width="0">
18707 <column alignment="center" valignment="top" width="0">
18708 <row>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 sd
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 sd
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 sd
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 </lyxtabular>
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset ERT
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809
18810
18811 \backslash
18812 renewcommand{
18813 \backslash
18814 hline}{
18815 \backslash
18816 myHline}
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset VSpace bigskip
18826 \end_inset
18827
18828 Um die Liniendicke von 1.5
18829 \begin_inset space \thinspace{}
18830 \end_inset
18831
18832 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18833  Spaltenformat entsprechend der Beschreibung in Abschnitt
18834 \begin_inset space ~
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "uab:Angepasste-Zellen-/Spaltenformate"
18841
18842 \end_inset
18843
18844  definieren:
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 newcolumntype{V}{!{
18853 \backslash
18854 vrule width 1.5pt}}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 In Tabelle
18859 \begin_inset space ~
18860 \end_inset
18861
18862
18863 \begin_inset CommandInset ref
18864 LatexCommand ref
18865 reference "tab:Tabelle-mit-1.5pt-vert"
18866
18867 \end_inset
18868
18869  wurde das 
18870 \family sans
18871 LaTe
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877 {}
18878 \end_layout
18879
18880 \end_inset
18881
18882 X-Argument
18883 \family default
18884 \series bold
18885  VcV
18886 \series default
18887  für die letzte Spalte und
18888 \series bold
18889  Vc
18890 \series default
18891  für die anderen benutzt.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset Float table
18896 placement H
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Tabelle-mit-1.5pt-vert"
18908
18909 \end_inset
18910
18911 Tabelle mit 1.5
18912 \begin_inset space \thinspace{}
18913 \end_inset
18914
18915 pt dicken vertikalen Linien
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Plain Layout
18924 \align center
18925 \begin_inset Tabular
18926 <lyxtabular version="3" rows="3" columns="3">
18927 <features>
18928 <column alignment="center" valignment="top" width="0" special="Vc">
18929 <column alignment="center" valignment="top" width="0" special="Vc">
18930 <column alignment="center" valignment="top" width="0" special="VcV">
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="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" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 sd
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 </lyxtabular>
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Gestrichelte Linien
19032 \begin_inset Index
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Tabellen  ! Linien ! gestrichelte 
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 ifarydshln
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \begin_inset Note Note
19059 status open
19060
19061 \begin_layout Plain Layout
19062 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19063 \series bold
19064 arydshln
19065 \series default
19066  installiert ist.
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Float table
19076 placement h
19077 wide false
19078 sideways false
19079 status open
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Caption
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset label
19086 LatexCommand label
19087 name "tab:Tabelle-mit-gestrichelten"
19088
19089 \end_inset
19090
19091 Tabelle mit gestrichelten Linien
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100 \align center
19101 \begin_inset Tabular
19102 <lyxtabular version="3" rows="5" columns="5">
19103 <features>
19104 <column alignment="center" valignment="top" width="0">
19105 <column alignment="center" valignment="top" width="0">
19106 <column alignment="center" valignment="top" width="0" special=":c">
19107 <column alignment="center" valignment="top" width="0">
19108 <column alignment="center" valignment="top" width="0">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 a
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 b
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 c
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 d
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 e
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 f
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 g
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 h
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 i
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 j
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 hdashline 
19216 \end_layout
19217
19218 \end_inset
19219
19220 k
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 l
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 m
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 n
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 o
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 cdashline{4-5}
19275 \end_layout
19276
19277 \end_inset
19278
19279 p
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 q
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 r
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 s
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 t
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 u
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 v
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 w
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 x
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 </lyxtabular>
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19382  TeX-Code benutzen.
19383  Zunächst müssen Sie das LaTeX-Paket 
19384 \series bold
19385 arydshln
19386 \series default
19387
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 LaTeX-Pakete ! arydshln
19393 \end_layout
19394
19395 \end_inset
19396
19397  im LaTeX-Vorspann laden:
19398 \end_layout
19399
19400 \begin_layout Standard
19401
19402 \series bold
19403
19404 \backslash
19405 usepackage{arydshln}
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Um senkrechte Linien zu stricheln, müssen Sie im 
19410 \family sans
19411 LaTe
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417 {}
19418 \end_layout
19419
19420 \end_inset
19421
19422 X-Argument
19423 \family default
19424  des 
19425 \family sans
19426 Tabellen-Einstellungen
19427 \family default
19428 -Dialogs 
19429 \begin_inset Quotes gld
19430 \end_inset
19431
19432 :
19433 \begin_inset Quotes grd
19434 \end_inset
19435
19436 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19441 \end_layout
19442
19443 \begin_layout Standard
19444
19445 \series bold
19446
19447 \backslash
19448 hdashline
19449 \end_layout
19450
19451 \begin_layout Standard
19452 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19457 \end_layout
19458
19459 \begin_layout Standard
19460
19461 \series bold
19462
19463 \backslash
19464 cdashline{Anfangsspalte-Endspalte}
19465 \end_layout
19466
19467 \begin_layout Standard
19468 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19469  Wenn Sie z.
19470 \begin_inset space \thinspace{}
19471 \end_inset
19472
19473 B.
19474  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19475  gestrichelte Linie haben, fügen Sie den Befehl
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 cdashline{2-4}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset VSpace bigskip
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \begin_layout Standard
19498 In Tabelle
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "tab:Tabelle-mit-gestrichelten"
19506
19507 \end_inset
19508
19509  wurde in der dritten Spalte der Befehl
19510 \series bold
19511  
19512 \series default
19513
19514 \begin_inset Quotes gld
19515 \end_inset
19516
19517
19518 \series bold
19519 :c
19520 \begin_inset Quotes grd
19521 \end_inset
19522
19523
19524 \series default
19525  benutzt.
19526  Der Befehl 
19527 \series bold
19528
19529 \backslash
19530 hdashline
19531 \series default
19532  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19533 \begin_inset Newline newline
19534 \end_inset
19535
19536  
19537 \series bold
19538
19539 \backslash
19540 cdashline{4-5} 
19541 \series default
19542 wurde in die erste Zelle der vierten Zeile eingefügt.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Note Greyedout
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 Bemerkung:
19553 \series default
19554  Das LaTeX-Paket 
19555 \series bold
19556 arydshln
19557 \series default
19558  ist nicht kompatibel dem LaTeX-Paket 
19559 \series bold
19560 colortbl
19561 \series default
19562
19563 \begin_inset Index
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567 LaTeX-Pakete ! colortbl
19568 \end_layout
19569
19570 \end_inset
19571
19572 , das für die farbigen Tabellen in Abschnitt
19573 \begin_inset space ~
19574 \end_inset
19575
19576
19577 \begin_inset CommandInset ref
19578 LatexCommand ref
19579 reference "abs:Farbige-Tabellen"
19580
19581 \end_inset
19582
19583  benutzt wurde.
19584  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 else
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \begin_inset Note Note
19607 status open
19608
19609 \begin_layout Plain Layout
19610 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19611 \series bold
19612 arydshln
19613 \series default
19614  nicht installiert ist:
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Sie müssen das LaTeX-Paket 
19624 \series bold
19625 arydshln
19626 \series default
19627  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 \begin_inset ERT
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635
19636
19637 \backslash
19638 fi
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Chapter
19647 Gleitobjekte
19648 \begin_inset CommandInset label
19649 LatexCommand label
19650 name "kap:Gleitobjekte"
19651
19652 \end_inset
19653
19654
19655 \begin_inset Index
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Gleitobjekte
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Section
19668 Einleitung
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "abs:Gleitobjekte-Einleitung"
19672
19673 \end_inset
19674
19675
19676 \begin_inset Index
19677 status collapsed
19678
19679 \begin_layout Plain Layout
19680 Gleitobjekte ! Einleitung
19681 \end_layout
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19690  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19691  der beste Platz ist.
19692  
19693 \family sans
19694 Fußnoten
19695 \family default
19696  und 
19697 \family sans
19698 Randnotizen
19699 \family default
19700  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19701  wenn auf ihrer Seite schon zu viele sind.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19706  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19707  um weiße Flächen und Seiten ohne Text zu vermeiden.
19708  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19709 löst,
19710  kann im Text auf ein Gleitobjekt verwiesen werden.
19711  Gleitobjekte sind deshalb nummeriert.
19712  Querverweise werden in Abschnitt
19713 \begin_inset space ~
19714 \end_inset
19715
19716
19717 \begin_inset CommandInset ref
19718 LatexCommand ref
19719 reference "abs:Auf-Gleitobjekte-verweisen"
19720
19721 \end_inset
19722
19723  beschrieben.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 Ein Gleitobjekt wird mit 
19728 \family sans
19729 Einfügen\SpecialChar \menuseparator
19730 Gleitobjekt\SpecialChar \menuseparator
19731 Algorithmus/Abbildung/Ta\SpecialChar \-
19732 belle/Um\SpecialChar \-
19733 flos\SpecialChar \-
19734 se\SpecialChar \-
19735 nes
19736 \begin_inset space ~
19737 \end_inset
19738
19739 Gleitobjekt
19740 \family default
19741  eingefügt.
19742  Für Abbildungen oder Tabellen können Sie auch auf 
19743 \begin_inset Graphics
19744         filename ../../images/float-insert_figure.png
19745         scale 70
19746         scaleBeforeRotation
19747         BoundingBox 0bp 6bp 22bp 22bp
19748
19749 \end_inset
19750
19751  oder 
19752 \begin_inset Graphics
19753         filename ../../images/float-insert_table.png
19754         scale 70
19755         scaleBeforeRotation
19756         BoundingBox 0bp 6bp 22bp 22bp
19757
19758 \end_inset
19759
19760  klicken.
19761  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19762  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19763  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19764  #:).
19765  Statt # sehen Sie die von LyX vergebene Nummer.
19766  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19767  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19768  eingefügt.
19769  In Abschnitt
19770 \begin_inset space ~
19771 \end_inset
19772
19773
19774 \begin_inset CommandInset ref
19775 LatexCommand ref
19776 reference "abs:Titel-Platzierung"
19777
19778 \end_inset
19779
19780  finden Sie mehr über die Platzierung des Titels.
19781  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19782  auch wieder geöffnet.
19783  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19784 \begin_inset Graphics
19785         filename clipart/GleitobjektQt4.png
19786         scale 70
19787         scaleBeforeRotation
19788         BoundingBox 0bp 6bp 128bp 22bp
19789
19790 \end_inset
19791
19792  -- ein graues Kästchen mit roter Beschriftung.
19793 \end_layout
19794
19795 \begin_layout Standard
19796 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19797  Gleitobjekte in einem eigenen Absatz einzufügen.
19798 \end_layout
19799
19800 \begin_layout Standard
19801 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19802  indem Sie sie markieren und dann auf 
19803 \begin_inset Graphics
19804         filename ../../images/float-insert_figure.png
19805         scale 70
19806         scaleBeforeRotation
19807         BoundingBox 0bp 6bp 22bp 22bp
19808
19809 \end_inset
19810
19811  oder 
19812 \begin_inset Graphics
19813         filename ../../images/float-insert_table.png
19814         scale 70
19815         scaleBeforeRotation
19816         BoundingBox 0bp 6bp 22bp 22bp
19817
19818 \end_inset
19819
19820  klicken.
19821 \end_layout
19822
19823 \begin_layout Section
19824 Gleitobjekt-Typen
19825 \begin_inset Index
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829 Gleitobjekte ! Typen
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Standard
19838 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19839 \begin_inset space ~
19840 \end_inset
19841
19842
19843 \begin_inset CommandInset ref
19844 LatexCommand ref
19845 reference "abs:Gleitende-Abbildungen"
19846
19847 \end_inset
19848
19849  und 
19850 \begin_inset CommandInset ref
19851 LatexCommand ref
19852 reference "abs:Gleitende-Tabellen"
19853
19854 \end_inset
19855
19856  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und textumflossene
19857  Gleitobjekte.
19858 \end_layout
19859
19860 \begin_layout Subsection
19861 Gleitobjekt-Algorithmen
19862 \begin_inset Index
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866 Gleitobjekte ! Algorithmen
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \begin_inset CommandInset label
19873 LatexCommand label
19874 name "uab:Gleitobjekt-Algorithmen"
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Standard
19882 \begin_inset Float algorithm
19883 placement h
19884 wide false
19885 sideways false
19886 status open
19887
19888 \begin_layout Plain Layout
19889 \begin_inset Caption
19890
19891 \begin_layout Plain Layout
19892 \begin_inset CommandInset label
19893 LatexCommand label
19894 name "alg:Ein-Gleitobjekt-Algorithmus"
19895
19896 \end_inset
19897
19898 Ein Gleitobjekt-Algorithmus 
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \begin_layout LyX-Code
19907 for I in 1..N loop
19908 \begin_inset Newline newline
19909 \end_inset
19910
19911  Sum:= Sum + A(I); /*Kommentar*/
19912 \begin_inset Newline newline
19913 \end_inset
19914
19915 end loop
19916 \begin_inset VSpace -4mm
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \begin_layout Standard
19928 Dieser Typ wird mit 
19929 \family sans
19930 Einfügen\SpecialChar \menuseparator
19931 Gleitobjekt\SpecialChar \menuseparator
19932 Algorithmus
19933 \family default
19934  eingefügt.
19935  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19936  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19937  Eine mögliche Absatz-Umgebung hier für ist 
19938 \family sans
19939 LyX-Code
19940 \family default
19941 , beschrieben im 
19942 \emph on
19943 Benutzerhandbuch
19944 \emph default
19945 .
19946  In Algorithmus
19947 \begin_inset space ~
19948 \end_inset
19949
19950
19951 \begin_inset CommandInset ref
19952 LatexCommand ref
19953 reference "alg:Ein-Gleitobjekt-Algorithmus"
19954
19955 \end_inset
19956
19957  wurden am Ende -0.4
19958 \begin_inset space \thinspace{}
19959 \end_inset
19960
19961 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19962  letzten Zeile gedruckt wird.
19963 \end_layout
19964
19965 \begin_layout Standard
19966 Die Marke 
19967 \emph on
19968 Algorithmus
19969 \emph default
19970  wird nicht automatisch in die druckbare Version übernommen, sondern das
19971  englische Wort 
19972 \emph on
19973 Algorithm
19974 \emph default
19975  verwendet.
19976  Soll
19977 \emph on
19978  Algorithmus
19979 \emph default
19980  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19981 \end_layout
19982
19983 \begin_layout Standard
19984
19985 \series bold
19986
19987 \backslash
19988 floatname{algorithm}{Algorithmus}
19989 \end_layout
19990
19991 \begin_layout Standard
19992 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19993  Menü 
19994 \family sans
19995 Einfügen\SpecialChar \menuseparator
19996 Liste
19997 \begin_inset space \thinspace{}
19998 \end_inset
19999
20000 /
20001 \begin_inset space \thinspace{}
20002 \end_inset
20003
20004 Inhaltsverzeichnis\SpecialChar \menuseparator
20005 Algorithmenverzeichnis
20006 \family default
20007  verwendet werden.
20008  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20009  eingefügt werden:
20010 \end_layout
20011
20012 \begin_layout Standard
20013
20014 \series bold
20015
20016 \backslash
20017 listof{algorithm}{Algorithmenverzeichnis}
20018 \end_layout
20019
20020 \begin_layout Standard
20021 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20022  nach dem Schema 
20023 \begin_inset Quotes gld
20024 \end_inset
20025
20026 Kapitelnummer.Algorithmusnummer
20027 \begin_inset Quotes grd
20028 \end_inset
20029
20030  nummeriert.
20031  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20032  einfügen:
20033 \end_layout
20034
20035 \begin_layout Standard
20036
20037 \series bold
20038
20039 \backslash
20040 numberwithin{algorithm}{chapter}
20041 \end_layout
20042
20043 \begin_layout Standard
20044 Um 
20045 \series bold
20046
20047 \backslash
20048 numberwithin
20049 \series default
20050  benutzen zu können, muss in den 
20051 \family sans
20052 Mathe
20053 \begin_inset space ~
20054 \end_inset
20055
20056 Optionen
20057 \family default
20058  der 
20059 \family sans
20060 Dokument-Einstellungen
20061 \family default
20062  
20063 \family sans
20064 AMS
20065 \begin_inset space ~
20066 \end_inset
20067
20068 Mathe
20069 \begin_inset space ~
20070 \end_inset
20071
20072 Paket
20073 \family default
20074
20075 \begin_inset space ~
20076 \end_inset
20077
20078
20079 \family sans
20080 verwenden
20081 \family default
20082  angekreuzt sein.
20083 \end_layout
20084
20085 \begin_layout Subsection
20086 Textumflossenes [Gleit]Objekt
20087 \begin_inset CommandInset label
20088 LatexCommand label
20089 name "uab:Textumflossenes-[Gleit]Objekt"
20090
20091 \end_inset
20092
20093
20094 \begin_inset Index
20095 status collapsed
20096
20097 \begin_layout Plain Layout
20098 Gleitobjekte ! textumflossene
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \begin_layout Standard
20107 \begin_inset Wrap figure
20108 lines 0
20109 placement l
20110 overhang 0col%
20111 width "40col%"
20112 status open
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Graphics
20116         filename ../clipart/mobius.eps
20117         width 40col%
20118         scaleBeforeRotation
20119         rotateOrigin center
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Caption
20128
20129 \begin_layout Plain Layout
20130 \begin_inset CommandInset label
20131 LatexCommand label
20132 name "abb:This-is-a"
20133
20134 \end_inset
20135
20136 Dies ist eine umflossene Gleitobjekt-Abbildung
20137 \begin_inset VSpace medskip
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149
20150 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20151  werden, wo sie definiert wurden.
20152  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20153 \emph on
20154 fließen
20155 \emph default
20156  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20157  übrig lässt.
20158  Er wird mit dem Befehl
20159 \family sans
20160  Einfügen\SpecialChar \menuseparator
20161 Gleitobjekt\SpecialChar \menuseparator
20162 Umflossenes
20163 \begin_inset space \space{}
20164 \end_inset
20165
20166 Gleit\SpecialChar \-
20167 ob\SpecialChar \-
20168 jekt
20169 \family default
20170   eingefügt, wenn das LaTeX-Paket 
20171 \series bold
20172 wrapfig
20173 \series default
20174
20175 \begin_inset Index
20176 status collapsed
20177
20178 \begin_layout Plain Layout
20179 LaTeX-Pakete ! wrapfig
20180 \begin_inset ERT
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184
20185
20186 \backslash
20187 vspace{4mm}
20188 \end_layout
20189
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196
20197  installiert ist.
20198 \begin_inset Foot
20199 status open
20200
20201 \begin_layout Plain Layout
20202 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20203 \emph on
20204 LaTeX-Konfiguration
20205 \emph default
20206  beschrieben.
20207 \end_layout
20208
20209 \end_inset
20210
20211  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20212 klick auf
20213  das 
20214 \family sans
20215 Umflossenes
20216 \begin_inset space ~
20217 \end_inset
20218
20219 Gleitobjekt
20220 \family default
20221 -Kästchen ändern.
20222  Abbildung
20223 \begin_inset space ~
20224 \end_inset
20225
20226
20227 \begin_inset CommandInset ref
20228 LatexCommand ref
20229 reference "abb:This-is-a"
20230
20231 \end_inset
20232
20233  ist zum Beispiel ein textumflossenes Objekt, das 40
20234 \begin_inset space \thinspace{}
20235 \end_inset
20236
20237 % der Spaltenbreite einnimmt.
20238 \begin_inset Foot
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 Die benutzbaren Einheiten werden in Anhang
20243 \begin_inset space ~
20244 \end_inset
20245
20246
20247 \begin_inset CommandInset ref
20248 LatexCommand ref
20249 reference "kap:In-LyX-verfügbare"
20250
20251 \end_inset
20252
20253  beschrieben.
20254 \end_layout
20255
20256 \end_inset
20257
20258  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20259  umgebenden Test zu trennen.
20260 \end_layout
20261
20262 \begin_layout Standard
20263 \begin_inset Note Greyedout
20264 status open
20265
20266 \begin_layout Plain Layout
20267
20268 \series bold
20269 Bemerkungen:
20270 \end_layout
20271
20272 \begin_layout Itemize
20273 Textumflossene Objekte
20274 \end_layout
20275
20276 \begin_deeper
20277 \begin_layout Itemize
20278 sind fragil.
20279  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20280  dass sie gar nicht oder über anderen Text gedruckt wird.
20281 \end_layout
20282
20283 \begin_layout Itemize
20284 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20285  werden.
20286  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20287  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20288  erfolgen wird.
20289 \end_layout
20290
20291 \begin_layout Itemize
20292 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20293  werden oder darin.
20294 \end_layout
20295
20296 \begin_layout Itemize
20297 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20298  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20299 \end_layout
20300
20301 \begin_layout Itemize
20302 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20303 \end_layout
20304
20305 \end_deeper
20306 \begin_layout Itemize
20307 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20308  unmittelbar auf die Abbildung folgt, eingerückt.
20309  Das können Sie mit dem TeX-Code-Befehl 
20310 \series bold
20311
20312 \backslash
20313 hspace*{-1em}
20314 \series default
20315  direkt vor dem Text korrigieren.
20316  
20317 \family typewriter
20318 1
20319 \begin_inset space \thinspace{}
20320 \end_inset
20321
20322 em
20323 \family default
20324  entspricht der Standardeinrückung.
20325 \end_layout
20326
20327 \begin_layout Itemize
20328 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20329  behandelt.
20330 \end_layout
20331
20332 \begin_layout Itemize
20333 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20334 \series bold
20335
20336 \backslash
20337 begin{slop\SpecialChar \-
20338 py\SpecialChar \-
20339 par}
20340 \series default
20341  und 
20342 \series bold
20343
20344 \backslash
20345 end{sloppypar}
20346 \series default
20347  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20348 \end_layout
20349
20350 \begin_layout Itemize
20351 In den 
20352 \emph on
20353 Hanbuchergänzungen
20354 \emph default
20355  ist beschrieben, wie man mit dem LaTeX-Paket 
20356 \series bold
20357 picinpar
20358 \begin_inset Index
20359 status open
20360
20361 \begin_layout Plain Layout
20362 LaTeX-Pakete ! picinpar
20363 \end_layout
20364
20365 \end_inset
20366
20367
20368 \series default
20369  
20370 \emph on
20371 richtige
20372 \emph default
20373  textumflossene Gleitobjekte erzeugt.
20374 \end_layout
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Section
20382 Gleitobjekt-Nummerierung
20383 \begin_inset CommandInset label
20384 LatexCommand label
20385 name "abs:Gleitobjekt-Nummerierung"
20386
20387 \end_inset
20388
20389
20390 \begin_inset Index
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394 Gleitobjekte ! Nummerierung
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Standard
20403 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20404  nummeriert oder nach dem Schema 
20405 \begin_inset Quotes gld
20406 \end_inset
20407
20408 Kapitelnummer.Gleitobjektnummer
20409 \begin_inset Quotes grd
20410 \end_inset
20411
20412  oder 
20413 \begin_inset Quotes gld
20414 \end_inset
20415
20416 Abschnittsnummer.Gleitobjektnummer
20417 \begin_inset Quotes grd
20418 \end_inset
20419
20420 .
20421  Das hängt von der Dokumentklasse ab.
20422 \end_layout
20423
20424 \begin_layout Standard
20425 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20426  in den LaTeX-Vorspann einfügen:
20427 \end_layout
20428
20429 \begin_layout Standard
20430
20431 \series bold
20432
20433 \backslash
20434 renewcommand{
20435 \backslash
20436 thetable}{
20437 \backslash
20438 roman{table}}
20439 \end_layout
20440
20441 \begin_layout Standard
20442
20443 \series bold
20444
20445 \backslash
20446 thetable
20447 \series default
20448  ist der Befehl, der die Tabellennummer druckt.
20449  Für Abbildungen ist das 
20450 \series bold
20451
20452 \backslash
20453 thefigure
20454 \series default
20455 .
20456  Der Befehl 
20457 \series bold
20458
20459 \backslash
20460 roman
20461 \series default
20462  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Um das Nummerierungsschema zum Beispiel auf 
20467 \begin_inset Quotes gld
20468 \end_inset
20469
20470 Unterabschnittsnummer.Num\SpecialChar \-
20471 mer
20472 \begin_inset Quotes grd
20473 \end_inset
20474
20475  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20476 \end_layout
20477
20478 \begin_layout Standard
20479
20480 \series bold
20481
20482 \backslash
20483 numberwithin{table}{subsection}
20484 \end_layout
20485
20486 \begin_layout Standard
20487 Um den Befehl 
20488 \series bold
20489
20490 \backslash
20491 numberwithin
20492 \series default
20493  benutzen zu können, müssen Sie in den 
20494 \family sans
20495 Mathe
20496 \begin_inset space ~
20497 \end_inset
20498
20499 Optionen
20500 \family default
20501  der 
20502 \family sans
20503 Dokument-Einstellungen
20504 \family default
20505  
20506 \family sans
20507 AMS
20508 \begin_inset space ~
20509 \end_inset
20510
20511 Mathe
20512 \begin_inset space ~
20513 \end_inset
20514
20515 Paket
20516 \family default
20517
20518 \begin_inset space ~
20519 \end_inset
20520
20521
20522 \family sans
20523 verwenden
20524 \family default
20525  ankreuzen.
20526 \end_layout
20527
20528 \begin_layout Standard
20529 Sehen Sie sich bitte auch Abschnitt
20530 \begin_inset space ~
20531 \end_inset
20532
20533
20534 \begin_inset CommandInset ref
20535 LatexCommand ref
20536 reference "uab:Fußnoten-Nummerierung"
20537
20538 \end_inset
20539
20540  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20541 \end_layout
20542
20543 \begin_layout Section
20544 Auf Gleitobjekte verweisen
20545 \begin_inset CommandInset label
20546 LatexCommand label
20547 name "abs:Auf-Gleitobjekte-verweisen"
20548
20549 \end_inset
20550
20551
20552 \begin_inset Index
20553 status collapsed
20554
20555 \begin_layout Plain Layout
20556 Gleitobjekte ! Querverweise
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \begin_inset Index
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566 Querverweise
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \begin_layout Standard
20575 Zunächst müssen Sie mit 
20576 \family sans
20577 Einfügen\SpecialChar \menuseparator
20578 Marke
20579 \family default
20580  oder einen Klick auf 
20581 \begin_inset Graphics
20582         filename ../../images/label-insert.png
20583         scale 70
20584         scaleBeforeRotation
20585
20586 \end_inset
20587
20588  eine Marke im Titel einfügen.
20589  Im 
20590 \family sans
20591 Marke
20592 \family default
20593 -Dialog schreiben Sie einen Text in das Feld 
20594 \family sans
20595 Marke
20596 \family default
20597  oder übernehmen den vorgeschlagenen.
20598  Die Marke sieht in LyX dann so aus:
20599 \end_layout
20600
20601 \begin_layout Standard
20602 \begin_inset Graphics
20603         filename clipart/Marke.png
20604         lyxscale 80
20605         scale 50
20606         scaleBeforeRotation
20607         BoundingBox 0bp 6bp 76bp 23bp
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Standard
20615 Die Marke wird als Anker und Name für den Querverweis benutzt.
20616  Mit 
20617 \family sans
20618 Einfügen\SpecialChar \menuseparator
20619 Querverweis
20620 \family default
20621  oder einen Klick auf 
20622 \begin_inset Graphics
20623         filename ../../images/dialog-show-new-inset_ref.png
20624         scale 70
20625         scaleBeforeRotation
20626
20627 \end_inset
20628
20629  können Sie dann auf die Marke verweisen.
20630  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20631  angezeigt:
20632 \end_layout
20633
20634 \begin_layout Standard
20635 \begin_inset Graphics
20636         filename clipart/Querverweis.png
20637         lyxscale 80
20638         scale 50
20639         scaleBeforeRotation
20640         BoundingBox 0bp 6bp 76bp 23bp
20641
20642 \end_inset
20643
20644
20645 \begin_inset Newline newline
20646 \end_inset
20647
20648  Mehr zu Querverweisen finden Sie im 
20649 \emph on
20650 Benutzerhandbuch
20651 \emph default
20652 .
20653 \end_layout
20654
20655 \begin_layout Standard
20656 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20657  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20658  durch einen Zeilenumbruch getrennt werden können.
20659 \end_layout
20660
20661 \begin_layout Standard
20662 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20663  LyX passt die Querverweise automatisch an.
20664 \end_layout
20665
20666 \begin_layout Standard
20667 Ein Klick auf den Schalter 
20668 \family sans
20669 Gehe
20670 \begin_inset space ~
20671 \end_inset
20672
20673 zur
20674 \begin_inset space ~
20675 \end_inset
20676
20677 Marke
20678 \family default
20679  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20680  Der Text der Schaltfläche heißt jetzt 
20681 \family sans
20682 Gehe
20683 \begin_inset space ~
20684 \end_inset
20685
20686 zurück
20687 \family default
20688  und ein Klick darauf macht genau dies.
20689   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20690  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20691  Dann ist auch kein 
20692 \family sans
20693 Gehe
20694 \begin_inset space ~
20695 \end_inset
20696
20697 zurück
20698 \family default
20699  möglich.
20700 \end_layout
20701
20702 \begin_layout Subsection
20703 Querverweis-Formate
20704 \begin_inset CommandInset label
20705 LatexCommand label
20706 name "uab:Querverweis-Formate"
20707
20708 \end_inset
20709
20710
20711 \begin_inset Index
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715 Querverweise ! Formate
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Es gibt sechs verschiedene Querverweisstile:
20725 \end_layout
20726
20727 \begin_layout Description
20728 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20729  
20730 \begin_inset CommandInset ref
20731 LatexCommand ref
20732 reference "abb:Zwei-Teilabbildungen"
20733
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \begin_layout Description
20740 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20741  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20742  verwendet wird, speziell wenn der Name 
20743 \begin_inset Quotes gld
20744 \end_inset
20745
20746 Gleichung
20747 \begin_inset Quotes grd
20748 \end_inset
20749
20750  weggelassen wird: 
20751 \begin_inset CommandInset ref
20752 LatexCommand eqref
20753 reference "eq:Wgn"
20754
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \begin_layout Description
20761 <Seite>: druckt die Seitennummer: Seite
20762 \begin_inset space ~
20763 \end_inset
20764
20765
20766 \begin_inset CommandInset ref
20767 LatexCommand pageref
20768 reference "abb:Zwei-Teilabbildungen"
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Description
20776 auf
20777 \begin_inset space ~
20778 \end_inset
20779
20780 Seite
20781 \begin_inset space ~
20782 \end_inset
20783
20784 <Seite>: druckt den Text 
20785 \begin_inset Quotes gld
20786 \end_inset
20787
20788 auf Seite
20789 \begin_inset Quotes grd
20790 \end_inset
20791
20792  und die Seitennummer: 
20793 \begin_inset CommandInset ref
20794 LatexCommand vpageref
20795 reference "abb:Zwei-Teilabbildungen"
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Description
20803 <Querverweis>
20804 \begin_inset space ~
20805 \end_inset
20806
20807 auf
20808 \begin_inset space ~
20809 \end_inset
20810
20811 Seite
20812 \begin_inset space ~
20813 \end_inset
20814
20815 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20816 \begin_inset Quotes gld
20817 \end_inset
20818
20819 auf Seite
20820 \begin_inset Quotes grd
20821 \end_inset
20822
20823 , und die Seitennummer: 
20824 \begin_inset CommandInset ref
20825 LatexCommand vref
20826 reference "abb:Zwei-Teilabbildungen"
20827
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Description
20834 Formatierter
20835 \begin_inset space ~
20836 \end_inset
20837
20838 Querverweis: druckt ein selbst definiertes Querverweisformat
20839 \begin_inset Newline newline
20840 \end_inset
20841
20842
20843 \begin_inset Note Greyedout
20844 status open
20845
20846 \begin_layout Plain Layout
20847
20848 \series bold
20849 Bemerkung:
20850 \series default
20851  Dies ist nur möglich, wenn das LaTeX-Paket 
20852 \series bold
20853 prettyref
20854 \series default
20855  installiert ist.
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20865  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20866  Seite befindet.
20867  Stattdessen wird der Text 
20868 \begin_inset Quotes gld
20869 \end_inset
20870
20871 auf der vorigen Seite
20872 \begin_inset Quotes grd
20873 \end_inset
20874
20875
20876 \begin_inset Quotes gld
20877 \end_inset
20878
20879 auf dieser Seite
20880 \begin_inset Quotes grd
20881 \end_inset
20882
20883  oder 
20884 \begin_inset Quotes gld
20885 \end_inset
20886
20887 auf der nächsten Seite
20888 \begin_inset Quotes grd
20889 \end_inset
20890
20891  gedruckt.
20892 \end_layout
20893
20894 \begin_layout Standard
20895 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20896  automatisch von LaTeX berechnet.
20897  Die Stile können im Feld 
20898 \family sans
20899 Format
20900 \family default
20901  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20902  einen Querverweis klicken.
20903 \end_layout
20904
20905 \begin_layout Subsection
20906 Automatische Querverweis-Namen
20907 \begin_inset Index
20908 status collapsed
20909
20910 \begin_layout Plain Layout
20911 Querverweise ! Automatische Namen 
20912 \end_layout
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Standard
20920 Das LaTeX-Paket 
20921 \series bold
20922 hyperref
20923 \series default
20924
20925 \begin_inset Index
20926 status collapsed
20927
20928 \begin_layout Plain Layout
20929 LaTeX-Pakete ! hyperref
20930 \end_layout
20931
20932 \end_inset
20933
20934  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20935  Gleitobjekts automatisch enthalten (oder Textteile wie 
20936 \emph on
20937 Abschnitt
20938 \emph default
20939 ).
20940  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20941  Um diese Funktion benutzen zu können, müssen Sie 
20942 \series bold
20943 hyperref
20944 \series default
20945  in den LaTeX-Vorspann wie folgt einfügen:
20946 \end_layout
20947
20948 \begin_layout Standard
20949
20950 \series bold
20951
20952 \backslash
20953 usepackage[pdfborder={0 0 0}]{hyperref}
20954 \begin_inset Newline newline
20955 \end_inset
20956
20957
20958 \backslash
20959 AtBeginDocument{
20960 \backslash
20961 renewcommand{
20962 \backslash
20963 ref}[1]{
20964 \backslash
20965 mbox{
20966 \backslash
20967 autoref{#1}}}}
20968 \end_layout
20969
20970 \begin_layout Standard
20971
20972 \series bold
20973 hyperref
20974 \series default
20975  wird benutzt, um Marken und Querverweise in DVI- und PDF
20976 \begin_inset ERT
20977 status open
20978
20979 \begin_layout Plain Layout
20980
20981 "=
20982 \end_layout
20983
20984 \end_inset
20985
20986 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20987  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20988  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20989  sich der Cursor.
20990 \end_layout
20991
20992 \begin_layout Standard
20993 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20994  allen Handbüchern.
20995  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20996  für die Benutzung von 
20997 \series bold
20998 hyperref
20999 \series default
21000  sehen.
21001  In der 
21002 \series bold
21003 hyperref
21004 \series default
21005 -Dokumentation 
21006 \begin_inset CommandInset citation
21007 LatexCommand cite
21008 key "hyperref"
21009
21010 \end_inset
21011
21012  finden Sie mehr darüber.
21013 \end_layout
21014
21015 \begin_layout Standard
21016 \begin_inset Note Greyedout
21017 status open
21018
21019 \begin_layout Plain Layout
21020
21021 \series bold
21022 Bemerkung:
21023 \series default
21024  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21025  als Querverweisstil 
21026 \family sans
21027 Formatierter
21028 \begin_inset space ~
21029 \end_inset
21030
21031 Querverweis
21032 \family default
21033  benutzen.
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Subsection
21042 Querverweis-Position
21043 \begin_inset CommandInset label
21044 LatexCommand label
21045 name "uab:Querverweis-Position"
21046
21047 \end_inset
21048
21049
21050 \begin_inset Index
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 Querverweise !  Position
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Wenn Sie 
21064 \series bold
21065 hyperref
21066 \series default
21067  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21068  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21069  und Sie werden das Bild ohne Rollen nicht sehen.
21070  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21071  ist.
21072  Wenn Sie das  LaTeX-Paket 
21073 \series bold
21074 hypcap
21075 \series default
21076
21077 \begin_inset Index
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081 LaTeX-Pakete ! hypcap
21082 \end_layout
21083
21084 \end_inset
21085
21086 , das Teil des LaTeX-Pakets 
21087 \series bold
21088 oberdiek
21089 \series default
21090
21091 \begin_inset Index
21092 status collapsed
21093
21094 \begin_layout Plain Layout
21095 LaTeX-Pakete ! oberdiek
21096 \end_layout
21097
21098 \end_inset
21099
21100  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21101  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21102 \series bold
21103 hypcap
21104 \series default
21105  zunächst in den LaTeX-Vorspann laden:
21106 \end_layout
21107
21108 \begin_layout Standard
21109
21110 \series bold
21111
21112 \backslash
21113 usepackage[figure]{hypcap}
21114 \end_layout
21115
21116 \begin_layout Standard
21117 Sie können 
21118 \series bold
21119 hypcap
21120 \series default
21121  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21122  nicht empfohlen.
21123  Weitere Informationen finden Sie im
21124 \series bold
21125  hypcap
21126 \series default
21127 -Handbuch 
21128 \begin_inset CommandInset citation
21129 LatexCommand cite
21130 key "hypcap"
21131
21132 \end_inset
21133
21134 .
21135 \end_layout
21136
21137 \begin_layout Standard
21138 \begin_inset Note Greyedout
21139 status open
21140
21141 \begin_layout Plain Layout
21142
21143 \series bold
21144 Bemerkung 1:
21145 \series default
21146  
21147 \series bold
21148 hypcap
21149 \series default
21150  muss nach 
21151 \series bold
21152 hyperref
21153 \series default
21154  geladen werden.
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Standard
21163 \begin_inset Note Greyedout
21164 status open
21165
21166 \begin_layout Plain Layout
21167
21168 \series bold
21169 Bemerkung 2:
21170 \series default
21171  
21172 \series medium
21173 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21174  zu Teilabbildungen.
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \begin_layout Section
21183 Gleitobjekt-Platzierung
21184 \begin_inset CommandInset label
21185 LatexCommand label
21186 name "abs:Gleitobjekt-Platzierung"
21187
21188 \end_inset
21189
21190
21191 \begin_inset Index
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 Gleitobjekte ! Plazierung
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21205 \family sans
21206 Gleitobjekt-Einstellungen
21207 \family default
21208 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21209  können.
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213 Die Option 
21214 \family sans
21215 Spalten
21216 \begin_inset space ~
21217 \end_inset
21218
21219 überspannen
21220 \family default
21221  ist nur bei zweispaltigen Dokumenten sinnvoll.
21222  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21223 \begin_inset Newline newline
21224 \end_inset
21225
21226 Die Option 
21227 \family sans
21228 Seitwärts
21229 \begin_inset space ~
21230 \end_inset
21231
21232 drehen
21233 \family default
21234  ist in Abschnitt 
21235 \begin_inset CommandInset ref
21236 LatexCommand ref
21237 reference "abs:Gedrehte-Gleitobjekte"
21238
21239 \end_inset
21240
21241  beschrieben.
21242 \end_layout
21243
21244 \begin_layout Standard
21245 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21246  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21247  Sie die Option 
21248 \family sans
21249 Standard-Platzierung
21250 \begin_inset space ~
21251 \end_inset
21252
21253 verwenden
21254 \family default
21255  nicht verwenden:
21256 \end_layout
21257
21258 \begin_layout Description
21259 Hier
21260 \begin_inset space ~
21261 \end_inset
21262
21263 wenn
21264 \begin_inset space ~
21265 \end_inset
21266
21267 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21268 \end_layout
21269
21270 \begin_layout Description
21271 Anfang
21272 \begin_inset space ~
21273 \end_inset
21274
21275 der
21276 \begin_inset space ~
21277 \end_inset
21278
21279 Seite
21280 \family sans
21281  
21282 \family default
21283 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21284  Gleitobjekte, die maximal 70
21285 \begin_inset space \thinspace{}
21286 \end_inset
21287
21288 % einer Seite benötigen, dürfen oben platziert werden.
21289  Dies kann durch die Variable 
21290 \series bold
21291
21292 \backslash
21293 topfraction
21294 \series default
21295  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21296 \end_layout
21297
21298 \begin_deeper
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 renewcommand{
21305 \backslash
21306 topfraction}{0.9}
21307 \family typewriter
21308 \series default
21309  
21310 \end_layout
21311
21312 \end_deeper
21313 \begin_layout Description
21314 Ende
21315 \begin_inset space ~
21316 \end_inset
21317
21318 der
21319 \begin_inset space ~
21320 \end_inset
21321
21322 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21323  Gleitobjekte, die maximal 30
21324 \begin_inset space \thinspace{}
21325 \end_inset
21326
21327 % einer Seite benötigen, dürfen unten platziert werden.
21328  Dies kann durch die Variable 
21329 \series bold
21330
21331 \backslash
21332 bottomfraction
21333 \series default
21334  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21335 \end_layout
21336
21337 \begin_deeper
21338 \begin_layout Standard
21339
21340 \series bold
21341
21342 \backslash
21343 renewcommand{
21344 \backslash
21345 bottomfraction}{0.5}
21346 \end_layout
21347
21348 \begin_layout Standard
21349 die oftmals zu kleine untere Grenze auf 50
21350 \begin_inset space \thinspace{}
21351 \end_inset
21352
21353 %.
21354 \end_layout
21355
21356 \end_deeper
21357 \begin_layout Description
21358 Seite
21359 \begin_inset space ~
21360 \end_inset
21361
21362 mit
21363 \begin_inset space ~
21364 \end_inset
21365
21366 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21367  Nur wenn mehr als 50
21368 \begin_inset space \thinspace{}
21369 \end_inset
21370
21371 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21372  Gleitobjekte bereitgestellt.
21373  Dies kann durch die Variable 
21374 \series bold
21375
21376 \backslash
21377 floatpagefraction 
21378 \series default
21379 im LaTeX-Vorspann überschrieben werden.
21380 \end_layout
21381
21382 \begin_layout Standard
21383 Die Reihenfolge der obigen Optionen wird 
21384 \emph on
21385 immer
21386 \emph default
21387  von LaTeX verwendet.
21388  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21389  versuchen 
21390 \family sans
21391 Hier
21392 \begin_inset space \space{}
21393 \end_inset
21394
21395 wenn
21396 \begin_inset space \space{}
21397 \end_inset
21398
21399 möglich
21400 \family default
21401 , dann 
21402 \family sans
21403 Anfang
21404 \begin_inset space ~
21405 \end_inset
21406
21407 der
21408 \begin_inset space ~
21409 \end_inset
21410
21411 Seite
21412 \family default
21413  und dann die anderen Optionen anzuwenden.
21414  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21415  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21416  Reihenfolge.
21417  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21418 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21419 \end_layout
21420
21421 \begin_layout Standard
21422 Die Option 
21423 \family sans
21424 Hier,
21425 \begin_inset space ~
21426 \end_inset
21427
21428 auf
21429 \begin_inset space ~
21430 \end_inset
21431
21432 jeden
21433 \begin_inset space ~
21434 \end_inset
21435
21436 Fall
21437 \family default
21438  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21439  fast druckreif ist.
21440  Denn mit der Option kann das Objekt nicht mehr 
21441 \emph on
21442 gleiten
21443 \emph default
21444 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21445  oftmals zerstört.
21446 \end_layout
21447
21448 \begin_layout Standard
21449 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21450  immer vom Text eines bestimmten Absatzes umgeben sind.
21451 \begin_inset VSpace bigskip
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \begin_layout Standard
21458 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21459 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21460  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21461  Das kann mit dem LaTeX-Befehl
21462 \series bold
21463  
21464 \backslash
21465 suppressfloats
21466 \series default
21467  verhindert werden.
21468  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21469  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21470  gesetzt wird.
21471  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21472 \end_layout
21473
21474 \begin_layout Standard
21475
21476 \series bold
21477
21478 \backslash
21479 let
21480 \backslash
21481 meinAbschnitt
21482 \backslash
21483 section
21484 \begin_inset Newline newline
21485 \end_inset
21486
21487
21488 \backslash
21489 renewcommand{
21490 \backslash
21491 section}{
21492 \backslash
21493 suppressfloats[t]
21494 \backslash
21495 meinAbschnitt}
21496 \end_layout
21497
21498 \begin_layout Standard
21499 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21500  Unterabschnitten festlegen.
21501  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21502  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21503 \end_layout
21504
21505 \begin_layout Standard
21506 Es gibt auch noch das LaTeX-Paket 
21507 \series bold
21508 flafter
21509 \series default
21510
21511 \begin_inset Index
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515 LaTeX-Pakete ! flafter
21516 \end_layout
21517
21518 \end_inset
21519
21520  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21521  gedruckt wird.
21522 \end_layout
21523
21524 \begin_layout Standard
21525 \begin_inset VSpace bigskip
21526 \end_inset
21527
21528 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21529  Dafür gibt es das LaTeX-Paket 
21530 \series bold
21531 endfloat
21532 \series default
21533
21534 \begin_inset Index
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 LaTeX-Pakete ! endfloat
21539 \end_layout
21540
21541 \end_inset
21542
21543 .
21544  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21545  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21546  
21547 \family sans
21548
21549 \begin_inset Quotes gld
21550 \end_inset
21551
21552 [Abbildung
21553 \begin_inset space ~
21554 \end_inset
21555
21556 3.2 ist ungefähr hier.]
21557 \family default
21558
21559 \begin_inset Quotes grd
21560 \end_inset
21561
21562  finden.
21563  Das 
21564 \series bold
21565 endfloat
21566 \series default
21567 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21568 \end_layout
21569
21570 \begin_layout Standard
21571
21572 \series bold
21573
21574 \backslash
21575 usepackage[Optionen]{endfloat}
21576 \end_layout
21577
21578 \begin_layout Standard
21579 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21580  Tabellen-Abschnitte, die Sie in der 
21581 \series bold
21582 endfloat
21583 \series default
21584 -Dokumentation 
21585 \begin_inset CommandInset citation
21586 LatexCommand cite
21587 key "endfloat"
21588
21589 \end_inset
21590
21591  nachlesen können.
21592 \begin_inset Newline newline
21593 \end_inset
21594
21595
21596 \begin_inset Note Greyedout
21597 status open
21598
21599 \begin_layout Plain Layout
21600
21601 \series bold
21602 Bemerkung
21603 \begin_inset space ~
21604 \end_inset
21605
21606 1: endfloat
21607 \series default
21608  übersetzt den Hinweistext nicht automatisch.
21609  Abschnitt
21610 \begin_inset space ~
21611 \end_inset
21612
21613 4 in 
21614 \begin_inset CommandInset citation
21615 LatexCommand cite
21616 key "endfloat"
21617
21618 \end_inset
21619
21620  beschreibt, wie es geht.
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Standard
21629 \begin_inset Note Greyedout
21630 status open
21631
21632 \begin_layout Plain Layout
21633
21634 \series bold
21635 Bemerkung
21636 \begin_inset space ~
21637 \end_inset
21638
21639 2: 
21640 \series default
21641 Die aktuelle Version von 
21642 \series bold
21643 endfloat
21644 \series default
21645  hat einen Fehler, wenn die Überschrift ein 
21646 \begin_inset Quotes gld
21647 \end_inset
21648
21649 ß
21650 \begin_inset Quotes grd
21651 \end_inset
21652
21653  enthält.
21654  Sie müssen stattdessen den Befehl 
21655 \series bold
21656
21657 \backslash
21658 ss
21659 \series default
21660  als TeX-Code benutzen.
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \begin_layout Standard
21669 \begin_inset VSpace bigskip
21670 \end_inset
21671
21672 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21673  wie 
21674 \begin_inset CommandInset citation
21675 LatexCommand cite
21676 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21677
21678 \end_inset
21679
21680 .
21681 \end_layout
21682
21683 \begin_layout Section
21684 Gedrehte Gleitobjekte
21685 \begin_inset CommandInset label
21686 LatexCommand label
21687 name "abs:Gedrehte-Gleitobjekte"
21688
21689 \end_inset
21690
21691
21692 \begin_inset Index
21693 status collapsed
21694
21695 \begin_layout Plain Layout
21696 Gleitobjekte ! drehen
21697 \end_layout
21698
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \begin_layout Standard
21705 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21706 t drehen.
21707  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21708  und die Option 
21709 \family sans
21710 Seitwärts
21711 \begin_inset space ~
21712 \end_inset
21713
21714 drehen
21715 \family default
21716  wählen.
21717 \end_layout
21718
21719 \begin_layout Standard
21720 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21721  zweispaltigen Dokumenten) gedruckt.
21722  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21723  werden können.
21724  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21725  Option 
21726 \series bold
21727 figuresleft
21728 \series default
21729  oder 
21730 \series bold
21731 figuresright
21732 \series default
21733  zu den Dokumentklassen-Optionen hinzu.
21734 \end_layout
21735
21736 \begin_layout Standard
21737 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21738  Tabelle
21739 \begin_inset space ~
21740 \end_inset
21741
21742
21743 \begin_inset CommandInset ref
21744 LatexCommand ref
21745 reference "tab:Gedrehte-Tabelle"
21746
21747 \end_inset
21748
21749  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21750 \end_layout
21751
21752 \begin_layout Standard
21753 \begin_inset Note Greyedout
21754 status open
21755
21756 \begin_layout Plain Layout
21757
21758 \series bold
21759 Bemerkung:
21760 \series default
21761  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Standard
21770 \begin_inset Float table
21771 wide false
21772 sideways true
21773 status open
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Caption
21777
21778 \begin_layout Plain Layout
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "tab:Gedrehte-Tabelle"
21782
21783 \end_inset
21784
21785 Gedrehte Tabelle
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \begin_layout Plain Layout
21794 \align center
21795 \begin_inset Tabular
21796 <lyxtabular version="3" rows="1" columns="5">
21797 <features>
21798 <column alignment="center" valignment="top" width="0">
21799 <column alignment="center" valignment="top" width="0">
21800 <column alignment="center" valignment="top" width="0">
21801 <column alignment="center" valignment="top" width="0">
21802 <column alignment="center" valignment="top" width="0">
21803 <row>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 Test
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 b
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 c
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 d
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 e
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 </lyxtabular>
21851
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Section
21863 Gleitobjekte nebeneinander
21864 \begin_inset Index
21865 status collapsed
21866
21867 \begin_layout Plain Layout
21868 Gleitobjekte ! nebeneinander
21869 \end_layout
21870
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \begin_layout Standard
21877 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21878 \begin_inset space ~
21879 \end_inset
21880
21881
21882 \begin_inset CommandInset ref
21883 LatexCommand ref
21884 reference "abb:Gleitobjekt-links"
21885
21886 \end_inset
21887
21888  und 
21889 \begin_inset CommandInset ref
21890 LatexCommand ref
21891 reference "abb:Gleitobjekt-rechts"
21892
21893 \end_inset
21894
21895  wird nur 
21896 \emph on
21897 ein
21898 \emph default
21899  Gleitobjekt verwendet.
21900  In dieses werden zwei Minipage Boxen eingefügt.
21901 \begin_inset Foot
21902 status collapsed
21903
21904 \begin_layout Plain Layout
21905 Minipages sind in Abschnitt
21906 \begin_inset space ~
21907 \end_inset
21908
21909
21910 \begin_inset CommandInset ref
21911 LatexCommand ref
21912 reference "abs:Minipage"
21913
21914 \end_inset
21915
21916  erklärt.
21917 \end_layout
21918
21919 \end_inset
21920
21921  Die Breite wird für jede Minipage auf 45
21922 \begin_inset space \thinspace{}
21923 \end_inset
21924
21925 -50
21926 \begin_inset space \thinspace{}
21927 \end_inset
21928
21929 Spalten% und die Box Ausrichtung auf 
21930 \family sans
21931 Unten
21932 \family default
21933  gesetzt.
21934  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21935  Gleitobjekt.
21936  Der einzige Unterschied ist, dass die Bildeinheit 
21937 \family sans
21938 Spaltenbreite
21939 \begin_inset space ~
21940 \end_inset
21941
21942 %
21943 \family default
21944  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21945 \end_layout
21946
21947 \begin_layout Standard
21948 \begin_inset Float figure
21949 wide false
21950 sideways false
21951 status open
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Box Frameless
21955 position "b"
21956 hor_pos "c"
21957 has_inner_box 1
21958 inner_pos "t"
21959 use_parbox 0
21960 width "45col%"
21961 special "none"
21962 height "1in"
21963 height_special "totalheight"
21964 status open
21965
21966 \begin_layout Plain Layout
21967 \align center
21968 \begin_inset Graphics
21969         filename ../clipart/mobius.eps
21970         lyxscale 50
21971         width 100col%
21972         scaleBeforeRotation
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Caption
21981
21982 \begin_layout Plain Layout
21983 \begin_inset CommandInset label
21984 LatexCommand label
21985 name "abb:Gleitobjekt-links"
21986
21987 \end_inset
21988
21989 Gleitobjekt auf der linken Seite.
21990 \end_layout
21991
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \begin_inset space \hfill{}
22001 \end_inset
22002
22003
22004 \begin_inset Box Frameless
22005 position "b"
22006 hor_pos "c"
22007 has_inner_box 1
22008 inner_pos "t"
22009 use_parbox 0
22010 width "45col%"
22011 special "none"
22012 height "1in"
22013 height_special "totalheight"
22014 status open
22015
22016 \begin_layout Plain Layout
22017 \align center
22018 \begin_inset Graphics
22019         filename ../clipart/platypus.eps
22020         lyxscale 50
22021         width 100col%
22022         scaleBeforeRotation
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \begin_layout Plain Layout
22030 \begin_inset Caption
22031
22032 \begin_layout Plain Layout
22033 \begin_inset CommandInset label
22034 LatexCommand label
22035 name "abb:Gleitobjekt-rechts"
22036
22037 \end_inset
22038
22039 Gleitobjekt auf der rechten Seite.
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \begin_layout Section
22058 Beschriftungs-Formatierung
22059 \begin_inset CommandInset label
22060 LatexCommand label
22061 name "abs:Titel-Formatierung"
22062
22063 \end_inset
22064
22065
22066 \begin_inset Index
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070 Gleitobjekte ! Beschriftung ! Formatierung
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Standard
22079
22080 \family sans
22081 Legende
22082 \family default
22083  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22084  In LyX sehen Titel so aus:  
22085 \family sans
22086
22087 \begin_inset Quotes gld
22088 \end_inset
22089
22090 Abbildung xyz:
22091 \family default
22092
22093 \begin_inset Quotes grd
22094 \end_inset
22095
22096 , gefolgt vom Beschriftungstext, wobei 
22097 \family sans
22098 xyz
22099 \family default
22100  die von LyX vergebene Nummer ist.
22101  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22102  gedruckt.
22103  Dies ist nicht immer brauchbar.
22104 \end_layout
22105
22106 \begin_layout Standard
22107 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22108  
22109 \series bold
22110 caption
22111 \series default
22112
22113 \begin_inset Index
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117 LaTeX-Pakete ! caption
22118 \end_layout
22119
22120 \end_inset
22121
22122  in den LaTeX-Vorspann laden:
22123 \end_layout
22124
22125 \begin_layout Standard
22126
22127 \series bold
22128
22129 \backslash
22130 usepackage[Format-Definition]{caption}
22131 \end_layout
22132
22133 \begin_layout Standard
22134 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22135  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22136 \end_layout
22137
22138 \begin_layout Standard
22139
22140 \series bold
22141
22142 \backslash
22143 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22144 \end_layout
22145
22146 \begin_layout Standard
22147 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22148  definieren.
22149  Dazu laden Sie das 
22150 \series bold
22151 caption
22152 \series default
22153 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22154  dem Befehl
22155 \end_layout
22156
22157 \begin_layout Standard
22158
22159 \series bold
22160
22161 \backslash
22162 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22163 \end_layout
22164
22165 \begin_layout Standard
22166 Für Abbildung
22167 \begin_inset space ~
22168 \end_inset
22169
22170
22171 \begin_inset CommandInset ref
22172 LatexCommand ref
22173 reference "abb:Langer-Abb-Titel"
22174
22175 \end_inset
22176
22177  und Tabelle
22178 \begin_inset space ~
22179 \end_inset
22180
22181
22182 \begin_inset CommandInset ref
22183 LatexCommand ref
22184 reference "tab:Langer-Tab-Titel"
22185
22186 \end_inset
22187
22188  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22189  werden:
22190 \end_layout
22191
22192 \begin_layout Standard
22193
22194 \series bold
22195
22196 \backslash
22197 usepackage[tableposition=top]{caption}
22198 \begin_inset Newline newline
22199 \end_inset
22200
22201
22202 \backslash
22203 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22204 \begin_inset Newline newline
22205 \end_inset
22206
22207
22208 \begin_inset ERT
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212
22213
22214 \backslash
22215 hphantom{
22216 \backslash
22217
22218 \backslash
22219 captionsetup[figure]
22220 \backslash
22221 {}
22222 \end_layout
22223
22224 \end_inset
22225
22226  labelsep=period}
22227 \begin_inset Newline newline
22228 \end_inset
22229
22230
22231 \backslash
22232 captionsetup[table]{labelfont={bf,sf}}
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset Note Greyedout
22237 status open
22238
22239 \begin_layout Plain Layout
22240
22241 \series bold
22242 Bemerkung:
22243 \series default
22244  Die Option 
22245 \series bold
22246 tableposition=top
22247 \series default
22248  hat keine Auswirkung, wenn eine 
22249 \series bold
22250 koma-script
22251 \series default
22252
22253 \begin_inset Index
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257 LaTeX-Pakete ! koma-script
22258 \end_layout
22259
22260 \end_inset
22261
22262 -Dokumentklasse verwendet wird.
22263  Hier muss die Option 
22264 \series bold
22265 tablecaptionabove
22266 \series default
22267  benutzt werden.
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 Weitere Informationen über das Paket
22277 \series bold
22278  caption
22279 \series default
22280  finden Sie in seiner Dokumentation 
22281 \begin_inset CommandInset citation
22282 LatexCommand cite
22283 key "caption"
22284
22285 \end_inset
22286
22287 .
22288 \end_layout
22289
22290 \begin_layout Standard
22291 Wenn Sie den Namen von 
22292 \begin_inset Quotes gld
22293 \end_inset
22294
22295 Abbildung
22296 \begin_inset Quotes grd
22297 \end_inset
22298
22299  auf 
22300 \begin_inset Quotes gld
22301 \end_inset
22302
22303 Bild
22304 \begin_inset Quotes grd
22305 \end_inset
22306
22307  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22308 \end_layout
22309
22310 \begin_layout Standard
22311
22312 \series bold
22313
22314 \backslash
22315 renewcommand{
22316 \backslash
22317 fnum@figure}{Bild~
22318 \backslash
22319 thefigure}
22320 \end_layout
22321
22322 \begin_layout Standard
22323 wobei 
22324 \series bold
22325
22326 \backslash
22327 thefigure
22328 \series default
22329  die Bildnummer einsetzt und
22330 \series bold
22331  ~
22332 \series default
22333  ein geschütztes Leerzeichen ist.
22334 \end_layout
22335
22336 \begin_layout Standard
22337 \begin_inset VSpace bigskip
22338 \end_inset
22339
22340 Wenn Sie eine 
22341 \series bold
22342 koma-script
22343 \series default
22344
22345 \begin_inset Index
22346 status collapsed
22347
22348 \begin_layout Plain Layout
22349 LaTeX-Pakete ! koma-script
22350 \end_layout
22351
22352 \end_inset
22353
22354 -Dokumentklasse (
22355 \family sans
22356 article (koma-script)
22357 \family default
22358
22359 \family sans
22360 book (koma-script)
22361 \family default
22362
22363 \family sans
22364 letter (koma-script)
22365 \family default
22366  oder 
22367 \family sans
22368 report (koma-script)
22369 \family default
22370 ) benutzen, können Sie anstatt des 
22371 \series bold
22372 caption
22373 \series default
22374 -Paketes den eingebauten Befehl 
22375 \series bold
22376
22377 \backslash
22378 setkomafont
22379 \series default
22380  von 
22381 \series bold
22382 koma-script
22383 \series default
22384  benutzen.
22385  Der Befehl
22386 \end_layout
22387
22388 \begin_layout Standard
22389
22390 \series bold
22391
22392 \backslash
22393 setkomafont{captionlabel}{
22394 \backslash
22395 bfseries}
22396 \end_layout
22397
22398 \begin_layout Standard
22399 im LaTeX-Vorspann druckt den Namen fett.
22400 \end_layout
22401
22402 \begin_layout Standard
22403 Weitere Informationen über 
22404 \series bold
22405
22406 \backslash
22407 setkomafont
22408 \series default
22409  finden Sie in der 
22410 \series bold
22411 koma-script
22412 \series default
22413 -Do\SpecialChar \-
22414 ku\SpecialChar \-
22415 men\SpecialChar \-
22416 ta\SpecialChar \-
22417 tion 
22418 \begin_inset CommandInset citation
22419 LatexCommand cite
22420 key "koma-script"
22421
22422 \end_inset
22423
22424 .
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \begin_inset ERT
22429 status collapsed
22430
22431 \begin_layout Plain Layout
22432
22433
22434 \backslash
22435 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22436 }
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Note Note
22443 status open
22444
22445 \begin_layout Plain Layout
22446 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Standard
22455 \begin_inset Float figure
22456 placement !p
22457 wide false
22458 sideways false
22459 status open
22460
22461 \begin_layout Plain Layout
22462 \align center
22463 \begin_inset Graphics
22464         filename ../clipart/mobius.eps
22465         lyxscale 50
22466         scale 50
22467         scaleBeforeRotation
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "abb:Langer-Abb-Titel"
22481
22482 \end_inset
22483
22484 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22485  ist, um das andere Beschriftungsformat zu zeigen.
22486  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22487 \begin_inset OptArg
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22492  ist.
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \begin_layout Standard
22511 \begin_inset ERT
22512 status collapsed
22513
22514 \begin_layout Plain Layout
22515
22516
22517 \backslash
22518 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22519 on}
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset Float table
22529 placement !p
22530 wide false
22531 sideways false
22532 status open
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Caption
22536
22537 \begin_layout Plain Layout
22538 \begin_inset CommandInset label
22539 LatexCommand label
22540 name "tab:Langer-Tab-Titel"
22541
22542 \end_inset
22543
22544 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22545  ist, um das andere Beschriftungsformat zu zeigen.
22546  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22547  benutzt.
22548 \begin_inset OptArg
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22553  ist.
22554 \end_layout
22555
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \begin_layout Plain Layout
22567 \align center
22568 \begin_inset Tabular
22569 <lyxtabular version="3" rows="1" columns="5">
22570 <features>
22571 <column alignment="center" valignment="top" width="0">
22572 <column alignment="center" valignment="top" width="0">
22573 <column alignment="center" valignment="top" width="0">
22574 <column alignment="center" valignment="top" width="0">
22575 <column alignment="center" valignment="top" width="0">
22576 <row>
22577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 a
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 b
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 c
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 d
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 e
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 </lyxtabular>
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \begin_layout Section
22636 Beschriftungs-Platzierung
22637 \begin_inset CommandInset label
22638 LatexCommand label
22639 name "abs:Titel-Platzierung"
22640
22641 \end_inset
22642
22643
22644 \begin_inset Index
22645 status collapsed
22646
22647 \begin_layout Plain Layout
22648 Gleitobjekte ! Beschriftung ! Platzierung
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Standard
22657 Normalerweise werden die Beschriftungen wie folgt platziert:
22658 \end_layout
22659
22660 \begin_layout Description
22661 Abbildung: darunter
22662 \end_layout
22663
22664 \begin_layout Description
22665 Tabelle: darüber
22666 \end_layout
22667
22668 \begin_layout Standard
22669 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22670  Das heißt wenn Sie eine der Dokument-Klassen 
22671 \family sans
22672 article
22673 \family default
22674
22675 \family sans
22676 book
22677 \family default
22678
22679 \family sans
22680 letter
22681 \family default
22682  oder 
22683 \family sans
22684 report
22685 \family default
22686  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22687  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22688 \series bold
22689 caption
22690 \series default
22691  im LaTeX-Vorspann folgendes schreiben:
22692 \begin_inset Foot
22693 status collapsed
22694
22695 \begin_layout Plain Layout
22696 In Abschnitt
22697 \begin_inset space ~
22698 \end_inset
22699
22700
22701 \begin_inset CommandInset ref
22702 LatexCommand ref
22703 reference "abs:Titel-Formatierung"
22704
22705 \end_inset
22706
22707  steht mehr über das Paket 
22708 \series bold
22709 caption
22710 \series default
22711 .
22712 \end_layout
22713
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \begin_layout Standard
22720
22721 \series bold
22722 tableposition=top
22723 \end_layout
22724
22725 \begin_layout Standard
22726 Wenn Sie eine 
22727 \series bold
22728 koma-script
22729 \series default
22730
22731 \begin_inset Index
22732 status collapsed
22733
22734 \begin_layout Plain Layout
22735 LaTeX-Pakete ! koma-script
22736 \end_layout
22737
22738 \end_inset
22739
22740 -Dokumentklasse (
22741 \family sans
22742 article (koma-script)
22743 \family default
22744
22745 \family sans
22746 book (koma-script)
22747 \family default
22748
22749 \family sans
22750 letter (koma-script)
22751 \family default
22752  oder 
22753 \family sans
22754 report (koma-script)
22755 \family default
22756 ) benutzen, können Sie alternativ zum 
22757 \series bold
22758 caption
22759 \series default
22760 -Paket die Option 
22761 \series bold
22762 tablecaptionabove
22763 \series default
22764  benutzen.
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset VSpace bigskip
22769 \end_inset
22770
22771 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22772  Das bewirkt das LaTeX-Paket 
22773 \series bold
22774 sidecap
22775 \series default
22776
22777 \begin_inset Index
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781 LaTeX-Pakete ! sidecap
22782 \end_layout
22783
22784 \end_inset
22785
22786 , das so in den LaTeX-Vorspann geladen wird:
22787 \end_layout
22788
22789 \begin_layout Standard
22790
22791 \series bold
22792
22793 \backslash
22794 usepackage[Option]{sidecap}
22795 \end_layout
22796
22797 \begin_layout Standard
22798 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22799  Mit 
22800 \series bold
22801 innercaption
22802 \series default
22803  wird die Beschriftung innen gedruckt.
22804  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22805  
22806 \series bold
22807 rightcaption
22808 \series default
22809  oder 
22810 \series bold
22811 leftcaption
22812 \series default
22813 .
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset ERT
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821
22822
22823 \backslash
22824 ifsidecap
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \begin_inset Note Note
22831 status open
22832
22833 \begin_layout Plain Layout
22834 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22835 \series bold
22836 sidecap
22837 \series default
22838  installiert ist.
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22848  in den LaTeX-Vorspann schreiben:
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \lyxline
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860
22861 \backslash
22862 newcommand{
22863 \backslash
22864 TabBesBeg}{%
22865 \begin_inset Newline newline
22866 \end_inset
22867
22868
22869 \begin_inset ERT
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873
22874
22875 \backslash
22876 hphantom{ }
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \backslash
22883 let
22884 \backslash
22885 MyTable
22886 \backslash
22887 table
22888 \begin_inset Newline newline
22889 \end_inset
22890
22891
22892 \begin_inset ERT
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896
22897
22898 \backslash
22899 hphantom{ }
22900 \end_layout
22901
22902 \end_inset
22903
22904
22905 \backslash
22906 let
22907 \backslash
22908 MyEndtable
22909 \backslash
22910 endtable
22911 \begin_inset Newline newline
22912 \end_inset
22913
22914
22915 \begin_inset ERT
22916 status collapsed
22917
22918 \begin_layout Plain Layout
22919
22920
22921 \backslash
22922 hphantom{ }
22923 \end_layout
22924
22925 \end_inset
22926
22927
22928 \backslash
22929 renewenvironment{table}{
22930 \backslash
22931 begin{SCtable}}{
22932 \backslash
22933 end{SCtable}}}
22934 \end_layout
22935
22936 \begin_layout Standard
22937
22938 \series bold
22939
22940 \backslash
22941 newcommand{
22942 \backslash
22943 TabBesEnd}{%
22944 \begin_inset Newline newline
22945 \end_inset
22946
22947
22948 \begin_inset ERT
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952
22953
22954 \backslash
22955 hphantom{ }
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \backslash
22962 let
22963 \backslash
22964 table
22965 \backslash
22966 MyTable
22967 \begin_inset Newline newline
22968 \end_inset
22969
22970
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 hphantom{ }
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \backslash
22985 let
22986 \backslash
22987 endtable
22988 \backslash
22989 MyEndtable
22990 \end_layout
22991
22992 \begin_layout Standard
22993
22994 \series bold
22995
22996 \backslash
22997 newcommand{
22998 \backslash
22999 FigBesBeg}{%
23000 \begin_inset Newline newline
23001 \end_inset
23002
23003
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 hphantom{ }
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \backslash
23018 let
23019 \backslash
23020 MyFigure
23021 \backslash
23022 figure
23023 \begin_inset Newline newline
23024 \end_inset
23025
23026
23027 \begin_inset ERT
23028 status collapsed
23029
23030 \begin_layout Plain Layout
23031
23032
23033 \backslash
23034 hphantom{ }
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \backslash
23041 let
23042 \backslash
23043 MyEndfigure
23044 \backslash
23045 endfigure
23046 \begin_inset Newline newline
23047 \end_inset
23048
23049
23050 \begin_inset ERT
23051 status collapsed
23052
23053 \begin_layout Plain Layout
23054
23055
23056 \backslash
23057 hphantom{ }
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \backslash
23064 renewenvironment{figure}{
23065 \backslash
23066 begin{SCfigure}}{
23067 \backslash
23068 end{SCfigure}}}
23069 \end_layout
23070
23071 \begin_layout Standard
23072
23073 \series bold
23074
23075 \backslash
23076 newcommand{
23077 \backslash
23078 FigBesEnd}{%
23079 \begin_inset Newline newline
23080 \end_inset
23081
23082
23083 \begin_inset ERT
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087
23088
23089 \backslash
23090 hphantom{ }
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \backslash
23097 let
23098 \backslash
23099 figure
23100 \backslash
23101 MyFigure
23102 \begin_inset Newline newline
23103 \end_inset
23104
23105
23106 \begin_inset ERT
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110
23111
23112 \backslash
23113 hphantom{ }
23114 \end_layout
23115
23116 \end_inset
23117
23118
23119 \backslash
23120 let
23121 \backslash
23122 endfigure
23123 \backslash
23124 MyEndfigure}
23125 \series default
23126
23127 \lyxline
23128
23129 \end_layout
23130
23131 \begin_layout Standard
23132 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23133 ungen seitlich gedruckt werden.
23134  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23135 \end_layout
23136
23137 \begin_layout Standard
23138
23139 \series bold
23140
23141 \backslash
23142 FigBesBeg
23143 \end_layout
23144
23145 \begin_layout Standard
23146 als TeX-Code vor und
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 FigBesEnd
23155 \end_layout
23156
23157 \begin_layout Standard
23158 hinter das Gleitobjekt.
23159  Bei Gleitobjekt-Tabellen heißen die Befehle
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 TabBesBeg
23168 \series default
23169  und 
23170 \series bold
23171
23172 \backslash
23173 TabBesEnd
23174 \series default
23175 .
23176 \end_layout
23177
23178 \begin_layout Standard
23179 Abbildung
23180 \begin_inset space ~
23181 \end_inset
23182
23183
23184 \begin_inset CommandInset ref
23185 LatexCommand ref
23186 reference "abb:Beschriftung-neben"
23187
23188 \end_inset
23189
23190  und Tabelle
23191 \begin_inset space ~
23192 \end_inset
23193
23194
23195 \begin_inset CommandInset ref
23196 LatexCommand ref
23197 reference "tab:cap-beside-tab"
23198
23199 \end_inset
23200
23201  sind Beispiele für seitliche Beschriftungen.
23202 \end_layout
23203
23204 \begin_layout Standard
23205 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23206  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23207  der Abbildung.
23208  Das kann man mit dem Befehl
23209 \end_layout
23210
23211 \begin_layout Standard
23212
23213 \series bold
23214
23215 \backslash
23216 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23217 \end_layout
23218
23219 \begin_layout Standard
23220 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23221  Der Gleitobjekt-Typ ist entweder 
23222 \family sans
23223 figure
23224 \family default
23225  oder 
23226 \family sans
23227 table
23228 \family default
23229 , die
23230 \family sans
23231  
23232 \family default
23233 Platzierung ist 
23234 \family typewriter
23235 t
23236 \family default
23237  für oben, 
23238 \family typewriter
23239 c
23240 \family default
23241  für zentriert oder 
23242 \family typewriter
23243 b
23244 \family default
23245  für unten.
23246  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23247  lautet der Befehl
23248 \end_layout
23249
23250 \begin_layout Standard
23251
23252 \series bold
23253
23254 \backslash
23255 sidecaptionvpos{figure}{c}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 Das wurde in Abbildung
23260 \begin_inset space ~
23261 \end_inset
23262
23263
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "abb:cap-beside-fig-2"
23267
23268 \end_inset
23269
23270  benutzt.
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset VSpace medskip
23275 \end_inset
23276
23277 Weitere Informationen über das Paket
23278 \series bold
23279  sidecap
23280 \series default
23281  finden Sie in seiner Dokumentation 
23282 \begin_inset CommandInset citation
23283 LatexCommand cite
23284 key "sidecap"
23285
23286 \end_inset
23287
23288 .
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset Note Greyedout
23293 status open
23294
23295 \begin_layout Plain Layout
23296
23297 \series bold
23298 Bemerkung:
23299 \series default
23300  Das LaTeX-Paket 
23301 \series bold
23302 hypcap
23303 \series default
23304 ,
23305 \begin_inset Index
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309 LaTeX-Pakete ! hypcap
23310 \end_layout
23311
23312 \end_inset
23313
23314  das in Abschnitt
23315 \begin_inset space ~
23316 \end_inset
23317
23318
23319 \begin_inset CommandInset ref
23320 LatexCommand ref
23321 reference "uab:Querverweis-Position"
23322
23323 \end_inset
23324
23325  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23326  Beschriftungen.
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340
23341 \backslash
23342 FigBesBeg 
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \begin_layout Standard
23351 \begin_inset Float figure
23352 wide false
23353 sideways false
23354 status open
23355
23356 \begin_layout Plain Layout
23357 \begin_inset Graphics
23358         filename ../clipart/escher-lsd.eps
23359         scale 75
23360         scaleBeforeRotation
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Caption
23369
23370 \begin_layout Plain Layout
23371 \begin_inset CommandInset label
23372 LatexCommand label
23373 name "abb:Beschriftung-neben"
23374
23375 \end_inset
23376
23377 Dies ist eine Beschriftung neben einer Abbildung.
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \begin_layout Standard
23391 \begin_inset ERT
23392 status collapsed
23393
23394 \begin_layout Plain Layout
23395
23396
23397 \backslash
23398 TabBesBeg 
23399 \end_layout
23400
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \begin_layout Standard
23407 \begin_inset Float table
23408 wide false
23409 sideways false
23410 status open
23411
23412 \begin_layout Plain Layout
23413 \begin_inset Caption
23414
23415 \begin_layout Plain Layout
23416 \begin_inset CommandInset label
23417 LatexCommand label
23418 name "tab:cap-beside-tab"
23419
23420 \end_inset
23421
23422 Dies ist eine Beschriftung neben einer Tabelle.
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Tabular
23432 <lyxtabular version="3" rows="4" columns="5">
23433 <features>
23434 <column alignment="center" valignment="top" width="0">
23435 <column alignment="center" valignment="top" width="0">
23436 <column alignment="center" valignment="top" width="0">
23437 <column alignment="center" valignment="top" width="0">
23438 <column alignment="center" valignment="top" width="0">
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 a
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
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 b
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 c
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 d
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 e
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 f
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 g
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 h
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 i
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 j
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 </lyxtabular>
23628
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Standard
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 TabBesEnd
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \begin_layout Standard
23656 \begin_inset ERT
23657 status collapsed
23658
23659 \begin_layout Plain Layout
23660
23661
23662 \backslash
23663 sidecaptionvpos{figure}{c}
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset Float figure
23670 wide false
23671 sideways false
23672 status open
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Graphics
23676         filename ../clipart/escher-lsd.eps
23677         scale 75
23678         scaleBeforeRotation
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Plain Layout
23686 \begin_inset Caption
23687
23688 \begin_layout Plain Layout
23689 \begin_inset CommandInset label
23690 LatexCommand label
23691 name "abb:cap-beside-fig-2"
23692
23693 \end_inset
23694
23695 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 FigBesEnd
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 \begin_inset ERT
23726 status collapsed
23727
23728 \begin_layout Plain Layout
23729
23730
23731 \backslash
23732 else
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \begin_inset Note Note
23739 status open
23740
23741 \begin_layout Plain Layout
23742 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23743 \series bold
23744 sidecap
23745 \series default
23746  nicht installiert ist:
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Standard
23755 Das LaTeX-Paket 
23756 \series bold
23757 sidecap
23758 \series default
23759  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23760 \end_layout
23761
23762 \begin_layout Standard
23763 \begin_inset ERT
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767
23768
23769 \backslash
23770 fi
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Section
23779 Gleitobjekt-Verzeichnisse
23780 \begin_inset CommandInset label
23781 LatexCommand label
23782 name "abs:Gleitobjekt-Verzeichnisse"
23783
23784 \end_inset
23785
23786
23787 \begin_inset Index
23788 status collapsed
23789
23790 \begin_layout Plain Layout
23791 Gleitobjekte ! Verzeichnisse
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Standard
23800 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23801  Sie können mit den Untermenüs von 
23802 \family sans
23803 Einfügen\SpecialChar \menuseparator
23804 Liste
23805 \begin_inset space ~
23806 \end_inset
23807
23808 /
23809 \begin_inset space ~
23810 \end_inset
23811
23812 Inhaltsverzeichnis
23813 \family default
23814  eingefügt werden.
23815 \end_layout
23816
23817 \begin_layout Standard
23818 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23819  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23820 \end_layout
23821
23822 \begin_layout Standard
23823 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23824  und ein Tabellen-Verzeichnis.
23825 \end_layout
23826
23827 \begin_layout Chapter
23828 Notizen
23829 \end_layout
23830
23831 \begin_layout Section
23832 LyX-Notizen
23833 \begin_inset CommandInset label
23834 LatexCommand label
23835 name "abs:LyX-Notizen"
23836
23837 \end_inset
23838
23839
23840 \begin_inset Index
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 Notizen ! LyX-Notizen
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 Notizen werden mit einem Klick auf 
23854 \begin_inset Graphics
23855         filename ../../images/note-insert.png
23856         scale 85
23857         scaleBeforeRotation
23858         BoundingBox 0bp 6bp 22bp 22bp
23859
23860 \end_inset
23861
23862  oder 
23863 \family sans
23864 Einfügen\SpecialChar \menuseparator
23865 Notiz
23866 \family default
23867  eingefügt.
23868  Es gibt fünf Arten:
23869 \end_layout
23870
23871 \begin_layout Description
23872 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23873  Eine 
23874 \family sans
23875 LyX-Notiz
23876 \family default
23877  sieht so aus:
23878 \begin_inset Newline newline
23879 \end_inset
23880
23881
23882 \begin_inset Newline newline
23883 \end_inset
23884
23885
23886 \begin_inset Graphics
23887         filename clipart/LyXNotizQt4.png
23888         display false
23889         scale 60
23890         scaleBeforeRotation
23891
23892 \end_inset
23893
23894  
23895 \begin_inset Note Note
23896 status open
23897
23898 \begin_layout Plain Layout
23899 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \begin_layout Description
23908 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23909  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23910 \family sans
23911 Datei\SpecialChar \menuseparator
23912 Ex\SpecialChar \-
23913 por\SpecialChar \-
23914 tie\SpecialChar \-
23915 ren\SpecialChar \menuseparator
23916 LaTe
23917 \begin_inset ERT
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922 {}
23923 \end_layout
23924
23925 \end_inset
23926
23927 X (pdflatex) / (normal)
23928 \family default
23929 .
23930  Ein Kommentar sieht so aus:
23931 \begin_inset Newline newline
23932 \end_inset
23933
23934
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset Graphics
23940         filename clipart/KommentarQt4.png
23941         display false
23942         scale 60
23943         scaleBeforeRotation
23944
23945 \end_inset
23946
23947  
23948 \begin_inset Note Comment
23949 status open
23950
23951 \begin_layout Plain Layout
23952 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Description
23961 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23962 \begin_inset Newline newline
23963 \end_inset
23964
23965
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969
23970 \begin_inset Graphics
23971         filename clipart/GrauschriftNotizQt4.png
23972         display false
23973         scale 60
23974         scaleBeforeRotation
23975
23976 \end_inset
23977
23978
23979 \begin_inset Newline newline
23980 \end_inset
23981
23982
23983 \begin_inset ERT
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988
23989 \backslash
23990 renewenvironment{lyxgreyedout}
23991 \end_layout
23992
23993 \begin_layout Plain Layout
23994
23995 {
23996 \backslash
23997 textcolor[gray]{0.4}
23998 \backslash
23999 bgroup}{
24000 \backslash
24001 egroup}
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \begin_inset Note Greyedout
24008 status open
24009
24010 \begin_layout Plain Layout
24011 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24012 \begin_inset Foot
24013 status open
24014
24015 \begin_layout Plain Layout
24016 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \begin_inset ERT
24028 status collapsed
24029
24030 \begin_layout Plain Layout
24031
24032
24033 \backslash
24034 renewenvironment{lyxgreyedout}
24035 \end_layout
24036
24037 \begin_layout Plain Layout
24038
24039 {
24040 \backslash
24041 textcolor{blue}
24042 \backslash
24043 bgroup}{
24044 \backslash
24045 egroup}
24046 \end_layout
24047
24048 \end_inset
24049
24050
24051 \begin_inset Note Note
24052 status collapsed
24053
24054 \begin_layout Plain Layout
24055 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24056  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24057  
24058 \end_layout
24059
24060 \end_inset
24061
24062
24063 \begin_inset Newline newline
24064 \end_inset
24065
24066
24067 \begin_inset Newline newline
24068 \end_inset
24069
24070 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24071  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24072 \end_layout
24073
24074 \begin_layout Description
24075 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24076 \begin_inset Newline newline
24077 \end_inset
24078
24079
24080 \begin_inset Newline newline
24081 \end_inset
24082
24083
24084 \begin_inset Graphics
24085         filename clipart/GerahmteNotizQt4.png
24086         display false
24087         scale 60
24088         scaleBeforeRotation
24089
24090 \end_inset
24091
24092
24093 \begin_inset Box Framed
24094 position "t"
24095 hor_pos "c"
24096 has_inner_box 0
24097 inner_pos "t"
24098 use_parbox 0
24099 width "100col%"
24100 special "none"
24101 height "1in"
24102 height_special "totalheight"
24103 status open
24104
24105 \begin_layout Plain Layout
24106 Dies ist eine Notiz, die gerahmt gedruckt wird.
24107 \end_layout
24108
24109 \end_inset
24110
24111 Im Gegensatz zu gerahmten Boxen
24112 \begin_inset Foot
24113 status open
24114
24115 \begin_layout Plain Layout
24116 Gerahmte Boxen werden in Abschnitt
24117 \begin_inset space ~
24118 \end_inset
24119
24120
24121 \begin_inset CommandInset ref
24122 LatexCommand ref
24123 reference "abs:Gerahmte-Boxen"
24124
24125 \end_inset
24126
24127  beschrieben.
24128 \end_layout
24129
24130 \end_inset
24131
24132  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24133  Notiz ist ein Absatz für sich.
24134  
24135 \end_layout
24136
24137 \begin_layout Description
24138 Schattiert: Diese Notiz müsste eigentlich 
24139 \family sans
24140 farbig
24141 \family default
24142  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24143 \family sans
24144 Werkzeuge\SpecialChar \menuseparator
24145 Einstellungen\SpecialChar \menuseparator
24146 Farben\SpecialChar \menuseparator
24147 Schat\SpecialChar \-
24148 tier\SpecialChar \-
24149 te
24150 \begin_inset space \space{}
24151 \end_inset
24152
24153 Box
24154 \family default
24155  definiert ist, und sieht so aus:
24156 \begin_inset Newline newline
24157 \end_inset
24158
24159
24160 \begin_inset Newline newline
24161 \end_inset
24162
24163
24164 \begin_inset Graphics
24165         filename clipart/SchattierteNotizQt4.png
24166         display false
24167         scale 60
24168         scaleBeforeRotation
24169
24170 \end_inset
24171
24172
24173 \begin_inset Box Shaded
24174 position "t"
24175 hor_pos "c"
24176 has_inner_box 0
24177 inner_pos "t"
24178 use_parbox 0
24179 width "100col%"
24180 special "none"
24181 height "1in"
24182 height_special "totalheight"
24183 status open
24184
24185 \begin_layout Plain Layout
24186 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24187 \end_layout
24188
24189 \end_inset
24190
24191 Im Gegensatz zu farbigen Boxen
24192 \begin_inset Foot
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196 Farbige Boxen werden in Abschnitt
24197 \begin_inset space ~
24198 \end_inset
24199
24200
24201 \begin_inset CommandInset ref
24202 LatexCommand ref
24203 reference "abs:Farbige-Boxen"
24204
24205 \end_inset
24206
24207  beschrieben.
24208 \end_layout
24209
24210 \end_inset
24211
24212  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24213  die Notiz ist ein Absatz für sich.
24214 \end_layout
24215
24216 \begin_layout Standard
24217 \begin_inset VSpace bigskip
24218 \end_inset
24219
24220 Wenn Sie auf den Werzeugleistenknopf 
24221 \begin_inset Graphics
24222         filename ../../images/note-insert.png
24223         scale 85
24224         scaleBeforeRotation
24225         BoundingBox 0bp 6bp 22bp 22bp
24226
24227 \end_inset
24228
24229  klicken, wird zunächst eine 
24230 \family sans
24231 LyX-Notiz
24232 \family default
24233  eingefügt.
24234  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24235  anderen Möglichkeiten auswählen.
24236  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24237  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24238  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24239  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24240  am Ende der Notiz ist.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 \begin_inset VSpace bigskip
24245 \end_inset
24246
24247 Die Textfarbe der 
24248 \family sans
24249 Grauschrift
24250 \family default
24251 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24252 \end_layout
24253
24254 \begin_layout Standard
24255
24256 \series bold
24257
24258 \backslash
24259 renewenvironment{lyxgreyedout}
24260 \begin_inset Newline newline
24261 \end_inset
24262
24263
24264 \begin_inset ERT
24265 status collapsed
24266
24267 \begin_layout Plain Layout
24268
24269
24270 \backslash
24271 hphantom{ }
24272 \end_layout
24273
24274 \end_inset
24275
24276 {
24277 \backslash
24278 textcolor{color}
24279 \backslash
24280 bgroup}{
24281 \backslash
24282 egroup}
24283 \end_layout
24284
24285 \begin_layout Standard
24286 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24287 \begin_inset space ~
24288 \end_inset
24289
24290
24291 \begin_inset CommandInset ref
24292 LatexCommand ref
24293 reference "abs:Farbige-Tabellen"
24294
24295 \end_inset
24296
24297  beschrieben.
24298  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset VSpace bigskip
24303 \end_inset
24304
24305 Der Textstil von 
24306 \family sans
24307 Eingerahmt
24308 \family default
24309  und 
24310 \family sans
24311 Schattiert
24312 \family default
24313  kann im 
24314 \family sans
24315 Textstil
24316 \family default
24317 -Dialog eingestellt werden.
24318 \end_layout
24319
24320 \begin_layout Standard
24321 Die Standard-Rahmenbreite für 
24322 \family sans
24323 Eingerahmt
24324 \family default
24325  ist 0.4
24326 \begin_inset space \thinspace{}
24327 \end_inset
24328
24329 pt; sie kann mit 
24330 \series bold
24331
24332 \backslash
24333 FrameRule
24334 \series default
24335  geändert werden.
24336  Der Standard-Abstand zwischen Rahmen und Text ist 9
24337 \begin_inset space \thinspace{}
24338 \end_inset
24339
24340 pt; er kann mit 
24341 \series bold
24342
24343 \backslash
24344 FrameSep
24345 \series default
24346  geändert werden.
24347  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24348  als TeX-Code geändert:
24349 \end_layout
24350
24351 \begin_layout Standard
24352
24353 \series bold
24354
24355 \backslash
24356 FrameRule 5pt 
24357 \backslash
24358 FrameSep 0.5cm
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 FrameRule 5pt 
24370 \backslash
24371 FrameSep 0.5cm
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \begin_inset Box Framed
24378 position "t"
24379 hor_pos "c"
24380 has_inner_box 0
24381 inner_pos "t"
24382 use_parbox 0
24383 width "100col%"
24384 special "none"
24385 height "1in"
24386 height_special "totalheight"
24387 status open
24388
24389 \begin_layout Plain Layout
24390 Dies ist Text in einem anderen Rahmen.
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 \begin_inset ERT
24400 status collapsed
24401
24402 \begin_layout Plain Layout
24403
24404
24405 \backslash
24406 FrameRule 0.4pt 
24407 \backslash
24408 FrameSep 9pt
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 \begin_inset VSpace bigskip
24418 \end_inset
24419
24420 Für 
24421 \family sans
24422 Schattiert
24423 \family default
24424  beträgt der Abstand zwischen Rand und Text 3
24425 \begin_inset space \thinspace{}
24426 \end_inset
24427
24428 pt; er kann mit 
24429 \series bold
24430
24431 \backslash
24432 fboxsep
24433 \series default
24434  geändert werden.
24435  Die Standard-Hintergrundfarbe ist rot und kann mit 
24436 \series bold
24437
24438 \backslash
24439 definecolor{shadebox}
24440 \series default
24441  oder 
24442 \family sans
24443 Werkzeuge\SpecialChar \menuseparator
24444 Einstellungen\SpecialChar \menuseparator
24445 Farben\SpecialChar \menuseparator
24446 Schattierte
24447 \begin_inset space ~
24448 \end_inset
24449
24450 Box
24451 \family default
24452  geändert werden.
24453  Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24454 \begin_inset space ~
24455 \end_inset
24456
24457
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "abs:Farbige-Tabellen"
24461
24462 \end_inset
24463
24464  beschrieben
24465 \begin_inset Foot
24466 status collapsed
24467
24468 \begin_layout Plain Layout
24469
24470 \series bold
24471
24472 \backslash
24473 definecolor
24474 \series default
24475  benötigt das LaTeX-Paket 
24476 \series bold
24477 color
24478 \series default
24479
24480 \begin_inset Index
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484 LaTeX-Pakete ! color
24485 \end_layout
24486
24487 \end_inset
24488
24489  im LaTeX-Vorspann, siehe Abschnitt
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "abs:Farbige-Boxen"
24497
24498 \end_inset
24499
24500 .
24501 \end_layout
24502
24503 \end_inset
24504
24505 .
24506 \end_layout
24507
24508 \begin_layout Standard
24509 Für das nächste Beispiel wurden folgender TeX-Code verwendet:
24510 \end_layout
24511
24512 \begin_layout Standard
24513
24514 \series bold
24515
24516 \backslash
24517 fboxsep 0.5cm
24518 \begin_inset Newline newline
24519 \end_inset
24520
24521
24522 \backslash
24523 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24524 \end_layout
24525
24526 \begin_layout Standard
24527 \begin_inset ERT
24528 status collapsed
24529
24530 \begin_layout Plain Layout
24531
24532
24533 \backslash
24534 fboxsep 0.5cm
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \begin_inset ERT
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545
24546 \backslash
24547 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \begin_inset Box Shaded
24554 position "t"
24555 hor_pos "c"
24556 has_inner_box 0
24557 inner_pos "t"
24558 use_parbox 0
24559 width "100col%"
24560 special "none"
24561 height "1in"
24562 height_special "totalheight"
24563 status open
24564
24565 \begin_layout Plain Layout
24566
24567 \color yellow
24568 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 \begin_inset ERT
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581
24582
24583 \backslash
24584 fboxsep 3pt
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \begin_inset ERT
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594
24595
24596 \backslash
24597 definecolor{shadecolor}{rgb}{1,0,0}
24598 \end_layout
24599
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \begin_layout Section
24606 Fußnoten
24607 \begin_inset CommandInset label
24608 LatexCommand label
24609 name "abs:Fußnoten"
24610
24611 \end_inset
24612
24613
24614 \begin_inset Index
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618 Notizen ! Fußnoten
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \begin_inset Index
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628 Fußnoten
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Standard
24637 Zu dem, was bereits im 
24638 \emph on
24639 Benutzerhandbuch
24640 \emph default
24641  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24642 \color black
24643
24644 \begin_inset Foot
24645 status open
24646
24647 \begin_layout Plain Layout
24648
24649 \color black
24650 \begin_inset CommandInset label
24651 LatexCommand label
24652 name "fuss:Fußnoten-Beispiel"
24653
24654 \end_inset
24655
24656 Dies ist eine Fußnote.
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset ERT
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669
24670
24671 \backslash
24672 newcounter{MyRepeatFoot}
24673 \end_layout
24674
24675 \begin_layout Plain Layout
24676
24677
24678 \backslash
24679 setcounter{MyRepeatFoot}{
24680 \backslash
24681 thefootnote}
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \end_layout
24688
24689 \begin_layout Standard
24690 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24691  wurde, eine hochgestellte Zahl.
24692  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24693  hochgestellt dem Text vorangeht.
24694  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24695  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24696  werden.
24697 \end_layout
24698
24699 \begin_layout Standard
24700 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24701  der Fußnote eine Marke eingefügt wurde.
24702  Dies ist ein Querverweis auf Fußnote
24703 \begin_inset space ~
24704 \end_inset
24705
24706
24707 \begin_inset CommandInset ref
24708 LatexCommand ref
24709 reference "fuss:Fußnoten-Beispiel"
24710
24711 \end_inset
24712
24713 .
24714 \end_layout
24715
24716 \begin_layout Standard
24717 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24718  siehe Abschnitt
24719 \begin_inset space ~
24720 \end_inset
24721
24722
24723 \begin_inset CommandInset ref
24724 LatexCommand ref
24725 reference "abs:Minipage"
24726
24727 \end_inset
24728
24729 .
24730  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24731 \begin_inset space ~
24732 \end_inset
24733
24734
24735 \begin_inset CommandInset ref
24736 LatexCommand ref
24737 reference "uab:Fußnoten-in-langen"
24738
24739 \end_inset
24740
24741  beschrieben.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24746  TeX-Code-Befehl 
24747 \series bold
24748
24749 \backslash
24750 footnotemark[Nummer]
24751 \series default
24752  benutzen.
24753  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24754  mal gedruckt wird.
24755 \end_layout
24756
24757 \begin_layout Standard
24758 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24759  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24760  Hinter Fußnote
24761 \begin_inset space ~
24762 \end_inset
24763
24764
24765 \begin_inset CommandInset ref
24766 LatexCommand ref
24767 reference "fuss:Fußnoten-Beispiel"
24768
24769 \end_inset
24770
24771  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24772 \end_layout
24773
24774 \begin_layout Standard
24775
24776 \series bold
24777
24778 \backslash
24779 newcounter{MyRepeatFoot}
24780 \begin_inset Newline newline
24781 \end_inset
24782
24783
24784 \backslash
24785 setcounter{MyRepeatFoot}{
24786 \backslash
24787 thefootnote}
24788 \end_layout
24789
24790 \begin_layout Standard
24791 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24792 \end_layout
24793
24794 \begin_layout Standard
24795
24796 \series bold
24797
24798 \backslash
24799 footnotemark[
24800 \backslash
24801 theMyRepeatFoot]
24802 \end_layout
24803
24804 \begin_layout Standard
24805 Hier ist ein Beispiel für eine Fußnotenmarke:
24806 \family roman
24807 \series medium
24808 \bar no
24809
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 footnotemark[
24818 \backslash
24819 theMyRepeatFoot]
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Subsection
24828 Fußnoten-Nummerierung
24829 \begin_inset CommandInset label
24830 LatexCommand label
24831 name "uab:Fußnoten-Nummerierung"
24832
24833 \end_inset
24834
24835
24836 \begin_inset Index
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 Fußnoten ! Nummerierung
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Um Fußnoten nach jedem Abschnitt
24850 \family roman
24851  auf 1 zurückzusetzen, 
24852 \family default
24853 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24854 \end_layout
24855
24856 \begin_layout Standard
24857
24858 \series bold
24859
24860 \backslash
24861 @addtoreset{footnote}{section}
24862 \end_layout
24863
24864 \begin_layout Standard
24865 \begin_inset VSpace bigskip
24866 \end_inset
24867
24868 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24869  Zahlen:
24870 \end_layout
24871
24872 \begin_layout Standard
24873
24874 \series bold
24875
24876 \backslash
24877 renewcommand{
24878 \backslash
24879 thefootnote}{
24880 \backslash
24881 roman{footnote}}
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889
24890
24891 \backslash
24892 renewcommand{
24893 \backslash
24894 thefootnote}{
24895 \backslash
24896 roman{footnote}}
24897 \end_layout
24898
24899 \end_inset
24900
24901  Hier ist ein Beispiel für solch eine Fußnote:
24902 \begin_inset Foot
24903 status open
24904
24905 \begin_layout Plain Layout
24906 Dies ist eine Fußnote mit kleinen römischen Zahlen
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24916  in obigem Befehl 
24917 \series bold
24918
24919 \backslash
24920 roman
24921 \series default
24922  durch 
24923 \series bold
24924
24925 \backslash
24926 Roman
24927 \series default
24928 .
24929  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24930 \begin_inset Quotes gld
24931 \end_inset
24932
24933 nummerieren
24934 \begin_inset Quotes grd
24935 \end_inset
24936
24937 , verwenden Sie die Befehle 
24938 \series bold
24939
24940 \backslash
24941 Alph
24942 \series default
24943  oder 
24944 \series bold
24945
24946 \backslash
24947 alph
24948 \series default
24949 .
24950  Für die 
24951 \begin_inset Quotes gld
24952 \end_inset
24953
24954 Nummerierung
24955 \begin_inset Quotes grd
24956 \end_inset
24957
24958  mit Symbolen steht der Befehl 
24959 \series bold
24960
24961 \backslash
24962 fnsymbol
24963 \series default
24964  zur Verfügung.
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset Note Greyedout
24969 status open
24970
24971 \begin_layout Plain Layout
24972
24973 \series bold
24974 Bemerkung 1:
24975 \series default
24976  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24977  
24978 \emph on
24979 ein
24980 \emph default
24981  Buchstabe verwendet wird.
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \begin_inset Newline newline
24988 \end_inset
24989
24990
24991 \begin_inset Note Greyedout
24992 status open
24993
24994 \begin_layout Plain Layout
24995
24996 \series bold
24997 Bemerkung 2:
24998 \series default
24999  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25009 \series bold
25010
25011 \backslash
25012 arabic
25013 \series default
25014  anstelle von 
25015 \series bold
25016
25017 \backslash
25018 roman
25019 \series default
25020  in obigem Befehl.
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 renewcommand{
25029 \backslash
25030 thefootnote}{
25031 \backslash
25032 arabic{footnote}}
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset VSpace bigskip
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \begin_layout Standard
25048 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25049 \begin_inset Quotes gld
25050 \end_inset
25051
25052 Kapitel.Fußnote
25053 \begin_inset Quotes grd
25054 \end_inset
25055
25056  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25057 \end_layout
25058
25059 \begin_layout Standard
25060
25061 \series bold
25062
25063 \backslash
25064 numberwithin{footnote}{chapter}
25065 \end_layout
25066
25067 \begin_layout Standard
25068 Um 
25069 \series bold
25070
25071 \backslash
25072 numberwithin
25073 \series default
25074  benutzen zu können, muss in den 
25075 \family sans
25076 Mathe
25077 \begin_inset space ~
25078 \end_inset
25079
25080 Optionen
25081 \family default
25082  der 
25083 \family sans
25084 Dokument-Einstellungen
25085 \family default
25086  
25087 \family sans
25088 AMS
25089 \begin_inset space ~
25090 \end_inset
25091
25092 Mathe
25093 \begin_inset space ~
25094 \end_inset
25095
25096 Paket
25097 \family default
25098
25099 \begin_inset space ~
25100 \end_inset
25101
25102
25103 \family sans
25104 verwenden
25105 \family default
25106  angekreuzt sein.
25107 \begin_inset ERT
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111
25112
25113 \backslash
25114 numberwithin{footnote}{chapter}
25115 \end_layout
25116
25117 \end_inset
25118
25119  Hier ist ein Beispiel für solch eine Fußnote.
25120 \series bold
25121
25122 \begin_inset Foot
25123 status open
25124
25125 \begin_layout Plain Layout
25126 Dies ist eine Fußnote nach dem Schema 
25127 \begin_inset Quotes gld
25128 \end_inset
25129
25130 Kapitel.Fußnote
25131 \begin_inset Quotes grd
25132 \end_inset
25133
25134 .
25135 \end_layout
25136
25137 \end_inset
25138
25139
25140 \series default
25141
25142 \begin_inset ERT
25143 status collapsed
25144
25145 \begin_layout Plain Layout
25146
25147
25148 \backslash
25149 numberwithin{footnote}{part}
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \begin_layout Standard
25158 \begin_inset Note Greyedout
25159 status open
25160
25161 \begin_layout Plain Layout
25162
25163 \series bold
25164 Bemerkung:
25165 \series default
25166  
25167 \series bold
25168
25169 \backslash
25170 numberwithin
25171 \series default
25172  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25173  werden überschrieben.
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Standard
25182 Um also z.
25183 \begin_inset space \thinspace{}
25184 \end_inset
25185
25186 B.
25187  das Schema 
25188 \begin_inset Quotes gld
25189 \end_inset
25190
25191 Kapitel.
25192 \backslash
25193 Roman{footnote}
25194 \begin_inset Quotes grd
25195 \end_inset
25196
25197  zu erhalten, muss dieser Befehl anstelle von 
25198 \series bold
25199
25200 \backslash
25201 numberwithin
25202 \series default
25203  verwendet werden:
25204 \end_layout
25205
25206 \begin_layout Standard
25207
25208 \series bold
25209
25210 \backslash
25211 renewcommand{
25212 \backslash
25213 thefootnote}{
25214 \backslash
25215 thechapter.
25216 \backslash
25217 Roman{footnote}}
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Fußnoten-Platzierung
25222 \begin_inset Index
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 Fußnoten ! Platzierung
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \end_layout
25233
25234 \begin_layout Standard
25235 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25236  ohne Zwischenraum am Ende der Seite gedruckt.
25237  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25238  LaTeX-Vorspann 1.5
25239 \begin_inset space \thinspace{}
25240 \end_inset
25241
25242 mm Zwischenraum einfügen:
25243 \end_layout
25244
25245 \begin_layout Standard
25246
25247 \series bold
25248
25249 \backslash
25250 let
25251 \backslash
25252 myFoot
25253 \backslash
25254 footnote
25255 \begin_inset Newline newline
25256 \end_inset
25257
25258
25259 \backslash
25260 renewcommand{
25261 \backslash
25262 footnote}[1]{
25263 \backslash
25264 myFoot{#1
25265 \backslash
25266 vspace{1.5mm}}}
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset VSpace bigskip
25271 \end_inset
25272
25273 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25274  Spalte gedruckt, Abbildung
25275 \begin_inset space ~
25276 \end_inset
25277
25278
25279 \begin_inset CommandInset ref
25280 LatexCommand ref
25281 reference "abb:Standard-Fußnoten-Platzierung-in"
25282
25283 \end_inset
25284
25285 .
25286  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25287  in Abbildung
25288 \begin_inset space ~
25289 \end_inset
25290
25291
25292 \begin_inset CommandInset ref
25293 LatexCommand ref
25294 reference "abb:Fußnoten-Platzierung-in-einem"
25295
25296 \end_inset
25297
25298 , müssen Sie das LaTeX-Paket 
25299 \series bold
25300 ftnright
25301 \series default
25302
25303 \begin_inset Index
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307 LaTeX-Pakete ! ftnright
25308 \end_layout
25309
25310 \end_inset
25311
25312  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25313 \end_layout
25314
25315 \begin_layout Standard
25316
25317 \series bold
25318
25319 \backslash
25320 usepackage{ftnright}
25321 \end_layout
25322
25323 \begin_layout Standard
25324 \begin_inset Float figure
25325 placement !h
25326 wide false
25327 sideways false
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 framebox{
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset Graphics
25345         filename ../clipart/without_fntright.pdf
25346         width 100col%
25347         scaleBeforeRotation
25348
25349 \end_inset
25350
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357 }
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Caption
25367
25368 \begin_layout Plain Layout
25369 \begin_inset CommandInset label
25370 LatexCommand label
25371 name "abb:Standard-Fußnoten-Platzierung-in"
25372
25373 \end_inset
25374
25375 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25376 \begin_inset OptArg
25377 status open
25378
25379 \begin_layout Plain Layout
25380 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \begin_inset Float figure
25400 placement !h
25401 wide false
25402 sideways false
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411
25412 \backslash
25413 framebox{
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \begin_inset Graphics
25420         filename ../clipart/with_fntright.pdf
25421         width 100col%
25422         scaleBeforeRotation
25423
25424 \end_inset
25425
25426
25427 \begin_inset ERT
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431
25432 }
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \begin_layout Plain Layout
25441 \begin_inset Caption
25442
25443 \begin_layout Plain Layout
25444 \begin_inset CommandInset label
25445 LatexCommand label
25446 name "abb:Fußnoten-Platzierung-in-einem"
25447
25448 \end_inset
25449
25450 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25451  
25452 \series bold
25453 ftnright
25454 \series default
25455 .
25456 \begin_inset OptArg
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 Fußnoten-Platzierung mit 
25461 \family typewriter
25462 ftnright
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset VSpace bigskip
25482 \end_inset
25483
25484 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25485  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25486 \begin_inset space ~
25487 \end_inset
25488
25489
25490 \begin_inset CommandInset ref
25491 LatexCommand ref
25492 reference "abb:endnotes----Die"
25493
25494 \end_inset
25495
25496  gedruckt.
25497  Man nennt sie dann 
25498 \emph on
25499 Endnoten
25500 \emph default
25501 .
25502 \begin_inset Index
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 Endnoten
25507 \end_layout
25508
25509 \end_inset
25510
25511  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25512 \series bold
25513 endnotes
25514 \series default
25515
25516 \begin_inset Index
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 LaTeX-Pakete ! endnotes
25521 \end_layout
25522
25523 \end_inset
25524
25525  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25526 \end_layout
25527
25528 \begin_layout Standard
25529
25530 \series bold
25531
25532 \backslash
25533 usepackage{endnotes}
25534 \begin_inset Newline newline
25535 \end_inset
25536
25537
25538 \backslash
25539 let
25540 \backslash
25541 footnote
25542 \backslash
25543 endnote
25544 \end_layout
25545
25546 \begin_layout Standard
25547 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25548 \series bold
25549  
25550 \backslash
25551 theendnotes
25552 \series default
25553  am Ende des Abschnitts oder Kapitels ein.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 \begin_inset Float figure
25558 wide false
25559 sideways false
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 \align center
25564 \begin_inset ERT
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568
25569
25570 \backslash
25571 framebox{
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \begin_inset Graphics
25578         filename ../clipart/endnotes.pdf
25579         scaleBeforeRotation
25580
25581 \end_inset
25582
25583
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589 }
25590 \end_layout
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Plain Layout
25598 \begin_inset Caption
25599
25600 \begin_layout Plain Layout
25601 \begin_inset CommandInset label
25602 LatexCommand label
25603 name "abb:endnotes----Die"
25604
25605 \end_inset
25606
25607
25608 \series bold
25609 endnotes
25610 \series default
25611  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25612  gedruckt.
25613 \begin_inset OptArg
25614 status collapsed
25615
25616 \begin_layout Plain Layout
25617 \begin_inset CommandInset label
25618 LatexCommand label
25619 name "abb:endnotes----Die"
25620
25621 \end_inset
25622
25623
25624 \series bold
25625 endnotes
25626 \series default
25627  -- Die Fußnoten werden am Ende gedruckt
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset VSpace medskip
25647 \end_inset
25648
25649 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25650 ache übersetzt.
25651  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25652 \begin_inset Quotes gld
25653 \end_inset
25654
25655 Notes 
25656 \begin_inset Quotes grd
25657 \end_inset
25658
25659 in 
25660 \begin_inset Quotes gld
25661 \end_inset
25662
25663 Anmerkungen
25664 \begin_inset Quotes grd
25665 \end_inset
25666
25667 :
25668 \end_layout
25669
25670 \begin_layout Standard
25671
25672 \series bold
25673
25674 \backslash
25675 renewcommand{
25676 \backslash
25677 notesname}{Anmerkungen}
25678 \end_layout
25679
25680 \begin_layout Standard
25681 \begin_inset VSpace medskip
25682 \end_inset
25683
25684 Wenn Sie in den Befehlen von Abschnitt
25685 \begin_inset space ~
25686 \end_inset
25687
25688
25689 \begin_inset CommandInset ref
25690 LatexCommand ref
25691 reference "uab:Fußnoten-Nummerierung"
25692
25693 \end_inset
25694
25695  
25696 \series bold
25697
25698 \backslash
25699 thefootnote
25700 \series default
25701  durch 
25702 \series bold
25703
25704 \backslash
25705 theendnote
25706 \series default
25707  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25708  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25709 \series bold
25710
25711 \backslash
25712 @addtoreset
25713 \series default
25714  wie in Abschnitt
25715 \begin_inset space \space{}
25716 \end_inset
25717
25718
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "uab:Fußnoten-Nummerierung"
25722
25723 \end_inset
25724
25725  beschrieben und ersetzen 
25726 \series bold
25727 footnote
25728 \series default
25729  durch 
25730 \series bold
25731 endnote
25732 \series default
25733 .
25734 \end_layout
25735
25736 \begin_layout Standard
25737 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25738  
25739 \series bold
25740
25741 \backslash
25742 endnotemark[Nummer]
25743 \series default
25744  ähnlich wie 
25745 \series bold
25746
25747 \backslash
25748 footnotemark
25749 \series default
25750  Abschnitt
25751 \begin_inset space ~
25752 \end_inset
25753
25754
25755 \begin_inset CommandInset ref
25756 LatexCommand ref
25757 reference "abs:Fußnoten"
25758
25759 \end_inset
25760
25761 .
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset VSpace bigskip
25766 \end_inset
25767
25768 Mit dem LaTeX-Paket 
25769 \series bold
25770 footmisc
25771 \series default
25772
25773 \begin_inset Index
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777 LaTeX-Pakete ! footmisc
25778 \end_layout
25779
25780 \end_inset
25781
25782  (
25783 \begin_inset CommandInset citation
25784 LatexCommand cite
25785 key "footmisc"
25786
25787 \end_inset
25788
25789 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25790 \end_layout
25791
25792 \begin_layout Standard
25793 In LaTeX-Büchern, 
25794 \begin_inset CommandInset citation
25795 LatexCommand cite
25796 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25797
25798 \end_inset
25799
25800 , finden Sie weiteres zu Fußnoten.
25801 \end_layout
25802
25803 \begin_layout Section
25804 Randnotizen
25805 \begin_inset Index
25806 status collapsed
25807
25808 \begin_layout Plain Layout
25809 Randnotizen
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \begin_inset Index
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Notizen ! Randnotizen
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25829  Sie fügen sie mit einem Klick auf den Schalter 
25830 \begin_inset Graphics
25831         filename ../../images/marginalnote-insert.png
25832         scale 70
25833         scaleBeforeRotation
25834
25835 \end_inset
25836
25837  oder über 
25838 \family sans
25839 Einfügen\SpecialChar \menuseparator
25840 Randnotiz
25841 \family default
25842  ein.
25843  Ein graues Kästchen mit der Aufschrift 
25844 \begin_inset Quotes gld
25845 \end_inset
25846
25847 Rand
25848 \begin_inset Quotes grd
25849 \end_inset
25850
25851  erscheint
25852 \family roman
25853 \series medium
25854 , und dort, wo der Cursor steht, können Sie Text eingeben.
25855 \end_layout
25856
25857 \begin_layout Standard
25858 Hier am Rand sehen Sie eine Randnotiz.
25859  
25860 \begin_inset Marginal
25861 status open
25862
25863 \begin_layout Plain Layout
25864 Dies ist eine Randnotiz.
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \begin_layout Standard
25873 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25874  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25875  Seiten und rechts auf den ungeraden.
25876  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25877  wird und umgekehrt.
25878  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25879  wurde.
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \begin_inset VSpace bigskip
25884 \end_inset
25885
25886 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25887 \end_layout
25888
25889 \begin_layout Standard
25890
25891 \series bold
25892
25893 \backslash
25894 reversemarginpar
25895 \end_layout
25896
25897 \begin_layout Standard
25898 als TeX-Code vor einer Randnotiz ein.
25899  Das gilt dann für alle folgenden Randnotizen.
25900  
25901 \begin_inset ERT
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905
25906
25907 \backslash
25908 reversemarginpar 
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \begin_inset Marginal
25915 status open
25916
25917 \begin_layout Plain Layout
25918 Hier ist ein Beispiel im inneren Rand.
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \begin_inset Newline newline
25925 \end_inset
25926
25927
25928 \begin_inset Note Greyedout
25929 status open
25930
25931 \begin_layout Plain Layout
25932  
25933 \series bold
25934 Achtung:
25935 \series default
25936  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25946 \end_layout
25947
25948 \begin_layout Standard
25949
25950 \series bold
25951
25952 \backslash
25953 normalmarginpar
25954 \end_layout
25955
25956 \begin_layout Standard
25957 als TeX-Code ein.
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 normalmarginpar 
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \begin_inset Note Greyedout
25975 status open
25976
25977 \begin_layout Plain Layout
25978
25979 \series bold
25980 Achtung:
25981 \series default
25982  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25983 \series bold
25984
25985 \backslash
25986 reversemarginpar
25987 \series default
25988  verwendet wird.
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Standard
25997 \begin_inset VSpace bigskip
25998 \end_inset
25999
26000
26001 \begin_inset Marginal
26002 status open
26003
26004 \begin_layout Plain Layout
26005
26006 \family roman
26007 \series medium
26008 EinSehrLangesWort am Anfang, das umgebrochen wird.
26009 \end_layout
26010
26011 \end_inset
26012
26013  Ähnlich wie in Abschnitt
26014 \begin_inset space ~
26015 \end_inset
26016
26017
26018 \begin_inset CommandInset ref
26019 LatexCommand ref
26020 reference "uab:Mehrfache-Zeilen-in"
26021
26022 \end_inset
26023
26024  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26025  Wort der Randnotiz sind.
26026  Um das zu vermeiden, fügen sie 0
26027 \begin_inset space \thinspace{}
26028 \end_inset
26029
26030 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26031 \begin_inset Marginal
26032 status open
26033
26034 \begin_layout Plain Layout
26035 \begin_inset space \hspace{}
26036 \length 0pt
26037 \end_inset
26038
26039
26040 \family roman
26041 \series medium
26042 EinSehrLangesWort am Anfang, das umgebrochen wird.
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 \begin_inset VSpace bigskip
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset Note Greyedout
26059 status open
26060
26061 \begin_layout Plain Layout
26062
26063 \series bold
26064 Bemerkung:
26065 \series default
26066  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26067  verwendet werden.
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \begin_inset VSpace bigskip
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Standard
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 ifmarginnote
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \begin_inset Note Note
26097 status open
26098
26099 \begin_layout Plain Layout
26100 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26101 \series bold
26102 marginnote
26103 \series default
26104  installiert ist.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26114 \series bold
26115 marginnote
26116 \series default
26117
26118 \begin_inset Index
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122 LaTeX-Pakete ! marginnote
26123 \end_layout
26124
26125 \end_inset
26126
26127  verwendet wird.
26128  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26129  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26130  des Pakets 
26131 \series bold
26132 marginnote
26133 \series default
26134  für Randnotizen verwendet wird:
26135 \end_layout
26136
26137 \begin_layout Standard
26138
26139 \series bold
26140
26141 \backslash
26142 usepackage{marginnote}
26143 \begin_inset Newline newline
26144 \end_inset
26145
26146
26147 \backslash
26148 let
26149 \backslash
26150 marginpar
26151 \backslash
26152 marginnote
26153 \end_layout
26154
26155 \begin_layout Standard
26156 Dies wird auch in diesem Dokument verwendet, denn 
26157 \series bold
26158 marginnote
26159 \series default
26160  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26161  für Randnotizen angeben.
26162  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26163 n zu dicht beieinander sind.
26164  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26165  Schema
26166 \end_layout
26167
26168 \begin_layout Standard
26169
26170 \series bold
26171 [Versatz]
26172 \end_layout
26173
26174 \begin_layout Standard
26175 angegeben.
26176  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26177 \begin_inset space ~
26178 \end_inset
26179
26180
26181 \begin_inset CommandInset ref
26182 LatexCommand ref
26183 reference "tab:Maßeinheiten"
26184
26185 \end_inset
26186
26187  aufgelistet sind.
26188  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26189  nach unten.
26190  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26191 \begin_inset space \thinspace{}
26192 \end_inset
26193
26194 cm mit dem TeX-Code-Befehl  
26195 \begin_inset Quotes gld
26196 \end_inset
26197
26198
26199 \series bold
26200 [-1.5cm]
26201 \series default
26202
26203 \begin_inset Quotes grd
26204 \end_inset
26205
26206  nach oben versetzt.
26207 \begin_inset Marginal
26208 status open
26209
26210 \begin_layout Plain Layout
26211 Diese Randnotiz ist 1.5
26212 \begin_inset space \thinspace{}
26213 \end_inset
26214
26215 cm von ihrer Originalposition nach oben versetzt.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226 [-1.5cm]
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Standard
26235 \begin_inset VSpace medskip
26236 \end_inset
26237
26238 Mit 
26239 \series bold
26240 marginnote
26241 \series default
26242  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26243  Zum Beispiel setzen die Befehle
26244 \end_layout
26245
26246 \begin_layout Standard
26247
26248 \series bold
26249
26250 \backslash
26251 renewcommand*{
26252 \backslash
26253 raggedleftmarginnote}{
26254 \backslash
26255 centering}
26256 \begin_inset Newline newline
26257 \end_inset
26258
26259
26260 \backslash
26261 renewcommand*{
26262 \backslash
26263 raggedrightmarginnote}{
26264 \backslash
26265 centering}
26266 \end_layout
26267
26268 \begin_layout Standard
26269 die Ausrichtung auf zentriert.
26270  
26271 \series bold
26272
26273 \backslash
26274 raggedleftmarginnote
26275 \series default
26276  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26277  
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 renewcommand*{
26286 \backslash
26287 raggedleftmarginnote}{
26288 \backslash
26289 centering}
26290 \end_layout
26291
26292 \begin_layout Plain Layout
26293
26294
26295 \backslash
26296 renewcommand*{
26297 \backslash
26298 raggedrightmarginnote}{
26299 \backslash
26300 centering}
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \begin_inset Marginal
26307 status open
26308
26309 \begin_layout Plain Layout
26310 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26311 \end_layout
26312
26313 \end_inset
26314
26315  Die Voreinstellung ist
26316 \end_layout
26317
26318 \begin_layout Standard
26319
26320 \series bold
26321
26322 \backslash
26323 renewcommand*{
26324 \backslash
26325 raggedleftmarginnote}{
26326 \backslash
26327 raggedleft}
26328 \begin_inset Newline newline
26329 \end_inset
26330
26331
26332 \backslash
26333 renewcommand*{
26334 \backslash
26335 raggedrightmarginnote}{
26336 \backslash
26337 raggedright}
26338 \series default
26339
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 renewcommand*{
26348 \backslash
26349 raggedleftmarginnote}{
26350 \backslash
26351 raggedleft}
26352 \end_layout
26353
26354 \begin_layout Plain Layout
26355
26356
26357 \backslash
26358 renewcommand*{
26359 \backslash
26360 raggedrightmarginnote}{
26361 \backslash
26362 raggedright}
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset VSpace medskip
26372 \end_inset
26373
26374 Für weitere Fähigkeiten des Pakets 
26375 \series bold
26376 marginnote
26377 \series default
26378  sei auf dessen Dokumentation verwiesen 
26379 \begin_inset CommandInset citation
26380 LatexCommand cite
26381 key "marginnote"
26382
26383 \end_inset
26384
26385 .
26386 \end_layout
26387
26388 \begin_layout Standard
26389 \begin_inset VSpace bigskip
26390 \end_inset
26391
26392 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26393  geändert werden.
26394  Um z.
26395 \begin_inset space \thinspace{}
26396 \end_inset
26397
26398 B.
26399  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26400  und fettgedruckten Text 
26401 \begin_inset Quotes eld
26402 \end_inset
26403
26404
26405 \family sans
26406 \series bold
26407 \bar under
26408 Achtung!
26409 \family default
26410 \series default
26411 \bar default
26412
26413 \begin_inset Quotes erd
26414 \end_inset
26415
26416  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26417 \end_layout
26418
26419 \begin_layout Standard
26420
26421 \series bold
26422
26423 \backslash
26424 let
26425 \backslash
26426 myMarginpar
26427 \backslash
26428 marginpar
26429 \begin_inset Newline newline
26430 \end_inset
26431
26432
26433 \backslash
26434 renewcommand{
26435 \backslash
26436 marginpar}[1]{
26437 \backslash
26438 myMarginpar{%
26439 \begin_inset Newline newline
26440 \end_inset
26441
26442
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 hphantom{ }
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \backslash
26457 hspace{0pt}
26458 \backslash
26459 textsf{
26460 \backslash
26461 textbf{
26462 \backslash
26463 underbar{Achtung!}}}%
26464 \begin_inset Newline newline
26465 \end_inset
26466
26467
26468 \begin_inset ERT
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472
26473
26474 \backslash
26475 hphantom{ }
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \backslash
26482 vspace{1.5mm}
26483 \backslash
26484
26485 \backslash
26486 #1}}
26487 \end_layout
26488
26489 \begin_layout Standard
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 let
26498 \backslash
26499 myMarginpar
26500 \backslash
26501 marginpar
26502 \end_layout
26503
26504 \begin_layout Plain Layout
26505
26506
26507 \backslash
26508 renewcommand{
26509 \backslash
26510 marginpar}[1]{
26511 \backslash
26512 myMarginpar{%
26513 \end_layout
26514
26515 \begin_layout Plain Layout
26516
26517    
26518 \backslash
26519 textsf{
26520 \backslash
26521 textbf{
26522 \backslash
26523 underbar{Achtung!}}}%
26524 \end_layout
26525
26526 \begin_layout Plain Layout
26527
26528    
26529 \backslash
26530 vspace{1.5mm}
26531 \backslash
26532
26533 \backslash
26534 #1}}
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \begin_inset Marginal
26541 status open
26542
26543 \begin_layout Plain Layout
26544 Dies ist eine Randnotiz mit einer definierten Überschrift.
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555 [-1.5cm]
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 renewcommand{
26569 \backslash
26570 marginpar}[1]{
26571 \backslash
26572 myMarginpar{#1}}
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \begin_inset Note Note
26579 status open
26580
26581 \begin_layout Plain Layout
26582 Das Format wurde nur für dieses Beispiel geändert.
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Standard
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 else
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \begin_inset Note Note
26605 status open
26606
26607 \begin_layout Plain Layout
26608 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26609 \series bold
26610 marginnote
26611 \series default
26612  nicht installiert ist:
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Standard
26621 Das LaTeX-Paket 
26622 \series bold
26623 marginnote
26624 \series default
26625  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26626 \end_layout
26627
26628 \begin_layout Standard
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 fi
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Chapter
26645 Boxen
26646 \end_layout
26647
26648 \begin_layout Section
26649 Einleitung
26650 \begin_inset Index
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 Boxen ! Einleitung
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Standard
26663 Boxen werden benutzt, um einen Textblock zu formatieren.
26664  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26665  siehe Abschnitt
26666 \begin_inset space ~
26667 \end_inset
26668
26669
26670 \begin_inset CommandInset ref
26671 LatexCommand ref
26672 reference "abs:Minipage"
26673
26674 \end_inset
26675
26676 , um Text zu umrahmen, siehe Abschnitt
26677 \begin_inset space ~
26678 \end_inset
26679
26680
26681 \begin_inset CommandInset ref
26682 LatexCommand ref
26683 reference "abs:Gerahmte-Boxen"
26684
26685 \end_inset
26686
26687 , um Silbentrennung zu verhindern, siehe Abschnitt
26688 \begin_inset space ~
26689 \end_inset
26690
26691
26692 \begin_inset CommandInset ref
26693 LatexCommand ref
26694 reference "abs:Silbentrennung-unterbinden"
26695
26696 \end_inset
26697
26698 , um Text senkrecht auszurichten, siehe Abschnitt
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \begin_inset CommandInset ref
26704 LatexCommand ref
26705 reference "uab:Vertikale-Ausrichtung"
26706
26707 \end_inset
26708
26709  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26710 \begin_inset space ~
26711 \end_inset
26712
26713
26714 \begin_inset CommandInset ref
26715 LatexCommand ref
26716 reference "abs:Farbige-Boxen"
26717
26718 \end_inset
26719
26720 .
26721 \end_layout
26722
26723 \begin_layout Standard
26724 Boxen werden mit 
26725 \family sans
26726 Einfügen\SpecialChar \menuseparator
26727 Box
26728 \family default
26729  oder dem Schalter 
26730 \begin_inset Graphics
26731         filename ../../images/box-insert.png
26732         scale 70
26733         scaleBeforeRotation
26734
26735 \end_inset
26736
26737  eingefügt.
26738  Ein graues Kästchen mit der Aufschrift 
26739 \begin_inset Quotes gld
26740 \end_inset
26741
26742 Box (Minipage)
26743 \begin_inset Quotes grd
26744 \end_inset
26745
26746  erscheint: 
26747 \begin_inset Graphics
26748         filename clipart/StandardBoxQt4.png
26749         lyxscale 80
26750         scale 60
26751         scaleBeforeRotation
26752
26753 \end_inset
26754
26755 .
26756  Mit einem Rechts\SpecialChar \-
26757 klick auf das graue Kästchen kann der Typ spezifiziert
26758  werden.
26759  Das Dialogfenster bietet bei 
26760 \family sans
26761 Innere
26762 \begin_inset space ~
26763 \end_inset
26764
26765 Box
26766 \family default
26767  die Typen 
26768 \family sans
26769 Parbox
26770 \family default
26771  und 
26772 \family sans
26773 Minipage
26774 \family default
26775  an.
26776  
26777 \family sans
26778 Minipage
26779 \family default
26780  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26781 \begin_inset space ~
26782 \end_inset
26783
26784
26785 \begin_inset CommandInset ref
26786 LatexCommand ref
26787 reference "abs:Minipage"
26788
26789 \end_inset
26790
26791  beschrieben, 
26792 \family sans
26793 Parbox
26794 \family default
26795  in Abschnitt
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \begin_inset CommandInset ref
26801 LatexCommand ref
26802 reference "abs:Parbox"
26803
26804 \end_inset
26805
26806 .
26807 \end_layout
26808
26809 \begin_layout Standard
26810 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26811  wie auf Gleitobjekte und Fußnoten.
26812 \end_layout
26813
26814 \begin_layout Standard
26815 \begin_inset Note Greyedout
26816 status open
26817
26818 \begin_layout Plain Layout
26819
26820 \series bold
26821 Bemerkung
26822 \begin_inset space ~
26823 \end_inset
26824
26825 1:
26826 \series default
26827  Boxen dürfen in 
26828 \family sans
26829 List-
26830 \family default
26831  oder 
26832 \family sans
26833 Beschreibung-
26834 \family default
26835 Umgebungen nicht verwendet werden.
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \begin_layout Standard
26844 \begin_inset Note Greyedout
26845 status open
26846
26847 \begin_layout Plain Layout
26848
26849 \series bold
26850 Bemerkung
26851 \begin_inset space ~
26852 \end_inset
26853
26854 2:
26855 \series default
26856  Boxen ohne 
26857 \family sans
26858 Innere
26859 \begin_inset space ~
26860 \end_inset
26861
26862 Box
26863 \family default
26864  und ohne Rahmen werden in Abschnitt
26865 \begin_inset space ~
26866 \end_inset
26867
26868
26869 \begin_inset CommandInset ref
26870 LatexCommand ref
26871 reference "abs:Silbentrennung-unterbinden"
26872
26873 \end_inset
26874
26875  beschrieben.
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Section
26884 Das Box-Einstellungen-Fenster
26885 \begin_inset CommandInset label
26886 LatexCommand label
26887 name "abs:Box-Dialog"
26888
26889 \end_inset
26890
26891
26892 \begin_inset Index
26893 status collapsed
26894
26895 \begin_layout Plain Layout
26896 Boxen ! Box-Dialog-Fenster
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Subsection
26905 Box-Größe
26906 \begin_inset Index
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910 Boxen ! Größe
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 Im 
26920 \family sans
26921 Box-Einstellungen
26922 \family default
26923 -Fenster können Sie die Größe der Box mit 
26924 \family sans
26925 Breite
26926 \family default
26927  und 
26928 \family sans
26929 Höhe 
26930 \family default
26931 festlegen.
26932  Die verfügbaren Einheiten werden in Tabelle
26933 \begin_inset space ~
26934 \end_inset
26935
26936
26937 \begin_inset CommandInset ref
26938 LatexCommand ref
26939 reference "tab:Maßeinheiten"
26940
26941 \end_inset
26942
26943  aufgelistet.
26944  Das Feld
26945 \family sans
26946  Höhe
26947 \family default
26948  bietet die folgenden zusätzlichen Größen:
26949 \end_layout
26950
26951 \begin_layout Description
26952 Tiefe Dies ist die reine Text-
26953 \begin_inset Quotes gld
26954 \end_inset
26955
26956 Höhe
26957 \begin_inset Quotes grd
26958 \end_inset
26959
26960 .
26961  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26962 \begin_inset Newline newline
26963 \end_inset
26964
26965
26966 \begin_inset Newline newline
26967 \end_inset
26968
26969
26970 \begin_inset Newline newline
26971 \end_inset
26972
26973
26974 \begin_inset Box Boxed
26975 position "c"
26976 hor_pos "c"
26977 has_inner_box 1
26978 inner_pos "c"
26979 use_parbox 0
26980 width "12col%"
26981 special "none"
26982 height "1in"
26983 height_special "depth"
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 \align center
26988 Box-Höhe = 1
26989 \begin_inset space \thinspace{}
26990 \end_inset
26991
26992 Tiefe
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \begin_inset Newline newline
26999 \end_inset
27000
27001
27002 \begin_inset Newline newline
27003 \end_inset
27004
27005
27006 \end_layout
27007
27008 \begin_layout Description
27009 Höhe Dies ist die Texthöhe innerhalb der Box.
27010  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27011  Texthöhe setzen: 
27012 \begin_inset Box Boxed
27013 position "c"
27014 hor_pos "c"
27015 has_inner_box 1
27016 inner_pos "c"
27017 use_parbox 0
27018 width "20col%"
27019 special "none"
27020 height "2in"
27021 height_special "height"
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 \align center
27026 Boxhöhe = 2
27027 \begin_inset space \thinspace{}
27028 \end_inset
27029
27030 Höhe
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Description
27039 Gesamthöhe Dies ist Höhe
27040 \begin_inset space \thinspace{}
27041 \end_inset
27042
27043 +
27044 \begin_inset space \thinspace{}
27045 \end_inset
27046
27047 Tiefe: 
27048 \begin_inset Box Boxed
27049 position "c"
27050 hor_pos "c"
27051 has_inner_box 1
27052 inner_pos "c"
27053 use_parbox 0
27054 width "20col%"
27055 special "none"
27056 height "1in"
27057 height_special "totalheight"
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 \align center
27062 Boxhöhe = 1
27063 \begin_inset space \thinspace{}
27064 \end_inset
27065
27066 Gesamthöhe
27067 \end_layout
27068
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \begin_layout Description
27075 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27076 \begin_inset Box Boxed
27077 position "c"
27078 hor_pos "c"
27079 has_inner_box 1
27080 inner_pos "c"
27081 use_parbox 0
27082 width "12col%"
27083 special "none"
27084 height "1in"
27085 height_special "width"
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089 \align center
27090 Boxhöhe = 1
27091 \begin_inset space \thinspace{}
27092 \end_inset
27093
27094 Breite
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \begin_layout Subsection
27103 Ausrichtung
27104 \begin_inset Index
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108 Boxen ! Ausrichtung
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \begin_layout Standard
27117 Wenn Sie eine 
27118 \family sans
27119 Innere
27120 \begin_inset space ~
27121 \end_inset
27122
27123 Box
27124 \family default
27125  gewählt haben, kann die Box mit folgenden Werten für 
27126 \family sans
27127 Box
27128 \family default
27129  senkrecht ausgerichtet werden:
27130 \end_layout
27131
27132 \begin_layout Description
27133 Oben Dies ist ein Beispieltext.
27134  
27135 \begin_inset Box Boxed
27136 position "t"
27137 hor_pos "c"
27138 has_inner_box 1
27139 inner_pos "c"
27140 use_parbox 0
27141 width "20col%"
27142 special "none"
27143 height "1in"
27144 height_special "totalheight"
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148 \align center
27149 Die Ober\SpecialChar \-
27150 kante der Box ist in der Zeile.
27151 \end_layout
27152
27153 \end_inset
27154
27155  Dies ist ein Beispieltext.
27156 \end_layout
27157
27158 \begin_layout Description
27159 Mitte Dies ist ein Beispieltext.
27160  
27161 \begin_inset Box Boxed
27162 position "c"
27163 hor_pos "c"
27164 has_inner_box 1
27165 inner_pos "c"
27166 use_parbox 0
27167 width "20col%"
27168 special "none"
27169 height "1in"
27170 height_special "totalheight"
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 \align center
27175 Die Mitte der Box ist in der Zeile.
27176 \end_layout
27177
27178 \end_inset
27179
27180  Dies ist ein Beispieltext.
27181 \end_layout
27182
27183 \begin_layout Description
27184 Unten Dies ist ein Beispieltext.
27185  
27186 \begin_inset Box Boxed
27187 position "b"
27188 hor_pos "c"
27189 has_inner_box 1
27190 inner_pos "c"
27191 use_parbox 0
27192 width "20col%"
27193 special "none"
27194 height "1in"
27195 height_special "totalheight"
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199 \align center
27200 Die Unter\SpecialChar \-
27201 kante der Box ist in der Zeile.
27202 \end_layout
27203
27204 \end_inset
27205
27206  Dies ist ein Beispieltext.
27207 \end_layout
27208
27209 \begin_layout Standard
27210 \begin_inset Note Greyedout
27211 status open
27212
27213 \begin_layout Plain Layout
27214
27215 \series bold
27216 Bemerkung:
27217 \series default
27218  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27219  Boxen in einer Zeile sind und eine Box z.
27220 \begin_inset space \thinspace{}
27221 \end_inset
27222
27223 B.
27224  schattiert ist, die andere abere nicht.
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 Eine Box kann mit dem Dialog 
27234 \family sans
27235 Absatz-Einstellungen
27236 \family default
27237  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 \begin_inset VSpace bigskip
27242 \end_inset
27243
27244 Wenn Sie eine 
27245 \family sans
27246 Innere
27247 \begin_inset space ~
27248 \end_inset
27249
27250 Box
27251 \family default
27252  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27253 \family sans
27254 Inhalt
27255 \family default
27256  senkrecht ausgerichtet werden:
27257 \end_layout
27258
27259 \begin_layout Description
27260 Oben Dies ist ein Beispieltext.
27261  
27262 \begin_inset Box Boxed
27263 position "c"
27264 hor_pos "c"
27265 has_inner_box 1
27266 inner_pos "t"
27267 use_parbox 0
27268 width "20col%"
27269 special "none"
27270 height "1.5in"
27271 height_special "totalheight"
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 \align center
27276 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27277 \end_layout
27278
27279 \end_inset
27280
27281  Dies ist ein Beispieltext.
27282 \end_layout
27283
27284 \begin_layout Description
27285 Mitte Dies ist ein Beispieltext.
27286  
27287 \begin_inset Box Boxed
27288 position "c"
27289 hor_pos "c"
27290 has_inner_box 1
27291 inner_pos "c"
27292 use_parbox 0
27293 width "20col%"
27294 special "none"
27295 height "1.5in"
27296 height_special "totalheight"
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 \align center
27301 Der Boxinhalt ist zentriert ausgerichtet.
27302 \end_layout
27303
27304 \end_inset
27305
27306  Dies ist ein Beispieltext.
27307 \end_layout
27308
27309 \begin_layout Description
27310 Unten Dies ist ein Beispieltext.
27311  
27312 \begin_inset Box Boxed
27313 position "c"
27314 hor_pos "c"
27315 has_inner_box 1
27316 inner_pos "b"
27317 use_parbox 0
27318 width "20col%"
27319 special "none"
27320 height "1.5in"
27321 height_special "totalheight"
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325 \align center
27326 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27327 \end_layout
27328
27329 \end_inset
27330
27331  Dies ist ein Beispieltext.
27332 \end_layout
27333
27334 \begin_layout Description
27335 Dehnen Dies ist ein Beispieltext.
27336  
27337 \begin_inset Box Boxed
27338 position "c"
27339 hor_pos "c"
27340 has_inner_box 1
27341 inner_pos "s"
27342 use_parbox 0
27343 width "20col%"
27344 special "none"
27345 height "1in"
27346 height_special "totalheight"
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350 \align center
27351 Der Boxinhalt
27352 \end_layout
27353
27354 \begin_layout Plain Layout
27355 \align center
27356 ist über die
27357 \end_layout
27358
27359 \begin_layout Plain Layout
27360 \align center
27361 Boxhöhe
27362 \end_layout
27363
27364 \begin_layout Plain Layout
27365 \align center
27366 gleichmäßig verteilt.
27367 \end_layout
27368
27369 \end_inset
27370
27371  Dies ist ein Beispieltext.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27376  besteht.
27377  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27378 \end_layout
27379
27380 \begin_layout Standard
27381 Ein Boxinhalt kann mit dem Dialog 
27382 \family sans
27383 Absatz-Einstellungen
27384 \family default
27385  waagerecht ausgerichtet werden, wenn Sie eine
27386 \family sans
27387  Innere
27388 \begin_inset space ~
27389 \end_inset
27390
27391 Box
27392 \family default
27393  gewählt haben.
27394 \end_layout
27395
27396 \begin_layout Standard
27397 \align center
27398 \begin_inset Box Boxed
27399 position "c"
27400 hor_pos "c"
27401 has_inner_box 1
27402 inner_pos "s"
27403 use_parbox 0
27404 width "30col%"
27405 special "none"
27406 height "1.25in"
27407 height_special "totalheight"
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411 \align left
27412 Hier ist jede Zeile
27413 \end_layout
27414
27415 \begin_layout Plain Layout
27416 \align center
27417 anders
27418 \end_layout
27419
27420 \begin_layout Plain Layout
27421 \align right
27422 ausgerichtet.
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \begin_layout Standard
27431 Wenn Sie keine
27432 \family sans
27433  Innere
27434 \begin_inset space ~
27435 \end_inset
27436
27437 Box
27438 \family default
27439  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27440 \family sans
27441 Box-Einstellungen-
27442 \family default
27443 Dialog ausrichten
27444 \end_layout
27445
27446 \begin_layout Standard
27447 \align center
27448 \begin_inset Box Boxed
27449 position "c"
27450 hor_pos "s"
27451 has_inner_box 0
27452 inner_pos "s"
27453 use_parbox 0
27454 width "90col%"
27455 special "none"
27456 height "1.25in"
27457 height_special "totalheight"
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461 \align left
27462 Dieser Boxinhalt wurde horizontal gedehnt.
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Section
27471 Gerahmte Boxen
27472 \begin_inset CommandInset label
27473 LatexCommand label
27474 name "abs:Gerahmte-Boxen"
27475
27476 \end_inset
27477
27478
27479 \begin_inset Index
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483 Boxen ! gerahmte
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 Mit dem 
27493 \family sans
27494 Box-Einstellungen-
27495 \family default
27496 Dialog können Sie bei 
27497 \family sans
27498 Verzierung
27499 \family default
27500  die Art des Rahmens auswählen:
27501 \end_layout
27502
27503 \begin_layout Description
27504 Rechteckige
27505 \begin_inset space ~
27506 \end_inset
27507
27508 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27509  Die Rahmendicke wird durch 
27510 \series bold
27511
27512 \backslash
27513 fboxrule
27514 \series default
27515  festgelegt.
27516  
27517 \begin_inset Box Boxed
27518 position "c"
27519 hor_pos "c"
27520 has_inner_box 1
27521 inner_pos "c"
27522 use_parbox 0
27523 width "21col%"
27524 special "none"
27525 height "1in"
27526 height_special "totalheight"
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531 \series medium
27532 Rechteckige
27533 \begin_inset space ~
27534 \end_inset
27535
27536 Box
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Description
27545 Ovale
27546 \begin_inset space ~
27547 \end_inset
27548
27549 Box,
27550 \begin_inset space ~
27551 \end_inset
27552
27553 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27554  Die Rahmendicke ist 0.4
27555 \begin_inset space \thinspace{}
27556 \end_inset
27557
27558 pt.
27559  
27560 \begin_inset Box ovalbox
27561 position "c"
27562 hor_pos "c"
27563 has_inner_box 1
27564 inner_pos "c"
27565 use_parbox 0
27566 width "20col%"
27567 special "none"
27568 height "1in"
27569 height_special "totalheight"
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573 Ovale
27574 \begin_inset space ~
27575 \end_inset
27576
27577 Box,
27578 \begin_inset space ~
27579 \end_inset
27580
27581 dünn
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Description
27590 Ovale
27591 \begin_inset space ~
27592 \end_inset
27593
27594 Box,
27595 \begin_inset space ~
27596 \end_inset
27597
27598 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27599  Die Rahmendicke ist 0.8
27600 \begin_inset space \thinspace{}
27601 \end_inset
27602
27603 pt.
27604  
27605 \begin_inset Box Ovalbox
27606 position "c"
27607 hor_pos "c"
27608 has_inner_box 1
27609 inner_pos "c"
27610 use_parbox 0
27611 width "20col%"
27612 special "none"
27613 height "1in"
27614 height_special "totalheight"
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618 Ovale
27619 \begin_inset space ~
27620 \end_inset
27621
27622 Box,
27623 \begin_inset space ~
27624 \end_inset
27625
27626 dick
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Description
27635 Schattierte
27636 \begin_inset space ~
27637 \end_inset
27638
27639 Box zeichnet einen Rahmen mit Schatten um die Box.
27640  Die Rahmendicke wird durch 
27641 \series bold
27642
27643 \backslash
27644 fboxrule
27645 \series default
27646  festgelegt, der Schatten ist 4
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 pt breit.
27651 \begin_inset Newline newline
27652 \end_inset
27653
27654
27655 \begin_inset Box Shadowbox
27656 position "c"
27657 hor_pos "c"
27658 has_inner_box 1
27659 inner_pos "c"
27660 use_parbox 0
27661 width "20col%"
27662 special "none"
27663 height "1in"
27664 height_special "totalheight"
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 Schattierte
27669 \begin_inset space ~
27670 \end_inset
27671
27672 Box
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Description
27681 Doppelt
27682 \begin_inset space ~
27683 \end_inset
27684
27685 gerahmte
27686 \begin_inset space ~
27687 \end_inset
27688
27689 Box zeichnet einen doppelten Rahmen um die Box.
27690  Der innere Rahmen ist 0.75
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694
27695 \series bold
27696
27697 \backslash
27698 fboxrule
27699 \series default
27700  breit, der äußere 1.5
27701 \begin_inset space \thinspace{}
27702 \end_inset
27703
27704
27705 \series bold
27706
27707 \backslash
27708 fboxrule
27709 \series default
27710 , der Zwischenraum 1.5
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714
27715 \series bold
27716
27717 \backslash
27718 fboxrule
27719 \series default
27720
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 +
27725 \begin_inset space \thinspace{}
27726 \end_inset
27727
27728 0.5
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 pt.
27733  
27734 \begin_inset Box Doublebox
27735 position "c"
27736 hor_pos "c"
27737 has_inner_box 1
27738 inner_pos "c"
27739 use_parbox 0
27740 width "20col%"
27741 special "none"
27742 height "1in"
27743 height_special "totalheight"
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747 Doppelt
27748 \begin_inset space ~
27749 \end_inset
27750
27751 gerahmte
27752 \begin_inset space ~
27753 \end_inset
27754
27755 Box
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Standard
27764 \begin_inset VSpace bigskip
27765 \end_inset
27766
27767 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27768  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27769 \series bold
27770 fancybox
27771 \series default
27772
27773 \begin_inset Index
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 LaTeX-Pakete ! fancybox
27778 \end_layout
27779
27780 \end_inset
27781
27782  installiert sein.
27783 \end_layout
27784
27785 \begin_layout Standard
27786 \begin_inset VSpace bigskip
27787 \end_inset
27788
27789 Der Standardwert für 
27790 \series bold
27791
27792 \backslash
27793 fboxrule
27794 \series default
27795  ist 0.4
27796 \begin_inset space \thinspace{}
27797 \end_inset
27798
27799 pt.
27800  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27801 \begin_inset space \thinspace{}
27802 \end_inset
27803
27804 pt gesetzt werden:
27805 \end_layout
27806
27807 \begin_layout Standard
27808
27809 \series bold
27810
27811 \backslash
27812 setlength{
27813 \backslash
27814 fboxrule}{2pt}
27815 \end_layout
27816
27817 \begin_layout Standard
27818 \begin_inset ERT
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822
27823
27824 \backslash
27825 setlength{
27826 \backslash
27827 fboxrule}{2pt}
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset Box Boxed
27834 position "c"
27835 hor_pos "c"
27836 has_inner_box 1
27837 inner_pos "c"
27838 use_parbox 0
27839 width "30col%"
27840 special "none"
27841 height "1in"
27842 height_special "totalheight"
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 \align center
27847 Rechteckige Box mit einer Rahmenbreite von 2
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 pt
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \begin_inset ERT
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861
27862
27863 \backslash
27864 setlength{
27865 \backslash
27866 fboxrule}{0.4pt}
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \begin_inset VSpace bigskip
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 pt.
27884  Sie können das ändern, indem Sie den Wert von 
27885 \series bold
27886
27887 \backslash
27888 fboxsep
27889 \series default
27890  mit einem TeX-Code-Befehl ändern:
27891 \end_layout
27892
27893 \begin_layout Standard
27894
27895 \series bold
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 fboxsep}{10pt}
27901 \end_layout
27902
27903 \begin_layout Standard
27904 setzt den Wert auf 10
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 pt, wie in der folgenden Box:
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 setlength{
27920 \backslash
27921 fboxsep}{10pt}
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Box Boxed
27928 position "c"
27929 hor_pos "c"
27930 has_inner_box 1
27931 inner_pos "c"
27932 use_parbox 0
27933 width "25col%"
27934 special "none"
27935 height "1in"
27936 height_special "totalheight"
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940 \align center
27941 Rechteckige Box mit 
27942 \series bold
27943
27944 \backslash
27945 fboxsep
27946 \series default
27947
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 =
27952 \begin_inset space \thinspace{}
27953 \end_inset
27954
27955 10
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 pt
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 setlength{
27973 \backslash
27974 fboxsep}{3pt}
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 \noindent
27984 \begin_inset VSpace bigskip
27985 \end_inset
27986
27987 Der Durchmesser der abgerundeten Ecken kann mit 
27988 \series bold
27989
27990 \backslash
27991 cornersize
27992 \series default
27993  gesetzt werden.
27994  Der TeX-Code-Befehl
27995 \end_layout
27996
27997 \begin_layout Standard
27998
27999 \series bold
28000
28001 \backslash
28002 cornersize*{1cm}
28003 \end_layout
28004
28005 \begin_layout Standard
28006 setzt den Durchmesser auf 1
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 cm.
28011  Der TeX-Code-Befehl
28012 \end_layout
28013
28014 \begin_layout Standard
28015
28016 \series bold
28017
28018 \backslash
28019 cornersize{num}
28020 \end_layout
28021
28022 \begin_layout Standard
28023 setzt den Durchmesser auf 
28024 \family sans
28025 num
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029 ×
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 Minimum(Breite der Box, Höhe der Box)
28034 \family default
28035 .
28036  Der Standardwert ist 
28037 \series bold
28038
28039 \backslash
28040 cornersize{0.5}
28041 \series default
28042 .
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \begin_inset ERT
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050
28051
28052 \backslash
28053 cornersize*{1.5cm}
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \begin_inset Box Ovalbox
28060 position "c"
28061 hor_pos "c"
28062 has_inner_box 1
28063 inner_pos "c"
28064 use_parbox 0
28065 width "30col%"
28066 special "none"
28067 height "1in"
28068 height_special "totalheight"
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 \align center
28073 Ovale Box, dicker Rand, mit 
28074 \series bold
28075
28076 \backslash
28077 cornersize
28078 \series default
28079
28080 \begin_inset space \thinspace{}
28081 \end_inset
28082
28083 =
28084 \begin_inset space \thinspace{}
28085 \end_inset
28086
28087 1.5
28088 \begin_inset space \thinspace{}
28089 \end_inset
28090
28091 cm
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 cornersize{0.5}
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 \begin_inset VSpace bigskip
28114 \end_inset
28115
28116 Die Breite des Schattens wird mit 
28117 \series bold
28118
28119 \backslash
28120 shadowsize
28121 \series default
28122  festgelegt.
28123  Mit dem TeX-Code-Befehl
28124 \end_layout
28125
28126 \begin_layout Standard
28127
28128 \series bold
28129
28130 \backslash
28131 setlength{
28132 \backslash
28133 shadowsize}{2pt}
28134 \end_layout
28135
28136 \begin_layout Standard
28137 wird er für die folgende Box auf 2
28138 \begin_inset space \thinspace{}
28139 \end_inset
28140
28141 pt festgelegt.
28142 \end_layout
28143
28144 \begin_layout Standard
28145 \begin_inset ERT
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149
28150
28151 \backslash
28152 setlength{
28153 \backslash
28154 shadowsize}{2pt}
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \begin_inset Box Shadowbox
28161 position "c"
28162 hor_pos "c"
28163 has_inner_box 1
28164 inner_pos "c"
28165 use_parbox 0
28166 width "25col%"
28167 special "none"
28168 height "1in"
28169 height_special "totalheight"
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 \align center
28174 Schattierte Box mit 
28175 \series bold
28176
28177 \backslash
28178 shadowsize
28179 \series default
28180
28181 \begin_inset space \thinspace{}
28182 \end_inset
28183
28184 =
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188 2
28189 \begin_inset space \thinspace{}
28190 \end_inset
28191
28192 pt
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \begin_inset ERT
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202
28203
28204 \backslash
28205 setlength{
28206 \backslash
28207 shadowsize}{4pt}
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 \noindent
28217 \begin_inset VSpace bigskip
28218 \end_inset
28219
28220 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28221  folgen.
28222 \end_layout
28223
28224 \begin_layout Section
28225 Minipage
28226 \begin_inset CommandInset label
28227 LatexCommand label
28228 name "abs:Minipage"
28229
28230 \end_inset
28231
28232
28233 \begin_inset Index
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237 Boxen ! Minipage
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28247  deshalb unter anderem eigene Fußnoten haben.
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28256  Ihre Breite ist 45 Spaltenbreite
28257 \begin_inset space ~
28258 \end_inset
28259
28260 %, und sie sind durch einen 
28261 \family sans
28262 HFill
28263 \family default
28264  getrennt (
28265 \family sans
28266 Einfügen\SpecialChar \menuseparator
28267 Formatierung\SpecialChar \menuseparator
28268 Horizontaler
28269 \begin_inset space \space{}
28270 \end_inset
28271
28272 Abstand\SpecialChar \menuseparator
28273 Abstand\SpecialChar \menuseparator
28274 Variabler
28275 \begin_inset space ~
28276 \end_inset
28277
28278 horiz.
28279 \begin_inset space ~
28280 \end_inset
28281
28282 Abstand
28283 \family default
28284 ).
28285 \end_layout
28286
28287 \begin_layout Standard
28288 \noindent
28289 \begin_inset Box Frameless
28290 position "t"
28291 hor_pos "c"
28292 has_inner_box 1
28293 inner_pos "c"
28294 use_parbox 0
28295 width "45col%"
28296 special "none"
28297 height "1in"
28298 height_special "totalheight"
28299 status open
28300
28301 \begin_layout Plain Layout
28302 Dies ist ein deutscher Text.
28303  Dies ist ein deutscher Text.
28304  Dies ist ein deutscher Text.
28305  Dies ist ein deutscher Text.
28306  Dies ist ein deutscher Text.
28307  Dies ist ein deutscher Text.
28308  Dies ist ein deutscher Text.
28309  Dies ist ein deutscher Text.
28310  Dies ist ein deutscher Text.
28311  Dies ist ein deutscher Text.
28312  Dies ist ein deutscher Text.
28313  Dies ist ein deutscher Text.
28314  Dies ist ein deutscher Text
28315 \begin_inset Foot
28316 status open
28317
28318 \begin_layout Plain Layout
28319 Dies ist eine deutsche Fußnote.
28320 \end_layout
28321
28322 \end_inset
28323
28324 .
28325  Dies ist ein deutscher Text.
28326  Dies ist ein deutscher Text.
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \begin_inset space \hfill{}
28333 \end_inset
28334
28335
28336 \begin_inset Box Frameless
28337 position "t"
28338 hor_pos "c"
28339 has_inner_box 1
28340 inner_pos "c"
28341 use_parbox 0
28342 width "45col%"
28343 special "none"
28344 height "1in"
28345 height_special "totalheight"
28346 status open
28347
28348 \begin_layout Plain Layout
28349
28350 \lang english
28351 This is an English Text.
28352  This is an English Text.
28353  This is an English Text.
28354  This is an English Text.
28355  This is an English Text.
28356  This is an English Text.
28357  This is an English Text.
28358  This is an English Text.
28359  This is an English Text.
28360  This is an English Text.
28361  This is an English Text.
28362  This is an English Text.
28363  This is an English Text.
28364  This is an English Text.
28365  This is an English Text.
28366  This is an English Text.
28367 \begin_inset Foot
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371
28372 \lang english
28373 This is an English footnote.
28374 \end_layout
28375
28376 \end_inset
28377
28378  This is an English Text.
28379  
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \begin_layout Standard
28388 \noindent
28389 \begin_inset VSpace bigskip
28390 \end_inset
28391
28392 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28393  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28394  auf der die Tabelle gedruckt wird: 
28395 \begin_inset Tabular
28396 <lyxtabular version="3" rows="3" columns="4">
28397 <features>
28398 <column alignment="center" valignment="top" width="0pt">
28399 <column alignment="center" valignment="top" width="0pt">
28400 <column alignment="center" valignment="top" width="0pt">
28401 <column alignment="center" valignment="top" width="0pt">
28402 <row>
28403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28404 \begin_inset Text
28405
28406 \begin_layout Plain Layout
28407 1
28408 \end_layout
28409
28410 \end_inset
28411 </cell>
28412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28413 \begin_inset Text
28414
28415 \begin_layout Plain Layout
28416 2
28417 \end_layout
28418
28419 \end_inset
28420 </cell>
28421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28422 \begin_inset Text
28423
28424 \begin_layout Plain Layout
28425 3
28426 \begin_inset Foot
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 Dies ist eine Fußnote in einer Tabelle.
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Plain Layout
28444 4
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 </row>
28450 <row>
28451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 a
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28461 \begin_inset Text
28462
28463 \begin_layout Plain Layout
28464 b
28465 \end_layout
28466
28467 \end_inset
28468 </cell>
28469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473 c
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28479 \begin_inset Text
28480
28481 \begin_layout Plain Layout
28482 d
28483 \end_layout
28484
28485 \end_inset
28486 </cell>
28487 </row>
28488 <row>
28489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 e
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502 f
28503 \end_layout
28504
28505 \end_inset
28506 </cell>
28507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28508 \begin_inset Text
28509
28510 \begin_layout Plain Layout
28511 g
28512 \end_layout
28513
28514 \end_inset
28515 </cell>
28516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28517 \begin_inset Text
28518
28519 \begin_layout Plain Layout
28520 h
28521 \end_layout
28522
28523 \end_inset
28524 </cell>
28525 </row>
28526 </lyxtabular>
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 \noindent
28535 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28536  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28537  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28538  außerhalb.
28539 \end_layout
28540
28541 \begin_layout Standard
28542 \align center
28543 \begin_inset Box Frameless
28544 position "t"
28545 hor_pos "c"
28546 has_inner_box 1
28547 inner_pos "c"
28548 use_parbox 0
28549 width "30col%"
28550 special "none"
28551 height "1in"
28552 height_special "totalheight"
28553 status open
28554
28555 \begin_layout Plain Layout
28556 \align center
28557 \begin_inset Tabular
28558 <lyxtabular version="3" rows="3" columns="4">
28559 <features>
28560 <column alignment="center" valignment="top" width="0pt">
28561 <column alignment="center" valignment="top" width="0pt">
28562 <column alignment="center" valignment="top" width="0pt">
28563 <column alignment="center" valignment="top" width="0pt">
28564 <row>
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569 1
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 2
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28584 \begin_inset Text
28585
28586 \begin_layout Plain Layout
28587 3
28588 \begin_inset Foot
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 Dies ist eine Fußnote in einer Tabelle.
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Plain Layout
28606 4
28607 \end_layout
28608
28609 \end_inset
28610 </cell>
28611 </row>
28612 <row>
28613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 a
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Plain Layout
28626 b
28627 \end_layout
28628
28629 \end_inset
28630 </cell>
28631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Plain Layout
28635 c
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 d
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 <row>
28651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655 e
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Plain Layout
28664 f
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28670 \begin_inset Text
28671
28672 \begin_layout Plain Layout
28673 g
28674 \end_layout
28675
28676 \end_inset
28677 </cell>
28678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Plain Layout
28682 h
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 </row>
28688 </lyxtabular>
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset VSpace bigskip
28702 \end_inset
28703
28704 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28705  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28706  Absätze nicht eingerückt werden, obwohl Sie das in 
28707 \family sans
28708 Dokument
28709 \family default
28710 \SpecialChar \menuseparator
28711
28712 \family sans
28713 Einstellun\SpecialChar \-
28714 gen\SpecialChar \menuseparator
28715 Textformat
28716 \family default
28717  festgelegt haben.
28718  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28719  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28720 \series bold
28721
28722 \backslash
28723 hspace*{1em}
28724 \series default
28725 .
28726 \end_layout
28727
28728 \begin_layout Standard
28729 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28730  zu verpassen, siehe Abschnitt
28731 \begin_inset space ~
28732 \end_inset
28733
28734
28735 \begin_inset CommandInset ref
28736 LatexCommand ref
28737 reference "uab:Farbe-für-Absätze"
28738
28739 \end_inset
28740
28741 .
28742 \end_layout
28743
28744 \begin_layout Standard
28745 \begin_inset Note Greyedout
28746 status open
28747
28748 \begin_layout Plain Layout
28749
28750 \series bold
28751 Bemerkung:
28752 \series default
28753  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28754  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Section
28763 Parbox
28764 \begin_inset CommandInset label
28765 LatexCommand label
28766 name "abs:Parbox"
28767
28768 \end_inset
28769
28770
28771 \begin_inset Index
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Boxen ! Parbox
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 Parbox ist eine Abkürzung für 
28785 \begin_inset Quotes gld
28786 \end_inset
28787
28788 paragraph box
28789 \begin_inset Quotes grd
28790 \end_inset
28791
28792 , was Absatzbox bedeutet.
28793  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28794  Parboxen einige Einschränkungen.
28795  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28796  gedruckt.:
28797 \end_layout
28798
28799 \begin_layout Standard
28800 \align center
28801 \begin_inset Box Frameless
28802 position "t"
28803 hor_pos "c"
28804 has_inner_box 1
28805 inner_pos "t"
28806 use_parbox 1
28807 width "33col%"
28808 special "none"
28809 height "1in"
28810 height_special "totalheight"
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Dies ist Text in einer Parbox.
28815  Dies ist Text in einer Parbox.
28816 \end_layout
28817
28818 \begin_layout Plain Layout
28819 Diese Fußnote wird nicht gedruckt:
28820 \begin_inset Foot
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28839  und Theoreme enthalten.
28840 \end_layout
28841
28842 \begin_layout Section
28843 Boxen für Worte und Buchstaben
28844 \begin_inset Index
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Boxen ! für Buchstaben
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Subsection
28857 Silbentrennung unterbinden 
28858 \begin_inset CommandInset label
28859 LatexCommand label
28860 name "abs:Silbentrennung-unterbinden"
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 Boxen ! zur Vermeidung von Silbentrennung
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28879 \begin_inset Newline newline
28880 \end_inset
28881
28882 Hier ist ein Beispiel: 
28883 \end_layout
28884
28885 \begin_layout Standard
28886 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28887 \begin_inset Quotes gld
28888 \end_inset
28889
28890 einsehrsehrsehrlangeswort
28891 \begin_inset Quotes grd
28892 \end_inset
28893
28894 .
28895 \end_layout
28896
28897 \begin_layout Standard
28898 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28899  soll, den TeX-Code
28900 \end_layout
28901
28902 \begin_layout Standard
28903
28904 \series bold
28905
28906 \backslash
28907 mbox{
28908 \end_layout
28909
28910 \begin_layout Standard
28911 ein.
28912  Hinter dem Wort fügen Sie 
28913 \series bold
28914
28915 \begin_inset Quotes gld
28916 \end_inset
28917
28918 }
28919 \series default
28920
28921 \begin_inset Quotes grd
28922 \end_inset
28923
28924  als TeX-Code ein.
28925  Hier ist das Ergebnis:
28926 \end_layout
28927
28928 \begin_layout Standard
28929 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935
28936 \backslash
28937 mbox{
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \begin_inset Quotes gld
28944 \end_inset
28945
28946 einsehrsehrsehrlangeswort
28947 \begin_inset Quotes grd
28948 \end_inset
28949
28950
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956 }
28957 \end_layout
28958
28959 \end_inset
28960
28961 .
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Alternativ dazu kann man auch den Befehl 
28966 \begin_inset Quotes gld
28967 \end_inset
28968
28969
28970 \series bold
28971
28972 \backslash
28973 -
28974 \series default
28975
28976 \begin_inset Quotes grd
28977 \end_inset
28978
28979  als TeX-Code direkt vor das Wort setzen:
28980 \end_layout
28981
28982 \begin_layout Standard
28983 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28984 \begin_inset Quotes gld
28985 \end_inset
28986
28987
28988 \begin_inset ERT
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992
28993
28994 \backslash
28995 -
28996 \end_layout
28997
28998 \end_inset
28999
29000 einsehrsehrsehrlangeswort
29001 \begin_inset Quotes grd
29002 \end_inset
29003
29004 .
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29009  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29010 \series bold
29011 Strg-Eingabe
29012 \series default
29013 ) einfügen: 
29014 \end_layout
29015
29016 \begin_layout Standard
29017 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29018 \begin_inset Newline newline
29019 \end_inset
29020
29021
29022 \begin_inset ERT
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026
29027
29028 \backslash
29029 mbox{
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \begin_inset Quotes gld
29036 \end_inset
29037
29038 einsehrsehrsehrlangeswort
29039 \begin_inset Quotes grd
29040 \end_inset
29041
29042
29043 \begin_inset ERT
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047
29048 }
29049 \end_layout
29050
29051 \end_inset
29052
29053 .
29054 \end_layout
29055
29056 \begin_layout Subsection
29057 Vertikale Ausrichtung
29058 \begin_inset CommandInset label
29059 LatexCommand label
29060 name "uab:Vertikale-Ausrichtung"
29061
29062 \end_inset
29063
29064
29065 \begin_inset Index
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 Boxen ! für Vertikale Ausrichtung
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \begin_inset Index
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 Boxen ! raisebox
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 Mit dem LaTeX-Befehl 
29089 \series bold
29090
29091 \backslash
29092 raisebox
29093 \series default
29094  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29095 n Textes ausrichten.
29096  
29097 \series bold
29098
29099 \backslash
29100 raisebox
29101 \series default
29102  wird folgendermaßen benutzt:
29103 \end_layout
29104
29105 \begin_layout Standard
29106
29107 \series bold
29108
29109 \backslash
29110 raisebox{Verschiebung}[oben][unten]{Text}
29111 \end_layout
29112
29113 \begin_layout Standard
29114 Positive Werte für Verschiebung
29115 \series bold
29116  
29117 \series default
29118 verschieben die Box nach oben, negative nach unten.
29119  Die beiden optionalen Parameter 
29120 \family typewriter
29121 oben
29122 \family default
29123  und 
29124 \family typewriter
29125 unten
29126 \family default
29127  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29128  hinausgeht, wenn sie nicht verschoben ist.
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Um zum Beispiel das Wort 
29133 \begin_inset Quotes gld
29134 \end_inset
29135
29136 provokant
29137 \begin_inset Quotes grd
29138 \end_inset
29139
29140  mit seinem 
29141 \begin_inset Quotes gld
29142 \end_inset
29143
29144 niedrigsten
29145 \begin_inset Quotes grd
29146 \end_inset
29147
29148  Buchstaben 
29149 \begin_inset Quotes gld
29150 \end_inset
29151
29152 p
29153 \begin_inset Quotes grd
29154 \end_inset
29155
29156  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29157 \end_layout
29158
29159 \begin_layout Standard
29160
29161 \series bold
29162
29163 \backslash
29164 raisebox{
29165 \backslash
29166 depth}{
29167 \end_layout
29168
29169 \begin_layout Standard
29170 vor dem Wort einfügen und 
29171 \begin_inset Quotes gld
29172 \end_inset
29173
29174
29175 \series bold
29176 }
29177 \series default
29178
29179 \begin_inset Quotes grd
29180 \end_inset
29181
29182  als TeX-Code dahinter:
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Dies ist eine Zeile, in der das Wort 
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 raisebox{
29195 \backslash
29196 depth}{
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \begin_inset Quotes gld
29203 \end_inset
29204
29205 provokant
29206 \begin_inset Quotes grd
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215 }
29216 \end_layout
29217
29218 \end_inset
29219
29220  nach oben verschoben wurde.
29221 \end_layout
29222
29223 \begin_layout Standard
29224 \begin_inset VSpace bigskip
29225 \end_inset
29226
29227 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29228  gedehnt:
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Dies ist eine Zeile, in der das Wort 
29233 \begin_inset ERT
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237
29238
29239 \backslash
29240 raisebox{-
29241 \backslash
29242 depth}{
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \begin_inset Quotes gld
29249 \end_inset
29250
29251 provokant
29252 \begin_inset Quotes grd
29253 \end_inset
29254
29255
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261 }
29262 \end_layout
29263
29264 \end_inset
29265
29266  nach unten verschoben wurde.
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Dies ist eine Zeile, in der das Wort 
29271 \begin_inset ERT
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275
29276
29277 \backslash
29278 raisebox{0.5cm}{
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \begin_inset Quotes gld
29285 \end_inset
29286
29287 testen
29288 \begin_inset Quotes grd
29289 \end_inset
29290
29291
29292 \begin_inset ERT
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296
29297 }
29298 \end_layout
29299
29300 \end_inset
29301
29302  um 0.5
29303 \begin_inset space \thinspace{}
29304 \end_inset
29305
29306 cm nach oben verschoben wurde.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 raisebox{-
29319 \backslash
29320 depth}[0pt]{
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Dies ist eine Zeile, in der das Wort 
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330
29331 \backslash
29332 raisebox{-
29333 \backslash
29334 depth}[0pt]{
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset Quotes gld
29341 \end_inset
29342
29343 provokant
29344 \begin_inset Quotes grd
29345 \end_inset
29346
29347
29348 \begin_inset ERT
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352
29353 }
29354 \end_layout
29355
29356 \end_inset
29357
29358  nach unten verschoben wurde.
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Dies ist eine Zeile, in der das Wort 
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 raisebox{0.5cm}[0pt]{
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Quotes gld
29377 \end_inset
29378
29379 testen
29380 \begin_inset Quotes grd
29381 \end_inset
29382
29383
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 }
29390 \end_layout
29391
29392 \end_inset
29393
29394  um 0.5
29395 \begin_inset space \thinspace{}
29396 \end_inset
29397
29398 cm nach oben verschoben wurde.
29399  Jetzt überschneiden sich die verschobenen Worte.
29400 \end_layout
29401
29402 \begin_layout Section
29403 Farbige Boxen
29404 \begin_inset CommandInset label
29405 LatexCommand label
29406 name "abs:Farbige-Boxen"
29407
29408 \end_inset
29409
29410
29411 \begin_inset Index
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 Boxen ! farbige
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Subsection
29424 Text-Hintergrundfarbe
29425 \begin_inset Index
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 Farbe ! für Text-Hintergrund
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29439  sogenannten 
29440 \begin_inset Quotes gld
29441 \end_inset
29442
29443 colorbox
29444 \begin_inset Quotes grd
29445 \end_inset
29446
29447  stehen.
29448  Dafür muss das LaTeX-Paket 
29449 \series bold
29450 color
29451 \series default
29452
29453 \begin_inset Index
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 LaTeX-Pakete ! color
29458 \end_layout
29459
29460 \end_inset
29461
29462  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 @ifundefined{textcolor}
29471 \begin_inset Newline newline
29472 \end_inset
29473
29474
29475 \begin_inset ERT
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479
29480
29481 \backslash
29482 hphantom{ }
29483 \end_layout
29484
29485 \end_inset
29486
29487 {
29488 \backslash
29489 usepackage{color}}{}
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Wenn Sie Text einfärben, lädt LyX das Paket 
29494 \series bold
29495 color
29496 \series default
29497  automatisch.
29498 \begin_inset Foot
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Der Befehl 
29503 \series bold
29504
29505 \backslash
29506 @ifundefined
29507 \series default
29508  vermeidet, dass es in diesem Fall doppelt geladen wird.
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Standard
29517 \begin_inset VSpace medskip
29518 \end_inset
29519
29520 Colorboxen werden mit dem Befehl 
29521 \series bold
29522
29523 \backslash
29524 colorbox
29525 \series default
29526  erzeugt:
29527 \end_layout
29528
29529 \begin_layout Standard
29530
29531 \series bold
29532
29533 \backslash
29534 colorbox{Farbe}{Boxinhalt}
29535 \end_layout
29536
29537 \begin_layout Standard
29538 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29539  Boxen sein.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Die folgenden Farben sind vordefiniert:
29544 \family sans
29545  schwarz
29546 \family default
29547
29548 \family sans
29549 wei
29550 \family default
29551 ß, 
29552 \family sans
29553 rot
29554 \family default
29555 \series bold
29556 ,
29557 \series default
29558  
29559 \family sans
29560 grün
29561 \family default
29562
29563 \family sans
29564 blau
29565 \family default
29566
29567 \family sans
29568 türkis
29569 \family default
29570
29571 \family sans
29572 purpurrot
29573 \family default
29574  und 
29575 \family sans
29576 gelb
29577 \family default
29578 .
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29583 \begin_inset space ~
29584 \end_inset
29585
29586
29587 \begin_inset CommandInset ref
29588 LatexCommand ref
29589 reference "abs:Farbige-Tabellen"
29590
29591 \end_inset
29592
29593  beschrieben.
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29598  den TeX-Code-Befehl
29599 \end_layout
29600
29601 \begin_layout Standard
29602
29603 \series bold
29604
29605 \backslash
29606 colorbox{red}{
29607 \end_layout
29608
29609 \begin_layout Standard
29610 vor dem Wort ein.
29611  Hinter dem Wort fügen Sie 
29612 \series bold
29613
29614 \begin_inset Quotes gld
29615 \end_inset
29616
29617 }
29618 \series default
29619
29620 \begin_inset Quotes grd
29621 \end_inset
29622
29623  als TeX-Code ein.
29624  Hier ist das Ergebnis:
29625 \end_layout
29626
29627 \begin_layout Standard
29628 In dieser Zeile hat 
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634
29635 \backslash
29636 colorbox{red}{
29637 \end_layout
29638
29639 \end_inset
29640
29641 Achtung!
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647 }
29648 \end_layout
29649
29650 \end_inset
29651
29652  einen roten Hintergrund.
29653 \end_layout
29654
29655 \begin_layout Standard
29656 \begin_inset VSpace bigskip
29657 \end_inset
29658
29659 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29660  
29661 \series bold
29662
29663 \backslash
29664 fcolorbox
29665 \series default
29666  verwenden:
29667 \end_layout
29668
29669 \begin_layout Standard
29670
29671 \series bold
29672
29673 \backslash
29674 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \series bold
29680
29681 \backslash
29682 fcolorbox
29683 \series default
29684  ist eine Erweiterung von 
29685 \series bold
29686
29687 \backslash
29688 colorbox
29689 \series default
29690 .
29691  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29692  
29693 \series bold
29694
29695 \backslash
29696 fboxrule
29697 \series default
29698  und 
29699 \series bold
29700
29701 \backslash
29702 fboxsep
29703 \series default
29704  gesteuert werden, wie in Abschnitt
29705 \begin_inset space ~
29706 \end_inset
29707
29708
29709 \begin_inset CommandInset ref
29710 LatexCommand ref
29711 reference "abs:Gerahmte-Boxen"
29712
29713 \end_inset
29714
29715  beschrieben.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 Für das folgende Beispiel wurde der Befehl
29720 \end_layout
29721
29722 \begin_layout Standard
29723
29724 \series bold
29725
29726 \backslash
29727 fcolorbox{cyan}{magenta}{
29728 \end_layout
29729
29730 \begin_layout Standard
29731 benutzt.
29732  Hier wurden die Rahmendicke und der Abstand auf 1
29733 \begin_inset space \thinspace{}
29734 \end_inset
29735
29736 mm gesetzt:
29737 \begin_inset Newline newline
29738 \end_inset
29739
29740
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746
29747 \backslash
29748 fboxrule 1mm 
29749 \backslash
29750 fboxsep 1mm
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761
29762 \backslash
29763 fcolorbox{cyan}{green}{
29764 \end_layout
29765
29766 \end_inset
29767
29768 Dies ist Text in einer farbigen, gerahmten Box.
29769 \begin_inset ERT
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773
29774 }
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786 Natürlich gibt es auch farbigen Text in einer Colorbox:
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796
29797 \backslash
29798 fcolorbox{cyan}{green}{
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \color yellow
29805 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29806 \color none
29807
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813 }
29814 \end_layout
29815
29816 \end_inset
29817
29818
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824
29825 \backslash
29826 fboxrule 0.4pt 
29827 \backslash
29828 fboxsep 3pt
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837 \begin_inset VSpace bigskip
29838 \end_inset
29839
29840
29841 \end_layout
29842
29843 \begin_layout Standard
29844 \begin_inset Note Greyedout
29845 status open
29846
29847 \begin_layout Plain Layout
29848 \noindent
29849
29850 \series bold
29851 Bemerkung:
29852 \series default
29853  Text in Colorboxen kann nicht umgebrochen werden.
29854  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29855  wie im folgenden beschrieben.
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Subsection
29864 Farbe für Absätze
29865 \begin_inset CommandInset label
29866 LatexCommand label
29867 name "uab:Farbe-für-Absätze"
29868
29869 \end_inset
29870
29871
29872 \begin_inset Index
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 Farbe ! für Absätze
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \begin_layout Standard
29885 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29886  den Text in eine Minipage stellen.
29887  Vor der Minipage fügen Sie den TeX-Code-Befehl
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893
29894 \backslash
29895 colorbox{color}{
29896 \end_layout
29897
29898 \begin_layout Standard
29899 ein.
29900  Hinter der Minipage fügen Sie 
29901 \series bold
29902
29903 \begin_inset Quotes gld
29904 \end_inset
29905
29906 }
29907 \series default
29908
29909 \begin_inset Quotes grd
29910 \end_inset
29911
29912  als TeX-Code ein.
29913 \end_layout
29914
29915 \begin_layout Standard
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 colorbox{hellgrau}{
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \begin_inset Box Frameless
29930 position "t"
29931 hor_pos "c"
29932 has_inner_box 1
29933 inner_pos "t"
29934 use_parbox 0
29935 width "100col%"
29936 special "none"
29937 height "1in"
29938 height_special "totalheight"
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942 Dies ist Text mit einer Hintergrundfarbe.
29943  Dies ist Text mit einer Hintergrundfarbe.
29944 \end_layout
29945
29946 \begin_layout Plain Layout
29947 Der Text kann Fußnoten
29948 \begin_inset Foot
29949 status open
29950
29951 \begin_layout Plain Layout
29952 Eine weitere Fußnote
29953 \end_layout
29954
29955 \end_inset
29956
29957  und Tabellen und Abbildungen enthalten.
29958 \end_layout
29959
29960 \begin_layout Plain Layout
29961 \align center
29962 \begin_inset Tabular
29963 <lyxtabular version="3" rows="3" columns="3">
29964 <features>
29965 <column alignment="center" valignment="top" width="0">
29966 <column alignment="center" valignment="top" width="0">
29967 <column alignment="center" valignment="top" width="0">
29968 <row>
29969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29970 \begin_inset Text
29971
29972 \begin_layout Plain Layout
29973 a
29974 \end_layout
29975
29976 \end_inset
29977 </cell>
29978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29979 \begin_inset Text
29980
29981 \begin_layout Plain Layout
29982 !
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991 3
29992 \end_layout
29993
29994 \end_inset
29995 </cell>
29996 </row>
29997 <row>
29998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout Plain Layout
30002 <
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30008 \begin_inset Text
30009
30010 \begin_layout Plain Layout
30011 b2
30012 \begin_inset Quotes erd
30013 \end_inset
30014
30015 |
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 >
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 </row>
30030 <row>
30031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Plain Layout
30035 1
30036 \end_layout
30037
30038 \end_inset
30039 </cell>
30040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30041 \begin_inset Text
30042
30043 \begin_layout Plain Layout
30044 §
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30050 \begin_inset Text
30051
30052 \begin_layout Plain Layout
30053 c
30054 \end_layout
30055
30056 \end_inset
30057 </cell>
30058 </row>
30059 </lyxtabular>
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074 }
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Section
30083 Rotierte und skalierte Boxen
30084 \end_layout
30085
30086 \begin_layout Standard
30087 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30088 \series bold
30089 graphicx
30090 \series default
30091
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 LaTeX-Pakete ! graphicx
30097 \end_layout
30098
30099 \end_inset
30100
30101  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 @ifundefined{rotatebox}
30110 \begin_inset Newline newline
30111 \end_inset
30112
30113
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119
30120 \backslash
30121 hphantom{ }
30122 \end_layout
30123
30124 \end_inset
30125
30126 {
30127 \backslash
30128 usepackage{graphicx}}{}
30129 \end_layout
30130
30131 \begin_layout Standard
30132 \begin_inset Note Greyedout
30133 status open
30134
30135 \begin_layout Plain Layout
30136
30137 \series bold
30138 Bemerkung:
30139 \series default
30140  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30141  darstellen.
30142  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 \begin_inset Note Greyedout
30152 status open
30153
30154 \begin_layout Plain Layout
30155
30156 \series bold
30157 Bemerkung:
30158 \series default
30159  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Subsection
30168 Rotierte Boxen
30169 \begin_inset Index
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173 Boxen ! rotierte
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \begin_inset Index
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Rotiertes Material
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \begin_inset Index
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193 Abbildungen ! rotierte
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Index
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203 Tabellen ! rotierte
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 Um Text zu drehen, verwendet man den Befehl 
30213 \series bold
30214
30215 \backslash
30216 rotatebox
30217 \series default
30218  im TeX-Code nach folgendem Schema:
30219 \end_layout
30220
30221 \begin_layout Standard
30222
30223 \series bold
30224
30225 \backslash
30226 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30227 \end_layout
30228
30229 \begin_layout Standard
30230 Der Drehpunkt wird mit 
30231 \series bold
30232 origin=Position
30233 \series default
30234  angegeben.
30235  Folgende Positionen sind möglich: 
30236 \emph on
30237 c
30238 \emph default
30239  (mittig), 
30240 \emph on
30241 l
30242 \emph default
30243  (links), 
30244 \emph on
30245 r
30246 \emph default
30247  (rechts), 
30248 \emph on
30249 b
30250 \emph default
30251  (unten), 
30252 \emph on
30253 t
30254 \emph default
30255  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30256  Z.
30257 \begin_inset space \thinspace{}
30258 \end_inset
30259
30260 B.
30261  bedeutet 
30262 \emph on
30263 lt
30264 \emph default
30265 , dass sich der Drehpunkt links oben befindet.
30266  Wird kein Drehpunkt angegeben, wird die Position 
30267 \emph on
30268 l
30269 \emph default
30270  verwendet.
30271  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30272  Gedreht wird gegen den Uhrzeigersinn.
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Im folgenden Beispiel wurde vor dem Text der Befehl 
30277 \series bold
30278
30279 \backslash
30280 rotatebox[origin=c]{60}{
30281 \series default
30282  im TeX-Modus eingegeben.
30283  Nach dem Text wurde die schließende Klammer 
30284 \series bold
30285 }
30286 \series default
30287  wiederum im TeX-Modus eingegeben.
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Dies ist eine Zeile 
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297
30298 \backslash
30299 rotatebox[origin=c]{60}{
30300 \end_layout
30301
30302 \end_inset
30303
30304 mit rotiertem
30305 \begin_inset ERT
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309
30310 }
30311 \end_layout
30312
30313 \end_inset
30314
30315  Text.
30316 \end_layout
30317
30318 \begin_layout Standard
30319 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30320 \end_layout
30321
30322 \begin_layout Standard
30323 Dies ist eine Zeile 
30324 \begin_inset ERT
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328
30329
30330 \backslash
30331 rotatebox[origin=r]{-60}{
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \begin_inset Box Doublebox
30338 position "c"
30339 hor_pos "c"
30340 has_inner_box 0
30341 inner_pos "c"
30342 use_parbox 0
30343 width "1in"
30344 special "width"
30345 height "1in"
30346 height_special "totalheight"
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 mit rotiertem
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361 }
30362 \end_layout
30363
30364 \end_inset
30365
30366  umrandeten Text 
30367 \begin_inset ERT
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371
30372
30373 \backslash
30374 rotatebox[origin=lb]{60}{
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30381 \end_inset
30382
30383
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389 }
30390 \end_layout
30391
30392 \end_inset
30393
30394  und einer Formel.
30395 \end_layout
30396
30397 \begin_layout Standard
30398 Oder ein Bild oder Tabelle:
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Dies ist eine Zeile 
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 rotatebox[origin=lb]{90}{
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \begin_inset Graphics
30417         filename ../clipart/platypus.eps
30418         lyxscale 50
30419         width 25col%
30420
30421 \end_inset
30422
30423
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429 }
30430 \end_layout
30431
30432 \end_inset
30433
30434  mit einem rotierten Bild 
30435 \begin_inset ERT
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439
30440
30441 \backslash
30442 rotatebox[origin=l]{-90}{
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \begin_inset Tabular
30449 <lyxtabular version="3" rows="2" columns="2">
30450 <features>
30451 <column alignment="center" valignment="top" width="0">
30452 <column alignment="center" valignment="top" width="0">
30453 <row>
30454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30455 \begin_inset Text
30456
30457 \begin_layout Plain Layout
30458 q
30459 \end_layout
30460
30461 \end_inset
30462 </cell>
30463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30464 \begin_inset Text
30465
30466 \begin_layout Plain Layout
30467 w
30468 \end_layout
30469
30470 \end_inset
30471 </cell>
30472 </row>
30473 <row>
30474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30475 \begin_inset Text
30476
30477 \begin_layout Plain Layout
30478 e
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487 r
30488 \end_layout
30489
30490 \end_inset
30491 </cell>
30492 </row>
30493 </lyxtabular>
30494
30495 \end_inset
30496
30497
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503 }
30504 \end_layout
30505
30506 \end_inset
30507
30508  und Tabelle.
30509 \end_layout
30510
30511 \begin_layout Subsection
30512 Skalierte Boxen
30513 \begin_inset Index
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517 Boxen ! skalierte
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \begin_inset Index
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 Skaliertes Material
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Index
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537 Abbildungen ! skalierte
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \begin_inset Index
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Tabellen ! skalierte
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 Um Text zu skalieren, kann man die Befehle 
30557 \series bold
30558
30559 \backslash
30560 scalebox
30561 \series default
30562  und 
30563 \series bold
30564
30565 \backslash
30566 resizebox
30567 \series default
30568  im TeX-Modus verwenden.
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 scalebox
30577 \series default
30578  wird nach folgendem Schema verwendet:
30579 \end_layout
30580
30581 \begin_layout Standard
30582
30583 \series bold
30584
30585 \backslash
30586 scalebox{horizontal}[vertikal]{Boxinhalt}
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30591  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30592  verwendet.
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Z.
30597 \begin_inset space \thinspace{}
30598 \end_inset
30599
30600 B.
30601  ergibt der Befehl 
30602 \series bold
30603
30604 \backslash
30605 scalebox{2}{Hallo}
30606 \series default
30607  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 scalebox{2}{
30616 \end_layout
30617
30618 \end_inset
30619
30620 Hallo
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626 }
30627 \end_layout
30628
30629 \end_inset
30630
30631 .
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \series bold
30637
30638 \backslash
30639 scalebox{2}[1]{Hallo}
30640 \series default
30641  verzerrt hingegen das 
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647
30648 \backslash
30649 scalebox{2}[1]{
30650 \end_layout
30651
30652 \end_inset
30653
30654 Hallo
30655 \begin_inset ERT
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659
30660 }
30661 \end_layout
30662
30663 \end_inset
30664
30665 .
30666 \end_layout
30667
30668 \begin_layout Standard
30669 Die Skalierungsfaktoren dürfen auch negativ sein.
30670  In diesem Fall wird der Boxinhalt gespiegelt.
30671 \end_layout
30672
30673 \begin_layout Standard
30674 Daher lässt sich mit dem Befehl 
30675 \series bold
30676
30677 \backslash
30678 scalebox{-1}[1]{Hallo}
30679 \series default
30680  Spiegelschrift erstellen: 
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 scalebox{-1}[1]{
30689 \end_layout
30690
30691 \end_inset
30692
30693 Hallo
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699 }
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \begin_layout Standard
30708
30709 \series bold
30710
30711 \backslash
30712 scalebox{1}[-1]{Hallo}
30713 \series default
30714  spiegelt das 
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 scalebox{1}[-1]{
30723 \end_layout
30724
30725 \end_inset
30726
30727 Hallo
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733 }
30734 \end_layout
30735
30736 \end_inset
30737
30738  an der Grundlinie.
30739 \end_layout
30740
30741 \begin_layout Standard
30742 Zu 
30743 \series bold
30744
30745 \backslash
30746 scalebox{-1}[1]{Boxinhalt}
30747 \series default
30748  gibt es den äquivalenten Befehl
30749 \begin_inset Newline newline
30750 \end_inset
30751
30752
30753 \series bold
30754
30755 \backslash
30756 reflectbox{Boxinhalt}
30757 \series default
30758 .
30759 \end_layout
30760
30761 \begin_layout Standard
30762 \begin_inset VSpace bigskip
30763 \end_inset
30764
30765
30766 \series bold
30767
30768 \backslash
30769 resizebox
30770 \series default
30771  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30772  skalieren.
30773  Das Befehlsschema ist folgendes:
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 resizebox{Breite}{Höhe}{Boxinhalt}
30782 \end_layout
30783
30784 \begin_layout Standard
30785 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30786 \series bold
30787 !
30788 \series default
30789  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30790  wird.
30791 \end_layout
30792
30793 \begin_layout Standard
30794 Der Befehl 
30795 \series bold
30796
30797 \backslash
30798 resizebox{2cm}{1cm}{Hallo}
30799 \series default
30800  ergibt: 
30801 \begin_inset ERT
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805
30806
30807 \backslash
30808 resizebox{2cm}{1cm}{
30809 \end_layout
30810
30811 \end_inset
30812
30813 Hallo
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819 }
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \begin_inset Newline newline
30826 \end_inset
30827
30828 Der Befehl 
30829 \series bold
30830
30831 \backslash
30832 resizebox{2cm}{!}{Hallo}
30833 \series default
30834  ergibt: 
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 resizebox{2cm}{!}{
30843 \end_layout
30844
30845 \end_inset
30846
30847 Hallo
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853 }
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \end_layout
30860
30861 \begin_layout Standard
30862 \begin_inset VSpace bigskip
30863 \end_inset
30864
30865
30866 \begin_inset Note Greyedout
30867 status open
30868
30869 \begin_layout Plain Layout
30870
30871 \series bold
30872 Bemerkung:
30873 \series default
30874  Wurde in Argumenten von 
30875 \series bold
30876
30877 \backslash
30878 scalebox
30879 \series default
30880  oder 
30881 \series bold
30882
30883 \backslash
30884 resizebox
30885 \series default
30886  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30887  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30888  werden.
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 \begin_inset VSpace bigskip
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Alle Boxen können beliebig miteinander kombiniert werden.
30905  So ergibt z.
30906 \begin_inset space \thinspace{}
30907 \end_inset
30908
30909 B.
30910  der Befehl
30911 \begin_inset Newline newline
30912 \end_inset
30913
30914
30915 \series bold
30916
30917 \backslash
30918 rotatebox[origin=c]{-45}{
30919 \backslash
30920 resizebox{2cm}{!}{
30921 \backslash
30922 reflectbox{Hallo}}}
30923 \series default
30924 :
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \align center
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934
30935 \backslash
30936 rotatebox[origin=c]{-45}{
30937 \backslash
30938 resizebox{2cm}{!}{
30939 \backslash
30940 reflectbox{
30941 \end_layout
30942
30943 \end_inset
30944
30945 Hallo
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951 }}}
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \noindent
30961 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30962 \end_layout
30963
30964 \begin_layout Standard
30965 \align center
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 rotatebox[origin=c]{-30}{
30974 \backslash
30975 resizebox{2cm}{!}{
30976 \backslash
30977 reflectbox{
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \begin_inset Graphics
30984         filename ../clipart/platypus.eps
30985         lyxscale 50
30986         width 25col%
30987
30988 \end_inset
30989
30990
30991 \begin_inset ERT
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995
30996 }}}
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 rotatebox[origin=c]{-45}{
31010 \backslash
31011 resizebox{2cm}{!}{
31012 \backslash
31013 reflectbox{
31014 \end_layout
31015
31016 \end_inset
31017
31018
31019 \begin_inset Tabular
31020 <lyxtabular version="3" rows="2" columns="2">
31021 <features>
31022 <column alignment="center" valignment="top" width="0">
31023 <column alignment="center" valignment="top" width="0">
31024 <row>
31025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31026 \begin_inset Text
31027
31028 \begin_layout Plain Layout
31029 q
31030 \end_layout
31031
31032 \end_inset
31033 </cell>
31034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31035 \begin_inset Text
31036
31037 \begin_layout Plain Layout
31038 w
31039 \end_layout
31040
31041 \end_inset
31042 </cell>
31043 </row>
31044 <row>
31045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31046 \begin_inset Text
31047
31048 \begin_layout Plain Layout
31049 e
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 r
31059 \end_layout
31060
31061 \end_inset
31062 </cell>
31063 </row>
31064 </lyxtabular>
31065
31066 \end_inset
31067
31068
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074 }}}
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 rotatebox[origin=c]{-45}{
31088 \backslash
31089 resizebox{2cm}{!}{
31090 \backslash
31091 reflectbox{
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31098 \end_inset
31099
31100
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106 }}}
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 Hat man den globalen Formelstil 
31116 \series bold
31117 fleqn
31118 \series default
31119
31120 \begin_inset Foot
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Wenn 
31125 \begin_inset Quotes gld
31126 \end_inset
31127
31128 fleqn
31129 \begin_inset Quotes grd
31130 \end_inset
31131
31132  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31133 \end_layout
31134
31135 \end_inset
31136
31137  gewählt, kann man auch abgesetzte Formeln skalieren.
31138 \end_layout
31139
31140 \begin_layout Chapter
31141 Externe Dateien
31142 \begin_inset Index
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Dateien ! externe
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Mit 
31156 \family sans
31157 Einfügen\SpecialChar \menuseparator
31158 Datei
31159 \family default
31160  können Sie fremdes Material in Ihr Dokument einsetzen.
31161  Das kann folgendes sein:
31162 \end_layout
31163
31164 \begin_layout Description
31165 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31166  eingefügt.
31167 \end_layout
31168
31169 \begin_layout Description
31170 Einfacher
31171 \begin_inset space ~
31172 \end_inset
31173
31174 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31175  eingefügt.
31176 \end_layout
31177
31178 \begin_layout Description
31179 Einfacher
31180 \begin_inset space ~
31181 \end_inset
31182
31183 Text,
31184 \begin_inset space ~
31185 \end_inset
31186
31187 Zeilen
31188 \begin_inset space ~
31189 \end_inset
31190
31191 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31192  Leerzeilen trennen die Absätze.
31193 \end_layout
31194
31195 \begin_layout Description
31196 Externes
31197 \begin_inset space ~
31198 \end_inset
31199
31200 Material Dateien in verschiedenen Formaten.
31201 \end_layout
31202
31203 \begin_layout Description
31204 Unterdokument LyX- oder LaTeX-Dokumente.
31205 \end_layout
31206
31207 \begin_layout Section
31208 Externes Material
31209 \begin_inset Index
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Externes Material
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 Mit 
31223 \family sans
31224 Einfügen\SpecialChar \menuseparator
31225 Datei\SpecialChar \menuseparator
31226  Externes Material
31227 \family default
31228  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31229  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31230  weil LyX sich darum kümmert.
31231  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31232  eingefügt werden können.
31233 \end_layout
31234
31235 \begin_layout Standard
31236 Zur Zeit können Sie folgende Dateitypen (
31237 \family sans
31238 Vorlagen
31239 \family default
31240 ) benutzen:
31241 \end_layout
31242
31243 \begin_layout Description
31244 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31245 \series bold
31246
31247 \begin_inset CommandInset href
31248 LatexCommand href
31249 name "XBoard"
31250 target "http://en.wikipedia.org/wiki/XBoard"
31251
31252 \end_inset
31253
31254
31255 \series default
31256  erzeugt wurden.
31257 \end_layout
31258
31259 \begin_layout Description
31260 Datum fügt ein Datum mit dem Format 
31261 \emph on
31262 Tag-Monat-Jahr
31263 \emph default
31264  ein.
31265  Hier ist ein Beispiel: 
31266 \begin_inset External
31267         template Date
31268         filename .
31269
31270 \end_inset
31271
31272
31273 \lang english
31274
31275 \begin_inset space ~
31276 \end_inset
31277
31278
31279 \begin_inset Note Note
31280 status open
31281
31282 \begin_layout Plain Layout
31283
31284 \lang english
31285 Remove the protected space when bug 4398 is fixed!
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \lang ngerman
31292
31293 \begin_inset Newline newline
31294 \end_inset
31295
31296 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31297  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31298  Menü 
31299 \family sans
31300 Einfügen\SpecialChar \menuseparator
31301 Datum
31302 \family default
31303  und mit dem LaTeX-Befehl 
31304 \series bold
31305
31306 \backslash
31307 today
31308 \series default
31309 .
31310  Die verschiedenen Methoden werden in Tabelle
31311 \begin_inset space ~
31312 \end_inset
31313
31314
31315 \begin_inset CommandInset ref
31316 LatexCommand ref
31317 reference "tab:Vergleich-der-Datums-Eingaben"
31318
31319 \end_inset
31320
31321  verglichen.
31322 \end_layout
31323
31324 \begin_layout Description
31325 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31326 \series bold
31327
31328 \begin_inset CommandInset href
31329 LatexCommand href
31330 name "LilyPond"
31331 target "http://en.wikipedia.org/wiki/LilyPond"
31332
31333 \end_inset
31334
31335
31336 \series default
31337  schreiben.
31338 \end_layout
31339
31340 \begin_layout Description
31341 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31342  Fast alle bekannten Bildformate werden unterstützt.
31343  Die Bilddateien können im Dialogfenster 
31344 \family sans
31345 Externes
31346 \begin_inset space ~
31347 \end_inset
31348
31349 Material
31350 \family default
31351  genauso behandelt werden wie die mit dem normalen 
31352 \family sans
31353 Grafik
31354 \family default
31355 -Dialog eingefügten, siehe Abschnitt
31356 \begin_inset space ~
31357 \end_inset
31358
31359
31360 \begin_inset CommandInset ref
31361 LatexCommand ref
31362 reference "abs:Grafik-Dialog"
31363
31364 \end_inset
31365
31366 .
31367  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31368  und EPS-Bilder werden nicht unterstützt.
31369 \end_layout
31370
31371 \begin_layout Description
31372 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31373 \series bold
31374
31375 \begin_inset CommandInset href
31376 LatexCommand href
31377 name "Xfig"
31378 target "http://en.wikipedia.org/wiki/Xfig"
31379
31380 \end_inset
31381
31382
31383 \series default
31384  erzeugt wurden.
31385 \end_layout
31386
31387 \begin_layout Standard
31388 \begin_inset Float table
31389 placement h
31390 wide false
31391 sideways false
31392 status open
31393
31394 \begin_layout Plain Layout
31395 \begin_inset Caption
31396
31397 \begin_layout Plain Layout
31398 \begin_inset CommandInset label
31399 LatexCommand label
31400 name "tab:Vergleich-der-Datums-Eingaben"
31401
31402 \end_inset
31403
31404 Vergleich der Datums-Eingaben
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Plain Layout
31413 \align center
31414 \begin_inset Tabular
31415 <lyxtabular version="3" rows="4" columns="4">
31416 <features>
31417 <column alignment="center" valignment="top" width="0">
31418 <column alignment="center" valignment="top" width="0">
31419 <column alignment="center" valignment="top" width="0">
31420 <column alignment="center" valignment="top" width="0">
31421 <row>
31422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31423 \begin_inset Text
31424
31425 \begin_layout Plain Layout
31426 Dokumentformat
31427 \end_layout
31428
31429 \end_inset
31430 </cell>
31431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31432 \begin_inset Text
31433
31434 \begin_layout Plain Layout
31435
31436 \family sans
31437 Externes Material\SpecialChar \menuseparator
31438 Datum
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447
31448 \family sans
31449 Einfügen\SpecialChar \menuseparator
31450 Datum
31451 \end_layout
31452
31453 \end_inset
31454 </cell>
31455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31456 \begin_inset Text
31457
31458 \begin_layout Plain Layout
31459 Befehl 
31460 \series bold
31461
31462 \backslash
31463 today
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 </row>
31469 <row>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 LyX
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 als Box
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492 als Datum
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501 als TeX-Code
31502 \end_layout
31503
31504 \end_inset
31505 </cell>
31506 </row>
31507 <row>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 LaTeX
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 als Datum
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 als Datum
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539 als Befehl
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 </row>
31545 <row>
31546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 DVI, PDF, PS
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 als Datum
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Plain Layout
31568 als Datum
31569 \end_layout
31570
31571 \end_inset
31572 </cell>
31573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31574 \begin_inset Text
31575
31576 \begin_layout Plain Layout
31577 als Datum
31578 \end_layout
31579
31580 \end_inset
31581 </cell>
31582 </row>
31583 </lyxtabular>
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 Wenn Sie im Dialogfenster
31597 \family sans
31598  Externes
31599 \begin_inset space ~
31600 \end_inset
31601
31602 Material 
31603 \family default
31604 in der Karteikarte
31605 \family sans
31606  Datei
31607 \family default
31608  die Option 
31609 \family sans
31610 Entwurf
31611 \family default
31612  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31613 \end_layout
31614
31615 \begin_layout Standard
31616 LyX kann externes Material entweder als Box wie hier: 
31617 \begin_inset Graphics
31618         filename clipart/ExternesMaterialQt4.png
31619         lyxscale 80
31620         scale 60
31621         scaleBeforeRotation
31622
31623 \end_inset
31624
31625  oder als Bild darstellen.
31626  Das hängt davon ab, ob Sie im Dialogfenster
31627 \family sans
31628  Externes
31629 \begin_inset space ~
31630 \end_inset
31631
31632 Material 
31633 \family default
31634 in der Karteikarte 
31635 \family sans
31636 LyX-Ansicht
31637 \family default
31638  die Option 
31639 \family sans
31640 in
31641 \begin_inset space ~
31642 \end_inset
31643
31644 LyX
31645 \begin_inset space ~
31646 \end_inset
31647
31648 anzeigen
31649 \family default
31650  gewählt haben oder nicht.
31651 \end_layout
31652
31653 \begin_layout Standard
31654 Im LyX-Handbuch 
31655 \family sans
31656 \emph on
31657 Anpassung
31658 \family default
31659 \emph default
31660  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31661 \end_layout
31662
31663 \begin_layout Section
31664 Unterdokumente
31665 \begin_inset CommandInset label
31666 LatexCommand label
31667 name "abs:Unterdokumente"
31668
31669 \end_inset
31670
31671
31672 \begin_inset Index
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 Unterdokument
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \begin_layout Standard
31685 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31686  oder Abschnitten bestehen.
31687  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31688  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31689 \end_layout
31690
31691 \begin_layout Standard
31692 Unterdokumente werden in LyX als Box angezeigt: 
31693 \begin_inset Graphics
31694         filename clipart/UnterdokumentQt4.png
31695         lyxscale 80
31696         scale 60
31697         scaleBeforeRotation
31698
31699 \end_inset
31700
31701 .
31702  Sie werden über
31703 \family sans
31704  Einfügen\SpecialChar \menuseparator
31705 Datei\SpecialChar \menuseparator
31706 Unterdokument
31707 \family default
31708  eingebunden, was das Dialogfenster
31709 \family sans
31710  Unterdokument
31711 \family default
31712  öffnet.
31713  Für 
31714 \family sans
31715 die Art
31716 \begin_inset space ~
31717 \end_inset
31718
31719 der
31720 \begin_inset space ~
31721 \end_inset
31722
31723 Einbindung
31724 \family default
31725  gibt es dort vier Möglichkeiten:
31726 \end_layout
31727
31728 \begin_layout Description
31729 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31730  Wenn Sie im Dialogfenster
31731 \family sans
31732  Unterdokument
31733 \family default
31734  auf 
31735 \family sans
31736 Öffnen
31737 \family default
31738  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31739  und Sie können es editieren.
31740 \begin_inset Newline newline
31741 \end_inset
31742
31743
31744 \end_layout
31745
31746 \begin_layout Standard
31747 Hier wird ein Unterdokument
31748 \family sans
31749  
31750 \family default
31751 per 
31752 \family sans
31753 Include
31754 \family default
31755  eingebunden: 
31756 \begin_inset CommandInset include
31757 LatexCommand include
31758 filename "DummyDocument1.lyx"
31759
31760 \end_inset
31761
31762 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31763  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31764  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31765 s.
31766  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31767 \begin_inset space ~
31768 \end_inset
31769
31770
31771 \begin_inset CommandInset ref
31772 LatexCommand ref
31773 reference "uab:Externer-Unterabschnitt-1"
31774
31775 \end_inset
31776
31777 .
31778 \end_layout
31779
31780 \begin_layout Standard
31781 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31782  wird benutzt.
31783  Unterdokumente, die per 
31784 \family sans
31785 Include
31786 \family default
31787  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31788  und enden mit einem Seitenumbruch.
31789 \end_layout
31790
31791 \begin_layout Standard
31792 Mit dem LaTeX-Befehl 
31793 \series bold
31794
31795 \backslash
31796 includeonly 
31797 \series default
31798 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31799  erstellt werden soll.
31800  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31801  sehen wollen, und es geht schneller.
31802  
31803 \series bold
31804
31805 \backslash
31806 includeonly
31807 \series default
31808  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31809  Im folgenden Beispiel
31810 \end_layout
31811
31812 \begin_layout Standard
31813
31814 \series bold
31815
31816 \backslash
31817 includeonly{Kapitel1,Kapitel5}
31818 \end_layout
31819
31820 \begin_layout Standard
31821 werden nur die Dateien 
31822 \begin_inset Quotes gld
31823 \end_inset
31824
31825 Kapitel1.lyx
31826 \begin_inset Quotes grd
31827 \end_inset
31828
31829  (oder 
31830 \begin_inset Quotes gld
31831 \end_inset
31832
31833 Kapitel1.tex
31834 \begin_inset Quotes grd
31835 \end_inset
31836
31837 ) und 
31838 \begin_inset Quotes gld
31839 \end_inset
31840
31841 Kapitel5.lyx
31842 \begin_inset Quotes grd
31843 \end_inset
31844
31845
31846 \series bold
31847  
31848 \series default
31849 eingebunden.
31850 \end_layout
31851
31852 \begin_layout Standard
31853 \begin_inset Note Greyedout
31854 status open
31855
31856 \begin_layout Plain Layout
31857
31858 \series bold
31859 Bemerkung:
31860 \series default
31861  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31862  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31863  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31864  Ergebnissen führen wird.
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \begin_layout Description
31873 Input Diese Methode ist 
31874 \family sans
31875 Include
31876 \family default
31877  sehr ähnlich mit folgenden Unterschieden:
31878 \end_layout
31879
31880 \begin_deeper
31881 \begin_layout Itemize
31882 Unterdokumente, die per 
31883 \family sans
31884 Input
31885 \family default
31886  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31887  Seite und enden NICHT mit einem Seitenumbruch.
31888 \end_layout
31889
31890 \begin_layout Itemize
31891 Unterdokumente, die per 
31892 \family sans
31893 Input
31894 \family default
31895  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31896 \family sans
31897  Unterdokument Vorschau
31898 \begin_inset space ~
31899 \end_inset
31900
31901 anzeigen
31902 \family default
31903  angekreuzt wurde und in den LyX-
31904 \family sans
31905 Einstellungen\SpecialChar \menuseparator
31906 Aussehen
31907 \begin_inset space ~
31908 \end_inset
31909
31910 &
31911 \begin_inset space ~
31912 \end_inset
31913
31914 Handhabung\SpecialChar \menuseparator
31915 Grafik Sofortige
31916 \begin_inset space ~
31917 \end_inset
31918
31919 Vorschau
31920 \family default
31921  auf 
31922 \family sans
31923 An
31924 \family default
31925  gesetzt wurde.
31926  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31927  aus.
31928 \end_layout
31929
31930 \begin_layout Itemize
31931 Der LaTeX-Befehl 
31932 \series bold
31933
31934 \backslash
31935 includeonly
31936 \series default
31937  kann nicht benutzt werden.
31938 \end_layout
31939
31940 \end_deeper
31941 \begin_layout Standard
31942 Hier ist ein Unterdokument, das mit
31943 \family sans
31944  Input
31945 \family default
31946  eingebunden wurde: 
31947 \begin_inset CommandInset include
31948 LatexCommand input
31949 filename "DummyDocument2.lyx"
31950
31951 \end_inset
31952
31953 .
31954 \end_layout
31955
31956 \begin_layout Description
31957 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31958   In der Druckvorschau wird für den Text der Stil 
31959 \family typewriter
31960 Schreibmaschine
31961 \family default
31962  verwendet.
31963  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31964  Wenn Sie im Dialogfenster
31965 \family sans
31966  Unterdokument Leerzeichen
31967 \begin_inset space ~
31968 \end_inset
31969
31970 bei
31971 \begin_inset space ~
31972 \end_inset
31973
31974 der
31975 \begin_inset space ~
31976 \end_inset
31977
31978 Ausgabe
31979 \begin_inset space ~
31980 \end_inset
31981
31982 kennzeichnen 
31983 \family default
31984 ankreuzen, wird in der Druckvorschau das Zeichen 
31985 \begin_inset Quotes gld
31986 \end_inset
31987
31988
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 textvisiblespace 
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \begin_inset Quotes grd
32003 \end_inset
32004
32005  für jedes Leerzeichen eingefügt.
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009 Im Gegensatz zu 
32010 \family sans
32011 Einfügen\SpecialChar \menuseparator
32012 Datei\SpecialChar \menuseparator
32013 Einfacher
32014 \begin_inset space ~
32015 \end_inset
32016
32017 Text
32018 \family default
32019  wird bei 
32020 \family sans
32021 Unformatiert
32022 \family default
32023  der Dateiinhalt in LyX nicht dargestellt.
32024 \end_layout
32025
32026 \begin_layout Standard
32027 Hier ist ein Unterdokument, das mit
32028 \family sans
32029  Unformatiert
32030 \family default
32031  eingebunden wurde: 
32032 \begin_inset CommandInset include
32033 LatexCommand verbatiminput
32034 filename "DummyTextDocument.txt"
32035
32036 \end_inset
32037
32038
32039 \begin_inset VSpace bigskip
32040 \end_inset
32041
32042 Hier ist ein Unterdokument, das mit
32043 \family sans
32044  Unformatiert
32045 \family default
32046  eingebunden wurde und
32047 \family sans
32048  Leerzeichen
32049 \begin_inset space ~
32050 \end_inset
32051
32052 bei
32053 \begin_inset space ~
32054 \end_inset
32055
32056 der
32057 \begin_inset space ~
32058 \end_inset
32059
32060 Ausgabe
32061 \begin_inset space ~
32062 \end_inset
32063
32064 kennzeichnen
32065 \family default
32066  angekreuzt hat: 
32067 \begin_inset CommandInset include
32068 LatexCommand verbatiminput*
32069 filename "DummyTextDocument.txt"
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset VSpace bigskip
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset Note Greyedout
32085 status open
32086
32087 \begin_layout Plain Layout
32088
32089 \series bold
32090 Bemerkung:
32091 \series default
32092  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32093  
32094 \family sans
32095 Unformatiert
32096 \family default
32097  eingebunden werden, am Zeilenende nicht umgebrochen.
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Description
32106 Listing Dieser Typ wird in Kapitel
32107 \begin_inset space ~
32108 \end_inset
32109
32110
32111 \begin_inset CommandInset ref
32112 LatexCommand ref
32113 reference "kap:Programm-Code-Listen"
32114
32115 \end_inset
32116
32117  beschrieben.
32118 \end_layout
32119
32120 \begin_layout Standard
32121 \begin_inset Note Greyedout
32122 status open
32123
32124 \begin_layout Plain Layout
32125
32126 \series bold
32127 Bemerkung:
32128 \series default
32129  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32130  das zu LaTeX-Problemen führen.
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Chapter
32139 Programm-Code-Listen
32140 \begin_inset CommandInset label
32141 LatexCommand label
32142 name "kap:Programm-Code-Listen"
32143
32144 \end_inset
32145
32146
32147 \begin_inset Index
32148 status collapsed
32149
32150 \begin_layout Plain Layout
32151 Listen
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \begin_inset Index
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161 Programm-Code
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32171 \family sans
32172 Einfügen\SpecialChar \menuseparator
32173 Pro\SpecialChar \-
32174 gramm\SpecialChar \-
32175 listing
32176 \family default
32177  verwenden.
32178  Das LaTeX-Paket 
32179 \series bold
32180 listings
32181 \series default
32182
32183 \begin_inset Index
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187 LaTeX-Pakete ! listings
32188 \end_layout
32189
32190 \end_inset
32191
32192  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32193 \end_layout
32194
32195 \begin_layout Standard
32196 Ein Rechtsklick auf das 
32197 \family sans
32198 Listing
32199 \family default
32200 -Kästchen öffnet das Dialogfenster 
32201 \family sans
32202 Programm\SpecialChar \-
32203 listing-Einstellungen
32204 \family default
32205 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32206 \end_layout
32207
32208 \begin_layout Standard
32209 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32210  Die 
32211 \family sans
32212 Platzierung
32213 \family default
32214 -Option 
32215 \family sans
32216 Eingebettetes
32217 \begin_inset space ~
32218 \end_inset
32219
32220 Listing
32221 \family default
32222  druckt das Listing in der Zeile wie hier: 
32223 \begin_inset listings
32224 lstparams "language={C++}"
32225 inline true
32226 status open
32227
32228 \begin_layout Plain Layout
32229
32230 \lang english
32231 int a=5;
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \begin_inset Newline newline
32238 \end_inset
32239
32240 Die Option 
32241 \family sans
32242 Gleitobjekt
32243 \family default
32244  erzeugt ein Listing-Gleitobjekt, dessen 
32245 \family sans
32246 Platzierung 
32247 \family default
32248 Sie mit 
32249 \family sans
32250 h
32251 \family default
32252
32253 \family sans
32254 t
32255 \family default
32256
32257 \family sans
32258 b
32259 \family default
32260  und 
32261 \family sans
32262 p
32263 \family default
32264 , analog zu den in Abschnitt
32265 \begin_inset space ~
32266 \end_inset
32267
32268
32269 \begin_inset CommandInset ref
32270 LatexCommand ref
32271 reference "abs:Gleitobjekt-Platzierung"
32272
32273 \end_inset
32274
32275  beschriebenen Platzierungsoptionen festlegen können.
32276  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32277  hintereinander angegeben, z.
32278 \begin_inset space \thinspace{}
32279 \end_inset
32280
32281 B.
32282  
32283 \begin_inset Quotes gld
32284 \end_inset
32285
32286
32287 \family sans
32288 htbp
32289 \family default
32290
32291 \begin_inset Quotes grd
32292 \end_inset
32293
32294 .
32295  Die Option 
32296 \begin_inset Quotes gld
32297 \end_inset
32298
32299 h
32300 \begin_inset Quotes grd
32301 \end_inset
32302
32303  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32304  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32305 \end_layout
32306
32307 \begin_layout Standard
32308 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32309  zu verweisen: Listing
32310 \begin_inset space ~
32311 \end_inset
32312
32313
32314 \begin_inset CommandInset ref
32315 LatexCommand ref
32316 reference "lst:Gleitendes-Programm-Listing"
32317
32318 \end_inset
32319
32320 .
32321 \end_layout
32322
32323 \begin_layout Standard
32324 \begin_inset listings
32325 lstparams "language=Python"
32326 inline false
32327 status open
32328
32329 \begin_layout Plain Layout
32330
32331 \lang english
32332 \begin_inset Caption
32333
32334 \begin_layout Plain Layout
32335 \begin_inset CommandInset label
32336 LatexCommand label
32337 name "lst:Gleitendes-Programm-Listing"
32338
32339 \end_inset
32340
32341 Gleitendes Programm-Listing
32342 \end_layout
32343
32344 \end_inset
32345
32346 # Gleitendes Programm-Listing
32347 \end_layout
32348
32349 \begin_layout Plain Layout
32350
32351 \lang english
32352 def func(param):
32353 \end_layout
32354
32355 \begin_layout Plain Layout
32356
32357 \lang english
32358     'Dies ist eine Python-Funktion'
32359 \end_layout
32360
32361 \begin_layout Plain Layout
32362
32363 \lang english
32364     pass
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \begin_layout Standard
32373 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32374  der Sprache erkannt und besonders gedruckt, wie 
32375 \emph on
32376 #
32377 \emph default
32378
32379 \emph on
32380 def
32381 \emph default
32382  und 
32383 \emph on
32384 pass
32385 \emph default
32386  in Listing
32387 \begin_inset space ~
32388 \end_inset
32389
32390
32391 \begin_inset CommandInset ref
32392 LatexCommand ref
32393 reference "lst:Gleitendes-Programm-Listing"
32394
32395 \end_inset
32396
32397 .
32398 \end_layout
32399
32400 \begin_layout Standard
32401 \begin_inset Note Greyedout
32402 status open
32403
32404 \begin_layout Plain Layout
32405
32406 \series bold
32407 Bemerkung:
32408 \series default
32409  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32410 \family typewriter
32411 Schreib\SpecialChar \-
32412 maschine
32413 \family default
32414  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32415 h keine fett gedruckten Buchstaben.
32416  Wählen Sie in diesem Fall eine andere Schrift für 
32417 \family typewriter
32418 Schreibmaschine
32419 \family default
32420  im Menü 
32421 \family sans
32422 Dokument\SpecialChar \menuseparator
32423 Einstellungen\SpecialChar \menuseparator
32424 Schriften
32425 \family default
32426 .
32427  (Die Schriften 
32428 \emph on
32429 LuxiMono, BeraMono
32430 \emph default
32431  und 
32432 \emph on
32433 Courier
32434 \emph default
32435  enthalten fett gedruckte Buchstaben.)
32436 \end_layout
32437
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 Im Abschnitt 
32445 \family sans
32446 Zeilennummerierung
32447 \family default
32448  des 
32449 \family sans
32450 Programmlisting-Einstellungen
32451 \family default
32452 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32453  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32454  werden soll und die 
32455 \family sans
32456 Schriftgröße
32457 \family default
32458  der Nummerierung.
32459 \end_layout
32460
32461 \begin_layout Standard
32462 Im Abschnitt 
32463 \family sans
32464 Bereich
32465 \family default
32466  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32467  Im Abschnitt 
32468 \family sans
32469 Stil
32470 \family default
32471  legen Sie fest, wie die Liste ausgedruckt werden soll.
32472  Die Option 
32473 \family sans
32474 Erweiterte
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Zeichentabelle
32479 \family default
32480  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32481 \end_layout
32482
32483 \begin_layout Standard
32484 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32485  Sprache 
32486 \begin_inset Quotes gld
32487 \end_inset
32488
32489 Python
32490 \begin_inset Quotes grd
32491 \end_inset
32492
32493 , den Optionen 
32494 \family sans
32495 Erweiterte
32496 \begin_inset space ~
32497 \end_inset
32498
32499 Zeichentabelle
32500 \family default
32501  und 
32502 \family sans
32503 Leerzeichen
32504 \begin_inset space ~
32505 \end_inset
32506
32507 als
32508 \begin_inset space ~
32509 \end_inset
32510
32511 Symbol
32512 \family default
32513  und Bereich 3
32514 \begin_inset space \thinspace{}
32515 \end_inset
32516
32517 -
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 8:
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \begin_inset listings
32526 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32527 inline false
32528 status open
32529
32530 \begin_layout Plain Layout
32531
32532 \lang english
32533 def func(param):
32534 \end_layout
32535
32536 \begin_layout Plain Layout
32537
32538 \lang english
32539     'Dies ist eine Python-Funktion'
32540 \end_layout
32541
32542 \begin_layout Plain Layout
32543
32544 \lang english
32545     pass
32546 \end_layout
32547
32548 \begin_layout Plain Layout
32549
32550 \lang english
32551 def func(param):
32552 \end_layout
32553
32554 \begin_layout Plain Layout
32555
32556 \lang english
32557 'Sonderzeichen: Tschüß'
32558 \end_layout
32559
32560 \begin_layout Plain Layout
32561
32562 \lang english
32563 pass
32564 \end_layout
32565
32566 \begin_layout Plain Layout
32567
32568 \lang english
32569 def func(param):
32570 \end_layout
32571
32572 \begin_layout Plain Layout
32573
32574 \lang english
32575 'Dies ist eine Python-Funktion'
32576 \end_layout
32577
32578 \begin_layout Plain Layout
32579
32580 \lang english
32581 pass
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \end_layout
32588
32589 \begin_layout Standard
32590 \noindent
32591 \begin_inset Note Greyedout
32592 status open
32593
32594 \begin_layout Plain Layout
32595
32596 \series bold
32597 Bemerkung:
32598 \series default
32599  Wegen eines Fehlers im 
32600 \series bold
32601 listings
32602 \series default
32603 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32604  verschoben.
32605  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32606  Liste nummeriert werden.
32607 \end_layout
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 \begin_inset VSpace bigskip
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Standard
32622 \noindent
32623 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32624  Das machen Sie mit
32625 \family sans
32626  Einfügen\SpecialChar \menuseparator
32627 Datei\SpecialChar \menuseparator
32628 Unterdokument
32629 \family default
32630  und der 
32631 \family sans
32632 Art
32633 \begin_inset space ~
32634 \end_inset
32635
32636 der
32637 \begin_inset space ~
32638 \end_inset
32639
32640 Einbindung
32641 \family default
32642  
32643 \family sans
32644 Listing
32645 \family default
32646 .
32647 \begin_inset Foot
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32652 \begin_inset space ~
32653 \end_inset
32654
32655
32656 \begin_inset CommandInset ref
32657 LatexCommand ref
32658 reference "abs:Unterdokumente"
32659
32660 \end_inset
32661
32662  beschrieben.
32663 \end_layout
32664
32665 \end_inset
32666
32667  Im Dialogfenster
32668 \family sans
32669  Unterdokument
32670 \family default
32671  können Sie die Listing-Parameter unter 
32672 \family sans
32673 Weitere
32674 \begin_inset space ~
32675 \end_inset
32676
32677 Parameter
32678 \family default
32679  eingeben.
32680  Wenn Sie dort ein Fragezeichen 
32681 \begin_inset Quotes gld
32682 \end_inset
32683
32684 ?
32685 \begin_inset Quotes grd
32686 \end_inset
32687
32688  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32689 det.
32690 \end_layout
32691
32692 \begin_layout Standard
32693 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32694  Text ins Feld 
32695 \family sans
32696 Marke
32697 \family default
32698 , auf die dann wie üblich verwiesen werden kann.
32699 \end_layout
32700
32701 \begin_layout Standard
32702 Listing
32703 \begin_inset space ~
32704 \end_inset
32705
32706
32707 \begin_inset CommandInset ref
32708 LatexCommand ref
32709 reference "lst:Datei-Listing"
32710
32711 \end_inset
32712
32713  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32714 \begin_inset space \thinspace{}
32715 \end_inset
32716
32717 -
32718 \begin_inset space \thinspace{}
32719 \end_inset
32720
32721 15 gedruckt werden.
32722 \end_layout
32723
32724 \begin_layout Standard
32725 \begin_inset CommandInset include
32726 LatexCommand lstinputlisting
32727 filename "EmbeddedObjects.lyx"
32728 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Standard
32736 \begin_inset VSpace bigskip
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \begin_layout Standard
32743 \noindent
32744 Dokumentweite Listing-Eigenschaften können in
32745 \family sans
32746  Dokument\SpecialChar \menuseparator
32747 Einstellungen\SpecialChar \menuseparator
32748 Text\SpecialChar \-
32749 for\SpecialChar \-
32750 mat\SpecialChar \menuseparator
32751 Listing-Einstellungen
32752 \family default
32753  festgelegt werden.
32754  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32755 \begin_inset Quotes gld
32756 \end_inset
32757
32758 ?
32759 \begin_inset Quotes grd
32760 \end_inset
32761
32762  links davon eine Liste aller möglichen Parameter.
32763 \end_layout
32764
32765 \begin_layout Standard
32766 Weitere Informationen über das 
32767 \series bold
32768 listings
32769 \series default
32770 -Paket finden Sie in 
32771 \begin_inset CommandInset citation
32772 LatexCommand cite
32773 key "listings"
32774
32775 \end_inset
32776
32777 .
32778 \begin_inset Newpage newpage
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Chapter
32785 \start_of_appendix
32786 In LyX verfügbare Maßeinheiten
32787 \begin_inset CommandInset label
32788 LatexCommand label
32789 name "kap:In-LyX-verfügbare"
32790
32791 \end_inset
32792
32793
32794 \begin_inset Index
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798 Einheiten
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Standard
32807 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32808  Tabelle
32809 \begin_inset space ~
32810 \end_inset
32811
32812
32813 \begin_inset CommandInset ref
32814 LatexCommand ref
32815 reference "tab:Maßeinheiten"
32816
32817 \end_inset
32818
32819  alle in LyX verfügbaren Maßeinheiten.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 \begin_inset Float table
32824 placement h
32825 wide false
32826 sideways false
32827 status open
32828
32829 \begin_layout Plain Layout
32830 \begin_inset Caption
32831
32832 \begin_layout Plain Layout
32833 \begin_inset CommandInset label
32834 LatexCommand label
32835 name "tab:Maßeinheiten"
32836
32837 \end_inset
32838
32839 Maßeinheiten
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Plain Layout
32848 \begin_inset VSpace medskip
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Plain Layout
32855 \align center
32856 \begin_inset Tabular
32857 <lyxtabular version="3" rows="20" columns="2">
32858 <features>
32859 <column alignment="center" valignment="top" width="0">
32860 <column alignment="center" valignment="top" width="0">
32861 <row>
32862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Plain Layout
32866
32867 \series bold
32868 Maßeinheit
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877
32878 \series bold
32879 Name/Beschreibung
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 mm
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 Millimeter
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 <row>
32906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910 cm
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 Zentimeter
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 <row>
32926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 in
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939 Zoll (1
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 in = 2.54
32944 \begin_inset space \thinspace{}
32945 \end_inset
32946
32947 cm
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 pt
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 Punkt (72.27
32968 \begin_inset space \thinspace{}
32969 \end_inset
32970
32971 pt = 1
32972 \begin_inset space \thinspace{}
32973 \end_inset
32974
32975 in)
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 </row>
32981 <row>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 pc
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 Pica (1
32996 \begin_inset space \thinspace{}
32997 \end_inset
32998
32999 pc = 12
33000 \begin_inset space \thinspace{}
33001 \end_inset
33002
33003 pt)
33004 \end_layout
33005
33006 \end_inset
33007 </cell>
33008 </row>
33009 <row>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 sp
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 skalierter Punkt (65536
33024 \begin_inset space \thinspace{}
33025 \end_inset
33026
33027 sp = 1
33028 \begin_inset space \thinspace{}
33029 \end_inset
33030
33031 pt)
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 </row>
33037 <row>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 bp
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 großer Punkt (72
33052 \begin_inset space \thinspace{}
33053 \end_inset
33054
33055 bp = 1
33056 \begin_inset space \thinspace{}
33057 \end_inset
33058
33059 in)
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 </row>
33065 <row>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 dd
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 Didot (1
33080 \begin_inset space \thinspace{}
33081 \end_inset
33082
33083 dd 
33084 \begin_inset Formula $\approx$
33085 \end_inset
33086
33087  0,376
33088 \begin_inset space \thinspace{}
33089 \end_inset
33090
33091 mm)
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 </row>
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 cc
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 Cicero (1
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 cc = 12
33116 \begin_inset space \thinspace{}
33117 \end_inset
33118
33119 dd)
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 Skalierung%
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 % der originalen Bildbreite
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 Textbreite %
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 % der Textbreite
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 Spaltenbreite %
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 % der Spaltenbreite
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 Seitenbreite %
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 % der Seitenbreite
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 Zeilenbreite %
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 % der Zeilenbreite
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 </row>
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 Texthöhe %
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 % der Texthöhe
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 </row>
33245 <row>
33246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 Seitenhöhe %
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 % der Seitenhöhe
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 ex
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 Die Höhe des Buchstabens 
33280 \emph on
33281 x
33282 \emph default
33283  im aktiven Zeichensatz
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 <row>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 em
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 Die Breite des Buchstabens 
33304 \emph on
33305 M
33306 \emph default
33307  im aktiven Zeichensatz
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 </row>
33313 <row>
33314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 mu
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 mathematische  Maßeinheit
33328 \series bold
33329  
33330 \series default
33331 (1
33332 \begin_inset space \thinspace{}
33333 \end_inset
33334
33335 mu = 1/18
33336 \begin_inset space \thinspace{}
33337 \end_inset
33338
33339 em)
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 </row>
33345 </lyxtabular>
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \begin_layout Chapter
33358 Ausgabedatei-Formate mit Grafiken
33359 \begin_inset CommandInset label
33360 LatexCommand label
33361 name "kap:Ausgabedatei-Formate"
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Section
33369 DVI
33370 \begin_inset Index
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 Dateiformat! DVI
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \begin_inset Index
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384 DVI
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Standard
33393 Dieser Dateityp hat die Erweiterung 
33394 \begin_inset Quotes gld
33395 \end_inset
33396
33397
33398 \family typewriter
33399 .dvi
33400 \family default
33401
33402 \begin_inset Quotes grd
33403 \end_inset
33404
33405  und wird 
33406 \begin_inset Quotes gld
33407 \end_inset
33408
33409 device independent
33410 \begin_inset Quotes grd
33411 \end_inset
33412
33413  genannt, weil er vollkommen portierbar ist.
33414  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33415  dvi-Betrachter installiert hat.
33416  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33417 ate wie PostScript benutzt.
33418 \end_layout
33419
33420 \begin_layout Standard
33421 \begin_inset Note Greyedout
33422 status open
33423
33424 \begin_layout Plain Layout
33425
33426 \series bold
33427 Bemerkung:
33428 \series default
33429  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Standard
33438 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33439  auf einen anderen Computer kopieren.
33440  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33441  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33442  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33443 \family typewriter
33444  
33445 \family default
33446 blättern.
33447
33448 \family typewriter
33449  
33450 \family default
33451 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33452  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33453  
33454 \end_layout
33455
33456 \begin_layout Standard
33457 Sie können Ihr Dokument als DVI über das Menü 
33458 \family sans
33459 Datei\SpecialChar \menuseparator
33460 Exportieren\SpecialChar \menuseparator
33461 DVI
33462 \family default
33463  exportieren.
33464  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33465 \family sans
33466 Ansicht
33467 \family default
33468  oder den Werkzeugleistenknopf 
33469 \begin_inset Graphics
33470         filename ../../images/buffer-view_dvi.png
33471         scale 70
33472         scaleBeforeRotation
33473         BoundingBox 0bp 0bp 20bp 20bp
33474
33475 \end_inset
33476
33477  anschauen.
33478 \end_layout
33479
33480 \begin_layout Section
33481 PostScript
33482 \begin_inset CommandInset label
33483 LatexCommand label
33484 name "abs:PostScript"
33485
33486 \end_inset
33487
33488
33489 \begin_inset Index
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493 Dateiformat  ! PostScript
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \begin_inset Index
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503 PostScript
33504 \end_layout
33505
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \begin_layout Standard
33512 Dieser Dateityp hat die Erweiterung 
33513 \begin_inset Quotes gld
33514 \end_inset
33515
33516
33517 \family typewriter
33518 .ps
33519 \family default
33520
33521 \begin_inset Quotes grd
33522 \end_inset
33523
33524 .
33525  PostScript wurde von der Firma
33526 \family typewriter
33527  Adobe
33528 \family default
33529  als Druckersprache entwickelt.
33530  Die Datei enthält deshalb Druckbefehle.
33531  PostScript kann als 
33532 \begin_inset Quotes gld
33533 \end_inset
33534
33535 Programmiersprache
33536 \begin_inset Quotes grd
33537 \end_inset
33538
33539  angesehen werden.
33540  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33541 \begin_inset Foot
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33546  von
33547 \series bold
33548  PSTricks
33549 \series default
33550  
33551 \begin_inset CommandInset citation
33552 LatexCommand cite
33553 key "pstricks"
33554
33555 \end_inset
33556
33557  oder 
33558 \begin_inset CommandInset citation
33559 LatexCommand cite
33560 key "latex-praxisbuch"
33561
33562 \end_inset
33563
33564  ansehen.
33565 \end_layout
33566
33567 \end_inset
33568
33569 .
33570  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33571 \end_layout
33572
33573 \begin_layout Standard
33574 PostScript kann nur Bilder im Format EPS
33575 \begin_inset Index
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 EPS
33580 \end_layout
33581
33582 \end_inset
33583
33584  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33585 wei\SpecialChar \-
33586 ter\SpecialChar \-
33587 ung 
33588 \begin_inset Quotes gld
33589 \end_inset
33590
33591
33592 \family typewriter
33593 .eps
33594 \family default
33595
33596 \begin_inset Quotes grd
33597 \end_inset
33598
33599 ) enthalten.
33600  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33601  intern nach EPS konvertieren.
33602  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33603  verlangsamen.
33604  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33605  konvertieren und direkt als EPS einfügen.
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Sie können Ihr Dokument als PostScript über das Menü 
33610 \family sans
33611 Datei\SpecialChar \menuseparator
33612 Exportieren\SpecialChar \menuseparator
33613 Post\SpecialChar \-
33614 Script
33615 \family default
33616  exportieren.
33617  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33618 \family sans
33619 Ansicht
33620 \family default
33621  oder den Werkzeugleistenknopf 
33622 \begin_inset Graphics
33623         filename ../../images/buffer-view_ps.png
33624         scale 70
33625         scaleBeforeRotation
33626
33627 \end_inset
33628
33629  anschauen.
33630 \end_layout
33631
33632 \begin_layout Section
33633 PDF
33634 \begin_inset CommandInset label
33635 LatexCommand label
33636 name "abs:PDF"
33637
33638 \end_inset
33639
33640
33641 \begin_inset Index
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Dateiformat! PDF
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset Index
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 PDF
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Dieser Dateityp hat die Erweiterung 
33665 \begin_inset Quotes gld
33666 \end_inset
33667
33668
33669 \family typewriter
33670 .pdf
33671 \family default
33672
33673 \begin_inset Quotes grd
33674 \end_inset
33675
33676 .
33677  Das
33678 \emph on
33679  
33680 \emph default
33681
33682 \begin_inset Quotes gld
33683 \end_inset
33684
33685 Portable Document Format
33686 \begin_inset Quotes grd
33687 \end_inset
33688
33689  (PDF) wurde auch von der Firma 
33690 \family typewriter
33691 Adobe
33692 \family default
33693  als Derivat von PostScript entwickelt.
33694  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33695  Wie der Begriff 
33696 \begin_inset Quotes gld
33697 \end_inset
33698
33699 portable
33700 \begin_inset Quotes grd
33701 \end_inset
33702
33703  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33704  werden, und der Ausdruck sieht immer gleich aus.
33705 \end_layout
33706
33707 \begin_layout Standard
33708 PDF kann Bilder im eigenen PDF-Format, im Format 
33709 \begin_inset Quotes gld
33710 \end_inset
33711
33712 Joint Photographic Experts Group
33713 \begin_inset Quotes grd
33714 \end_inset
33715
33716  (JPEG
33717 \begin_inset Index
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721 JPG, JPEG
33722 \end_layout
33723
33724 \end_inset
33725
33726 , Datei-Erweiterung 
33727 \begin_inset Quotes gld
33728 \end_inset
33729
33730
33731 \family typewriter
33732 .jpg
33733 \family default
33734
33735 \begin_inset Quotes grd
33736 \end_inset
33737
33738  oder 
33739 \begin_inset Quotes gld
33740 \end_inset
33741
33742
33743 \family typewriter
33744 .jpeg
33745 \family default
33746
33747 \begin_inset Quotes grd
33748 \end_inset
33749
33750 ) und im Format 
33751 \begin_inset Quotes gld
33752 \end_inset
33753
33754 Portable Network Graphics
33755 \begin_inset Quotes grd
33756 \end_inset
33757
33758  (PNG
33759 \begin_inset Index
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763 PNG
33764 \end_layout
33765
33766 \end_inset
33767
33768 , Datei-Erweiterung 
33769 \begin_inset Quotes gld
33770 \end_inset
33771
33772
33773 \family typewriter
33774 .png
33775 \family default
33776
33777 \begin_inset Quotes grd
33778 \end_inset
33779
33780 ) enthalten.
33781  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33782  Sie konvertieren wird.
33783  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33784  wird, eines der drei erwähnten Bildformate zu benutzen.
33785 \end_layout
33786
33787 \begin_layout Standard
33788 PDF-Dateien können Sie über 
33789 \family sans
33790 Datei\SpecialChar \menuseparator
33791 Exportieren
33792 \family default
33793  auf drei Arten erzeugen:
33794 \end_layout
33795
33796 \begin_layout Description
33797 PDF
33798 \begin_inset space ~
33799 \end_inset
33800
33801 (ps2pdf) benutzt das Programm
33802 \family typewriter
33803  ps2pdf
33804 \family default
33805 , das eine PDF-Datei aus einer Post\SpecialChar \-
33806 Script®-Version Ihres Dokument erstellt.
33807  Die PostScript-Version wird mit dem Programm 
33808 \family typewriter
33809 dvips
33810 \family default
33811  aus einer DVI-Version erstellt.
33812  Es werden also drei Konvertierungen verwendet.
33813 \end_layout
33814
33815 \begin_layout Description
33816 PDF
33817 \begin_inset space ~
33818 \end_inset
33819
33820 (dvipdfm) benutzt das Programm 
33821 \family typewriter
33822 dvipdfm
33823 \family default
33824 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33825  PDF konvertiert.
33826 \end_layout
33827
33828 \begin_layout Description
33829 PDF
33830 \begin_inset space ~
33831 \end_inset
33832
33833 (pdflatex) benutzt das Programm
33834 \family typewriter
33835  pdftex
33836 \family default
33837 , das Ihr Dokument direkt nach PDF konvertiert.
33838 \end_layout
33839
33840 \begin_layout Standard
33841
33842 \family sans
33843 PDF
33844 \begin_inset space ~
33845 \end_inset
33846
33847 (pdflatex)
33848 \family default
33849  wird empfohlen, weil
33850 \family typewriter
33851  pdftex
33852 \family default
33853  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33854  ohne Probleme arbeitet.
33855  Das Programm 
33856 \family typewriter
33857 dvi\SpecialChar \-
33858 pdfm
33859 \family default
33860  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33861 \end_layout
33862
33863 \begin_layout Standard
33864 Sie können Ihr Dokument als PDF über das Menü 
33865 \family sans
33866 Datei\SpecialChar \menuseparator
33867 Exportieren\SpecialChar \menuseparator
33868 PDF
33869 \family default
33870  exportieren.
33871  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33872 \family sans
33873 Ansicht
33874 \family default
33875  oder den Werkzeugleistenknopf 
33876 \begin_inset Graphics
33877         filename ../../images/buffer-view_pdf2.png
33878         scale 70
33879         scaleBeforeRotation
33880         BoundingBox 0bp 0bp 20bp 20bp
33881
33882 \end_inset
33883
33884  anschauen 
33885 \family sans
33886 (
33887 \family default
33888 der 
33889 \family sans
33890 PDF
33891 \begin_inset space ~
33892 \end_inset
33893
33894 (pdflatex)
33895 \family default
33896  verwendet).
33897 \end_layout
33898
33899 \begin_layout Chapter
33900 Erklärung der Gleichung
33901 \begin_inset space ~
33902 \end_inset
33903
33904
33905 \begin_inset CommandInset ref
33906 LatexCommand eqref
33907 reference "eq:Wgn"
33908
33909 \end_inset
33910
33911
33912 \begin_inset CommandInset label
33913 LatexCommand label
33914 name "kap:Exläuterung-einer-Gleichung"
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Standard
33922 Die Gesamtbreite von
33923 \emph on
33924  n
33925 \emph default
33926  Tabellenzellen 
33927 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33928 \end_inset
33929
33930  kann wie folgt berechnet werden:
33931 \end_layout
33932
33933 \begin_layout Standard
33934 \begin_inset Formula \begin{equation}
33935 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}
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Dabei ist 
33944 \begin_inset Formula $W_{g\, n}$
33945 \end_inset
33946
33947  die Breite jeder Zelle.
33948
33949 \series bold
33950  
33951 \backslash
33952 tabcolsep
33953 \series default
33954  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33955  Standardwert 6
33956 \begin_inset space \thinspace{}
33957 \end_inset
33958
33959 pt.
33960  
33961 \series bold
33962
33963 \backslash
33964 arrayrulewidth
33965 \series default
33966  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33967 \begin_inset space \thinspace{}
33968 \end_inset
33969
33970 pt.
33971 \end_layout
33972
33973 \begin_layout Standard
33974 Nach Gleichung
33975 \begin_inset space ~
33976 \end_inset
33977
33978
33979 \begin_inset CommandInset ref
33980 LatexCommand ref
33981 reference "eq:Wtot_n"
33982
33983 \end_inset
33984
33985  ist die Gesamtbreite einer Mehrfachspalte, 
33986 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33987 \end_inset
33988
33989 ,
33990 \end_layout
33991
33992 \begin_layout Standard
33993 \begin_inset Formula \begin{equation}
33994 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Setzt man die Gleichungen
34003 \begin_inset space ~
34004 \end_inset
34005
34006
34007 \begin_inset CommandInset ref
34008 LatexCommand ref
34009 reference "eq:Wtot_n"
34010
34011 \end_inset
34012
34013  und 
34014 \begin_inset CommandInset ref
34015 LatexCommand ref
34016 reference "eq:Wtot_mult"
34017
34018 \end_inset
34019
34020  gleich, kann man die benötigte Breite 
34021 \begin_inset Formula $W_{g\, n}$
34022 \end_inset
34023
34024 , wenn 
34025 \emph on
34026 n
34027 \emph default
34028  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34029 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34030 \end_inset
34031
34032  hat, berechnen:
34033 \end_layout
34034
34035 \begin_layout Standard
34036 \begin_inset Formula \begin{equation}
34037 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34038
34039 \end_inset
34040
34041
34042 \end_layout
34043
34044 \begin_layout Bibliography
34045 \begin_inset CommandInset bibitem
34046 LatexCommand bibitem
34047 key "latexcompanion"
34048
34049 \end_inset
34050
34051 Frank Mittelbach and Michel Goossens: 
34052 \emph on
34053 The LaTeX Companion Second Edition.
34054
34055 \emph default
34056  Addison-Wesley, 2004
34057 \end_layout
34058
34059 \begin_layout Bibliography
34060 \begin_inset CommandInset bibitem
34061 LatexCommand bibitem
34062 key "latexguide"
34063
34064 \end_inset
34065
34066 Helmut Kopka and Patrick W.
34067  Daly: 
34068 \emph on
34069 A Guide to LaTeX Fourth Edition.
34070
34071 \emph default
34072  Addison-Wesley, 2003
34073 \end_layout
34074
34075 \begin_layout Bibliography
34076 \begin_inset CommandInset bibitem
34077 LatexCommand bibitem
34078 key "lamport"
34079
34080 \end_inset
34081
34082 Leslie Lamport: 
34083 \emph on
34084 LaTeX: A Document Preparation System.
34085
34086 \emph default
34087  Addison-Wesley, second edition, 1994
34088 \end_layout
34089
34090 \begin_layout Bibliography
34091 \begin_inset CommandInset bibitem
34092 LatexCommand bibitem
34093 key "latex-praxisbuch"
34094
34095 \end_inset
34096
34097 Niedermair, Elke & Michael: 
34098 \emph on
34099 LaTeX-Praxisbuch
34100 \emph default
34101 , Franzis-Verlag, 2004
34102 \end_layout
34103
34104 \begin_layout Bibliography
34105 \begin_inset CommandInset bibitem
34106 LatexCommand bibitem
34107 key "booktabs"
34108
34109 \end_inset
34110
34111 Dokumnetation des LaTeX-Pakets 
34112 \series bold
34113
34114 \begin_inset CommandInset href
34115 LatexCommand href
34116 name "booktabs"
34117 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34118
34119 \end_inset
34120
34121
34122 \series default
34123
34124 \begin_inset Index
34125 status collapsed
34126
34127 \begin_layout Plain Layout
34128 LaTeX-Pakete ! booktabs
34129 \end_layout
34130
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \begin_layout Bibliography
34137 \begin_inset CommandInset bibitem
34138 LatexCommand bibitem
34139 key "caption"
34140
34141 \end_inset
34142
34143 Dokumentation des LaTeX-Pakets 
34144 \series bold
34145
34146 \begin_inset CommandInset href
34147 LatexCommand href
34148 name "caption"
34149 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34150
34151 \end_inset
34152
34153
34154 \series default
34155
34156 \begin_inset Index
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 LaTeX-Pakete ! caption
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Bibliography
34169 \begin_inset CommandInset bibitem
34170 LatexCommand bibitem
34171 key "endfloat"
34172
34173 \end_inset
34174
34175 Dokumentation des LaTeX-Pakets 
34176 \series bold
34177
34178 \begin_inset CommandInset href
34179 LatexCommand href
34180 name "endfloat"
34181 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34182
34183 \end_inset
34184
34185
34186 \series default
34187
34188 \begin_inset Index
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 LaTeX-Pakete ! endfloat
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Bibliography
34201 \begin_inset CommandInset bibitem
34202 LatexCommand bibitem
34203 key "wrapfig"
34204
34205 \end_inset
34206
34207 Dokumentation des LaTeX-Pakets 
34208 \series bold
34209
34210 \begin_inset CommandInset href
34211 LatexCommand href
34212 name "wrapfig"
34213 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34214
34215 \end_inset
34216
34217
34218 \series default
34219
34220 \begin_inset Index
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 LaTeX-Pakete ! wrapfig
34225 \begin_inset ERT
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229
34230
34231 \backslash
34232 vspace{4mm}
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Bibliography
34246 \begin_inset CommandInset bibitem
34247 LatexCommand bibitem
34248 key "footmisc"
34249
34250 \end_inset
34251
34252 Dokumentation des LaTeX-Pakets 
34253 \series bold
34254
34255 \begin_inset CommandInset href
34256 LatexCommand href
34257 name "footmisc"
34258 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34259
34260 \end_inset
34261
34262
34263 \series default
34264
34265 \begin_inset Index
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 LaTeX-Pakete ! footmisc
34270 \end_layout
34271
34272 \end_inset
34273
34274
34275 \end_layout
34276
34277 \begin_layout Bibliography
34278 \begin_inset CommandInset bibitem
34279 LatexCommand bibitem
34280 key "hypcap"
34281
34282 \end_inset
34283
34284 Dokumentation des LaTeX-Pakets 
34285 \series bold
34286
34287 \begin_inset CommandInset href
34288 LatexCommand href
34289 name "hypcap"
34290 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34291
34292 \end_inset
34293
34294
34295 \series default
34296
34297 \begin_inset Index
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301 LaTeX-Pakete ! hypcap
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Bibliography
34310 \begin_inset CommandInset bibitem
34311 LatexCommand bibitem
34312 key "hyperref"
34313
34314 \end_inset
34315
34316 Dokumentation des LaTeX-Pakets 
34317 \series bold
34318
34319 \begin_inset CommandInset href
34320 LatexCommand href
34321 name "hyperref"
34322 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34323
34324 \end_inset
34325
34326
34327 \series default
34328
34329 \begin_inset Index
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333 LaTeX-Pakete ! hyperref
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Bibliography
34342 \begin_inset CommandInset bibitem
34343 LatexCommand bibitem
34344 key "koma-script"
34345
34346 \end_inset
34347
34348 Dokumentation des LaTeX-Pakets 
34349 \series bold
34350
34351 \begin_inset CommandInset href
34352 LatexCommand href
34353 name "koma-script"
34354 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34355
34356 \end_inset
34357
34358
34359 \series default
34360
34361 \begin_inset Index
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365 LaTeX-Pakete ! koma-script
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Bibliography
34374 \begin_inset CommandInset bibitem
34375 LatexCommand bibitem
34376 key "listings"
34377
34378 \end_inset
34379
34380 Dokumentation des LaTeX-Pakets 
34381 \series bold
34382
34383 \begin_inset CommandInset href
34384 LatexCommand href
34385 name "listings"
34386 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34387
34388 \end_inset
34389
34390
34391 \series default
34392
34393 \begin_inset Index
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397 LaTeX-Pakete ! listings
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Bibliography
34406 \begin_inset CommandInset bibitem
34407 LatexCommand bibitem
34408 key "marginnote"
34409
34410 \end_inset
34411
34412 Dokumentation des LaTeX-Pakets 
34413 \series bold
34414
34415 \begin_inset CommandInset href
34416 LatexCommand href
34417 name "marginnote"
34418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34419
34420 \end_inset
34421
34422
34423 \series default
34424
34425 \begin_inset Index
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 LaTeX-Pakete ! marginnote
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Bibliography
34438 \begin_inset CommandInset bibitem
34439 LatexCommand bibitem
34440 key "pstricks"
34441
34442 \end_inset
34443
34444 Webseite des LaTeX-Pakets 
34445 \series bold
34446
34447 \begin_inset CommandInset href
34448 LatexCommand href
34449 name "PSTricks"
34450 target "http://tug.org/PSTricks/"
34451
34452 \end_inset
34453
34454
34455 \series default
34456
34457 \begin_inset Index
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461 LaTeX-Pakete ! pstricks
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Bibliography
34470 \begin_inset CommandInset bibitem
34471 LatexCommand bibitem
34472 key "sidecap"
34473
34474 \end_inset
34475
34476 Dokumentation des LaTeX-Pakets 
34477 \series bold
34478
34479 \begin_inset CommandInset href
34480 LatexCommand href
34481 name "sidecap"
34482 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34483
34484 \end_inset
34485
34486
34487 \series default
34488
34489 \begin_inset Index
34490 status collapsed
34491
34492 \begin_layout Plain Layout
34493 LaTeX-Pakete ! sidecap
34494 \end_layout
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \begin_layout Bibliography
34502 \begin_inset CommandInset bibitem
34503 LatexCommand bibitem
34504 key "NewInLyX16"
34505
34506 \end_inset
34507
34508
34509 \begin_inset CommandInset href
34510 LatexCommand href
34511 name "Wiki-Seite"
34512 target "http://wiki.lyx.org/LyX/NewInLyX16"
34513
34514 \end_inset
34515
34516  über neue Funktionen in 
34517 \family sans
34518 LyX 1.6.0
34519 \family default
34520 .
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset CommandInset index_print
34525 LatexCommand printindex
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Standard
34533 \begin_inset FloatList figure
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Standard
34541 \begin_inset FloatList table
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \begin_layout Standard
34549 \begin_inset ERT
34550 status open
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 listof{algorithm}{Algorithmenverzeichnis}
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \begin_inset Note Note
34563 status collapsed
34564
34565 \begin_layout Plain Layout
34566 siehe Abschnitt
34567 \begin_inset space ~
34568 \end_inset
34569
34570
34571 \begin_inset CommandInset ref
34572 LatexCommand ref
34573 reference "uab:Gleitobjekt-Algorithmen"
34574
34575 \end_inset
34576
34577  für eine Beschreibung
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \end_body
34586 \end_document