]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Math.lyx: correction about formulas you get with Ctrl-Return
[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 umflossene Gleitobjekte.
19857 \end_layout
19858
19859 \begin_layout Subsection
19860 Gleitobjekt-Algorithmen
19861 \begin_inset Index
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865 Gleitobjekte ! Algorithmen
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \begin_inset CommandInset label
19872 LatexCommand label
19873 name "uab:Gleitobjekt-Algorithmen"
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Float algorithm
19882 placement h
19883 wide false
19884 sideways false
19885 status open
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Caption
19889
19890 \begin_layout Plain Layout
19891 \begin_inset CommandInset label
19892 LatexCommand label
19893 name "alg:Ein-Gleitobjekt-Algorithmus"
19894
19895 \end_inset
19896
19897 Ein Gleitobjekt-Algorithmus 
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout LyX-Code
19906 for I in 1..N loop
19907 \begin_inset Newline newline
19908 \end_inset
19909
19910  Sum:= Sum + A(I); /*Kommentar*/
19911 \begin_inset Newline newline
19912 \end_inset
19913
19914 end loop
19915 \begin_inset VSpace -4mm
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Standard
19927 Dieser Typ wird mit 
19928 \family sans
19929 Einfügen\SpecialChar \menuseparator
19930 Gleitobjekt\SpecialChar \menuseparator
19931 Algorithmus
19932 \family default
19933  eingefügt.
19934  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19935  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19936  Eine mögliche Absatz-Umgebung hier für ist 
19937 \family sans
19938 LyX-Code
19939 \family default
19940 , beschrieben im 
19941 \emph on
19942 Benutzerhandbuch
19943 \emph default
19944 .
19945  In Algorithmus
19946 \begin_inset space ~
19947 \end_inset
19948
19949
19950 \begin_inset CommandInset ref
19951 LatexCommand ref
19952 reference "alg:Ein-Gleitobjekt-Algorithmus"
19953
19954 \end_inset
19955
19956  wurden am Ende -0.4
19957 \begin_inset space \thinspace{}
19958 \end_inset
19959
19960 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19961  letzten Zeile gedruckt wird.
19962 \end_layout
19963
19964 \begin_layout Standard
19965 Die Marke 
19966 \emph on
19967 Algorithmus
19968 \emph default
19969  wird nicht automatisch in die druckbare Version übernommen, sondern das
19970  englische Wort 
19971 \emph on
19972 Algorithm
19973 \emph default
19974  verwendet.
19975  Soll
19976 \emph on
19977  Algorithmus
19978 \emph default
19979  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19980 \end_layout
19981
19982 \begin_layout Standard
19983
19984 \series bold
19985
19986 \backslash
19987 floatname{algorithm}{Algorithmus}
19988 \end_layout
19989
19990 \begin_layout Standard
19991 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19992  Menü 
19993 \family sans
19994 Einfügen\SpecialChar \menuseparator
19995 Liste
19996 \begin_inset space \thinspace{}
19997 \end_inset
19998
19999 /
20000 \begin_inset space \thinspace{}
20001 \end_inset
20002
20003 Inhaltsverzeichnis\SpecialChar \menuseparator
20004 Algorithmenverzeichnis
20005 \family default
20006  verwendet werden.
20007  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20008  eingefügt werden:
20009 \end_layout
20010
20011 \begin_layout Standard
20012
20013 \series bold
20014
20015 \backslash
20016 listof{algorithm}{Algorithmenverzeichnis}
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20021  nach dem Schema 
20022 \begin_inset Quotes gld
20023 \end_inset
20024
20025 Kapitelnummer.Algorithmusnummer
20026 \begin_inset Quotes grd
20027 \end_inset
20028
20029  nummeriert.
20030  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20031  einfügen:
20032 \end_layout
20033
20034 \begin_layout Standard
20035
20036 \series bold
20037
20038 \backslash
20039 numberwithin{algorithm}{chapter}
20040 \end_layout
20041
20042 \begin_layout Standard
20043 Um 
20044 \series bold
20045
20046 \backslash
20047 numberwithin
20048 \series default
20049  benutzen zu können, muss in den 
20050 \family sans
20051 Mathe
20052 \begin_inset space ~
20053 \end_inset
20054
20055 Optionen
20056 \family default
20057  der 
20058 \family sans
20059 Dokument-Einstellungen
20060 \family default
20061  
20062 \family sans
20063 AMS
20064 \begin_inset space ~
20065 \end_inset
20066
20067 Mathe
20068 \begin_inset space ~
20069 \end_inset
20070
20071 Paket
20072 \family default
20073
20074 \begin_inset space ~
20075 \end_inset
20076
20077
20078 \family sans
20079 verwenden
20080 \family default
20081  angekreuzt sein.
20082 \end_layout
20083
20084 \begin_layout Subsection
20085 Umflossene Gleitobjekte
20086 \begin_inset CommandInset label
20087 LatexCommand label
20088 name "uab:Umflossene-Gleitobjekte"
20089
20090 \end_inset
20091
20092
20093 \begin_inset Index
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Gleitobjekte ! umflossene
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20107  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20108  den die Abbildung bzw.
20109 \begin_inset space ~
20110 \end_inset
20111
20112 Tabelle übrig lässt.
20113  Sie werden über das Menü
20114 \family sans
20115  Einfügen\SpecialChar \menuseparator
20116 Gleitobjekt\SpecialChar \menuseparator
20117 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20118 objekt
20119 \family default
20120  eingefügt, wenn das LaTeX-Paket 
20121 \series bold
20122 wrapfig
20123 \series default
20124
20125 \begin_inset Index
20126 status collapsed
20127
20128 \begin_layout Plain Layout
20129 LaTeX-Pakete ! wrapfig
20130 \begin_inset ERT
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134
20135
20136 \backslash
20137 vspace{4mm}
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146
20147  installiert ist.
20148 \begin_inset Foot
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20153 \emph on
20154 LaTeX-Konfiguration
20155 \emph default
20156  beschrieben.
20157 \end_layout
20158
20159 \end_inset
20160
20161  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20162  Box des Gleitobjekts geändert werden.
20163  
20164 \begin_inset Wrap figure
20165 lines 0
20166 placement l
20167 overhang 1cm
20168 width "40col%"
20169 status open
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Graphics
20173         filename ../clipart/mobius.eps
20174         width 40col%
20175         scaleBeforeRotation
20176         rotateOrigin center
20177
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Caption
20185
20186 \begin_layout Plain Layout
20187 \begin_inset CommandInset label
20188 LatexCommand label
20189 name "abb:Dies-ist-eine"
20190
20191 \end_inset
20192
20193 Dies ist eine umflossene Gleitobjekt-Abbildung
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202
20203  Obligatorische Einstellungen sind die 
20204 \family sans
20205 Breite
20206 \family default
20207  und 
20208 \family sans
20209 Platzierung
20210 \family default
20211  des Gleitobjekts.
20212  Optional sind der 
20213 \family sans
20214 Überhang 
20215 \family default
20216 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20217 \begin_inset space \thinspace{}
20218 \end_inset
20219
20220 /
20221 \begin_inset space \thinspace{}
20222 \end_inset
20223
20224 der Seite ragt und die 
20225 \family sans
20226 benötigten Zeilen
20227 \family default
20228 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20229  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20230  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20231  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20232  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20233  zu lassen.
20234  Abbildung
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "abb:Dies-ist-eine"
20242
20243 \end_inset
20244
20245  ist zum Beispiel ein umflossenes Bild, das 40
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 % der Spaltenbreite einnimmt, 1
20250 \begin_inset space \thinspace{}
20251 \end_inset
20252
20253 cm in den Rand ragt und links gesetzt wurde.
20254 \begin_inset Foot
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258 Die benutzbaren Einheiten werden in Anhang
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \begin_inset CommandInset ref
20264 LatexCommand ref
20265 reference "kap:In-LyX-verfügbare"
20266
20267 \end_inset
20268
20269  beschrieben.
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Standard
20278 \begin_inset Note Greyedout
20279 status open
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 Bemerkung:
20285 \series default
20286  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20287 \begin_inset space \thinspace{}
20288 \end_inset
20289
20290 B.
20291  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20292  oder über anderen Text gedruckt wird.
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 Allgemein gilt:
20302 \end_layout
20303
20304 \begin_layout Itemize
20305 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20306  der nächsten Seite fortgesetzt werden.
20307  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20308  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20309 \end_layout
20310
20311 \begin_layout Itemize
20312 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20313  sie fließen soll, eingefügt werden oder darin.
20314 \end_layout
20315
20316 \begin_layout Itemize
20317 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20318  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20319  ihnen ist.
20320 \end_layout
20321
20322 \begin_layout Itemize
20323 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20324  erlaubt.
20325 \end_layout
20326
20327 \begin_layout Section
20328 Gleitobjekt-Nummerierung
20329 \begin_inset CommandInset label
20330 LatexCommand label
20331 name "abs:Gleitobjekt-Nummerierung"
20332
20333 \end_inset
20334
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 Gleitobjekte ! Nummerierung
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20350  nummeriert oder nach dem Schema 
20351 \begin_inset Quotes gld
20352 \end_inset
20353
20354 Kapitelnummer.Gleitobjektnummer
20355 \begin_inset Quotes grd
20356 \end_inset
20357
20358  oder 
20359 \begin_inset Quotes gld
20360 \end_inset
20361
20362 Abschnittsnummer.Gleitobjektnummer
20363 \begin_inset Quotes grd
20364 \end_inset
20365
20366 .
20367  Das hängt von der Dokumentklasse ab.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20372  in den LaTeX-Vorspann einfügen:
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \series bold
20378
20379 \backslash
20380 renewcommand{
20381 \backslash
20382 thetable}{
20383 \backslash
20384 roman{table}}
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 thetable
20393 \series default
20394  ist der Befehl, der die Tabellennummer druckt.
20395  Für Abbildungen ist das 
20396 \series bold
20397
20398 \backslash
20399 thefigure
20400 \series default
20401 .
20402  Der Befehl 
20403 \series bold
20404
20405 \backslash
20406 roman
20407 \series default
20408  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Um das Nummerierungsschema zum Beispiel auf 
20413 \begin_inset Quotes gld
20414 \end_inset
20415
20416 Unterabschnittsnummer.Num\SpecialChar \-
20417 mer
20418 \begin_inset Quotes grd
20419 \end_inset
20420
20421  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20422 \end_layout
20423
20424 \begin_layout Standard
20425
20426 \series bold
20427
20428 \backslash
20429 numberwithin{table}{subsection}
20430 \end_layout
20431
20432 \begin_layout Standard
20433 Um den Befehl 
20434 \series bold
20435
20436 \backslash
20437 numberwithin
20438 \series default
20439  benutzen zu können, müssen Sie in den 
20440 \family sans
20441 Mathe
20442 \begin_inset space ~
20443 \end_inset
20444
20445 Optionen
20446 \family default
20447  der 
20448 \family sans
20449 Dokument-Einstellungen
20450 \family default
20451  
20452 \family sans
20453 AMS
20454 \begin_inset space ~
20455 \end_inset
20456
20457 Mathe
20458 \begin_inset space ~
20459 \end_inset
20460
20461 Paket
20462 \family default
20463
20464 \begin_inset space ~
20465 \end_inset
20466
20467
20468 \family sans
20469 verwenden
20470 \family default
20471  ankreuzen.
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Sehen Sie sich bitte auch Abschnitt
20476 \begin_inset space ~
20477 \end_inset
20478
20479
20480 \begin_inset CommandInset ref
20481 LatexCommand ref
20482 reference "uab:Fußnoten-Nummerierung"
20483
20484 \end_inset
20485
20486  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20487 \end_layout
20488
20489 \begin_layout Section
20490 Auf Gleitobjekte verweisen
20491 \begin_inset CommandInset label
20492 LatexCommand label
20493 name "abs:Auf-Gleitobjekte-verweisen"
20494
20495 \end_inset
20496
20497
20498 \begin_inset Index
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Gleitobjekte ! Querverweise
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \begin_inset Index
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512 Querverweise
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Zunächst müssen Sie mit 
20522 \family sans
20523 Einfügen\SpecialChar \menuseparator
20524 Marke
20525 \family default
20526  oder einen Klick auf 
20527 \begin_inset Graphics
20528         filename ../../images/label-insert.png
20529         scale 70
20530         scaleBeforeRotation
20531
20532 \end_inset
20533
20534  eine Marke im Titel einfügen.
20535  Im 
20536 \family sans
20537 Marke
20538 \family default
20539 -Dialog schreiben Sie einen Text in das Feld 
20540 \family sans
20541 Marke
20542 \family default
20543  oder übernehmen den vorgeschlagenen.
20544  Die Marke sieht in LyX dann so aus:
20545 \end_layout
20546
20547 \begin_layout Standard
20548 \begin_inset Graphics
20549         filename clipart/Marke.png
20550         lyxscale 80
20551         scale 50
20552         scaleBeforeRotation
20553         BoundingBox 0bp 6bp 76bp 23bp
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \begin_layout Standard
20561 Die Marke wird als Anker und Name für den Querverweis benutzt.
20562  Mit 
20563 \family sans
20564 Einfügen\SpecialChar \menuseparator
20565 Querverweis
20566 \family default
20567  oder einen Klick auf 
20568 \begin_inset Graphics
20569         filename ../../images/dialog-show-new-inset_ref.png
20570         scale 70
20571         scaleBeforeRotation
20572
20573 \end_inset
20574
20575  können Sie dann auf die Marke verweisen.
20576  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20577  angezeigt:
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset Graphics
20582         filename clipart/Querverweis.png
20583         lyxscale 80
20584         scale 50
20585         scaleBeforeRotation
20586         BoundingBox 0bp 6bp 76bp 23bp
20587
20588 \end_inset
20589
20590
20591 \begin_inset Newline newline
20592 \end_inset
20593
20594  Mehr zu Querverweisen finden Sie im 
20595 \emph on
20596 Benutzerhandbuch
20597 \emph default
20598 .
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20603  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20604  durch einen Zeilenumbruch getrennt werden können.
20605 \end_layout
20606
20607 \begin_layout Standard
20608 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20609  LyX passt die Querverweise automatisch an.
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Ein Klick auf den Schalter 
20614 \family sans
20615 Gehe
20616 \begin_inset space ~
20617 \end_inset
20618
20619 zur
20620 \begin_inset space ~
20621 \end_inset
20622
20623 Marke
20624 \family default
20625  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20626  Der Text der Schaltfläche heißt jetzt 
20627 \family sans
20628 Gehe
20629 \begin_inset space ~
20630 \end_inset
20631
20632 zurück
20633 \family default
20634  und ein Klick darauf macht genau dies.
20635   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20636  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20637  Dann ist auch kein 
20638 \family sans
20639 Gehe
20640 \begin_inset space ~
20641 \end_inset
20642
20643 zurück
20644 \family default
20645  möglich.
20646 \end_layout
20647
20648 \begin_layout Subsection
20649 Querverweis-Formate
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "uab:Querverweis-Formate"
20653
20654 \end_inset
20655
20656
20657 \begin_inset Index
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 Querverweise ! Formate
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Standard
20670 Es gibt sechs verschiedene Querverweisstile:
20671 \end_layout
20672
20673 \begin_layout Description
20674 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20675  
20676 \begin_inset CommandInset ref
20677 LatexCommand ref
20678 reference "abb:Zwei-Teilabbildungen"
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Description
20686 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20687  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20688  verwendet wird, speziell wenn der Name 
20689 \begin_inset Quotes gld
20690 \end_inset
20691
20692 Gleichung
20693 \begin_inset Quotes grd
20694 \end_inset
20695
20696  weggelassen wird: 
20697 \begin_inset CommandInset ref
20698 LatexCommand eqref
20699 reference "eq:Wgn"
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Description
20707 <Seite>: druckt die Seitennummer: Seite
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand pageref
20714 reference "abb:Zwei-Teilabbildungen"
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Description
20722 auf
20723 \begin_inset space ~
20724 \end_inset
20725
20726 Seite
20727 \begin_inset space ~
20728 \end_inset
20729
20730 <Seite>: druckt den Text 
20731 \begin_inset Quotes gld
20732 \end_inset
20733
20734 auf Seite
20735 \begin_inset Quotes grd
20736 \end_inset
20737
20738  und die Seitennummer: 
20739 \begin_inset CommandInset ref
20740 LatexCommand vpageref
20741 reference "abb:Zwei-Teilabbildungen"
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Description
20749 <Querverweis>
20750 \begin_inset space ~
20751 \end_inset
20752
20753 auf
20754 \begin_inset space ~
20755 \end_inset
20756
20757 Seite
20758 \begin_inset space ~
20759 \end_inset
20760
20761 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20762 \begin_inset Quotes gld
20763 \end_inset
20764
20765 auf Seite
20766 \begin_inset Quotes grd
20767 \end_inset
20768
20769 , und die Seitennummer: 
20770 \begin_inset CommandInset ref
20771 LatexCommand vref
20772 reference "abb:Zwei-Teilabbildungen"
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Description
20780 Formatierter
20781 \begin_inset space ~
20782 \end_inset
20783
20784 Querverweis: druckt ein selbst definiertes Querverweisformat
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788
20789 \begin_inset Note Greyedout
20790 status open
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795 Bemerkung:
20796 \series default
20797  Dies ist nur möglich, wenn das LaTeX-Paket 
20798 \series bold
20799 prettyref
20800 \series default
20801  installiert ist.
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20811  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20812  Seite befindet.
20813  Stattdessen wird der Text 
20814 \begin_inset Quotes gld
20815 \end_inset
20816
20817 auf der vorigen Seite
20818 \begin_inset Quotes grd
20819 \end_inset
20820
20821
20822 \begin_inset Quotes gld
20823 \end_inset
20824
20825 auf dieser Seite
20826 \begin_inset Quotes grd
20827 \end_inset
20828
20829  oder 
20830 \begin_inset Quotes gld
20831 \end_inset
20832
20833 auf der nächsten Seite
20834 \begin_inset Quotes grd
20835 \end_inset
20836
20837  gedruckt.
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20842  automatisch von LaTeX berechnet.
20843  Die Stile können im Feld 
20844 \family sans
20845 Format
20846 \family default
20847  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20848  einen Querverweis klicken.
20849 \end_layout
20850
20851 \begin_layout Subsection
20852 Automatische Querverweis-Namen
20853 \begin_inset Index
20854 status collapsed
20855
20856 \begin_layout Plain Layout
20857 Querverweise ! Automatische Namen 
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 Das LaTeX-Paket 
20867 \series bold
20868 hyperref
20869 \series default
20870
20871 \begin_inset Index
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 LaTeX-Pakete ! hyperref
20876 \end_layout
20877
20878 \end_inset
20879
20880  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20881  Gleitobjekts automatisch enthalten (oder Textteile wie 
20882 \emph on
20883 Abschnitt
20884 \emph default
20885 ).
20886  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20887  Um diese Funktion benutzen zu können, müssen Sie 
20888 \series bold
20889 hyperref
20890 \series default
20891  in den LaTeX-Vorspann wie folgt einfügen:
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897
20898 \backslash
20899 usepackage[pdfborder={0 0 0}]{hyperref}
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \backslash
20905 AtBeginDocument{
20906 \backslash
20907 renewcommand{
20908 \backslash
20909 ref}[1]{
20910 \backslash
20911 mbox{
20912 \backslash
20913 autoref{#1}}}}
20914 \end_layout
20915
20916 \begin_layout Standard
20917
20918 \series bold
20919 hyperref
20920 \series default
20921  wird benutzt, um Marken und Querverweise in DVI- und PDF
20922 \begin_inset ERT
20923 status open
20924
20925 \begin_layout Plain Layout
20926
20927 "=
20928 \end_layout
20929
20930 \end_inset
20931
20932 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20933  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20934  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20935  sich der Cursor.
20936 \end_layout
20937
20938 \begin_layout Standard
20939 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20940  allen Handbüchern.
20941  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20942  für die Benutzung von 
20943 \series bold
20944 hyperref
20945 \series default
20946  sehen.
20947  In der 
20948 \series bold
20949 hyperref
20950 \series default
20951 -Dokumentation 
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "hyperref"
20955
20956 \end_inset
20957
20958  finden Sie mehr darüber.
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Note Greyedout
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 Bemerkung:
20969 \series default
20970  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20971  als Querverweisstil 
20972 \family sans
20973 Formatierter
20974 \begin_inset space ~
20975 \end_inset
20976
20977 Querverweis
20978 \family default
20979  benutzen.
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \begin_layout Subsection
20988 Querverweis-Position
20989 \begin_inset CommandInset label
20990 LatexCommand label
20991 name "uab:Querverweis-Position"
20992
20993 \end_inset
20994
20995
20996 \begin_inset Index
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Querverweise !  Position
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Wenn Sie 
21010 \series bold
21011 hyperref
21012 \series default
21013  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21014  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21015  und Sie werden das Bild ohne Rollen nicht sehen.
21016  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21017  ist.
21018  Wenn Sie das  LaTeX-Paket 
21019 \series bold
21020 hypcap
21021 \series default
21022
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 LaTeX-Pakete ! hypcap
21028 \end_layout
21029
21030 \end_inset
21031
21032 , das Teil des LaTeX-Pakets 
21033 \series bold
21034 oberdiek
21035 \series default
21036
21037 \begin_inset Index
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 LaTeX-Pakete ! oberdiek
21042 \end_layout
21043
21044 \end_inset
21045
21046  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21047  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21048 \series bold
21049 hypcap
21050 \series default
21051  zunächst in den LaTeX-Vorspann laden:
21052 \end_layout
21053
21054 \begin_layout Standard
21055
21056 \series bold
21057
21058 \backslash
21059 usepackage[figure]{hypcap}
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Sie können 
21064 \series bold
21065 hypcap
21066 \series default
21067  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21068  nicht empfohlen.
21069  Weitere Informationen finden Sie im
21070 \series bold
21071  hypcap
21072 \series default
21073 -Handbuch 
21074 \begin_inset CommandInset citation
21075 LatexCommand cite
21076 key "hypcap"
21077
21078 \end_inset
21079
21080 .
21081 \end_layout
21082
21083 \begin_layout Standard
21084 \begin_inset Note Greyedout
21085 status open
21086
21087 \begin_layout Plain Layout
21088
21089 \series bold
21090 Bemerkung 1:
21091 \series default
21092  
21093 \series bold
21094 hypcap
21095 \series default
21096  muss nach 
21097 \series bold
21098 hyperref
21099 \series default
21100  geladen werden.
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 \begin_inset Note Greyedout
21110 status open
21111
21112 \begin_layout Plain Layout
21113
21114 \series bold
21115 Bemerkung 2:
21116 \series default
21117  
21118 \series medium
21119 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21120  zu Teilabbildungen.
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Section
21129 Gleitobjekt-Platzierung
21130 \begin_inset CommandInset label
21131 LatexCommand label
21132 name "abs:Gleitobjekt-Platzierung"
21133
21134 \end_inset
21135
21136
21137 \begin_inset Index
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 Gleitobjekte ! Plazierung
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21151 \family sans
21152 Gleitobjekt-Einstellungen
21153 \family default
21154 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21155  können.
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159 Die Option 
21160 \family sans
21161 Spalten
21162 \begin_inset space ~
21163 \end_inset
21164
21165 überspannen
21166 \family default
21167  ist nur bei zweispaltigen Dokumenten sinnvoll.
21168  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21169 \begin_inset Newline newline
21170 \end_inset
21171
21172 Die Option 
21173 \family sans
21174 Seitwärts
21175 \begin_inset space ~
21176 \end_inset
21177
21178 drehen
21179 \family default
21180  ist in Abschnitt 
21181 \begin_inset CommandInset ref
21182 LatexCommand ref
21183 reference "abs:Gedrehte-Gleitobjekte"
21184
21185 \end_inset
21186
21187  beschrieben.
21188 \end_layout
21189
21190 \begin_layout Standard
21191 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21192  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21193  Sie die Option 
21194 \family sans
21195 Standard-Platzierung
21196 \begin_inset space ~
21197 \end_inset
21198
21199 verwenden
21200 \family default
21201  nicht verwenden:
21202 \end_layout
21203
21204 \begin_layout Description
21205 Hier
21206 \begin_inset space ~
21207 \end_inset
21208
21209 wenn
21210 \begin_inset space ~
21211 \end_inset
21212
21213 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21214 \end_layout
21215
21216 \begin_layout Description
21217 Anfang
21218 \begin_inset space ~
21219 \end_inset
21220
21221 der
21222 \begin_inset space ~
21223 \end_inset
21224
21225 Seite
21226 \family sans
21227  
21228 \family default
21229 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21230  Gleitobjekte, die maximal 70
21231 \begin_inset space \thinspace{}
21232 \end_inset
21233
21234 % einer Seite benötigen, dürfen oben platziert werden.
21235  Dies kann durch die Variable 
21236 \series bold
21237
21238 \backslash
21239 topfraction
21240 \series default
21241  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21242 \end_layout
21243
21244 \begin_deeper
21245 \begin_layout Standard
21246
21247 \series bold
21248
21249 \backslash
21250 renewcommand{
21251 \backslash
21252 topfraction}{0.9}
21253 \family typewriter
21254 \series default
21255  
21256 \end_layout
21257
21258 \end_deeper
21259 \begin_layout Description
21260 Ende
21261 \begin_inset space ~
21262 \end_inset
21263
21264 der
21265 \begin_inset space ~
21266 \end_inset
21267
21268 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21269  Gleitobjekte, die maximal 30
21270 \begin_inset space \thinspace{}
21271 \end_inset
21272
21273 % einer Seite benötigen, dürfen unten platziert werden.
21274  Dies kann durch die Variable 
21275 \series bold
21276
21277 \backslash
21278 bottomfraction
21279 \series default
21280  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21281 \end_layout
21282
21283 \begin_deeper
21284 \begin_layout Standard
21285
21286 \series bold
21287
21288 \backslash
21289 renewcommand{
21290 \backslash
21291 bottomfraction}{0.5}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 die oftmals zu kleine untere Grenze auf 50
21296 \begin_inset space \thinspace{}
21297 \end_inset
21298
21299 %.
21300 \end_layout
21301
21302 \end_deeper
21303 \begin_layout Description
21304 Seite
21305 \begin_inset space ~
21306 \end_inset
21307
21308 mit
21309 \begin_inset space ~
21310 \end_inset
21311
21312 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21313  Nur wenn mehr als 50
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21318  Gleitobjekte bereitgestellt.
21319  Dies kann durch die Variable 
21320 \series bold
21321
21322 \backslash
21323 floatpagefraction 
21324 \series default
21325 im LaTeX-Vorspann überschrieben werden.
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Die Reihenfolge der obigen Optionen wird 
21330 \emph on
21331 immer
21332 \emph default
21333  von LaTeX verwendet.
21334  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21335  versuchen 
21336 \family sans
21337 Hier
21338 \begin_inset space \space{}
21339 \end_inset
21340
21341 wenn
21342 \begin_inset space \space{}
21343 \end_inset
21344
21345 möglich
21346 \family default
21347 , dann 
21348 \family sans
21349 Anfang
21350 \begin_inset space ~
21351 \end_inset
21352
21353 der
21354 \begin_inset space ~
21355 \end_inset
21356
21357 Seite
21358 \family default
21359  und dann die anderen Optionen anzuwenden.
21360  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21361  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21362  Reihenfolge.
21363  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21364 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Die Option 
21369 \family sans
21370 Hier,
21371 \begin_inset space ~
21372 \end_inset
21373
21374 auf
21375 \begin_inset space ~
21376 \end_inset
21377
21378 jeden
21379 \begin_inset space ~
21380 \end_inset
21381
21382 Fall
21383 \family default
21384  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21385  fast druckreif ist.
21386  Denn mit der Option kann das Objekt nicht mehr 
21387 \emph on
21388 gleiten
21389 \emph default
21390 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21391  oftmals zerstört.
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21396  immer vom Text eines bestimmten Absatzes umgeben sind.
21397 \begin_inset VSpace bigskip
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Standard
21404 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21405 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21406  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21407  Das kann mit dem LaTeX-Befehl
21408 \series bold
21409  
21410 \backslash
21411 suppressfloats
21412 \series default
21413  verhindert werden.
21414  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21415  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21416  gesetzt wird.
21417  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21418 \end_layout
21419
21420 \begin_layout Standard
21421
21422 \series bold
21423
21424 \backslash
21425 let
21426 \backslash
21427 meinAbschnitt
21428 \backslash
21429 section
21430 \begin_inset Newline newline
21431 \end_inset
21432
21433
21434 \backslash
21435 renewcommand{
21436 \backslash
21437 section}{
21438 \backslash
21439 suppressfloats[t]
21440 \backslash
21441 meinAbschnitt}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21446  Unterabschnitten festlegen.
21447  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21448  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Es gibt auch noch das LaTeX-Paket 
21453 \series bold
21454 flafter
21455 \series default
21456
21457 \begin_inset Index
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 LaTeX-Pakete ! flafter
21462 \end_layout
21463
21464 \end_inset
21465
21466  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21467  gedruckt wird.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21475  Dafür gibt es das LaTeX-Paket 
21476 \series bold
21477 endfloat
21478 \series default
21479
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 LaTeX-Pakete ! endfloat
21485 \end_layout
21486
21487 \end_inset
21488
21489 .
21490  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21491  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21492  
21493 \family sans
21494
21495 \begin_inset Quotes gld
21496 \end_inset
21497
21498 [Abbildung
21499 \begin_inset space ~
21500 \end_inset
21501
21502 3.2 ist ungefähr hier.]
21503 \family default
21504
21505 \begin_inset Quotes grd
21506 \end_inset
21507
21508  finden.
21509  Das 
21510 \series bold
21511 endfloat
21512 \series default
21513 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21514 \end_layout
21515
21516 \begin_layout Standard
21517
21518 \series bold
21519
21520 \backslash
21521 usepackage[Optionen]{endfloat}
21522 \end_layout
21523
21524 \begin_layout Standard
21525 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21526  Tabellen-Abschnitte, die Sie in der 
21527 \series bold
21528 endfloat
21529 \series default
21530 -Dokumentation 
21531 \begin_inset CommandInset citation
21532 LatexCommand cite
21533 key "endfloat"
21534
21535 \end_inset
21536
21537  nachlesen können.
21538 \begin_inset Newline newline
21539 \end_inset
21540
21541
21542 \begin_inset Note Greyedout
21543 status open
21544
21545 \begin_layout Plain Layout
21546
21547 \series bold
21548 Bemerkung
21549 \begin_inset space ~
21550 \end_inset
21551
21552 1: endfloat
21553 \series default
21554  übersetzt den Hinweistext nicht automatisch.
21555  Abschnitt
21556 \begin_inset space ~
21557 \end_inset
21558
21559 4 in 
21560 \begin_inset CommandInset citation
21561 LatexCommand cite
21562 key "endfloat"
21563
21564 \end_inset
21565
21566  beschreibt, wie es geht.
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset Note Greyedout
21576 status open
21577
21578 \begin_layout Plain Layout
21579
21580 \series bold
21581 Bemerkung
21582 \begin_inset space ~
21583 \end_inset
21584
21585 2: 
21586 \series default
21587 Die aktuelle Version von 
21588 \series bold
21589 endfloat
21590 \series default
21591  hat einen Fehler, wenn die Überschrift ein 
21592 \begin_inset Quotes gld
21593 \end_inset
21594
21595 ß
21596 \begin_inset Quotes grd
21597 \end_inset
21598
21599  enthält.
21600  Sie müssen stattdessen den Befehl 
21601 \series bold
21602
21603 \backslash
21604 ss
21605 \series default
21606  als TeX-Code benutzen.
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \begin_layout Standard
21615 \begin_inset VSpace bigskip
21616 \end_inset
21617
21618 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21619  wie 
21620 \begin_inset CommandInset citation
21621 LatexCommand cite
21622 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Section
21630 Gedrehte Gleitobjekte
21631 \begin_inset CommandInset label
21632 LatexCommand label
21633 name "abs:Gedrehte-Gleitobjekte"
21634
21635 \end_inset
21636
21637
21638 \begin_inset Index
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642 Gleitobjekte ! drehen
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21652 t drehen.
21653  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21654  und die Option 
21655 \family sans
21656 Seitwärts
21657 \begin_inset space ~
21658 \end_inset
21659
21660 drehen
21661 \family default
21662  wählen.
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21667  sie ein mehrspaltiges Dokument haben) gedruckt.
21668  Sie können mehrere Spalten überspannen, wenn die Option 
21669 \family sans
21670 Spalten
21671 \begin_inset space ~
21672 \end_inset
21673
21674 überspannen
21675 \family default
21676  in den Gleitobjekt Einstellungen gewählt ist.
21677  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21678  werden können.
21679  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21680  Option 
21681 \series bold
21682 figuresleft
21683 \series default
21684  oder 
21685 \series bold
21686 figuresright
21687 \series default
21688  zu den Dokumentklassen-Optionen hinzu.
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21693  Tabelle
21694 \begin_inset space ~
21695 \end_inset
21696
21697
21698 \begin_inset CommandInset ref
21699 LatexCommand ref
21700 reference "tab:Gedrehte-Tabelle"
21701
21702 \end_inset
21703
21704  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21705 \end_layout
21706
21707 \begin_layout Standard
21708 \begin_inset Note Greyedout
21709 status open
21710
21711 \begin_layout Plain Layout
21712
21713 \series bold
21714 Bemerkung:
21715 \series default
21716  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Standard
21725 \begin_inset Float table
21726 wide false
21727 sideways true
21728 status open
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Caption
21732
21733 \begin_layout Plain Layout
21734 \begin_inset CommandInset label
21735 LatexCommand label
21736 name "tab:Gedrehte-Tabelle"
21737
21738 \end_inset
21739
21740 Gedrehte Tabelle
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \begin_layout Plain Layout
21749 \align center
21750 \begin_inset Tabular
21751 <lyxtabular version="3" rows="1" columns="5">
21752 <features>
21753 <column alignment="center" valignment="top" width="0">
21754 <column alignment="center" valignment="top" width="0">
21755 <column alignment="center" valignment="top" width="0">
21756 <column alignment="center" valignment="top" width="0">
21757 <column alignment="center" valignment="top" width="0">
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 Test
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 b
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 c
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 d
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 e
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 </lyxtabular>
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Section
21818 Gleitobjekte nebeneinander
21819 \begin_inset Index
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823 Gleitobjekte ! nebeneinander
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21833 \begin_inset space ~
21834 \end_inset
21835
21836
21837 \begin_inset CommandInset ref
21838 LatexCommand ref
21839 reference "abb:Gleitobjekt-links"
21840
21841 \end_inset
21842
21843  und 
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "abb:Gleitobjekt-rechts"
21847
21848 \end_inset
21849
21850  wird nur 
21851 \emph on
21852 ein
21853 \emph default
21854  Gleitobjekt verwendet.
21855  In dieses werden zwei Minipage Boxen eingefügt.
21856 \begin_inset Foot
21857 status collapsed
21858
21859 \begin_layout Plain Layout
21860 Minipages sind in Abschnitt
21861 \begin_inset space ~
21862 \end_inset
21863
21864
21865 \begin_inset CommandInset ref
21866 LatexCommand ref
21867 reference "abs:Minipage"
21868
21869 \end_inset
21870
21871  erklärt.
21872 \end_layout
21873
21874 \end_inset
21875
21876  Die Breite wird für jede Minipage auf 45
21877 \begin_inset space \thinspace{}
21878 \end_inset
21879
21880 -50
21881 \begin_inset space \thinspace{}
21882 \end_inset
21883
21884 Spalten% und die Box Ausrichtung auf 
21885 \family sans
21886 Unten
21887 \family default
21888  gesetzt.
21889  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21890  Gleitobjekt.
21891  Der einzige Unterschied ist, dass die Bildeinheit 
21892 \family sans
21893 Spaltenbreite
21894 \begin_inset space ~
21895 \end_inset
21896
21897 %
21898 \family default
21899  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21900 \end_layout
21901
21902 \begin_layout Standard
21903 \begin_inset Float figure
21904 wide false
21905 sideways false
21906 status open
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Box Frameless
21910 position "b"
21911 hor_pos "c"
21912 has_inner_box 1
21913 inner_pos "t"
21914 use_parbox 0
21915 width "45col%"
21916 special "none"
21917 height "1in"
21918 height_special "totalheight"
21919 status open
21920
21921 \begin_layout Plain Layout
21922 \align center
21923 \begin_inset Graphics
21924         filename ../clipart/mobius.eps
21925         lyxscale 50
21926         width 100col%
21927         scaleBeforeRotation
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Caption
21936
21937 \begin_layout Plain Layout
21938 \begin_inset CommandInset label
21939 LatexCommand label
21940 name "abb:Gleitobjekt-links"
21941
21942 \end_inset
21943
21944 Gleitobjekt auf der linken Seite.
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \begin_inset space \hfill{}
21956 \end_inset
21957
21958
21959 \begin_inset Box Frameless
21960 position "b"
21961 hor_pos "c"
21962 has_inner_box 1
21963 inner_pos "t"
21964 use_parbox 0
21965 width "45col%"
21966 special "none"
21967 height "1in"
21968 height_special "totalheight"
21969 status open
21970
21971 \begin_layout Plain Layout
21972 \align center
21973 \begin_inset Graphics
21974         filename ../clipart/platypus.eps
21975         lyxscale 50
21976         width 100col%
21977         scaleBeforeRotation
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Caption
21986
21987 \begin_layout Plain Layout
21988 \begin_inset CommandInset label
21989 LatexCommand label
21990 name "abb:Gleitobjekt-rechts"
21991
21992 \end_inset
21993
21994 Gleitobjekt auf der rechten Seite.
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Section
22013 Beschriftungs-Formatierung
22014 \begin_inset CommandInset label
22015 LatexCommand label
22016 name "abs:Titel-Formatierung"
22017
22018 \end_inset
22019
22020
22021 \begin_inset Index
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025 Gleitobjekte ! Beschriftung ! Formatierung
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035 \family sans
22036 Legende
22037 \family default
22038  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22039  In LyX sehen Titel so aus:  
22040 \family sans
22041
22042 \begin_inset Quotes gld
22043 \end_inset
22044
22045 Abbildung xyz:
22046 \family default
22047
22048 \begin_inset Quotes grd
22049 \end_inset
22050
22051 , gefolgt vom Beschriftungstext, wobei 
22052 \family sans
22053 xyz
22054 \family default
22055  die von LyX vergebene Nummer ist.
22056  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22057  gedruckt.
22058  Dies ist nicht immer brauchbar.
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22063  
22064 \series bold
22065 caption
22066 \series default
22067
22068 \begin_inset Index
22069 status collapsed
22070
22071 \begin_layout Plain Layout
22072 LaTeX-Pakete ! caption
22073 \end_layout
22074
22075 \end_inset
22076
22077  in den LaTeX-Vorspann laden:
22078 \end_layout
22079
22080 \begin_layout Standard
22081
22082 \series bold
22083
22084 \backslash
22085 usepackage[Format-Definition]{caption}
22086 \end_layout
22087
22088 \begin_layout Standard
22089 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22090  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22091 \end_layout
22092
22093 \begin_layout Standard
22094
22095 \series bold
22096
22097 \backslash
22098 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22099 \end_layout
22100
22101 \begin_layout Standard
22102 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22103  definieren.
22104  Dazu laden Sie das 
22105 \series bold
22106 caption
22107 \series default
22108 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22109  dem Befehl
22110 \end_layout
22111
22112 \begin_layout Standard
22113
22114 \series bold
22115
22116 \backslash
22117 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22118 \end_layout
22119
22120 \begin_layout Standard
22121 Für Abbildung
22122 \begin_inset space ~
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "abb:Langer-Abb-Titel"
22129
22130 \end_inset
22131
22132  und Tabelle
22133 \begin_inset space ~
22134 \end_inset
22135
22136
22137 \begin_inset CommandInset ref
22138 LatexCommand ref
22139 reference "tab:Langer-Tab-Titel"
22140
22141 \end_inset
22142
22143  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22144  werden:
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150
22151 \backslash
22152 usepackage[tableposition=top]{caption}
22153 \begin_inset Newline newline
22154 \end_inset
22155
22156
22157 \backslash
22158 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22159 \begin_inset Newline newline
22160 \end_inset
22161
22162
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 hphantom{
22171 \backslash
22172
22173 \backslash
22174 captionsetup[figure]
22175 \backslash
22176 {}
22177 \end_layout
22178
22179 \end_inset
22180
22181  labelsep=period}
22182 \begin_inset Newline newline
22183 \end_inset
22184
22185
22186 \backslash
22187 captionsetup[table]{labelfont={bf,sf}}
22188 \end_layout
22189
22190 \begin_layout Standard
22191 \begin_inset Note Greyedout
22192 status open
22193
22194 \begin_layout Plain Layout
22195
22196 \series bold
22197 Bemerkung:
22198 \series default
22199  Die Option 
22200 \series bold
22201 tableposition=top
22202 \series default
22203  hat keine Auswirkung, wenn eine 
22204 \series bold
22205 koma-script
22206 \series default
22207
22208 \begin_inset Index
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 LaTeX-Pakete ! koma-script
22213 \end_layout
22214
22215 \end_inset
22216
22217 -Dokumentklasse verwendet wird.
22218  Hier muss die Option 
22219 \series bold
22220 tablecaptionabove
22221 \series default
22222  benutzt werden.
22223 \end_layout
22224
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \begin_layout Standard
22231 Weitere Informationen über das Paket
22232 \series bold
22233  caption
22234 \series default
22235  finden Sie in seiner Dokumentation 
22236 \begin_inset CommandInset citation
22237 LatexCommand cite
22238 key "caption"
22239
22240 \end_inset
22241
22242 .
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Wenn Sie den Namen von 
22247 \begin_inset Quotes gld
22248 \end_inset
22249
22250 Abbildung
22251 \begin_inset Quotes grd
22252 \end_inset
22253
22254  auf 
22255 \begin_inset Quotes gld
22256 \end_inset
22257
22258 Bild
22259 \begin_inset Quotes grd
22260 \end_inset
22261
22262  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268
22269 \backslash
22270 renewcommand{
22271 \backslash
22272 fnum@figure}{Bild~
22273 \backslash
22274 thefigure}
22275 \end_layout
22276
22277 \begin_layout Standard
22278 wobei 
22279 \series bold
22280
22281 \backslash
22282 thefigure
22283 \series default
22284  die Bildnummer einsetzt und
22285 \series bold
22286  ~
22287 \series default
22288  ein geschütztes Leerzeichen ist.
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset VSpace bigskip
22293 \end_inset
22294
22295 Wenn Sie eine 
22296 \series bold
22297 koma-script
22298 \series default
22299
22300 \begin_inset Index
22301 status collapsed
22302
22303 \begin_layout Plain Layout
22304 LaTeX-Pakete ! koma-script
22305 \end_layout
22306
22307 \end_inset
22308
22309 -Dokumentklasse (
22310 \family sans
22311 article (koma-script)
22312 \family default
22313
22314 \family sans
22315 book (koma-script)
22316 \family default
22317
22318 \family sans
22319 letter (koma-script)
22320 \family default
22321  oder 
22322 \family sans
22323 report (koma-script)
22324 \family default
22325 ) benutzen, können Sie anstatt des 
22326 \series bold
22327 caption
22328 \series default
22329 -Paketes den eingebauten Befehl 
22330 \series bold
22331
22332 \backslash
22333 setkomafont
22334 \series default
22335  von 
22336 \series bold
22337 koma-script
22338 \series default
22339  benutzen.
22340  Der Befehl
22341 \end_layout
22342
22343 \begin_layout Standard
22344
22345 \series bold
22346
22347 \backslash
22348 setkomafont{captionlabel}{
22349 \backslash
22350 bfseries}
22351 \end_layout
22352
22353 \begin_layout Standard
22354 im LaTeX-Vorspann druckt den Namen fett.
22355 \end_layout
22356
22357 \begin_layout Standard
22358 Weitere Informationen über 
22359 \series bold
22360
22361 \backslash
22362 setkomafont
22363 \series default
22364  finden Sie in der 
22365 \series bold
22366 koma-script
22367 \series default
22368 -Do\SpecialChar \-
22369 ku\SpecialChar \-
22370 men\SpecialChar \-
22371 ta\SpecialChar \-
22372 tion 
22373 \begin_inset CommandInset citation
22374 LatexCommand cite
22375 key "koma-script"
22376
22377 \end_inset
22378
22379 .
22380 \end_layout
22381
22382 \begin_layout Standard
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388
22389 \backslash
22390 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22391 }
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \begin_inset Note Note
22398 status open
22399
22400 \begin_layout Plain Layout
22401 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset Float figure
22411 placement !p
22412 wide false
22413 sideways false
22414 status open
22415
22416 \begin_layout Plain Layout
22417 \align center
22418 \begin_inset Graphics
22419         filename ../clipart/mobius.eps
22420         lyxscale 50
22421         scale 50
22422         scaleBeforeRotation
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Caption
22431
22432 \begin_layout Plain Layout
22433 \begin_inset CommandInset label
22434 LatexCommand label
22435 name "abb:Langer-Abb-Titel"
22436
22437 \end_inset
22438
22439 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22440  ist, um das andere Beschriftungsformat zu zeigen.
22441  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22442 \begin_inset OptArg
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22447  ist.
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Standard
22466 \begin_inset ERT
22467 status collapsed
22468
22469 \begin_layout Plain Layout
22470
22471
22472 \backslash
22473 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22474 on}
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset Float table
22484 placement !p
22485 wide false
22486 sideways false
22487 status open
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Caption
22491
22492 \begin_layout Plain Layout
22493 \begin_inset CommandInset label
22494 LatexCommand label
22495 name "tab:Langer-Tab-Titel"
22496
22497 \end_inset
22498
22499 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22500  ist, um das andere Beschriftungsformat zu zeigen.
22501  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22502  benutzt.
22503 \begin_inset OptArg
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22508  ist.
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \begin_layout Plain Layout
22522 \align center
22523 \begin_inset Tabular
22524 <lyxtabular version="3" rows="1" columns="5">
22525 <features>
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <column alignment="center" valignment="top" width="0">
22529 <column alignment="center" valignment="top" width="0">
22530 <column alignment="center" valignment="top" width="0">
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 a
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 b
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 c
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 d
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 e
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 </lyxtabular>
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \begin_layout Section
22591 Beschriftungs-Platzierung
22592 \begin_inset CommandInset label
22593 LatexCommand label
22594 name "abs:Titel-Platzierung"
22595
22596 \end_inset
22597
22598
22599 \begin_inset Index
22600 status collapsed
22601
22602 \begin_layout Plain Layout
22603 Gleitobjekte ! Beschriftung ! Platzierung
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \begin_layout Standard
22612 Normalerweise werden die Beschriftungen wie folgt platziert:
22613 \end_layout
22614
22615 \begin_layout Description
22616 Abbildung: darunter
22617 \end_layout
22618
22619 \begin_layout Description
22620 Tabelle: darüber
22621 \end_layout
22622
22623 \begin_layout Standard
22624 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22625  Das heißt wenn Sie eine der Dokument-Klassen 
22626 \family sans
22627 article
22628 \family default
22629
22630 \family sans
22631 book
22632 \family default
22633
22634 \family sans
22635 letter
22636 \family default
22637  oder 
22638 \family sans
22639 report
22640 \family default
22641  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22642  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22643 \series bold
22644 caption
22645 \series default
22646  im LaTeX-Vorspann folgendes schreiben:
22647 \begin_inset Foot
22648 status collapsed
22649
22650 \begin_layout Plain Layout
22651 In Abschnitt
22652 \begin_inset space ~
22653 \end_inset
22654
22655
22656 \begin_inset CommandInset ref
22657 LatexCommand ref
22658 reference "abs:Titel-Formatierung"
22659
22660 \end_inset
22661
22662  steht mehr über das Paket 
22663 \series bold
22664 caption
22665 \series default
22666 .
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677 tableposition=top
22678 \end_layout
22679
22680 \begin_layout Standard
22681 Wenn Sie eine 
22682 \series bold
22683 koma-script
22684 \series default
22685
22686 \begin_inset Index
22687 status collapsed
22688
22689 \begin_layout Plain Layout
22690 LaTeX-Pakete ! koma-script
22691 \end_layout
22692
22693 \end_inset
22694
22695 -Dokumentklasse (
22696 \family sans
22697 article (koma-script)
22698 \family default
22699
22700 \family sans
22701 book (koma-script)
22702 \family default
22703
22704 \family sans
22705 letter (koma-script)
22706 \family default
22707  oder 
22708 \family sans
22709 report (koma-script)
22710 \family default
22711 ) benutzen, können Sie alternativ zum 
22712 \series bold
22713 caption
22714 \series default
22715 -Paket die Option 
22716 \series bold
22717 tablecaptionabove
22718 \series default
22719  benutzen.
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset VSpace bigskip
22724 \end_inset
22725
22726 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22727  Das bewirkt das LaTeX-Paket 
22728 \series bold
22729 sidecap
22730 \series default
22731
22732 \begin_inset Index
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 LaTeX-Pakete ! sidecap
22737 \end_layout
22738
22739 \end_inset
22740
22741 , das so in den LaTeX-Vorspann geladen wird:
22742 \end_layout
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747
22748 \backslash
22749 usepackage[Option]{sidecap}
22750 \end_layout
22751
22752 \begin_layout Standard
22753 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22754  Mit 
22755 \series bold
22756 innercaption
22757 \series default
22758  wird die Beschriftung innen gedruckt.
22759  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22760  
22761 \series bold
22762 rightcaption
22763 \series default
22764  oder 
22765 \series bold
22766 leftcaption
22767 \series default
22768 .
22769 \end_layout
22770
22771 \begin_layout Standard
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777
22778 \backslash
22779 ifsidecap
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \begin_inset Note Note
22786 status open
22787
22788 \begin_layout Plain Layout
22789 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22790 \series bold
22791 sidecap
22792 \series default
22793  installiert ist.
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22803  in den LaTeX-Vorspann schreiben:
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \lyxline
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813
22814 \series bold
22815
22816 \backslash
22817 newcommand{
22818 \backslash
22819 TabBesBeg}{%
22820 \begin_inset Newline newline
22821 \end_inset
22822
22823
22824 \begin_inset ERT
22825 status collapsed
22826
22827 \begin_layout Plain Layout
22828
22829
22830 \backslash
22831 hphantom{ }
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \backslash
22838 let
22839 \backslash
22840 MyTable
22841 \backslash
22842 table
22843 \begin_inset Newline newline
22844 \end_inset
22845
22846
22847 \begin_inset ERT
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851
22852
22853 \backslash
22854 hphantom{ }
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \backslash
22861 let
22862 \backslash
22863 MyEndtable
22864 \backslash
22865 endtable
22866 \begin_inset Newline newline
22867 \end_inset
22868
22869
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 hphantom{ }
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \backslash
22884 renewenvironment{table}{
22885 \backslash
22886 begin{SCtable}}{
22887 \backslash
22888 end{SCtable}}}
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894
22895 \backslash
22896 newcommand{
22897 \backslash
22898 TabBesEnd}{%
22899 \begin_inset Newline newline
22900 \end_inset
22901
22902
22903 \begin_inset ERT
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907
22908
22909 \backslash
22910 hphantom{ }
22911 \end_layout
22912
22913 \end_inset
22914
22915
22916 \backslash
22917 let
22918 \backslash
22919 table
22920 \backslash
22921 MyTable
22922 \begin_inset Newline newline
22923 \end_inset
22924
22925
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 hphantom{ }
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \backslash
22940 let
22941 \backslash
22942 endtable
22943 \backslash
22944 MyEndtable
22945 \end_layout
22946
22947 \begin_layout Standard
22948
22949 \series bold
22950
22951 \backslash
22952 newcommand{
22953 \backslash
22954 FigBesBeg}{%
22955 \begin_inset Newline newline
22956 \end_inset
22957
22958
22959 \begin_inset ERT
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963
22964
22965 \backslash
22966 hphantom{ }
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \backslash
22973 let
22974 \backslash
22975 MyFigure
22976 \backslash
22977 figure
22978 \begin_inset Newline newline
22979 \end_inset
22980
22981
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986
22987
22988 \backslash
22989 hphantom{ }
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \backslash
22996 let
22997 \backslash
22998 MyEndfigure
22999 \backslash
23000 endfigure
23001 \begin_inset Newline newline
23002 \end_inset
23003
23004
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 hphantom{ }
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \backslash
23019 renewenvironment{figure}{
23020 \backslash
23021 begin{SCfigure}}{
23022 \backslash
23023 end{SCfigure}}}
23024 \end_layout
23025
23026 \begin_layout Standard
23027
23028 \series bold
23029
23030 \backslash
23031 newcommand{
23032 \backslash
23033 FigBesEnd}{%
23034 \begin_inset Newline newline
23035 \end_inset
23036
23037
23038 \begin_inset ERT
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042
23043
23044 \backslash
23045 hphantom{ }
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \backslash
23052 let
23053 \backslash
23054 figure
23055 \backslash
23056 MyFigure
23057 \begin_inset Newline newline
23058 \end_inset
23059
23060
23061 \begin_inset ERT
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065
23066
23067 \backslash
23068 hphantom{ }
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \backslash
23075 let
23076 \backslash
23077 endfigure
23078 \backslash
23079 MyEndfigure}
23080 \series default
23081
23082 \lyxline
23083
23084 \end_layout
23085
23086 \begin_layout Standard
23087 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23088 ungen seitlich gedruckt werden.
23089  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23090 \end_layout
23091
23092 \begin_layout Standard
23093
23094 \series bold
23095
23096 \backslash
23097 FigBesBeg
23098 \end_layout
23099
23100 \begin_layout Standard
23101 als TeX-Code vor und
23102 \end_layout
23103
23104 \begin_layout Standard
23105
23106 \series bold
23107
23108 \backslash
23109 FigBesEnd
23110 \end_layout
23111
23112 \begin_layout Standard
23113 hinter das Gleitobjekt.
23114  Bei Gleitobjekt-Tabellen heißen die Befehle
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 TabBesBeg
23123 \series default
23124  und 
23125 \series bold
23126
23127 \backslash
23128 TabBesEnd
23129 \series default
23130 .
23131 \end_layout
23132
23133 \begin_layout Standard
23134 Abbildung
23135 \begin_inset space ~
23136 \end_inset
23137
23138
23139 \begin_inset CommandInset ref
23140 LatexCommand ref
23141 reference "abb:Beschriftung-neben"
23142
23143 \end_inset
23144
23145  und Tabelle
23146 \begin_inset space ~
23147 \end_inset
23148
23149
23150 \begin_inset CommandInset ref
23151 LatexCommand ref
23152 reference "tab:cap-beside-tab"
23153
23154 \end_inset
23155
23156  sind Beispiele für seitliche Beschriftungen.
23157 \end_layout
23158
23159 \begin_layout Standard
23160 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23161  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23162  der Abbildung.
23163  Das kann man mit dem Befehl
23164 \end_layout
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169
23170 \backslash
23171 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23176  Der Gleitobjekt-Typ ist entweder 
23177 \family sans
23178 figure
23179 \family default
23180  oder 
23181 \family sans
23182 table
23183 \family default
23184 , die
23185 \family sans
23186  
23187 \family default
23188 Platzierung ist 
23189 \family typewriter
23190 t
23191 \family default
23192  für oben, 
23193 \family typewriter
23194 c
23195 \family default
23196  für zentriert oder 
23197 \family typewriter
23198 b
23199 \family default
23200  für unten.
23201  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23202  lautet der Befehl
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 sidecaptionvpos{figure}{c}
23211 \end_layout
23212
23213 \begin_layout Standard
23214 Das wurde in Abbildung
23215 \begin_inset space ~
23216 \end_inset
23217
23218
23219 \begin_inset CommandInset ref
23220 LatexCommand ref
23221 reference "abb:cap-beside-fig-2"
23222
23223 \end_inset
23224
23225  benutzt.
23226 \end_layout
23227
23228 \begin_layout Standard
23229 \begin_inset VSpace medskip
23230 \end_inset
23231
23232 Weitere Informationen über das Paket
23233 \series bold
23234  sidecap
23235 \series default
23236  finden Sie in seiner Dokumentation 
23237 \begin_inset CommandInset citation
23238 LatexCommand cite
23239 key "sidecap"
23240
23241 \end_inset
23242
23243 .
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset Note Greyedout
23248 status open
23249
23250 \begin_layout Plain Layout
23251
23252 \series bold
23253 Bemerkung:
23254 \series default
23255  Das LaTeX-Paket 
23256 \series bold
23257 hypcap
23258 \series default
23259 ,
23260 \begin_inset Index
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264 LaTeX-Pakete ! hypcap
23265 \end_layout
23266
23267 \end_inset
23268
23269  das in Abschnitt
23270 \begin_inset space ~
23271 \end_inset
23272
23273
23274 \begin_inset CommandInset ref
23275 LatexCommand ref
23276 reference "uab:Querverweis-Position"
23277
23278 \end_inset
23279
23280  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23281  Beschriftungen.
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset ERT
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294
23295
23296 \backslash
23297 FigBesBeg 
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \begin_inset Float figure
23307 wide false
23308 sideways false
23309 status open
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Graphics
23313         filename ../clipart/escher-lsd.eps
23314         scale 75
23315         scaleBeforeRotation
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Caption
23324
23325 \begin_layout Plain Layout
23326 \begin_inset CommandInset label
23327 LatexCommand label
23328 name "abb:Beschriftung-neben"
23329
23330 \end_inset
23331
23332 Dies ist eine Beschriftung neben einer Abbildung.
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Standard
23346 \begin_inset ERT
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350
23351
23352 \backslash
23353 TabBesBeg 
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset Float table
23363 wide false
23364 sideways false
23365 status open
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 "tab:cap-beside-tab"
23374
23375 \end_inset
23376
23377 Dies ist eine Beschriftung neben einer Tabelle.
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Plain Layout
23386 \begin_inset Tabular
23387 <lyxtabular version="3" rows="4" columns="5">
23388 <features>
23389 <column alignment="center" valignment="top" width="0">
23390 <column alignment="center" valignment="top" width="0">
23391 <column alignment="center" valignment="top" width="0">
23392 <column alignment="center" valignment="top" width="0">
23393 <column alignment="center" valignment="top" width="0">
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 a
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 b
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 c
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 </row>
23441 <row>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 d
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 e
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 f
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511 g
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 h
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 i
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 j
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 </lyxtabular>
23583
23584 \end_inset
23585
23586
23587 \end_layout
23588
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \begin_layout Standard
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 TabBesEnd
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 \begin_inset ERT
23612 status collapsed
23613
23614 \begin_layout Plain Layout
23615
23616
23617 \backslash
23618 sidecaptionvpos{figure}{c}
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \begin_inset Float figure
23625 wide false
23626 sideways false
23627 status open
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Graphics
23631         filename ../clipart/escher-lsd.eps
23632         scale 75
23633         scaleBeforeRotation
23634
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Caption
23642
23643 \begin_layout Plain Layout
23644 \begin_inset CommandInset label
23645 LatexCommand label
23646 name "abb:cap-beside-fig-2"
23647
23648 \end_inset
23649
23650 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23651 \end_layout
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \begin_layout Standard
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 FigBesEnd
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \begin_layout Standard
23680 \begin_inset ERT
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685
23686 \backslash
23687 else
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \begin_inset Note Note
23694 status open
23695
23696 \begin_layout Plain Layout
23697 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23698 \series bold
23699 sidecap
23700 \series default
23701  nicht installiert ist:
23702 \end_layout
23703
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \begin_layout Standard
23710 Das LaTeX-Paket 
23711 \series bold
23712 sidecap
23713 \series default
23714  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 fi
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Section
23734 Gleitobjekt-Verzeichnisse
23735 \begin_inset CommandInset label
23736 LatexCommand label
23737 name "abs:Gleitobjekt-Verzeichnisse"
23738
23739 \end_inset
23740
23741
23742 \begin_inset Index
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746 Gleitobjekte ! Verzeichnisse
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Standard
23755 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23756  Sie können mit den Untermenüs von 
23757 \family sans
23758 Einfügen\SpecialChar \menuseparator
23759 Liste
23760 \begin_inset space ~
23761 \end_inset
23762
23763 /
23764 \begin_inset space ~
23765 \end_inset
23766
23767 Inhaltsverzeichnis
23768 \family default
23769  eingefügt werden.
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23774  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23775 \end_layout
23776
23777 \begin_layout Standard
23778 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23779  und ein Tabellen-Verzeichnis.
23780 \end_layout
23781
23782 \begin_layout Chapter
23783 Notizen
23784 \end_layout
23785
23786 \begin_layout Section
23787 LyX-Notizen
23788 \begin_inset CommandInset label
23789 LatexCommand label
23790 name "abs:LyX-Notizen"
23791
23792 \end_inset
23793
23794
23795 \begin_inset Index
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799 Notizen ! LyX-Notizen
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 Notizen werden mit einem Klick auf 
23809 \begin_inset Graphics
23810         filename ../../images/note-insert.png
23811         scale 85
23812         scaleBeforeRotation
23813         BoundingBox 0bp 6bp 22bp 22bp
23814
23815 \end_inset
23816
23817  oder 
23818 \family sans
23819 Einfügen\SpecialChar \menuseparator
23820 Notiz
23821 \family default
23822  eingefügt.
23823  Es gibt drei Arten:
23824 \end_layout
23825
23826 \begin_layout Description
23827 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23828  Eine 
23829 \family sans
23830 LyX-Notiz
23831 \family default
23832  sieht so aus:
23833 \begin_inset Newline newline
23834 \end_inset
23835
23836
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Graphics
23842         filename clipart/LyXNotizQt4.png
23843         display false
23844         scale 60
23845         scaleBeforeRotation
23846
23847 \end_inset
23848
23849  
23850 \begin_inset Note Note
23851 status open
23852
23853 \begin_layout Plain Layout
23854 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Description
23863 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23864  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23865 \family sans
23866 Datei\SpecialChar \menuseparator
23867 Ex\SpecialChar \-
23868 por\SpecialChar \-
23869 tie\SpecialChar \-
23870 ren\SpecialChar \menuseparator
23871 LaTe
23872 \begin_inset ERT
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876
23877 {}
23878 \end_layout
23879
23880 \end_inset
23881
23882 X (pdflatex) / (normal)
23883 \family default
23884 .
23885  Ein Kommentar sieht so aus:
23886 \begin_inset Newline newline
23887 \end_inset
23888
23889
23890 \begin_inset Newline newline
23891 \end_inset
23892
23893
23894 \begin_inset Graphics
23895         filename clipart/KommentarQt4.png
23896         display false
23897         scale 60
23898         scaleBeforeRotation
23899
23900 \end_inset
23901
23902  
23903 \begin_inset Note Comment
23904 status open
23905
23906 \begin_layout Plain Layout
23907 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Description
23916 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23917 \begin_inset Newline newline
23918 \end_inset
23919
23920
23921 \begin_inset Newline newline
23922 \end_inset
23923
23924
23925 \begin_inset Graphics
23926         filename clipart/GrauschriftNotizQt4.png
23927         display false
23928         scale 60
23929         scaleBeforeRotation
23930
23931 \end_inset
23932
23933
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937
23938 \begin_inset ERT
23939 status collapsed
23940
23941 \begin_layout Plain Layout
23942
23943
23944 \backslash
23945 renewenvironment{lyxgreyedout}
23946 \end_layout
23947
23948 \begin_layout Plain Layout
23949
23950 {
23951 \backslash
23952 textcolor[gray]{0.4}
23953 \backslash
23954 bgroup}{
23955 \backslash
23956 egroup}
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \begin_inset Note Greyedout
23963 status open
23964
23965 \begin_layout Plain Layout
23966 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23967 \begin_inset Foot
23968 status open
23969
23970 \begin_layout Plain Layout
23971 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980
23981
23982 \begin_inset ERT
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986
23987
23988 \backslash
23989 renewenvironment{lyxgreyedout}
23990 \end_layout
23991
23992 \begin_layout Plain Layout
23993
23994 {
23995 \backslash
23996 textcolor{blue}
23997 \backslash
23998 bgroup}{
23999 \backslash
24000 egroup}
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \begin_inset Note Note
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24011  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24012  
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \begin_inset Newline newline
24019 \end_inset
24020
24021
24022 \begin_inset Newline newline
24023 \end_inset
24024
24025 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24026  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset VSpace bigskip
24031 \end_inset
24032
24033 Wenn Sie auf den Werzeugleistenknopf 
24034 \begin_inset Graphics
24035         filename ../../images/note-insert.png
24036         scale 85
24037         scaleBeforeRotation
24038         BoundingBox 0bp 6bp 22bp 22bp
24039
24040 \end_inset
24041
24042  klicken, wird zunächst eine 
24043 \family sans
24044 LyX-Notiz
24045 \family default
24046  eingefügt.
24047  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24048  anderen Möglichkeiten auswählen.
24049  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24050  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24051  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24052  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24053  am Ende der Notiz ist.
24054 \end_layout
24055
24056 \begin_layout Standard
24057 \begin_inset VSpace bigskip
24058 \end_inset
24059
24060 Die Textfarbe der 
24061 \family sans
24062 Grauschrift
24063 \family default
24064 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 renewenvironment{lyxgreyedout}
24073 \begin_inset Newline newline
24074 \end_inset
24075
24076
24077 \begin_inset ERT
24078 status collapsed
24079
24080 \begin_layout Plain Layout
24081
24082
24083 \backslash
24084 hphantom{ }
24085 \end_layout
24086
24087 \end_inset
24088
24089 {
24090 \backslash
24091 textcolor{color}
24092 \backslash
24093 bgroup}{
24094 \backslash
24095 egroup}
24096 \end_layout
24097
24098 \begin_layout Standard
24099 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "abs:Farbige-Tabellen"
24107
24108 \end_inset
24109
24110  beschrieben.
24111  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24112 \end_layout
24113
24114 \begin_layout Section
24115 Fußnoten
24116 \begin_inset CommandInset label
24117 LatexCommand label
24118 name "abs:Fußnoten"
24119
24120 \end_inset
24121
24122
24123 \begin_inset Index
24124 status collapsed
24125
24126 \begin_layout Plain Layout
24127 Notizen ! Fußnoten
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset Index
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Fußnoten
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Zu dem, was bereits im 
24147 \emph on
24148 Benutzerhandbuch
24149 \emph default
24150  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24151 \color black
24152
24153 \begin_inset Foot
24154 status open
24155
24156 \begin_layout Plain Layout
24157
24158 \color black
24159 \begin_inset CommandInset label
24160 LatexCommand label
24161 name "fuss:Fußnoten-Beispiel"
24162
24163 \end_inset
24164
24165 Dies ist eine Fußnote.
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 newcounter{MyRepeatFoot}
24182 \end_layout
24183
24184 \begin_layout Plain Layout
24185
24186
24187 \backslash
24188 setcounter{MyRepeatFoot}{
24189 \backslash
24190 thefootnote}
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Standard
24199 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24200  wurde, eine hochgestellte Zahl.
24201  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24202  hochgestellt dem Text vorangeht.
24203  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24204  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24205  werden.
24206 \end_layout
24207
24208 \begin_layout Standard
24209 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24210  der Fußnote eine Marke eingefügt wurde.
24211  Dies ist ein Querverweis auf Fußnote
24212 \begin_inset space ~
24213 \end_inset
24214
24215
24216 \begin_inset CommandInset ref
24217 LatexCommand ref
24218 reference "fuss:Fußnoten-Beispiel"
24219
24220 \end_inset
24221
24222 .
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24227  siehe Abschnitt
24228 \begin_inset space ~
24229 \end_inset
24230
24231
24232 \begin_inset CommandInset ref
24233 LatexCommand ref
24234 reference "abs:Minipage"
24235
24236 \end_inset
24237
24238 .
24239  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24240 \begin_inset space ~
24241 \end_inset
24242
24243
24244 \begin_inset CommandInset ref
24245 LatexCommand ref
24246 reference "uab:Fußnoten-in-langen"
24247
24248 \end_inset
24249
24250  beschrieben.
24251 \end_layout
24252
24253 \begin_layout Standard
24254 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24255  TeX-Code-Befehl 
24256 \series bold
24257
24258 \backslash
24259 footnotemark[Nummer]
24260 \series default
24261  benutzen.
24262  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24263  mal gedruckt wird.
24264 \end_layout
24265
24266 \begin_layout Standard
24267 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24268  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24269  Hinter Fußnote
24270 \begin_inset space ~
24271 \end_inset
24272
24273
24274 \begin_inset CommandInset ref
24275 LatexCommand ref
24276 reference "fuss:Fußnoten-Beispiel"
24277
24278 \end_inset
24279
24280  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24281 \end_layout
24282
24283 \begin_layout Standard
24284
24285 \series bold
24286
24287 \backslash
24288 newcounter{MyRepeatFoot}
24289 \begin_inset Newline newline
24290 \end_inset
24291
24292
24293 \backslash
24294 setcounter{MyRepeatFoot}{
24295 \backslash
24296 thefootnote}
24297 \end_layout
24298
24299 \begin_layout Standard
24300 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24301 \end_layout
24302
24303 \begin_layout Standard
24304
24305 \series bold
24306
24307 \backslash
24308 footnotemark[
24309 \backslash
24310 theMyRepeatFoot]
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Hier ist ein Beispiel für eine Fußnotenmarke:
24315 \family roman
24316 \series medium
24317 \bar no
24318
24319 \begin_inset ERT
24320 status collapsed
24321
24322 \begin_layout Plain Layout
24323
24324
24325 \backslash
24326 footnotemark[
24327 \backslash
24328 theMyRepeatFoot]
24329 \end_layout
24330
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \begin_layout Subsection
24337 Fußnoten-Nummerierung
24338 \begin_inset CommandInset label
24339 LatexCommand label
24340 name "uab:Fußnoten-Nummerierung"
24341
24342 \end_inset
24343
24344
24345 \begin_inset Index
24346 status collapsed
24347
24348 \begin_layout Plain Layout
24349 Fußnoten ! Nummerierung
24350 \end_layout
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \begin_layout Standard
24358 Um Fußnoten nach jedem Abschnitt
24359 \family roman
24360  auf 1 zurückzusetzen, 
24361 \family default
24362 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24363 \end_layout
24364
24365 \begin_layout Standard
24366
24367 \series bold
24368
24369 \backslash
24370 @addtoreset{footnote}{section}
24371 \end_layout
24372
24373 \begin_layout Standard
24374 \begin_inset VSpace bigskip
24375 \end_inset
24376
24377 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24378  Zahlen:
24379 \end_layout
24380
24381 \begin_layout Standard
24382
24383 \series bold
24384
24385 \backslash
24386 renewcommand{
24387 \backslash
24388 thefootnote}{
24389 \backslash
24390 roman{footnote}}
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset ERT
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398
24399
24400 \backslash
24401 renewcommand{
24402 \backslash
24403 thefootnote}{
24404 \backslash
24405 roman{footnote}}
24406 \end_layout
24407
24408 \end_inset
24409
24410  Hier ist ein Beispiel für solch eine Fußnote:
24411 \begin_inset Foot
24412 status open
24413
24414 \begin_layout Plain Layout
24415 Dies ist eine Fußnote mit kleinen römischen Zahlen
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \begin_layout Standard
24424 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24425  in obigem Befehl 
24426 \series bold
24427
24428 \backslash
24429 roman
24430 \series default
24431  durch 
24432 \series bold
24433
24434 \backslash
24435 Roman
24436 \series default
24437 .
24438  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24439 \begin_inset Quotes gld
24440 \end_inset
24441
24442 nummerieren
24443 \begin_inset Quotes grd
24444 \end_inset
24445
24446 , verwenden Sie die Befehle 
24447 \series bold
24448
24449 \backslash
24450 Alph
24451 \series default
24452  oder 
24453 \series bold
24454
24455 \backslash
24456 alph
24457 \series default
24458 .
24459  Für die 
24460 \begin_inset Quotes gld
24461 \end_inset
24462
24463 Nummerierung
24464 \begin_inset Quotes grd
24465 \end_inset
24466
24467  mit Symbolen steht der Befehl 
24468 \series bold
24469
24470 \backslash
24471 fnsymbol
24472 \series default
24473  zur Verfügung.
24474 \end_layout
24475
24476 \begin_layout Standard
24477 \begin_inset Note Greyedout
24478 status open
24479
24480 \begin_layout Plain Layout
24481
24482 \series bold
24483 Bemerkung 1:
24484 \series default
24485  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24486  
24487 \emph on
24488 ein
24489 \emph default
24490  Buchstabe verwendet wird.
24491 \end_layout
24492
24493 \end_inset
24494
24495
24496 \begin_inset Newline newline
24497 \end_inset
24498
24499
24500 \begin_inset Note Greyedout
24501 status open
24502
24503 \begin_layout Plain Layout
24504
24505 \series bold
24506 Bemerkung 2:
24507 \series default
24508  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24518 \series bold
24519
24520 \backslash
24521 arabic
24522 \series default
24523  anstelle von 
24524 \series bold
24525
24526 \backslash
24527 roman
24528 \series default
24529  in obigem Befehl.
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535
24536 \backslash
24537 renewcommand{
24538 \backslash
24539 thefootnote}{
24540 \backslash
24541 arabic{footnote}}
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \begin_inset VSpace bigskip
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout Standard
24557 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24558 \begin_inset Quotes gld
24559 \end_inset
24560
24561 Kapitel.Fußnote
24562 \begin_inset Quotes grd
24563 \end_inset
24564
24565  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24566 \end_layout
24567
24568 \begin_layout Standard
24569
24570 \series bold
24571
24572 \backslash
24573 numberwithin{footnote}{chapter}
24574 \end_layout
24575
24576 \begin_layout Standard
24577 Um 
24578 \series bold
24579
24580 \backslash
24581 numberwithin
24582 \series default
24583  benutzen zu können, muss in den 
24584 \family sans
24585 Mathe
24586 \begin_inset space ~
24587 \end_inset
24588
24589 Optionen
24590 \family default
24591  der 
24592 \family sans
24593 Dokument-Einstellungen
24594 \family default
24595  
24596 \family sans
24597 AMS
24598 \begin_inset space ~
24599 \end_inset
24600
24601 Mathe
24602 \begin_inset space ~
24603 \end_inset
24604
24605 Paket
24606 \family default
24607
24608 \begin_inset space ~
24609 \end_inset
24610
24611
24612 \family sans
24613 verwenden
24614 \family default
24615  angekreuzt sein.
24616 \begin_inset ERT
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620
24621
24622 \backslash
24623 numberwithin{footnote}{chapter}
24624 \end_layout
24625
24626 \end_inset
24627
24628  Hier ist ein Beispiel für solch eine Fußnote.
24629 \series bold
24630
24631 \begin_inset Foot
24632 status open
24633
24634 \begin_layout Plain Layout
24635 Dies ist eine Fußnote nach dem Schema 
24636 \begin_inset Quotes gld
24637 \end_inset
24638
24639 Kapitel.Fußnote
24640 \begin_inset Quotes grd
24641 \end_inset
24642
24643 .
24644 \end_layout
24645
24646 \end_inset
24647
24648
24649 \series default
24650
24651 \begin_inset ERT
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655
24656
24657 \backslash
24658 renewcommand{
24659 \backslash
24660 thefootnote}{
24661 \backslash
24662 arabic{footnote}}
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 \begin_inset Note Greyedout
24672 status open
24673
24674 \begin_layout Plain Layout
24675
24676 \series bold
24677 Bemerkung:
24678 \series default
24679  
24680 \series bold
24681
24682 \backslash
24683 numberwithin
24684 \series default
24685  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24686  werden überschrieben.
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 Um also z.
24696 \begin_inset space \thinspace{}
24697 \end_inset
24698
24699 B.
24700  das Schema 
24701 \begin_inset Quotes gld
24702 \end_inset
24703
24704 Kapitel.
24705 \backslash
24706 Roman{footnote}
24707 \begin_inset Quotes grd
24708 \end_inset
24709
24710  zu erhalten, muss dieser Befehl anstelle von 
24711 \series bold
24712
24713 \backslash
24714 numberwithin
24715 \series default
24716  verwendet werden:
24717 \end_layout
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722
24723 \backslash
24724 renewcommand{
24725 \backslash
24726 thefootnote}{
24727 \backslash
24728 thechapter.
24729 \backslash
24730 Roman{footnote}}
24731 \end_layout
24732
24733 \begin_layout Subsection
24734 Fußnoten-Platzierung
24735 \begin_inset Index
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739 Fußnoten ! Platzierung
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24749  ohne Zwischenraum am Ende der Seite gedruckt.
24750  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24751  LaTeX-Vorspann 1.5
24752 \begin_inset space \thinspace{}
24753 \end_inset
24754
24755 mm Zwischenraum einfügen:
24756 \end_layout
24757
24758 \begin_layout Standard
24759
24760 \series bold
24761
24762 \backslash
24763 let
24764 \backslash
24765 myFoot
24766 \backslash
24767 footnote
24768 \begin_inset Newline newline
24769 \end_inset
24770
24771
24772 \backslash
24773 renewcommand{
24774 \backslash
24775 footnote}[1]{
24776 \backslash
24777 myFoot{#1
24778 \backslash
24779 vspace{1.5mm}}}
24780 \end_layout
24781
24782 \begin_layout Standard
24783 \begin_inset VSpace bigskip
24784 \end_inset
24785
24786 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24787  Spalte gedruckt, Abbildung
24788 \begin_inset space ~
24789 \end_inset
24790
24791
24792 \begin_inset CommandInset ref
24793 LatexCommand ref
24794 reference "abb:Standard-Fußnoten-Platzierung-in"
24795
24796 \end_inset
24797
24798 .
24799  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24800  in Abbildung
24801 \begin_inset space ~
24802 \end_inset
24803
24804
24805 \begin_inset CommandInset ref
24806 LatexCommand ref
24807 reference "abb:Fußnoten-Platzierung-in-einem"
24808
24809 \end_inset
24810
24811 , müssen Sie das LaTeX-Paket 
24812 \series bold
24813 ftnright
24814 \series default
24815
24816 \begin_inset Index
24817 status collapsed
24818
24819 \begin_layout Plain Layout
24820 LaTeX-Pakete ! ftnright
24821 \end_layout
24822
24823 \end_inset
24824
24825  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 usepackage{ftnright}
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset Float figure
24838 placement !h
24839 wide false
24840 sideways false
24841 status open
24842
24843 \begin_layout Plain Layout
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848
24849
24850 \backslash
24851 framebox{
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \begin_inset Graphics
24858         filename ../clipart/without_fntright.pdf
24859         width 100col%
24860         scaleBeforeRotation
24861
24862 \end_inset
24863
24864
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Plain Layout
24869
24870 }
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Plain Layout
24879 \begin_inset Caption
24880
24881 \begin_layout Plain Layout
24882 \begin_inset CommandInset label
24883 LatexCommand label
24884 name "abb:Standard-Fußnoten-Platzierung-in"
24885
24886 \end_inset
24887
24888 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24889 \begin_inset OptArg
24890 status open
24891
24892 \begin_layout Plain Layout
24893 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24894 \end_layout
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Standard
24912 \begin_inset Float figure
24913 placement !h
24914 wide false
24915 sideways false
24916 status open
24917
24918 \begin_layout Plain Layout
24919 \begin_inset ERT
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923
24924
24925 \backslash
24926 framebox{
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \begin_inset Graphics
24933         filename ../clipart/with_fntright.pdf
24934         width 100col%
24935         scaleBeforeRotation
24936
24937 \end_inset
24938
24939
24940 \begin_inset ERT
24941 status collapsed
24942
24943 \begin_layout Plain Layout
24944
24945 }
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Plain Layout
24954 \begin_inset Caption
24955
24956 \begin_layout Plain Layout
24957 \begin_inset CommandInset label
24958 LatexCommand label
24959 name "abb:Fußnoten-Platzierung-in-einem"
24960
24961 \end_inset
24962
24963 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24964  
24965 \series bold
24966 ftnright
24967 \series default
24968 .
24969 \begin_inset OptArg
24970 status collapsed
24971
24972 \begin_layout Plain Layout
24973 Fußnoten-Platzierung mit 
24974 \family typewriter
24975 ftnright
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 \begin_inset VSpace bigskip
24995 \end_inset
24996
24997 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24998  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
24999 \begin_inset space ~
25000 \end_inset
25001
25002
25003 \begin_inset CommandInset ref
25004 LatexCommand ref
25005 reference "abb:endnotes----Die"
25006
25007 \end_inset
25008
25009  gedruckt.
25010  Man nennt sie dann 
25011 \emph on
25012 Endnoten
25013 \emph default
25014 .
25015 \begin_inset Index
25016 status collapsed
25017
25018 \begin_layout Plain Layout
25019 Endnoten
25020 \end_layout
25021
25022 \end_inset
25023
25024  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25025 \series bold
25026 endnotes
25027 \series default
25028
25029 \begin_inset Index
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 LaTeX-Pakete ! endnotes
25034 \end_layout
25035
25036 \end_inset
25037
25038  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25039 \end_layout
25040
25041 \begin_layout Standard
25042
25043 \series bold
25044
25045 \backslash
25046 usepackage{endnotes}
25047 \begin_inset Newline newline
25048 \end_inset
25049
25050
25051 \backslash
25052 let
25053 \backslash
25054 footnote
25055 \backslash
25056 endnote
25057 \end_layout
25058
25059 \begin_layout Standard
25060 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25061 \series bold
25062  
25063 \backslash
25064 theendnotes
25065 \series default
25066  am Ende des Abschnitts oder Kapitels ein.
25067 \end_layout
25068
25069 \begin_layout Standard
25070 \begin_inset Float figure
25071 wide false
25072 sideways false
25073 status open
25074
25075 \begin_layout Plain Layout
25076 \align center
25077 \begin_inset ERT
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081
25082
25083 \backslash
25084 framebox{
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \begin_inset Graphics
25091         filename ../clipart/endnotes.pdf
25092         scaleBeforeRotation
25093
25094 \end_inset
25095
25096
25097 \begin_inset ERT
25098 status collapsed
25099
25100 \begin_layout Plain Layout
25101
25102 }
25103 \end_layout
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \begin_layout Plain Layout
25111 \begin_inset Caption
25112
25113 \begin_layout Plain Layout
25114 \begin_inset CommandInset label
25115 LatexCommand label
25116 name "abb:endnotes----Die"
25117
25118 \end_inset
25119
25120
25121 \series bold
25122 endnotes
25123 \series default
25124  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25125  gedruckt.
25126 \begin_inset OptArg
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130 \begin_inset CommandInset label
25131 LatexCommand label
25132 name "abb:endnotes----Die"
25133
25134 \end_inset
25135
25136
25137 \series bold
25138 endnotes
25139 \series default
25140  -- Die Fußnoten werden am Ende gedruckt
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 \begin_inset VSpace medskip
25160 \end_inset
25161
25162 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25163 ache übersetzt.
25164  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25165 \begin_inset Quotes gld
25166 \end_inset
25167
25168 Notes 
25169 \begin_inset Quotes grd
25170 \end_inset
25171
25172 in 
25173 \begin_inset Quotes gld
25174 \end_inset
25175
25176 Anmerkungen
25177 \begin_inset Quotes grd
25178 \end_inset
25179
25180 :
25181 \end_layout
25182
25183 \begin_layout Standard
25184
25185 \series bold
25186
25187 \backslash
25188 renewcommand{
25189 \backslash
25190 notesname}{Anmerkungen}
25191 \end_layout
25192
25193 \begin_layout Standard
25194 \begin_inset VSpace medskip
25195 \end_inset
25196
25197 Wenn Sie in den Befehlen von Abschnitt
25198 \begin_inset space ~
25199 \end_inset
25200
25201
25202 \begin_inset CommandInset ref
25203 LatexCommand ref
25204 reference "uab:Fußnoten-Nummerierung"
25205
25206 \end_inset
25207
25208  
25209 \series bold
25210
25211 \backslash
25212 thefootnote
25213 \series default
25214  durch 
25215 \series bold
25216
25217 \backslash
25218 theendnote
25219 \series default
25220  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25221  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25222 \series bold
25223
25224 \backslash
25225 @addtoreset
25226 \series default
25227  wie in Abschnitt
25228 \begin_inset space \space{}
25229 \end_inset
25230
25231
25232 \begin_inset CommandInset ref
25233 LatexCommand ref
25234 reference "uab:Fußnoten-Nummerierung"
25235
25236 \end_inset
25237
25238  beschrieben und ersetzen 
25239 \series bold
25240 footnote
25241 \series default
25242  durch 
25243 \series bold
25244 endnote
25245 \series default
25246 .
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25251  
25252 \series bold
25253
25254 \backslash
25255 endnotemark[Nummer]
25256 \series default
25257  ähnlich wie 
25258 \series bold
25259
25260 \backslash
25261 footnotemark
25262 \series default
25263  Abschnitt
25264 \begin_inset space ~
25265 \end_inset
25266
25267
25268 \begin_inset CommandInset ref
25269 LatexCommand ref
25270 reference "abs:Fußnoten"
25271
25272 \end_inset
25273
25274 .
25275 \end_layout
25276
25277 \begin_layout Standard
25278 \begin_inset VSpace bigskip
25279 \end_inset
25280
25281 Mit dem LaTeX-Paket 
25282 \series bold
25283 footmisc
25284 \series default
25285
25286 \begin_inset Index
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290 LaTeX-Pakete ! footmisc
25291 \end_layout
25292
25293 \end_inset
25294
25295  (
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "footmisc"
25299
25300 \end_inset
25301
25302 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25303 \end_layout
25304
25305 \begin_layout Standard
25306 In LaTeX-Büchern, 
25307 \begin_inset CommandInset citation
25308 LatexCommand cite
25309 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25310
25311 \end_inset
25312
25313 , finden Sie weiteres zu Fußnoten.
25314 \end_layout
25315
25316 \begin_layout Section
25317 Randnotizen
25318 \begin_inset Index
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 Randnotizen
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \begin_inset Index
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 Notizen ! Randnotizen
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25342  Sie fügen sie mit einem Klick auf den Schalter 
25343 \begin_inset Graphics
25344         filename ../../images/marginalnote-insert.png
25345         scale 70
25346         scaleBeforeRotation
25347
25348 \end_inset
25349
25350  oder über 
25351 \family sans
25352 Einfügen\SpecialChar \menuseparator
25353 Randnotiz
25354 \family default
25355  ein.
25356  Ein graues Kästchen mit der Aufschrift 
25357 \begin_inset Quotes gld
25358 \end_inset
25359
25360 Rand
25361 \begin_inset Quotes grd
25362 \end_inset
25363
25364  erscheint
25365 \family roman
25366 \series medium
25367 , und dort, wo der Cursor steht, können Sie Text eingeben.
25368 \end_layout
25369
25370 \begin_layout Standard
25371 Hier am Rand sehen Sie eine Randnotiz.
25372  
25373 \begin_inset Marginal
25374 status open
25375
25376 \begin_layout Plain Layout
25377 Dies ist eine Randnotiz.
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Standard
25386 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25387  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25388  Seiten und rechts auf den ungeraden.
25389  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25390  wird und umgekehrt.
25391  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25392  wurde.
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset VSpace bigskip
25397 \end_inset
25398
25399 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25400 \end_layout
25401
25402 \begin_layout Standard
25403
25404 \series bold
25405
25406 \backslash
25407 reversemarginpar
25408 \end_layout
25409
25410 \begin_layout Standard
25411 als TeX-Code vor einer Randnotiz ein.
25412  Das gilt dann für alle folgenden Randnotizen.
25413  
25414 \begin_inset ERT
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419
25420 \backslash
25421 reversemarginpar 
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \begin_inset Marginal
25428 status open
25429
25430 \begin_layout Plain Layout
25431 Hier ist ein Beispiel im inneren Rand.
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \begin_inset Newline newline
25438 \end_inset
25439
25440
25441 \begin_inset Note Greyedout
25442 status open
25443
25444 \begin_layout Plain Layout
25445  
25446 \series bold
25447 Achtung:
25448 \series default
25449  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25459 \end_layout
25460
25461 \begin_layout Standard
25462
25463 \series bold
25464
25465 \backslash
25466 normalmarginpar
25467 \end_layout
25468
25469 \begin_layout Standard
25470 als TeX-Code ein.
25471 \begin_inset ERT
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475
25476
25477 \backslash
25478 normalmarginpar 
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset Note Greyedout
25488 status open
25489
25490 \begin_layout Plain Layout
25491
25492 \series bold
25493 Achtung:
25494 \series default
25495  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25496 \series bold
25497
25498 \backslash
25499 reversemarginpar
25500 \series default
25501  verwendet wird.
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 \begin_inset VSpace bigskip
25511 \end_inset
25512
25513
25514 \begin_inset Marginal
25515 status open
25516
25517 \begin_layout Plain Layout
25518
25519 \family roman
25520 \series medium
25521 EinSehrLangesWort am Anfang, das umgebrochen wird.
25522 \end_layout
25523
25524 \end_inset
25525
25526  Ähnlich wie in Abschnitt
25527 \begin_inset space ~
25528 \end_inset
25529
25530
25531 \begin_inset CommandInset ref
25532 LatexCommand ref
25533 reference "uab:Mehrfache-Zeilen-in"
25534
25535 \end_inset
25536
25537  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25538  Wort der Randnotiz sind.
25539  Um das zu vermeiden, fügen sie 0
25540 \begin_inset space \thinspace{}
25541 \end_inset
25542
25543 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25544 \begin_inset Marginal
25545 status open
25546
25547 \begin_layout Plain Layout
25548 \begin_inset space \hspace{}
25549 \length 0pt
25550 \end_inset
25551
25552
25553 \family roman
25554 \series medium
25555 EinSehrLangesWort am Anfang, das umgebrochen wird.
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 \begin_inset VSpace bigskip
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Standard
25571 \begin_inset Note Greyedout
25572 status open
25573
25574 \begin_layout Plain Layout
25575
25576 \series bold
25577 Bemerkung:
25578 \series default
25579  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25580  verwendet werden.
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Standard
25589 \begin_inset VSpace bigskip
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset ERT
25597 status collapsed
25598
25599 \begin_layout Plain Layout
25600
25601
25602 \backslash
25603 ifmarginnote
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \begin_inset Note Note
25610 status open
25611
25612 \begin_layout Plain Layout
25613 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25614 \series bold
25615 marginnote
25616 \series default
25617  installiert ist.
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25627 \series bold
25628 marginnote
25629 \series default
25630
25631 \begin_inset Index
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635 LaTeX-Pakete ! marginnote
25636 \end_layout
25637
25638 \end_inset
25639
25640  verwendet wird.
25641  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25642  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25643  des Pakets 
25644 \series bold
25645 marginnote
25646 \series default
25647  für Randnotizen verwendet wird:
25648 \end_layout
25649
25650 \begin_layout Standard
25651
25652 \series bold
25653
25654 \backslash
25655 usepackage{marginnote}
25656 \begin_inset Newline newline
25657 \end_inset
25658
25659
25660 \backslash
25661 let
25662 \backslash
25663 marginpar
25664 \backslash
25665 marginnote
25666 \end_layout
25667
25668 \begin_layout Standard
25669 Dies wird auch in diesem Dokument verwendet, denn 
25670 \series bold
25671 marginnote
25672 \series default
25673  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25674  für Randnotizen angeben.
25675  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25676 n zu dicht beieinander sind.
25677  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25678  Schema
25679 \end_layout
25680
25681 \begin_layout Standard
25682
25683 \series bold
25684 [Versatz]
25685 \end_layout
25686
25687 \begin_layout Standard
25688 angegeben.
25689  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25690 \begin_inset space ~
25691 \end_inset
25692
25693
25694 \begin_inset CommandInset ref
25695 LatexCommand ref
25696 reference "tab:Maßeinheiten"
25697
25698 \end_inset
25699
25700  aufgelistet sind.
25701  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25702  nach unten.
25703  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25704 \begin_inset space \thinspace{}
25705 \end_inset
25706
25707 cm mit dem TeX-Code-Befehl  
25708 \begin_inset Quotes gld
25709 \end_inset
25710
25711
25712 \series bold
25713 [-1.5cm]
25714 \series default
25715
25716 \begin_inset Quotes grd
25717 \end_inset
25718
25719  nach oben versetzt.
25720 \begin_inset Marginal
25721 status open
25722
25723 \begin_layout Plain Layout
25724 Diese Randnotiz ist 1.5
25725 \begin_inset space \thinspace{}
25726 \end_inset
25727
25728 cm von ihrer Originalposition nach oben versetzt.
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \begin_inset ERT
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738
25739 [-1.5cm]
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset VSpace medskip
25749 \end_inset
25750
25751 Mit 
25752 \series bold
25753 marginnote
25754 \series default
25755  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25756  Zum Beispiel setzen die Befehle
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 renewcommand*{
25765 \backslash
25766 raggedleftmarginnote}{
25767 \backslash
25768 centering}
25769 \begin_inset Newline newline
25770 \end_inset
25771
25772
25773 \backslash
25774 renewcommand*{
25775 \backslash
25776 raggedrightmarginnote}{
25777 \backslash
25778 centering}
25779 \end_layout
25780
25781 \begin_layout Standard
25782 die Ausrichtung auf zentriert.
25783  
25784 \series bold
25785
25786 \backslash
25787 raggedleftmarginnote
25788 \series default
25789  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25790  
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 renewcommand*{
25799 \backslash
25800 raggedleftmarginnote}{
25801 \backslash
25802 centering}
25803 \end_layout
25804
25805 \begin_layout Plain Layout
25806
25807
25808 \backslash
25809 renewcommand*{
25810 \backslash
25811 raggedrightmarginnote}{
25812 \backslash
25813 centering}
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \begin_inset Marginal
25820 status open
25821
25822 \begin_layout Plain Layout
25823 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25824 \end_layout
25825
25826 \end_inset
25827
25828  Die Voreinstellung ist
25829 \end_layout
25830
25831 \begin_layout Standard
25832
25833 \series bold
25834
25835 \backslash
25836 renewcommand*{
25837 \backslash
25838 raggedleftmarginnote}{
25839 \backslash
25840 raggedleft}
25841 \begin_inset Newline newline
25842 \end_inset
25843
25844
25845 \backslash
25846 renewcommand*{
25847 \backslash
25848 raggedrightmarginnote}{
25849 \backslash
25850 raggedright}
25851 \series default
25852
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 renewcommand*{
25861 \backslash
25862 raggedleftmarginnote}{
25863 \backslash
25864 raggedleft}
25865 \end_layout
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 renewcommand*{
25872 \backslash
25873 raggedrightmarginnote}{
25874 \backslash
25875 raggedright}
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Standard
25884 \begin_inset VSpace medskip
25885 \end_inset
25886
25887 Für weitere Fähigkeiten des Pakets 
25888 \series bold
25889 marginnote
25890 \series default
25891  sei auf dessen Dokumentation verwiesen 
25892 \begin_inset CommandInset citation
25893 LatexCommand cite
25894 key "marginnote"
25895
25896 \end_inset
25897
25898 .
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset VSpace bigskip
25903 \end_inset
25904
25905 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25906  geändert werden.
25907  Um z.
25908 \begin_inset space \thinspace{}
25909 \end_inset
25910
25911 B.
25912  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25913  und fettgedruckten Text 
25914 \begin_inset Quotes eld
25915 \end_inset
25916
25917
25918 \family sans
25919 \series bold
25920 \bar under
25921 Achtung!
25922 \family default
25923 \series default
25924 \bar default
25925
25926 \begin_inset Quotes erd
25927 \end_inset
25928
25929  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25930 \end_layout
25931
25932 \begin_layout Standard
25933
25934 \series bold
25935
25936 \backslash
25937 let
25938 \backslash
25939 myMarginpar
25940 \backslash
25941 marginpar
25942 \begin_inset Newline newline
25943 \end_inset
25944
25945
25946 \backslash
25947 renewcommand{
25948 \backslash
25949 marginpar}[1]{
25950 \backslash
25951 myMarginpar{%
25952 \begin_inset Newline newline
25953 \end_inset
25954
25955
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 hphantom{ }
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \backslash
25970 hspace{0pt}
25971 \backslash
25972 textsf{
25973 \backslash
25974 textbf{
25975 \backslash
25976 underbar{Achtung!}}}%
25977 \begin_inset Newline newline
25978 \end_inset
25979
25980
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 hphantom{ }
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \backslash
25995 vspace{1.5mm}
25996 \backslash
25997
25998 \backslash
25999 #1}}
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008
26009 \backslash
26010 let
26011 \backslash
26012 myMarginpar
26013 \backslash
26014 marginpar
26015 \end_layout
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 renewcommand{
26022 \backslash
26023 marginpar}[1]{
26024 \backslash
26025 myMarginpar{%
26026 \end_layout
26027
26028 \begin_layout Plain Layout
26029
26030    
26031 \backslash
26032 textsf{
26033 \backslash
26034 textbf{
26035 \backslash
26036 underbar{Achtung!}}}%
26037 \end_layout
26038
26039 \begin_layout Plain Layout
26040
26041    
26042 \backslash
26043 vspace{1.5mm}
26044 \backslash
26045
26046 \backslash
26047 #1}}
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \begin_inset Marginal
26054 status open
26055
26056 \begin_layout Plain Layout
26057 Dies ist eine Randnotiz mit einer definierten Überschrift.
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \begin_inset ERT
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067
26068 [-1.5cm]
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \begin_inset ERT
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079
26080 \backslash
26081 renewcommand{
26082 \backslash
26083 marginpar}[1]{
26084 \backslash
26085 myMarginpar{#1}}
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \begin_inset Note Note
26092 status open
26093
26094 \begin_layout Plain Layout
26095 Das Format wurde nur für dieses Beispiel geändert.
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \begin_layout Standard
26104 \begin_inset ERT
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108
26109
26110 \backslash
26111 else
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \begin_inset Note Note
26118 status open
26119
26120 \begin_layout Plain Layout
26121 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26122 \series bold
26123 marginnote
26124 \series default
26125  nicht installiert ist:
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Das LaTeX-Paket 
26135 \series bold
26136 marginnote
26137 \series default
26138  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26139 \end_layout
26140
26141 \begin_layout Standard
26142 \begin_inset ERT
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146
26147
26148 \backslash
26149 fi
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Chapter
26158 Boxen
26159 \end_layout
26160
26161 \begin_layout Section
26162 Einleitung
26163 \begin_inset Index
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 Boxen ! Einleitung
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 Boxen werden benutzt, um einen Textblock zu formatieren.
26177  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26178  siehe Abschnitt
26179 \begin_inset space ~
26180 \end_inset
26181
26182
26183 \begin_inset CommandInset ref
26184 LatexCommand ref
26185 reference "abs:Minipage"
26186
26187 \end_inset
26188
26189 , um Text zu umrahmen, siehe Abschnitt
26190 \begin_inset space ~
26191 \end_inset
26192
26193
26194 \begin_inset CommandInset ref
26195 LatexCommand ref
26196 reference "uab:Verzierung"
26197
26198 \end_inset
26199
26200 , um Silbentrennung zu verhindern, siehe Abschnitt
26201 \begin_inset space ~
26202 \end_inset
26203
26204
26205 \begin_inset CommandInset ref
26206 LatexCommand ref
26207 reference "abs:Silbentrennung-unterbinden"
26208
26209 \end_inset
26210
26211 , um Text senkrecht auszurichten, siehe Abschnitt
26212 \begin_inset space ~
26213 \end_inset
26214
26215
26216 \begin_inset CommandInset ref
26217 LatexCommand ref
26218 reference "uab:Vertikale-Ausrichtung"
26219
26220 \end_inset
26221
26222  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26223 \begin_inset space ~
26224 \end_inset
26225
26226
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "abs:Farbige-Boxen"
26230
26231 \end_inset
26232
26233 .
26234 \end_layout
26235
26236 \begin_layout Standard
26237 Boxen werden mit 
26238 \family sans
26239 Einfügen\SpecialChar \menuseparator
26240 Box
26241 \family default
26242  oder dem Schalter 
26243 \begin_inset Graphics
26244         filename ../../images/box-insert.png
26245         scale 70
26246         scaleBeforeRotation
26247
26248 \end_inset
26249
26250  eingefügt.
26251  Ein graues Kästchen mit der Aufschrift 
26252 \begin_inset Quotes gld
26253 \end_inset
26254
26255 Box (Minipage)
26256 \begin_inset Quotes grd
26257 \end_inset
26258
26259  erscheint: 
26260 \begin_inset Graphics
26261         filename clipart/StandardBoxQt4.png
26262         lyxscale 80
26263         scale 60
26264         scaleBeforeRotation
26265
26266 \end_inset
26267
26268 .
26269  Mit einem Rechts\SpecialChar \-
26270 klick auf das graue Kästchen kann der Typ spezifiziert
26271  werden.
26272  Das Dialogfenster bietet bei 
26273 \family sans
26274 Innere
26275 \begin_inset space ~
26276 \end_inset
26277
26278 Box
26279 \family default
26280  die Typen 
26281 \family sans
26282 Parbox
26283 \family default
26284  und 
26285 \family sans
26286 Minipage
26287 \family default
26288  an.
26289  
26290 \family sans
26291 Minipage
26292 \family default
26293  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26294 \begin_inset space ~
26295 \end_inset
26296
26297
26298 \begin_inset CommandInset ref
26299 LatexCommand ref
26300 reference "abs:Minipage"
26301
26302 \end_inset
26303
26304  beschrieben, 
26305 \family sans
26306 Parbox
26307 \family default
26308  in Abschnitt
26309 \begin_inset space ~
26310 \end_inset
26311
26312
26313 \begin_inset CommandInset ref
26314 LatexCommand ref
26315 reference "abs:Parbox"
26316
26317 \end_inset
26318
26319 .
26320 \end_layout
26321
26322 \begin_layout Standard
26323 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26324  wie auf Gleitobjekte und Fußnoten.
26325 \end_layout
26326
26327 \begin_layout Standard
26328 \begin_inset Note Greyedout
26329 status open
26330
26331 \begin_layout Plain Layout
26332
26333 \series bold
26334 Bemerkung
26335 \begin_inset space ~
26336 \end_inset
26337
26338 1:
26339 \series default
26340  Boxen dürfen in 
26341 \family sans
26342 List-
26343 \family default
26344  oder 
26345 \family sans
26346 Beschreibung-
26347 \family default
26348 Umgebungen nicht verwendet werden.
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \begin_layout Standard
26357 \begin_inset Note Greyedout
26358 status open
26359
26360 \begin_layout Plain Layout
26361
26362 \series bold
26363 Bemerkung
26364 \begin_inset space ~
26365 \end_inset
26366
26367 2:
26368 \series default
26369  Boxen ohne 
26370 \family sans
26371 Innere
26372 \begin_inset space ~
26373 \end_inset
26374
26375 Box
26376 \family default
26377  und ohne Rahmen werden in Abschnitt
26378 \begin_inset space ~
26379 \end_inset
26380
26381
26382 \begin_inset CommandInset ref
26383 LatexCommand ref
26384 reference "abs:Silbentrennung-unterbinden"
26385
26386 \end_inset
26387
26388  beschrieben.
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Section
26397 Das Box-Einstellungen-Fenster
26398 \begin_inset CommandInset label
26399 LatexCommand label
26400 name "abs:Box-Dialog"
26401
26402 \end_inset
26403
26404
26405 \begin_inset Index
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409 Boxen ! Box-Dialog-Fenster
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Subsection
26418 Box-Größe
26419 \begin_inset Index
26420 status collapsed
26421
26422 \begin_layout Plain Layout
26423 Boxen ! Größe
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Standard
26432 Im 
26433 \family sans
26434 Box-Einstellungen
26435 \family default
26436 -Fenster können Sie die Größe der Box mit 
26437 \family sans
26438 Breite
26439 \family default
26440  und 
26441 \family sans
26442 Höhe 
26443 \family default
26444 festlegen.
26445  Die verfügbaren Einheiten werden in Tabelle
26446 \begin_inset space ~
26447 \end_inset
26448
26449
26450 \begin_inset CommandInset ref
26451 LatexCommand ref
26452 reference "tab:Maßeinheiten"
26453
26454 \end_inset
26455
26456  aufgelistet.
26457  Das Feld
26458 \family sans
26459  Höhe
26460 \family default
26461  bietet die folgenden zusätzlichen Größen:
26462 \end_layout
26463
26464 \begin_layout Description
26465 Tiefe Dies ist die reine Text-
26466 \begin_inset Quotes gld
26467 \end_inset
26468
26469 Höhe
26470 \begin_inset Quotes grd
26471 \end_inset
26472
26473 .
26474  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26475 \begin_inset Newline newline
26476 \end_inset
26477
26478
26479 \begin_inset Newline newline
26480 \end_inset
26481
26482
26483 \begin_inset Newline newline
26484 \end_inset
26485
26486
26487 \begin_inset Box Boxed
26488 position "c"
26489 hor_pos "c"
26490 has_inner_box 1
26491 inner_pos "c"
26492 use_parbox 0
26493 width "12col%"
26494 special "none"
26495 height "1in"
26496 height_special "depth"
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500 \align center
26501 Box-Höhe = 1
26502 \begin_inset space \thinspace{}
26503 \end_inset
26504
26505 Tiefe
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \begin_inset Newline newline
26512 \end_inset
26513
26514
26515 \begin_inset Newline newline
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Description
26522 Höhe Dies ist die Texthöhe innerhalb der Box.
26523  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26524  Texthöhe setzen: 
26525 \begin_inset Box Boxed
26526 position "c"
26527 hor_pos "c"
26528 has_inner_box 1
26529 inner_pos "c"
26530 use_parbox 0
26531 width "20col%"
26532 special "none"
26533 height "2in"
26534 height_special "height"
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538 \align center
26539 Boxhöhe = 2
26540 \begin_inset space \thinspace{}
26541 \end_inset
26542
26543 Höhe
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \begin_layout Description
26552 Gesamthöhe Dies ist Höhe
26553 \begin_inset space \thinspace{}
26554 \end_inset
26555
26556 +
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 Tiefe: 
26561 \begin_inset Box Boxed
26562 position "c"
26563 hor_pos "c"
26564 has_inner_box 1
26565 inner_pos "c"
26566 use_parbox 0
26567 width "20col%"
26568 special "none"
26569 height "1in"
26570 height_special "totalheight"
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574 \align center
26575 Boxhöhe = 1
26576 \begin_inset space \thinspace{}
26577 \end_inset
26578
26579 Gesamthöhe
26580 \end_layout
26581
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \begin_layout Description
26588 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26589 \begin_inset Box Boxed
26590 position "c"
26591 hor_pos "c"
26592 has_inner_box 1
26593 inner_pos "c"
26594 use_parbox 0
26595 width "12col%"
26596 special "none"
26597 height "1in"
26598 height_special "width"
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602 \align center
26603 Boxhöhe = 1
26604 \begin_inset space \thinspace{}
26605 \end_inset
26606
26607 Breite
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \begin_layout Subsection
26616 Ausrichtung
26617 \begin_inset Index
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621 Boxen ! Ausrichtung
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \begin_layout Standard
26630 Wenn Sie eine 
26631 \family sans
26632 Innere
26633 \begin_inset space ~
26634 \end_inset
26635
26636 Box
26637 \family default
26638  gewählt haben, kann die Box mit folgenden Werten für 
26639 \family sans
26640 Box
26641 \family default
26642  senkrecht ausgerichtet werden:
26643 \end_layout
26644
26645 \begin_layout Description
26646 Oben Dies ist ein Beispieltext.
26647  
26648 \begin_inset Box Boxed
26649 position "t"
26650 hor_pos "c"
26651 has_inner_box 1
26652 inner_pos "c"
26653 use_parbox 0
26654 width "20col%"
26655 special "none"
26656 height "1in"
26657 height_special "totalheight"
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661 \align center
26662 Die Ober\SpecialChar \-
26663 kante der Box ist in der Zeile.
26664 \end_layout
26665
26666 \end_inset
26667
26668  Dies ist ein Beispieltext.
26669 \end_layout
26670
26671 \begin_layout Description
26672 Mitte Dies ist ein Beispieltext.
26673  
26674 \begin_inset Box Boxed
26675 position "c"
26676 hor_pos "c"
26677 has_inner_box 1
26678 inner_pos "c"
26679 use_parbox 0
26680 width "20col%"
26681 special "none"
26682 height "1in"
26683 height_special "totalheight"
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687 \align center
26688 Die Mitte der Box ist in der Zeile.
26689 \end_layout
26690
26691 \end_inset
26692
26693  Dies ist ein Beispieltext.
26694 \end_layout
26695
26696 \begin_layout Description
26697 Unten Dies ist ein Beispieltext.
26698  
26699 \begin_inset Box Boxed
26700 position "b"
26701 hor_pos "c"
26702 has_inner_box 1
26703 inner_pos "c"
26704 use_parbox 0
26705 width "20col%"
26706 special "none"
26707 height "1in"
26708 height_special "totalheight"
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712 \align center
26713 Die Unter\SpecialChar \-
26714 kante der Box ist in der Zeile.
26715 \end_layout
26716
26717 \end_inset
26718
26719  Dies ist ein Beispieltext.
26720 \end_layout
26721
26722 \begin_layout Standard
26723 \begin_inset Note Greyedout
26724 status open
26725
26726 \begin_layout Plain Layout
26727
26728 \series bold
26729 Bemerkung:
26730 \series default
26731  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26732  Boxen in einer Zeile sind und eine Box z.
26733 \begin_inset space \thinspace{}
26734 \end_inset
26735
26736 B.
26737  schattiert ist, die andere abere nicht.
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Standard
26746 Eine Box kann mit dem Dialog 
26747 \family sans
26748 Absatz-Einstellungen
26749 \family default
26750  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset VSpace bigskip
26755 \end_inset
26756
26757 Wenn Sie eine 
26758 \family sans
26759 Innere
26760 \begin_inset space ~
26761 \end_inset
26762
26763 Box
26764 \family default
26765  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26766 \family sans
26767 Inhalt
26768 \family default
26769  senkrecht ausgerichtet werden:
26770 \end_layout
26771
26772 \begin_layout Description
26773 Oben Dies ist ein Beispieltext.
26774  
26775 \begin_inset Box Boxed
26776 position "c"
26777 hor_pos "c"
26778 has_inner_box 1
26779 inner_pos "t"
26780 use_parbox 0
26781 width "20col%"
26782 special "none"
26783 height "1.5in"
26784 height_special "totalheight"
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788 \align center
26789 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26790 \end_layout
26791
26792 \end_inset
26793
26794  Dies ist ein Beispieltext.
26795 \end_layout
26796
26797 \begin_layout Description
26798 Mitte Dies ist ein Beispieltext.
26799  
26800 \begin_inset Box Boxed
26801 position "c"
26802 hor_pos "c"
26803 has_inner_box 1
26804 inner_pos "c"
26805 use_parbox 0
26806 width "20col%"
26807 special "none"
26808 height "1.5in"
26809 height_special "totalheight"
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 \align center
26814 Der Boxinhalt ist zentriert ausgerichtet.
26815 \end_layout
26816
26817 \end_inset
26818
26819  Dies ist ein Beispieltext.
26820 \end_layout
26821
26822 \begin_layout Description
26823 Unten Dies ist ein Beispieltext.
26824  
26825 \begin_inset Box Boxed
26826 position "c"
26827 hor_pos "c"
26828 has_inner_box 1
26829 inner_pos "b"
26830 use_parbox 0
26831 width "20col%"
26832 special "none"
26833 height "1.5in"
26834 height_special "totalheight"
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 \align center
26839 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26840 \end_layout
26841
26842 \end_inset
26843
26844  Dies ist ein Beispieltext.
26845 \end_layout
26846
26847 \begin_layout Description
26848 Dehnen Dies ist ein Beispieltext.
26849  
26850 \begin_inset Box Boxed
26851 position "c"
26852 hor_pos "c"
26853 has_inner_box 1
26854 inner_pos "s"
26855 use_parbox 0
26856 width "20col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 status collapsed
26861
26862 \begin_layout Plain Layout
26863 \align center
26864 Der Boxinhalt
26865 \end_layout
26866
26867 \begin_layout Plain Layout
26868 \align center
26869 ist über die
26870 \end_layout
26871
26872 \begin_layout Plain Layout
26873 \align center
26874 Boxhöhe
26875 \end_layout
26876
26877 \begin_layout Plain Layout
26878 \align center
26879 gleichmäßig verteilt.
26880 \end_layout
26881
26882 \end_inset
26883
26884  Dies ist ein Beispieltext.
26885 \end_layout
26886
26887 \begin_layout Standard
26888 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26889  besteht.
26890  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26891 \end_layout
26892
26893 \begin_layout Standard
26894 Ein Boxinhalt kann mit dem Dialog 
26895 \family sans
26896 Absatz-Einstellungen
26897 \family default
26898  waagerecht ausgerichtet werden, wenn Sie eine
26899 \family sans
26900  Innere
26901 \begin_inset space ~
26902 \end_inset
26903
26904 Box
26905 \family default
26906  gewählt haben.
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \align center
26911 \begin_inset Box Boxed
26912 position "c"
26913 hor_pos "c"
26914 has_inner_box 1
26915 inner_pos "s"
26916 use_parbox 0
26917 width "30col%"
26918 special "none"
26919 height "1.25in"
26920 height_special "totalheight"
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 \align left
26925 Hier ist jede Zeile
26926 \end_layout
26927
26928 \begin_layout Plain Layout
26929 \align center
26930 anders
26931 \end_layout
26932
26933 \begin_layout Plain Layout
26934 \align right
26935 ausgerichtet.
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Wenn Sie keine
26945 \family sans
26946  Innere
26947 \begin_inset space ~
26948 \end_inset
26949
26950 Box
26951 \family default
26952  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26953 \family sans
26954 Box-Einstellungen-
26955 \family default
26956 Dialog ausrichten
26957 \end_layout
26958
26959 \begin_layout Standard
26960 \align center
26961 \begin_inset Box Boxed
26962 position "c"
26963 hor_pos "s"
26964 has_inner_box 0
26965 inner_pos "s"
26966 use_parbox 0
26967 width "90col%"
26968 special "none"
26969 height "1.25in"
26970 height_special "totalheight"
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974 \align left
26975 Dieser Boxinhalt wurde horizontal gedehnt.
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \end_layout
26982
26983 \begin_layout Subsection
26984 Verzierung
26985 \begin_inset CommandInset label
26986 LatexCommand label
26987 name "uab:Verzierung"
26988
26989 \end_inset
26990
26991
26992 \begin_inset Index
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 Boxen ! Verzierung
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 Im 
27006 \family sans
27007 Box-Einstellungen-
27008 \family default
27009 Dialog können Sie mit der 
27010 \family sans
27011 Verzierung
27012 \family default
27013  den Typ der Box auswählen:
27014 \end_layout
27015
27016 \begin_layout Description
27017 Einfacher
27018 \begin_inset space ~
27019 \end_inset
27020
27021 rechteckiger
27022 \begin_inset space ~
27023 \end_inset
27024
27025 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27026  Die Rahmendicke wird durch 
27027 \series bold
27028
27029 \backslash
27030 fboxrule
27031 \series default
27032  festgelegt.
27033  
27034 \begin_inset Box Boxed
27035 position "c"
27036 hor_pos "c"
27037 has_inner_box 1
27038 inner_pos "c"
27039 use_parbox 0
27040 width "21col%"
27041 special "none"
27042 height "1in"
27043 height_special "totalheight"
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048 \series medium
27049 Rechteckige
27050 \begin_inset space ~
27051 \end_inset
27052
27053 Box
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Description
27062 Seitenumbruch
27063 \begin_inset space ~
27064 \end_inset
27065
27066 erlaubt Wenn Sie die Verzierung 
27067 \family sans
27068 Einfacher rechteckiger Rahmen
27069 \family default
27070  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27071  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27072  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27073  für sich ist und 
27074 \series bold
27075
27076 \backslash
27077 fboxrule
27078 \series default
27079  und 
27080 \series bold
27081
27082 \backslash
27083 fboxsep
27084 \series default
27085  keinen Einfluss auf diesen Box Typ haben.
27086  Die Rahmendicke wird durch 
27087 \series bold
27088
27089 \backslash
27090 FrameRule
27091 \series default
27092  festgelegt.
27093  
27094 \begin_inset Box Framed
27095 position "t"
27096 hor_pos "c"
27097 has_inner_box 0
27098 inner_pos "t"
27099 use_parbox 0
27100 width "100col%"
27101 special "none"
27102 height "1in"
27103 height_special "totalheight"
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107 Seitenumbruch erlaubt Box
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Description
27116 Ovaler
27117 \begin_inset space ~
27118 \end_inset
27119
27120 Rahmen,
27121 \begin_inset space ~
27122 \end_inset
27123
27124 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27125  Die Rahmendicke ist 0.4
27126 \begin_inset space \thinspace{}
27127 \end_inset
27128
27129 pt.
27130  
27131 \begin_inset Box ovalbox
27132 position "c"
27133 hor_pos "c"
27134 has_inner_box 1
27135 inner_pos "c"
27136 use_parbox 0
27137 width "20col%"
27138 special "none"
27139 height "1in"
27140 height_special "totalheight"
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 Ovale
27145 \begin_inset space ~
27146 \end_inset
27147
27148 Box,
27149 \begin_inset space ~
27150 \end_inset
27151
27152 dünn
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Description
27161 Ovaler
27162 \begin_inset space ~
27163 \end_inset
27164
27165 Rahmen,
27166 \begin_inset space ~
27167 \end_inset
27168
27169 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27170  Die Rahmendicke ist 0.8
27171 \begin_inset space \thinspace{}
27172 \end_inset
27173
27174 pt.
27175  
27176 \begin_inset Box Ovalbox
27177 position "c"
27178 hor_pos "c"
27179 has_inner_box 1
27180 inner_pos "c"
27181 use_parbox 0
27182 width "20col%"
27183 special "none"
27184 height "1in"
27185 height_special "totalheight"
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189 Ovale
27190 \begin_inset space ~
27191 \end_inset
27192
27193 Box,
27194 \begin_inset space ~
27195 \end_inset
27196
27197 dick
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Description
27206 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27207  Die Rahmendicke wird durch 
27208 \series bold
27209
27210 \backslash
27211 fboxrule
27212 \series default
27213  festgelegt, der Schatten ist 4
27214 \begin_inset space \thinspace{}
27215 \end_inset
27216
27217 pt breit.
27218 \begin_inset Newline newline
27219 \end_inset
27220
27221
27222 \begin_inset Box Shadowbox
27223 position "c"
27224 hor_pos "c"
27225 has_inner_box 1
27226 inner_pos "c"
27227 use_parbox 0
27228 width "20col%"
27229 special "none"
27230 height "1in"
27231 height_special "totalheight"
27232 status collapsed
27233
27234 \begin_layout Plain Layout
27235 Schattierte
27236 \begin_inset space ~
27237 \end_inset
27238
27239 Box
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Description
27248 Schattierter
27249 \begin_inset space ~
27250 \end_inset
27251
27252 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27253  Im Gegensatz zu farbigen Boxen
27254 \begin_inset Foot
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258 siehe Abschnitt
27259 \begin_inset space ~
27260 \end_inset
27261
27262
27263 \begin_inset CommandInset ref
27264 LatexCommand ref
27265 reference "abs:Farbige-Boxen"
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \end_inset
27273
27274  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27275  die Box ist ein Absatz für sich.
27276  
27277 \begin_inset Box Shaded
27278 position "t"
27279 hor_pos "c"
27280 has_inner_box 0
27281 inner_pos "t"
27282 use_parbox 0
27283 width "50col%"
27284 special "none"
27285 height "1in"
27286 height_special "totalheight"
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290 Schattierter Hintergrund Box
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \begin_layout Description
27299 Doppelter
27300 \begin_inset space ~
27301 \end_inset
27302
27303 rechteckiger
27304 \begin_inset space ~
27305 \end_inset
27306
27307 Rahmen zeichnet einen doppelten Rahmen um die Box.
27308  Der innere Rahmen ist 0.75
27309 \begin_inset space \thinspace{}
27310 \end_inset
27311
27312
27313 \series bold
27314
27315 \backslash
27316 fboxrule
27317 \series default
27318  breit, der äußere 1.5
27319 \begin_inset space \thinspace{}
27320 \end_inset
27321
27322
27323 \series bold
27324
27325 \backslash
27326 fboxrule
27327 \series default
27328 , der Zwischenraum 1.5
27329 \begin_inset space \thinspace{}
27330 \end_inset
27331
27332
27333 \series bold
27334
27335 \backslash
27336 fboxrule
27337 \series default
27338
27339 \begin_inset space \thinspace{}
27340 \end_inset
27341
27342 +
27343 \begin_inset space \thinspace{}
27344 \end_inset
27345
27346 0.5
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350 pt.
27351  
27352 \begin_inset Box Doublebox
27353 position "c"
27354 hor_pos "c"
27355 has_inner_box 1
27356 inner_pos "c"
27357 use_parbox 0
27358 width "20col%"
27359 special "none"
27360 height "1in"
27361 height_special "totalheight"
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365 Doppelt
27366 \begin_inset space ~
27367 \end_inset
27368
27369 gerahmte
27370 \begin_inset space ~
27371 \end_inset
27372
27373 Box
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 \begin_inset VSpace bigskip
27383 \end_inset
27384
27385 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27386  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27387 \series bold
27388 fancybox
27389 \series default
27390
27391 \begin_inset Index
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395 LaTeX-Pakete ! fancybox
27396 \end_layout
27397
27398 \end_inset
27399
27400  installiert sein.
27401 \end_layout
27402
27403 \begin_layout Section
27404 Box Anpassung
27405 \begin_inset Index
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 Boxen ! Anpassung
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Der Standardwert für 
27419 \series bold
27420
27421 \backslash
27422 fboxrule
27423 \series default
27424  ist 0.4
27425 \begin_inset space \thinspace{}
27426 \end_inset
27427
27428 pt.
27429  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 pt gesetzt werden:
27434 \end_layout
27435
27436 \begin_layout Standard
27437
27438 \series bold
27439
27440 \backslash
27441 setlength{
27442 \backslash
27443 fboxrule}{2pt}
27444 \end_layout
27445
27446 \begin_layout Standard
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 setlength{
27455 \backslash
27456 fboxrule}{2pt}
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \begin_inset Box Boxed
27463 position "c"
27464 hor_pos "c"
27465 has_inner_box 1
27466 inner_pos "c"
27467 use_parbox 0
27468 width "30col%"
27469 special "none"
27470 height "1in"
27471 height_special "totalheight"
27472 status open
27473
27474 \begin_layout Plain Layout
27475 \align center
27476 Rechteckige Box mit einer Rahmenbreite von 2
27477 \begin_inset space \thinspace{}
27478 \end_inset
27479
27480 pt
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \begin_inset ERT
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490
27491
27492 \backslash
27493 setlength{
27494 \backslash
27495 fboxrule}{0.4pt}
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \begin_inset VSpace bigskip
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27509 \begin_inset space \thinspace{}
27510 \end_inset
27511
27512 pt.
27513  Sie können das ändern, indem Sie den Wert von 
27514 \series bold
27515
27516 \backslash
27517 fboxsep
27518 \series default
27519  mit einem TeX-Code-Befehl ändern:
27520 \end_layout
27521
27522 \begin_layout Standard
27523
27524 \series bold
27525
27526 \backslash
27527 setlength{
27528 \backslash
27529 fboxsep}{10pt}
27530 \end_layout
27531
27532 \begin_layout Standard
27533 setzt den Wert auf 10
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 pt, wie in der folgenden Box:
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset ERT
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545
27546
27547 \backslash
27548 setlength{
27549 \backslash
27550 fboxsep}{10pt}
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \begin_inset Box Boxed
27557 position "c"
27558 hor_pos "c"
27559 has_inner_box 1
27560 inner_pos "c"
27561 use_parbox 0
27562 width "25col%"
27563 special "none"
27564 height "1in"
27565 height_special "totalheight"
27566 status open
27567
27568 \begin_layout Plain Layout
27569 \align center
27570 Rechteckige Box mit 
27571 \series bold
27572
27573 \backslash
27574 fboxsep
27575 \series default
27576
27577 \begin_inset space \thinspace{}
27578 \end_inset
27579
27580 =
27581 \begin_inset space \thinspace{}
27582 \end_inset
27583
27584 10
27585 \begin_inset space \thinspace{}
27586 \end_inset
27587
27588 pt
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598
27599
27600 \backslash
27601 setlength{
27602 \backslash
27603 fboxsep}{3pt}
27604 \end_layout
27605
27606 \end_inset
27607
27608
27609 \end_layout
27610
27611 \begin_layout Standard
27612 \noindent
27613 \begin_inset VSpace bigskip
27614 \end_inset
27615
27616 Der Durchmesser der abgerundeten Ecken kann mit 
27617 \series bold
27618
27619 \backslash
27620 cornersize
27621 \series default
27622  gesetzt werden.
27623  Der TeX-Code-Befehl
27624 \end_layout
27625
27626 \begin_layout Standard
27627
27628 \series bold
27629
27630 \backslash
27631 cornersize*{1cm}
27632 \end_layout
27633
27634 \begin_layout Standard
27635 setzt den Durchmesser auf 1
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 cm.
27640  Der TeX-Code-Befehl
27641 \end_layout
27642
27643 \begin_layout Standard
27644
27645 \series bold
27646
27647 \backslash
27648 cornersize{num}
27649 \end_layout
27650
27651 \begin_layout Standard
27652 setzt den Durchmesser auf 
27653 \family sans
27654 num
27655 \begin_inset space \thinspace{}
27656 \end_inset
27657
27658 ×
27659 \begin_inset space \thinspace{}
27660 \end_inset
27661
27662 Minimum(Breite der Box, Höhe der Box)
27663 \family default
27664 .
27665  Der Standardwert ist 
27666 \series bold
27667
27668 \backslash
27669 cornersize{0.5}
27670 \series default
27671 .
27672 \end_layout
27673
27674 \begin_layout Standard
27675 \begin_inset ERT
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679
27680
27681 \backslash
27682 cornersize*{1.5cm}
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \begin_inset Box Ovalbox
27689 position "c"
27690 hor_pos "c"
27691 has_inner_box 1
27692 inner_pos "c"
27693 use_parbox 0
27694 width "30col%"
27695 special "none"
27696 height "1in"
27697 height_special "totalheight"
27698 status open
27699
27700 \begin_layout Plain Layout
27701 \align center
27702 Ovale Box, dicker Rand, mit 
27703 \series bold
27704
27705 \backslash
27706 cornersize
27707 \series default
27708
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 =
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716 1.5
27717 \begin_inset space \thinspace{}
27718 \end_inset
27719
27720 cm
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \begin_inset ERT
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730
27731
27732 \backslash
27733 cornersize{0.5}
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \begin_layout Standard
27742 \begin_inset VSpace bigskip
27743 \end_inset
27744
27745 Die Breite des Schattens wird mit 
27746 \series bold
27747
27748 \backslash
27749 shadowsize
27750 \series default
27751  festgelegt.
27752  Mit dem TeX-Code-Befehl
27753 \end_layout
27754
27755 \begin_layout Standard
27756
27757 \series bold
27758
27759 \backslash
27760 setlength{
27761 \backslash
27762 shadowsize}{2pt}
27763 \end_layout
27764
27765 \begin_layout Standard
27766 wird er für die folgende Box auf 2
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 pt festgelegt.
27771 \end_layout
27772
27773 \begin_layout Standard
27774 \begin_inset ERT
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778
27779
27780 \backslash
27781 setlength{
27782 \backslash
27783 shadowsize}{2pt}
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \begin_inset Box Shadowbox
27790 position "c"
27791 hor_pos "c"
27792 has_inner_box 1
27793 inner_pos "c"
27794 use_parbox 0
27795 width "25col%"
27796 special "none"
27797 height "1in"
27798 height_special "totalheight"
27799 status open
27800
27801 \begin_layout Plain Layout
27802 \align center
27803 Schattierte Box mit 
27804 \series bold
27805
27806 \backslash
27807 shadowsize
27808 \series default
27809
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 =
27814 \begin_inset space \thinspace{}
27815 \end_inset
27816
27817 2
27818 \begin_inset space \thinspace{}
27819 \end_inset
27820
27821 pt
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 setlength{
27835 \backslash
27836 shadowsize}{4pt}
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Standard
27845 \begin_inset VSpace bigskip
27846 \end_inset
27847
27848 Der Standardwert für 
27849 \series bold
27850
27851 \backslash
27852 FrameRule
27853 \series default
27854  ist 0.4
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 pt.
27859  Der Standard-Abstand zwischen Rahmen und Text ist 9
27860 \begin_inset space \thinspace{}
27861 \end_inset
27862
27863 pt und kann mit dem Wert für 
27864 \series bold
27865
27866 \backslash
27867 FrameSep
27868 \series default
27869  geändert werden.
27870  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27871  TeX-Code Befehlen geändert:
27872 \end_layout
27873
27874 \begin_layout Standard
27875
27876 \series bold
27877
27878 \backslash
27879 setlength{
27880 \backslash
27881 FrameRule}{5pt}
27882 \begin_inset Newline newline
27883 \end_inset
27884
27885
27886 \backslash
27887 setlength{
27888 \backslash
27889 FrameSep}{0.5cm}
27890 \end_layout
27891
27892 \begin_layout Standard
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 setlength{
27901 \backslash
27902 FrameRule}{5pt}
27903 \end_layout
27904
27905 \begin_layout Plain Layout
27906
27907
27908 \backslash
27909 setlength{
27910 \backslash
27911 FrameSep}{0.5cm}
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \begin_inset Box Framed
27918 position "t"
27919 hor_pos "c"
27920 has_inner_box 0
27921 inner_pos "t"
27922 use_parbox 0
27923 width "100col%"
27924 special "none"
27925 height "1in"
27926 height_special "totalheight"
27927 status open
27928
27929 \begin_layout Plain Layout
27930 Dies ist Text in einer 
27931 \family sans
27932 Seitenumbruch erlaubt
27933 \family default
27934  Box.
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset ERT
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944
27945
27946 \backslash
27947 setlength{
27948 \backslash
27949 FrameRule}{0.4pt}
27950 \end_layout
27951
27952 \begin_layout Plain Layout
27953
27954
27955 \backslash
27956 setlength{
27957 \backslash
27958 FrameSep}{9pt}
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \begin_layout Standard
27967 \begin_inset VSpace bigskip
27968 \end_inset
27969
27970 Für Boxen mit 
27971 \family sans
27972 schattiertem Hintergrund
27973 \family default
27974  beträgt der Abstand zwischen Rand und Text 3
27975 \begin_inset space \thinspace{}
27976 \end_inset
27977
27978 pt und kann mit 
27979 \series bold
27980
27981 \backslash
27982 fboxsep
27983 \series default
27984  geändert werden.
27985  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
27986  
27987 \series bold
27988
27989 \backslash
27990 definecolor{shadebox}
27991 \series default
27992  oder global über das Menü 
27993 \family sans
27994 Werkzeuge\SpecialChar \menuseparator
27995 Einstellungen\SpecialChar \menuseparator
27996 Farben\SpecialChar \menuseparator
27997 Schattierte
27998 \begin_inset space ~
27999 \end_inset
28000
28001 Box
28002 \family default
28003  geändert werden.
28004  Das Schema des 
28005 \series bold
28006
28007 \backslash
28008 definecolor
28009 \series default
28010  Befehls ist  in Abschnitt
28011 \begin_inset space ~
28012 \end_inset
28013
28014
28015 \begin_inset CommandInset ref
28016 LatexCommand ref
28017 reference "abs:Farbige-Tabellen"
28018
28019 \end_inset
28020
28021  erklärt.
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 Beachten Sie, dass 
28027 \series bold
28028
28029 \backslash
28030 definecolor
28031 \series default
28032  das LaTeX-Paket 
28033 \series bold
28034 color
28035 \series default
28036  in der Präambel benötigt, siehe Abschnitt
28037 \begin_inset space ~
28038 \end_inset
28039
28040
28041 \begin_inset CommandInset ref
28042 LatexCommand ref
28043 reference "abs:Farbige-Boxen"
28044
28045 \end_inset
28046
28047 .
28048 \end_layout
28049
28050 \end_inset
28051
28052  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28053 \end_layout
28054
28055 \begin_layout Standard
28056
28057 \series bold
28058
28059 \backslash
28060 setlength{
28061 \backslash
28062 fboxsep}{0.5cm}
28063 \begin_inset Newline newline
28064 \end_inset
28065
28066
28067 \backslash
28068 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28069 \end_layout
28070
28071 \begin_layout Standard
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077
28078 \backslash
28079 setlength{
28080 \backslash
28081 fboxsep}{0.5cm}
28082 \end_layout
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \begin_inset Box Shaded
28095 position "t"
28096 hor_pos "c"
28097 has_inner_box 0
28098 inner_pos "t"
28099 use_parbox 0
28100 width "100col%"
28101 special "none"
28102 height "1in"
28103 height_special "totalheight"
28104 status open
28105
28106 \begin_layout Plain Layout
28107
28108 \color yellow
28109 Dies ist gelber Text in einer 
28110 \family sans
28111 schattierten Hintergrund
28112 \begin_inset space ~
28113 \end_inset
28114
28115
28116 \family default
28117 Box auf dunkelgrünem Hintergrund.
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \begin_inset ERT
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127
28128
28129 \backslash
28130 setlength{
28131 \backslash
28132 fboxsep}{3pt}
28133 \end_layout
28134
28135 \begin_layout Plain Layout
28136
28137
28138 \backslash
28139 definecolor{shadecolor}{rgb}{1,0,0}
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148 \begin_inset VSpace bigskip
28149 \end_inset
28150
28151 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28152  der sie ändert.
28153 \end_layout
28154
28155 \begin_layout Section
28156 Minipage
28157 \begin_inset CommandInset label
28158 LatexCommand label
28159 name "abs:Minipage"
28160
28161 \end_inset
28162
28163
28164 \begin_inset Index
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168 Boxen ! Minipage
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Standard
28177 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28178  deshalb unter anderem eigene Fußnoten haben.
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28183 \end_layout
28184
28185 \begin_layout Standard
28186 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28187  Ihre Breite ist 45 Spaltenbreite
28188 \begin_inset space ~
28189 \end_inset
28190
28191 %, und sie sind durch einen 
28192 \family sans
28193 HFill
28194 \family default
28195  getrennt (
28196 \family sans
28197 Einfügen\SpecialChar \menuseparator
28198 Formatierung\SpecialChar \menuseparator
28199 Horizontaler
28200 \begin_inset space \space{}
28201 \end_inset
28202
28203 Abstand\SpecialChar \menuseparator
28204 Abstand\SpecialChar \menuseparator
28205 Variabler
28206 \begin_inset space ~
28207 \end_inset
28208
28209 horiz.
28210 \begin_inset space ~
28211 \end_inset
28212
28213 Abstand
28214 \family default
28215 ).
28216 \begin_inset Newpage newpage
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 \noindent
28224 \begin_inset Box Frameless
28225 position "t"
28226 hor_pos "c"
28227 has_inner_box 1
28228 inner_pos "c"
28229 use_parbox 0
28230 width "45col%"
28231 special "none"
28232 height "1in"
28233 height_special "totalheight"
28234 status open
28235
28236 \begin_layout Plain Layout
28237 Dies ist ein deutscher Text.
28238  Dies ist ein deutscher Text.
28239  Dies ist ein deutscher Text.
28240  Dies ist ein deutscher Text.
28241  Dies ist ein deutscher Text.
28242  Dies ist ein deutscher Text.
28243  Dies ist ein deutscher Text.
28244  Dies ist ein deutscher Text.
28245  Dies ist ein deutscher Text.
28246  Dies ist ein deutscher Text.
28247  Dies ist ein deutscher Text.
28248  Dies ist ein deutscher Text.
28249  Dies ist ein deutscher Text
28250 \begin_inset Foot
28251 status open
28252
28253 \begin_layout Plain Layout
28254 Dies ist eine deutsche Fußnote.
28255 \end_layout
28256
28257 \end_inset
28258
28259 .
28260  Dies ist ein deutscher Text.
28261  Dies ist ein deutscher Text.
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \begin_inset space \hfill{}
28268 \end_inset
28269
28270
28271 \begin_inset Box Frameless
28272 position "t"
28273 hor_pos "c"
28274 has_inner_box 1
28275 inner_pos "c"
28276 use_parbox 0
28277 width "45col%"
28278 special "none"
28279 height "1in"
28280 height_special "totalheight"
28281 status open
28282
28283 \begin_layout Plain Layout
28284
28285 \lang english
28286 This is an English Text.
28287  This is an English Text.
28288  This is an English Text.
28289  This is an English Text.
28290  This is an English Text.
28291  This is an English Text.
28292  This is an English Text.
28293  This is an English Text.
28294  This is an English Text.
28295  This is an English Text.
28296  This is an English Text.
28297  This is an English Text.
28298  This is an English Text.
28299  This is an English Text.
28300  This is an English Text.
28301  This is an English Text.
28302 \begin_inset Foot
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306
28307 \lang english
28308 This is an English footnote.
28309 \end_layout
28310
28311 \end_inset
28312
28313  This is an English Text.
28314  
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 \noindent
28324 \begin_inset VSpace bigskip
28325 \end_inset
28326
28327 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28328  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28329  auf der die Tabelle gedruckt wird: 
28330 \begin_inset Tabular
28331 <lyxtabular version="3" rows="3" columns="4">
28332 <features>
28333 <column alignment="center" valignment="top" width="0pt">
28334 <column alignment="center" valignment="top" width="0pt">
28335 <column alignment="center" valignment="top" width="0pt">
28336 <column alignment="center" valignment="top" width="0pt">
28337 <row>
28338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28339 \begin_inset Text
28340
28341 \begin_layout Plain Layout
28342 1
28343 \end_layout
28344
28345 \end_inset
28346 </cell>
28347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28348 \begin_inset Text
28349
28350 \begin_layout Plain Layout
28351 2
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 3
28361 \begin_inset Foot
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365 Dies ist eine Fußnote in einer Tabelle.
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374 </cell>
28375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28376 \begin_inset Text
28377
28378 \begin_layout Plain Layout
28379 4
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 </row>
28385 <row>
28386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 a
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 b
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408 c
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Plain Layout
28417 d
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 </row>
28423 <row>
28424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 e
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28434 \begin_inset Text
28435
28436 \begin_layout Plain Layout
28437 f
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28443 \begin_inset Text
28444
28445 \begin_layout Plain Layout
28446 g
28447 \end_layout
28448
28449 \end_inset
28450 </cell>
28451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 h
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 </row>
28461 </lyxtabular>
28462
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \begin_layout Standard
28469 \noindent
28470 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28471  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28472  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28473  außerhalb.
28474 \end_layout
28475
28476 \begin_layout Standard
28477 \align center
28478 \begin_inset Box Frameless
28479 position "t"
28480 hor_pos "c"
28481 has_inner_box 1
28482 inner_pos "c"
28483 use_parbox 0
28484 width "30col%"
28485 special "none"
28486 height "1in"
28487 height_special "totalheight"
28488 status open
28489
28490 \begin_layout Plain Layout
28491 \align center
28492 \begin_inset Tabular
28493 <lyxtabular version="3" rows="3" columns="4">
28494 <features>
28495 <column alignment="center" valignment="top" width="0pt">
28496 <column alignment="center" valignment="top" width="0pt">
28497 <column alignment="center" valignment="top" width="0pt">
28498 <column alignment="center" valignment="top" width="0pt">
28499 <row>
28500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Plain Layout
28504 1
28505 \end_layout
28506
28507 \end_inset
28508 </cell>
28509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28510 \begin_inset Text
28511
28512 \begin_layout Plain Layout
28513 2
28514 \end_layout
28515
28516 \end_inset
28517 </cell>
28518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28519 \begin_inset Text
28520
28521 \begin_layout Plain Layout
28522 3
28523 \begin_inset Foot
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Dies ist eine Fußnote in einer Tabelle.
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 4
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 </row>
28547 <row>
28548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Plain Layout
28552 a
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28558 \begin_inset Text
28559
28560 \begin_layout Plain Layout
28561 b
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 c
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 d
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 </row>
28585 <row>
28586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 e
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28596 \begin_inset Text
28597
28598 \begin_layout Plain Layout
28599 f
28600 \end_layout
28601
28602 \end_inset
28603 </cell>
28604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28605 \begin_inset Text
28606
28607 \begin_layout Plain Layout
28608 g
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 h
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 </row>
28623 </lyxtabular>
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \begin_layout Standard
28636 \begin_inset VSpace bigskip
28637 \end_inset
28638
28639 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28640  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28641  Absätze nicht eingerückt werden, obwohl Sie das in 
28642 \family sans
28643 Dokument
28644 \family default
28645 \SpecialChar \menuseparator
28646
28647 \family sans
28648 Einstellun\SpecialChar \-
28649 gen\SpecialChar \menuseparator
28650 Textformat
28651 \family default
28652  festgelegt haben.
28653  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28654  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28655 \series bold
28656
28657 \backslash
28658 hspace*{1em}
28659 \series default
28660 .
28661 \end_layout
28662
28663 \begin_layout Standard
28664 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28665  zu verpassen, siehe Abschnitt
28666 \begin_inset space ~
28667 \end_inset
28668
28669
28670 \begin_inset CommandInset ref
28671 LatexCommand ref
28672 reference "uab:Farbe-für-Absätze"
28673
28674 \end_inset
28675
28676 .
28677 \end_layout
28678
28679 \begin_layout Standard
28680 \begin_inset Note Greyedout
28681 status open
28682
28683 \begin_layout Plain Layout
28684
28685 \series bold
28686 Bemerkung:
28687 \series default
28688  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28689  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Section
28698 Parbox
28699 \begin_inset CommandInset label
28700 LatexCommand label
28701 name "abs:Parbox"
28702
28703 \end_inset
28704
28705
28706 \begin_inset Index
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 Boxen ! Parbox
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Parbox ist eine Abkürzung für 
28720 \begin_inset Quotes gld
28721 \end_inset
28722
28723 paragraph box
28724 \begin_inset Quotes grd
28725 \end_inset
28726
28727 , was Absatzbox bedeutet.
28728  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28729  Parboxen einige Einschränkungen.
28730  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28731  gedruckt.:
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \align center
28736 \begin_inset Box Frameless
28737 position "t"
28738 hor_pos "c"
28739 has_inner_box 1
28740 inner_pos "t"
28741 use_parbox 1
28742 width "33col%"
28743 special "none"
28744 height "1in"
28745 height_special "totalheight"
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Dies ist Text in einer Parbox.
28750  Dies ist Text in einer Parbox.
28751 \end_layout
28752
28753 \begin_layout Plain Layout
28754 Diese Fußnote wird nicht gedruckt:
28755 \begin_inset Foot
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28774  und Theoreme enthalten.
28775 \end_layout
28776
28777 \begin_layout Section
28778 Boxen für Worte und Buchstaben
28779 \begin_inset Index
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783 Boxen ! für Buchstaben
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Subsection
28792 Silbentrennung unterbinden 
28793 \begin_inset CommandInset label
28794 LatexCommand label
28795 name "abs:Silbentrennung-unterbinden"
28796
28797 \end_inset
28798
28799
28800 \begin_inset Index
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804 Boxen ! zur Vermeidung von Silbentrennung
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Standard
28813 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28814 \begin_inset Newline newline
28815 \end_inset
28816
28817 Hier ist ein Beispiel: 
28818 \end_layout
28819
28820 \begin_layout Standard
28821 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28822 \begin_inset Quotes gld
28823 \end_inset
28824
28825 einsehrsehrsehrlangeswort
28826 \begin_inset Quotes grd
28827 \end_inset
28828
28829 .
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28834  soll, den TeX-Code
28835 \end_layout
28836
28837 \begin_layout Standard
28838
28839 \series bold
28840
28841 \backslash
28842 mbox{
28843 \end_layout
28844
28845 \begin_layout Standard
28846 ein.
28847  Hinter dem Wort fügen Sie 
28848 \series bold
28849
28850 \begin_inset Quotes gld
28851 \end_inset
28852
28853 }
28854 \series default
28855
28856 \begin_inset Quotes grd
28857 \end_inset
28858
28859  als TeX-Code ein.
28860  Hier ist das Ergebnis:
28861 \end_layout
28862
28863 \begin_layout Standard
28864 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28865 \begin_inset ERT
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869
28870
28871 \backslash
28872 mbox{
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \begin_inset Quotes gld
28879 \end_inset
28880
28881 einsehrsehrsehrlangeswort
28882 \begin_inset Quotes grd
28883 \end_inset
28884
28885
28886 \begin_inset ERT
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890
28891 }
28892 \end_layout
28893
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Alternativ dazu kann man auch den Befehl 
28901 \begin_inset Quotes gld
28902 \end_inset
28903
28904
28905 \series bold
28906
28907 \backslash
28908 -
28909 \series default
28910
28911 \begin_inset Quotes grd
28912 \end_inset
28913
28914  als TeX-Code direkt vor das Wort setzen:
28915 \end_layout
28916
28917 \begin_layout Standard
28918 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28919 \begin_inset Quotes gld
28920 \end_inset
28921
28922
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 -
28931 \end_layout
28932
28933 \end_inset
28934
28935 einsehrsehrsehrlangeswort
28936 \begin_inset Quotes grd
28937 \end_inset
28938
28939 .
28940 \end_layout
28941
28942 \begin_layout Standard
28943 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28944  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28945 \series bold
28946 Strg-Eingabe
28947 \series default
28948 ) einfügen: 
28949 \end_layout
28950
28951 \begin_layout Standard
28952 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28953 \begin_inset Newline newline
28954 \end_inset
28955
28956
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 mbox{
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \begin_inset Quotes gld
28971 \end_inset
28972
28973 einsehrsehrsehrlangeswort
28974 \begin_inset Quotes grd
28975 \end_inset
28976
28977
28978 \begin_inset ERT
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982
28983 }
28984 \end_layout
28985
28986 \end_inset
28987
28988 .
28989 \end_layout
28990
28991 \begin_layout Subsection
28992 Vertikale Ausrichtung
28993 \begin_inset CommandInset label
28994 LatexCommand label
28995 name "uab:Vertikale-Ausrichtung"
28996
28997 \end_inset
28998
28999
29000 \begin_inset Index
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 Boxen ! für Vertikale Ausrichtung
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \begin_inset Index
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014 Boxen ! raisebox
29015 \end_layout
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Standard
29023 Mit dem LaTeX-Befehl 
29024 \series bold
29025
29026 \backslash
29027 raisebox
29028 \series default
29029  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29030 n Textes ausrichten.
29031  
29032 \series bold
29033
29034 \backslash
29035 raisebox
29036 \series default
29037  wird folgendermaßen benutzt:
29038 \end_layout
29039
29040 \begin_layout Standard
29041
29042 \series bold
29043
29044 \backslash
29045 raisebox{Verschiebung}[oben][unten]{Text}
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Positive Werte für Verschiebung
29050 \series bold
29051  
29052 \series default
29053 verschieben die Box nach oben, negative nach unten.
29054  Die beiden optionalen Parameter 
29055 \family typewriter
29056 oben
29057 \family default
29058  und 
29059 \family typewriter
29060 unten
29061 \family default
29062  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29063  hinausgeht, wenn sie nicht verschoben ist.
29064 \end_layout
29065
29066 \begin_layout Standard
29067 Um zum Beispiel das Wort 
29068 \begin_inset Quotes gld
29069 \end_inset
29070
29071 provokant
29072 \begin_inset Quotes grd
29073 \end_inset
29074
29075  mit seinem 
29076 \begin_inset Quotes gld
29077 \end_inset
29078
29079 niedrigsten
29080 \begin_inset Quotes grd
29081 \end_inset
29082
29083  Buchstaben 
29084 \begin_inset Quotes gld
29085 \end_inset
29086
29087 p
29088 \begin_inset Quotes grd
29089 \end_inset
29090
29091  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29092 \end_layout
29093
29094 \begin_layout Standard
29095
29096 \series bold
29097
29098 \backslash
29099 raisebox{
29100 \backslash
29101 depth}{
29102 \end_layout
29103
29104 \begin_layout Standard
29105 vor dem Wort einfügen und 
29106 \begin_inset Quotes gld
29107 \end_inset
29108
29109
29110 \series bold
29111 }
29112 \series default
29113
29114 \begin_inset Quotes grd
29115 \end_inset
29116
29117  als TeX-Code dahinter:
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Dies ist eine Zeile, in der das Wort 
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 raisebox{
29130 \backslash
29131 depth}{
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \begin_inset Quotes gld
29138 \end_inset
29139
29140 provokant
29141 \begin_inset Quotes grd
29142 \end_inset
29143
29144
29145 \begin_inset ERT
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149
29150 }
29151 \end_layout
29152
29153 \end_inset
29154
29155  nach oben verschoben wurde.
29156 \end_layout
29157
29158 \begin_layout Standard
29159 \begin_inset VSpace bigskip
29160 \end_inset
29161
29162 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29163  gedehnt:
29164 \end_layout
29165
29166 \begin_layout Standard
29167 Dies ist eine Zeile, in der das Wort 
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172
29173
29174 \backslash
29175 raisebox{-
29176 \backslash
29177 depth}{
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \begin_inset Quotes gld
29184 \end_inset
29185
29186 provokant
29187 \begin_inset Quotes grd
29188 \end_inset
29189
29190
29191 \begin_inset ERT
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195
29196 }
29197 \end_layout
29198
29199 \end_inset
29200
29201  nach unten verschoben wurde.
29202 \end_layout
29203
29204 \begin_layout Standard
29205 Dies ist eine Zeile, in der das Wort 
29206 \begin_inset ERT
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210
29211
29212 \backslash
29213 raisebox{0.5cm}{
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \begin_inset Quotes gld
29220 \end_inset
29221
29222 testen
29223 \begin_inset Quotes grd
29224 \end_inset
29225
29226
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231
29232 }
29233 \end_layout
29234
29235 \end_inset
29236
29237  um 0.5
29238 \begin_inset space \thinspace{}
29239 \end_inset
29240
29241 cm nach oben verschoben wurde.
29242 \end_layout
29243
29244 \begin_layout Standard
29245 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29246 \end_layout
29247
29248 \begin_layout Standard
29249
29250 \series bold
29251
29252 \backslash
29253 raisebox{-
29254 \backslash
29255 depth}[0pt]{
29256 \end_layout
29257
29258 \begin_layout Standard
29259 Dies ist eine Zeile, in der das Wort 
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265
29266 \backslash
29267 raisebox{-
29268 \backslash
29269 depth}[0pt]{
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \begin_inset Quotes gld
29276 \end_inset
29277
29278 provokant
29279 \begin_inset Quotes grd
29280 \end_inset
29281
29282
29283 \begin_inset ERT
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287
29288 }
29289 \end_layout
29290
29291 \end_inset
29292
29293  nach unten verschoben wurde.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Dies ist eine Zeile, in der das Wort 
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303
29304 \backslash
29305 raisebox{0.5cm}[0pt]{
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \begin_inset Quotes gld
29312 \end_inset
29313
29314 testen
29315 \begin_inset Quotes grd
29316 \end_inset
29317
29318
29319 \begin_inset ERT
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323
29324 }
29325 \end_layout
29326
29327 \end_inset
29328
29329  um 0.5
29330 \begin_inset space \thinspace{}
29331 \end_inset
29332
29333 cm nach oben verschoben wurde.
29334  Jetzt überschneiden sich die verschobenen Worte.
29335 \end_layout
29336
29337 \begin_layout Section
29338 Farbige Boxen
29339 \begin_inset CommandInset label
29340 LatexCommand label
29341 name "abs:Farbige-Boxen"
29342
29343 \end_inset
29344
29345
29346 \begin_inset Index
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350 Boxen ! farbige
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Subsection
29359 Text-Hintergrundfarbe
29360 \begin_inset Index
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364 Farbe ! für Text-Hintergrund
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29374  sogenannten 
29375 \begin_inset Quotes gld
29376 \end_inset
29377
29378 colorbox
29379 \begin_inset Quotes grd
29380 \end_inset
29381
29382  stehen.
29383  Dafür muss das LaTeX-Paket 
29384 \series bold
29385 color
29386 \series default
29387
29388 \begin_inset Index
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 LaTeX-Pakete ! color
29393 \end_layout
29394
29395 \end_inset
29396
29397  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29398 \end_layout
29399
29400 \begin_layout Standard
29401
29402 \series bold
29403
29404 \backslash
29405 @ifundefined{textcolor}
29406 \begin_inset Newline newline
29407 \end_inset
29408
29409
29410 \begin_inset ERT
29411 status collapsed
29412
29413 \begin_layout Plain Layout
29414
29415
29416 \backslash
29417 hphantom{ }
29418 \end_layout
29419
29420 \end_inset
29421
29422 {
29423 \backslash
29424 usepackage{color}}{}
29425 \end_layout
29426
29427 \begin_layout Standard
29428 Wenn Sie Text einfärben, lädt LyX das Paket 
29429 \series bold
29430 color
29431 \series default
29432  automatisch.
29433 \begin_inset Foot
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Der Befehl 
29438 \series bold
29439
29440 \backslash
29441 @ifundefined
29442 \series default
29443  vermeidet, dass es in diesem Fall doppelt geladen wird.
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 \begin_inset VSpace medskip
29453 \end_inset
29454
29455 Colorboxen werden mit dem Befehl 
29456 \series bold
29457
29458 \backslash
29459 colorbox
29460 \series default
29461  erzeugt:
29462 \end_layout
29463
29464 \begin_layout Standard
29465
29466 \series bold
29467
29468 \backslash
29469 colorbox{Farbe}{Boxinhalt}
29470 \end_layout
29471
29472 \begin_layout Standard
29473 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29474  Boxen sein.
29475 \end_layout
29476
29477 \begin_layout Standard
29478 Die folgenden Farben sind vordefiniert:
29479 \family sans
29480  schwarz
29481 \family default
29482
29483 \family sans
29484 wei
29485 \family default
29486 ß, 
29487 \family sans
29488 rot
29489 \family default
29490 \series bold
29491 ,
29492 \series default
29493  
29494 \family sans
29495 grün
29496 \family default
29497
29498 \family sans
29499 blau
29500 \family default
29501
29502 \family sans
29503 türkis
29504 \family default
29505
29506 \family sans
29507 purpurrot
29508 \family default
29509  und 
29510 \family sans
29511 gelb
29512 \family default
29513 .
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29518 \begin_inset space ~
29519 \end_inset
29520
29521
29522 \begin_inset CommandInset ref
29523 LatexCommand ref
29524 reference "abs:Farbige-Tabellen"
29525
29526 \end_inset
29527
29528  beschrieben.
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29533  den TeX-Code-Befehl
29534 \end_layout
29535
29536 \begin_layout Standard
29537
29538 \series bold
29539
29540 \backslash
29541 colorbox{red}{
29542 \end_layout
29543
29544 \begin_layout Standard
29545 vor dem Wort ein.
29546  Hinter dem Wort fügen Sie 
29547 \series bold
29548
29549 \begin_inset Quotes gld
29550 \end_inset
29551
29552 }
29553 \series default
29554
29555 \begin_inset Quotes grd
29556 \end_inset
29557
29558  als TeX-Code ein.
29559  Hier ist das Ergebnis:
29560 \end_layout
29561
29562 \begin_layout Standard
29563 In dieser Zeile hat 
29564 \begin_inset ERT
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569
29570 \backslash
29571 colorbox{red}{
29572 \end_layout
29573
29574 \end_inset
29575
29576 Achtung!
29577 \begin_inset ERT
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581
29582 }
29583 \end_layout
29584
29585 \end_inset
29586
29587  einen roten Hintergrund.
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \begin_inset VSpace bigskip
29592 \end_inset
29593
29594 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29595  
29596 \series bold
29597
29598 \backslash
29599 fcolorbox
29600 \series default
29601  verwenden:
29602 \end_layout
29603
29604 \begin_layout Standard
29605
29606 \series bold
29607
29608 \backslash
29609 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29610 \end_layout
29611
29612 \begin_layout Standard
29613
29614 \series bold
29615
29616 \backslash
29617 fcolorbox
29618 \series default
29619  ist eine Erweiterung von 
29620 \series bold
29621
29622 \backslash
29623 colorbox
29624 \series default
29625 .
29626  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29627  
29628 \series bold
29629
29630 \backslash
29631 fboxrule
29632 \series default
29633  und 
29634 \series bold
29635
29636 \backslash
29637 fboxsep
29638 \series default
29639  gesteuert werden, wie in Abschnitt
29640 \begin_inset space ~
29641 \end_inset
29642
29643
29644 \begin_inset CommandInset ref
29645 LatexCommand ref
29646 reference "uab:Verzierung"
29647
29648 \end_inset
29649
29650  beschrieben.
29651 \end_layout
29652
29653 \begin_layout Standard
29654 Für das folgende Beispiel wurde der Befehl
29655 \end_layout
29656
29657 \begin_layout Standard
29658
29659 \series bold
29660
29661 \backslash
29662 fcolorbox{cyan}{magenta}{
29663 \end_layout
29664
29665 \begin_layout Standard
29666 benutzt.
29667  Hier wurden die Rahmendicke und der Abstand auf 1
29668 \begin_inset space \thinspace{}
29669 \end_inset
29670
29671 mm gesetzt:
29672 \begin_inset Newline newline
29673 \end_inset
29674
29675
29676 \begin_inset ERT
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680
29681
29682 \backslash
29683 fboxrule 1mm 
29684 \backslash
29685 fboxsep 1mm
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 fcolorbox{cyan}{green}{
29699 \end_layout
29700
29701 \end_inset
29702
29703 Dies ist Text in einer farbigen, gerahmten Box.
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709 }
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset VSpace bigskip
29719 \end_inset
29720
29721 Natürlich gibt es auch farbigen Text in einer Colorbox:
29722 \begin_inset Newline newline
29723 \end_inset
29724
29725
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731
29732 \backslash
29733 fcolorbox{cyan}{green}{
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \color yellow
29740 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29741 \color none
29742
29743 \begin_inset ERT
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747
29748 }
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 fboxrule 0.4pt 
29762 \backslash
29763 fboxsep 3pt
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 \begin_inset VSpace bigskip
29773 \end_inset
29774
29775
29776 \end_layout
29777
29778 \begin_layout Standard
29779 \begin_inset Note Greyedout
29780 status open
29781
29782 \begin_layout Plain Layout
29783 \noindent
29784
29785 \series bold
29786 Bemerkung:
29787 \series default
29788  Text in Colorboxen kann nicht umgebrochen werden.
29789  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29790  wie im folgenden beschrieben.
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \begin_layout Subsection
29799 Farbe für Absätze
29800 \begin_inset CommandInset label
29801 LatexCommand label
29802 name "uab:Farbe-für-Absätze"
29803
29804 \end_inset
29805
29806
29807 \begin_inset Index
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 Farbe ! für Absätze
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29821  den Text in eine Minipage stellen.
29822  Vor der Minipage fügen Sie den TeX-Code-Befehl
29823 \end_layout
29824
29825 \begin_layout Standard
29826
29827 \series bold
29828
29829 \backslash
29830 colorbox{color}{
29831 \end_layout
29832
29833 \begin_layout Standard
29834 ein.
29835  Hinter der Minipage fügen Sie 
29836 \series bold
29837
29838 \begin_inset Quotes gld
29839 \end_inset
29840
29841 }
29842 \series default
29843
29844 \begin_inset Quotes grd
29845 \end_inset
29846
29847  als TeX-Code ein.
29848 \end_layout
29849
29850 \begin_layout Standard
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 colorbox{hellgrau}{
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \begin_inset Box Frameless
29865 position "t"
29866 hor_pos "c"
29867 has_inner_box 1
29868 inner_pos "t"
29869 use_parbox 0
29870 width "100col%"
29871 special "none"
29872 height "1in"
29873 height_special "totalheight"
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Dies ist Text mit einer Hintergrundfarbe.
29878  Dies ist Text mit einer Hintergrundfarbe.
29879 \end_layout
29880
29881 \begin_layout Plain Layout
29882 Der Text kann Fußnoten
29883 \begin_inset Foot
29884 status open
29885
29886 \begin_layout Plain Layout
29887 Eine weitere Fußnote
29888 \end_layout
29889
29890 \end_inset
29891
29892  und Tabellen und Abbildungen enthalten.
29893 \end_layout
29894
29895 \begin_layout Plain Layout
29896 \align center
29897 \begin_inset Tabular
29898 <lyxtabular version="3" rows="3" columns="3">
29899 <features>
29900 <column alignment="center" valignment="top" width="0">
29901 <column alignment="center" valignment="top" width="0">
29902 <column alignment="center" valignment="top" width="0">
29903 <row>
29904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Plain Layout
29908 a
29909 \end_layout
29910
29911 \end_inset
29912 </cell>
29913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29914 \begin_inset Text
29915
29916 \begin_layout Plain Layout
29917 !
29918 \end_layout
29919
29920 \end_inset
29921 </cell>
29922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29923 \begin_inset Text
29924
29925 \begin_layout Plain Layout
29926 3
29927 \end_layout
29928
29929 \end_inset
29930 </cell>
29931 </row>
29932 <row>
29933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Plain Layout
29937 <
29938 \end_layout
29939
29940 \end_inset
29941 </cell>
29942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946 b2
29947 \begin_inset Quotes erd
29948 \end_inset
29949
29950 |
29951 \end_layout
29952
29953 \end_inset
29954 </cell>
29955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29956 \begin_inset Text
29957
29958 \begin_layout Plain Layout
29959 >
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 </row>
29965 <row>
29966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970 1
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29976 \begin_inset Text
29977
29978 \begin_layout Plain Layout
29979 §
29980 \end_layout
29981
29982 \end_inset
29983 </cell>
29984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29985 \begin_inset Text
29986
29987 \begin_layout Plain Layout
29988 c
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 </row>
29994 </lyxtabular>
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009 }
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Section
30018 Rotierte und skalierte Boxen
30019 \end_layout
30020
30021 \begin_layout Standard
30022 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30023 \series bold
30024 graphicx
30025 \series default
30026
30027 \begin_inset Index
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 LaTeX-Pakete ! graphicx
30032 \end_layout
30033
30034 \end_inset
30035
30036  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30037 \end_layout
30038
30039 \begin_layout Standard
30040
30041 \series bold
30042
30043 \backslash
30044 @ifundefined{rotatebox}
30045 \begin_inset Newline newline
30046 \end_inset
30047
30048
30049 \begin_inset ERT
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053
30054
30055 \backslash
30056 hphantom{ }
30057 \end_layout
30058
30059 \end_inset
30060
30061 {
30062 \backslash
30063 usepackage{graphicx}}{}
30064 \end_layout
30065
30066 \begin_layout Standard
30067 \begin_inset Note Greyedout
30068 status open
30069
30070 \begin_layout Plain Layout
30071
30072 \series bold
30073 Bemerkung:
30074 \series default
30075  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30076  darstellen.
30077  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Standard
30086 \begin_inset Note Greyedout
30087 status open
30088
30089 \begin_layout Plain Layout
30090
30091 \series bold
30092 Bemerkung:
30093 \series default
30094  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Subsection
30103 Rotierte Boxen
30104 \begin_inset Index
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Boxen ! rotierte
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset Index
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118 Rotiertes Material
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \begin_inset Index
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128 Abbildungen ! rotierte
30129 \end_layout
30130
30131 \end_inset
30132
30133
30134 \begin_inset Index
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 Tabellen ! rotierte
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 Um Text zu drehen, verwendet man den Befehl 
30148 \series bold
30149
30150 \backslash
30151 rotatebox
30152 \series default
30153  im TeX-Code nach folgendem Schema:
30154 \end_layout
30155
30156 \begin_layout Standard
30157
30158 \series bold
30159
30160 \backslash
30161 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Der Drehpunkt wird mit 
30166 \series bold
30167 origin=Position
30168 \series default
30169  angegeben.
30170  Folgende Positionen sind möglich: 
30171 \emph on
30172 c
30173 \emph default
30174  (mittig), 
30175 \emph on
30176 l
30177 \emph default
30178  (links), 
30179 \emph on
30180 r
30181 \emph default
30182  (rechts), 
30183 \emph on
30184 b
30185 \emph default
30186  (unten), 
30187 \emph on
30188 t
30189 \emph default
30190  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30191  Z.
30192 \begin_inset space \thinspace{}
30193 \end_inset
30194
30195 B.
30196  bedeutet 
30197 \emph on
30198 lt
30199 \emph default
30200 , dass sich der Drehpunkt links oben befindet.
30201  Wird kein Drehpunkt angegeben, wird die Position 
30202 \emph on
30203 l
30204 \emph default
30205  verwendet.
30206  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30207  Gedreht wird gegen den Uhrzeigersinn.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 Im folgenden Beispiel wurde vor dem Text der Befehl 
30212 \series bold
30213
30214 \backslash
30215 rotatebox[origin=c]{60}{
30216 \series default
30217  im TeX-Modus eingegeben.
30218  Nach dem Text wurde die schließende Klammer 
30219 \series bold
30220 }
30221 \series default
30222  wiederum im TeX-Modus eingegeben.
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Dies ist eine Zeile 
30227 \begin_inset ERT
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232
30233 \backslash
30234 rotatebox[origin=c]{60}{
30235 \end_layout
30236
30237 \end_inset
30238
30239 mit rotiertem
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245 }
30246 \end_layout
30247
30248 \end_inset
30249
30250  Text.
30251 \end_layout
30252
30253 \begin_layout Standard
30254 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Dies ist eine Zeile 
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 rotatebox[origin=r]{-60}{
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \begin_inset Box Doublebox
30273 position "c"
30274 hor_pos "c"
30275 has_inner_box 0
30276 inner_pos "c"
30277 use_parbox 0
30278 width "1in"
30279 special "width"
30280 height "1in"
30281 height_special "totalheight"
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 mit rotiertem
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 }
30297 \end_layout
30298
30299 \end_inset
30300
30301  umrandeten Text 
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 rotatebox[origin=lb]{60}{
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30316 \end_inset
30317
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 }
30325 \end_layout
30326
30327 \end_inset
30328
30329  und einer Formel.
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Oder ein Bild oder Tabelle:
30334 \end_layout
30335
30336 \begin_layout Standard
30337 Dies ist eine Zeile 
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 rotatebox[origin=lb]{90}{
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \begin_inset Graphics
30352         filename ../clipart/platypus.eps
30353         lyxscale 50
30354         width 25col%
30355
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 }
30365 \end_layout
30366
30367 \end_inset
30368
30369  mit einem rotierten Bild 
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 rotatebox[origin=l]{-90}{
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \begin_inset Tabular
30384 <lyxtabular version="3" rows="2" columns="2">
30385 <features>
30386 <column alignment="center" valignment="top" width="0">
30387 <column alignment="center" valignment="top" width="0">
30388 <row>
30389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30390 \begin_inset Text
30391
30392 \begin_layout Plain Layout
30393 q
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402 w
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 </row>
30408 <row>
30409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413 e
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422 r
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 </row>
30428 </lyxtabular>
30429
30430 \end_inset
30431
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438 }
30439 \end_layout
30440
30441 \end_inset
30442
30443  und Tabelle.
30444 \end_layout
30445
30446 \begin_layout Subsection
30447 Skalierte Boxen
30448 \begin_inset Index
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452 Boxen ! skalierte
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \begin_inset Index
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 Skaliertes Material
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \begin_inset Index
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472 Abbildungen ! skalierte
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \begin_inset Index
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 Tabellen ! skalierte
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Um Text zu skalieren, kann man die Befehle 
30492 \series bold
30493
30494 \backslash
30495 scalebox
30496 \series default
30497  und 
30498 \series bold
30499
30500 \backslash
30501 resizebox
30502 \series default
30503  im TeX-Modus verwenden.
30504 \end_layout
30505
30506 \begin_layout Standard
30507
30508 \series bold
30509
30510 \backslash
30511 scalebox
30512 \series default
30513  wird nach folgendem Schema verwendet:
30514 \end_layout
30515
30516 \begin_layout Standard
30517
30518 \series bold
30519
30520 \backslash
30521 scalebox{horizontal}[vertikal]{Boxinhalt}
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30526  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30527  verwendet.
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Z.
30532 \begin_inset space \thinspace{}
30533 \end_inset
30534
30535 B.
30536  ergibt der Befehl 
30537 \series bold
30538
30539 \backslash
30540 scalebox{2}{Hallo}
30541 \series default
30542  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 scalebox{2}{
30551 \end_layout
30552
30553 \end_inset
30554
30555 Hallo
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561 }
30562 \end_layout
30563
30564 \end_inset
30565
30566 .
30567 \end_layout
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572
30573 \backslash
30574 scalebox{2}[1]{Hallo}
30575 \series default
30576  verzerrt hingegen das 
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 scalebox{2}[1]{
30585 \end_layout
30586
30587 \end_inset
30588
30589 Hallo
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595 }
30596 \end_layout
30597
30598 \end_inset
30599
30600 .
30601 \end_layout
30602
30603 \begin_layout Standard
30604 Die Skalierungsfaktoren dürfen auch negativ sein.
30605  In diesem Fall wird der Boxinhalt gespiegelt.
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Daher lässt sich mit dem Befehl 
30610 \series bold
30611
30612 \backslash
30613 scalebox{-1}[1]{Hallo}
30614 \series default
30615  Spiegelschrift erstellen: 
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621
30622 \backslash
30623 scalebox{-1}[1]{
30624 \end_layout
30625
30626 \end_inset
30627
30628 Hallo
30629 \begin_inset ERT
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633
30634 }
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 scalebox{1}[-1]{Hallo}
30648 \series default
30649  spiegelt das 
30650 \begin_inset ERT
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654
30655
30656 \backslash
30657 scalebox{1}[-1]{
30658 \end_layout
30659
30660 \end_inset
30661
30662 Hallo
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 }
30669 \end_layout
30670
30671 \end_inset
30672
30673  an der Grundlinie.
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Zu 
30678 \series bold
30679
30680 \backslash
30681 scalebox{-1}[1]{Boxinhalt}
30682 \series default
30683  gibt es den äquivalenten Befehl
30684 \begin_inset Newline newline
30685 \end_inset
30686
30687
30688 \series bold
30689
30690 \backslash
30691 reflectbox{Boxinhalt}
30692 \series default
30693 .
30694 \end_layout
30695
30696 \begin_layout Standard
30697 \begin_inset VSpace bigskip
30698 \end_inset
30699
30700
30701 \series bold
30702
30703 \backslash
30704 resizebox
30705 \series default
30706  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30707  skalieren.
30708  Das Befehlsschema ist folgendes:
30709 \end_layout
30710
30711 \begin_layout Standard
30712
30713 \series bold
30714
30715 \backslash
30716 resizebox{Breite}{Höhe}{Boxinhalt}
30717 \end_layout
30718
30719 \begin_layout Standard
30720 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30721 \series bold
30722 !
30723 \series default
30724  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30725  wird.
30726 \end_layout
30727
30728 \begin_layout Standard
30729 Der Befehl 
30730 \series bold
30731
30732 \backslash
30733 resizebox{2cm}{1cm}{Hallo}
30734 \series default
30735  ergibt: 
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741
30742 \backslash
30743 resizebox{2cm}{1cm}{
30744 \end_layout
30745
30746 \end_inset
30747
30748 Hallo
30749 \begin_inset ERT
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753
30754 }
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Newline newline
30761 \end_inset
30762
30763 Der Befehl 
30764 \series bold
30765
30766 \backslash
30767 resizebox{2cm}{!}{Hallo}
30768 \series default
30769  ergibt: 
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775
30776 \backslash
30777 resizebox{2cm}{!}{
30778 \end_layout
30779
30780 \end_inset
30781
30782 Hallo
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788 }
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \end_layout
30795
30796 \begin_layout Standard
30797 \begin_inset VSpace bigskip
30798 \end_inset
30799
30800
30801 \begin_inset Note Greyedout
30802 status open
30803
30804 \begin_layout Plain Layout
30805
30806 \series bold
30807 Bemerkung:
30808 \series default
30809  Wurde in Argumenten von 
30810 \series bold
30811
30812 \backslash
30813 scalebox
30814 \series default
30815  oder 
30816 \series bold
30817
30818 \backslash
30819 resizebox
30820 \series default
30821  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30822  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30823  werden.
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset VSpace bigskip
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Alle Boxen können beliebig miteinander kombiniert werden.
30840  So ergibt z.
30841 \begin_inset space \thinspace{}
30842 \end_inset
30843
30844 B.
30845  der Befehl
30846 \begin_inset Newline newline
30847 \end_inset
30848
30849
30850 \series bold
30851
30852 \backslash
30853 rotatebox[origin=c]{-45}{
30854 \backslash
30855 resizebox{2cm}{!}{
30856 \backslash
30857 reflectbox{Hallo}}}
30858 \series default
30859 :
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \align center
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869
30870 \backslash
30871 rotatebox[origin=c]{-45}{
30872 \backslash
30873 resizebox{2cm}{!}{
30874 \backslash
30875 reflectbox{
30876 \end_layout
30877
30878 \end_inset
30879
30880 Hallo
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886 }}}
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \begin_layout Standard
30895 \noindent
30896 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30897 \end_layout
30898
30899 \begin_layout Standard
30900 \align center
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 rotatebox[origin=c]{-30}{
30909 \backslash
30910 resizebox{2cm}{!}{
30911 \backslash
30912 reflectbox{
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \begin_inset Graphics
30919         filename ../clipart/platypus.eps
30920         lyxscale 50
30921         width 25col%
30922
30923 \end_inset
30924
30925
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931 }}}
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 rotatebox[origin=c]{-45}{
30945 \backslash
30946 resizebox{2cm}{!}{
30947 \backslash
30948 reflectbox{
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \begin_inset Tabular
30955 <lyxtabular version="3" rows="2" columns="2">
30956 <features>
30957 <column alignment="center" valignment="top" width="0">
30958 <column alignment="center" valignment="top" width="0">
30959 <row>
30960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30961 \begin_inset Text
30962
30963 \begin_layout Plain Layout
30964 q
30965 \end_layout
30966
30967 \end_inset
30968 </cell>
30969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Plain Layout
30973 w
30974 \end_layout
30975
30976 \end_inset
30977 </cell>
30978 </row>
30979 <row>
30980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984 e
30985 \end_layout
30986
30987 \end_inset
30988 </cell>
30989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30990 \begin_inset Text
30991
30992 \begin_layout Plain Layout
30993 r
30994 \end_layout
30995
30996 \end_inset
30997 </cell>
30998 </row>
30999 </lyxtabular>
31000
31001 \end_inset
31002
31003
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009 }}}
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 rotatebox[origin=c]{-45}{
31023 \backslash
31024 resizebox{2cm}{!}{
31025 \backslash
31026 reflectbox{
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31033 \end_inset
31034
31035
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 }}}
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Hat man den globalen Formelstil 
31051 \series bold
31052 fleqn
31053 \series default
31054
31055 \begin_inset Foot
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 Wenn 
31060 \begin_inset Quotes gld
31061 \end_inset
31062
31063 fleqn
31064 \begin_inset Quotes grd
31065 \end_inset
31066
31067  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31068 \end_layout
31069
31070 \end_inset
31071
31072  gewählt, kann man auch abgesetzte Formeln skalieren.
31073 \end_layout
31074
31075 \begin_layout Chapter
31076 Externe Dateien
31077 \begin_inset Index
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 Dateien ! externe
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Standard
31090 Mit 
31091 \family sans
31092 Einfügen\SpecialChar \menuseparator
31093 Datei
31094 \family default
31095  können Sie fremdes Material in Ihr Dokument einsetzen.
31096  Das kann folgendes sein:
31097 \end_layout
31098
31099 \begin_layout Description
31100 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31101  eingefügt.
31102 \end_layout
31103
31104 \begin_layout Description
31105 Einfacher
31106 \begin_inset space ~
31107 \end_inset
31108
31109 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31110  eingefügt.
31111 \end_layout
31112
31113 \begin_layout Description
31114 Einfacher
31115 \begin_inset space ~
31116 \end_inset
31117
31118 Text,
31119 \begin_inset space ~
31120 \end_inset
31121
31122 Zeilen
31123 \begin_inset space ~
31124 \end_inset
31125
31126 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31127  Leerzeilen trennen die Absätze.
31128 \end_layout
31129
31130 \begin_layout Description
31131 Externes
31132 \begin_inset space ~
31133 \end_inset
31134
31135 Material Dateien in verschiedenen Formaten.
31136 \end_layout
31137
31138 \begin_layout Description
31139 Unterdokument LyX- oder LaTeX-Dokumente.
31140 \end_layout
31141
31142 \begin_layout Section
31143 Externes Material
31144 \begin_inset Index
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148 Externes Material
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Standard
31157 Mit 
31158 \family sans
31159 Einfügen\SpecialChar \menuseparator
31160 Datei\SpecialChar \menuseparator
31161  Externes Material
31162 \family default
31163  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31164  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31165  weil LyX sich darum kümmert.
31166  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31167  eingefügt werden können.
31168 \end_layout
31169
31170 \begin_layout Standard
31171 Zur Zeit können Sie folgende Dateitypen (
31172 \family sans
31173 Vorlagen
31174 \family default
31175 ) benutzen:
31176 \end_layout
31177
31178 \begin_layout Description
31179 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31180 \series bold
31181
31182 \begin_inset CommandInset href
31183 LatexCommand href
31184 name "XBoard"
31185 target "http://en.wikipedia.org/wiki/XBoard"
31186
31187 \end_inset
31188
31189
31190 \series default
31191  erzeugt wurden.
31192 \end_layout
31193
31194 \begin_layout Description
31195 Datum fügt ein Datum mit dem Format 
31196 \emph on
31197 Tag-Monat-Jahr
31198 \emph default
31199  ein.
31200  Hier ist ein Beispiel: 
31201 \begin_inset External
31202         template Date
31203         filename .
31204
31205 \end_inset
31206
31207
31208 \lang english
31209
31210 \begin_inset space ~
31211 \end_inset
31212
31213
31214 \begin_inset Note Note
31215 status open
31216
31217 \begin_layout Plain Layout
31218
31219 \lang english
31220 Remove the protected space when bug 4398 is fixed!
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \lang ngerman
31227
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31232  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31233  Menü 
31234 \family sans
31235 Einfügen\SpecialChar \menuseparator
31236 Datum
31237 \family default
31238  und mit dem LaTeX-Befehl 
31239 \series bold
31240
31241 \backslash
31242 today
31243 \series default
31244 .
31245  Die verschiedenen Methoden werden in Tabelle
31246 \begin_inset space ~
31247 \end_inset
31248
31249
31250 \begin_inset CommandInset ref
31251 LatexCommand ref
31252 reference "tab:Vergleich-der-Datums-Eingaben"
31253
31254 \end_inset
31255
31256  verglichen.
31257 \end_layout
31258
31259 \begin_layout Description
31260 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31261 \series bold
31262
31263 \begin_inset CommandInset href
31264 LatexCommand href
31265 name "LilyPond"
31266 target "http://en.wikipedia.org/wiki/LilyPond"
31267
31268 \end_inset
31269
31270
31271 \series default
31272  schreiben.
31273 \end_layout
31274
31275 \begin_layout Description
31276 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31277  Fast alle bekannten Bildformate werden unterstützt.
31278  Die Bilddateien können im Dialogfenster 
31279 \family sans
31280 Externes
31281 \begin_inset space ~
31282 \end_inset
31283
31284 Material
31285 \family default
31286  genauso behandelt werden wie die mit dem normalen 
31287 \family sans
31288 Grafik
31289 \family default
31290 -Dialog eingefügten, siehe Abschnitt
31291 \begin_inset space ~
31292 \end_inset
31293
31294
31295 \begin_inset CommandInset ref
31296 LatexCommand ref
31297 reference "abs:Grafik-Dialog"
31298
31299 \end_inset
31300
31301 .
31302  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31303  und EPS-Bilder werden nicht unterstützt.
31304 \end_layout
31305
31306 \begin_layout Description
31307 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31308 \series bold
31309
31310 \begin_inset CommandInset href
31311 LatexCommand href
31312 name "Xfig"
31313 target "http://en.wikipedia.org/wiki/Xfig"
31314
31315 \end_inset
31316
31317
31318 \series default
31319  erzeugt wurden.
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset Float table
31324 placement h
31325 wide false
31326 sideways false
31327 status open
31328
31329 \begin_layout Plain Layout
31330 \begin_inset Caption
31331
31332 \begin_layout Plain Layout
31333 \begin_inset CommandInset label
31334 LatexCommand label
31335 name "tab:Vergleich-der-Datums-Eingaben"
31336
31337 \end_inset
31338
31339 Vergleich der Datums-Eingaben
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Plain Layout
31348 \align center
31349 \begin_inset Tabular
31350 <lyxtabular version="3" rows="4" columns="4">
31351 <features>
31352 <column alignment="center" valignment="top" width="0">
31353 <column alignment="center" valignment="top" width="0">
31354 <column alignment="center" valignment="top" width="0">
31355 <column alignment="center" valignment="top" width="0">
31356 <row>
31357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31358 \begin_inset Text
31359
31360 \begin_layout Plain Layout
31361 Dokumentformat
31362 \end_layout
31363
31364 \end_inset
31365 </cell>
31366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31367 \begin_inset Text
31368
31369 \begin_layout Plain Layout
31370
31371 \family sans
31372 Externes Material\SpecialChar \menuseparator
31373 Datum
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31379 \begin_inset Text
31380
31381 \begin_layout Plain Layout
31382
31383 \family sans
31384 Einfügen\SpecialChar \menuseparator
31385 Datum
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31391 \begin_inset Text
31392
31393 \begin_layout Plain Layout
31394 Befehl 
31395 \series bold
31396
31397 \backslash
31398 today
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 </row>
31404 <row>
31405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409 LyX
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 als Box
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 als Datum
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 als TeX-Code
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 </row>
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 LaTeX
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 als Datum
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 als Datum
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 als Befehl
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 </row>
31480 <row>
31481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 DVI, PDF, PS
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31491 \begin_inset Text
31492
31493 \begin_layout Plain Layout
31494 als Datum
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503 als Datum
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 als Datum
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 </row>
31518 </lyxtabular>
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 Wenn Sie im Dialogfenster
31532 \family sans
31533  Externes
31534 \begin_inset space ~
31535 \end_inset
31536
31537 Material 
31538 \family default
31539 in der Karteikarte
31540 \family sans
31541  Datei
31542 \family default
31543  die Option 
31544 \family sans
31545 Entwurf
31546 \family default
31547  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31548 \end_layout
31549
31550 \begin_layout Standard
31551 LyX kann externes Material entweder als Box wie hier: 
31552 \begin_inset Graphics
31553         filename clipart/ExternesMaterialQt4.png
31554         lyxscale 80
31555         scale 60
31556         scaleBeforeRotation
31557
31558 \end_inset
31559
31560  oder als Bild darstellen.
31561  Das hängt davon ab, ob Sie im Dialogfenster
31562 \family sans
31563  Externes
31564 \begin_inset space ~
31565 \end_inset
31566
31567 Material 
31568 \family default
31569 in der Karteikarte 
31570 \family sans
31571 LyX-Ansicht
31572 \family default
31573  die Option 
31574 \family sans
31575 in
31576 \begin_inset space ~
31577 \end_inset
31578
31579 LyX
31580 \begin_inset space ~
31581 \end_inset
31582
31583 anzeigen
31584 \family default
31585  gewählt haben oder nicht.
31586 \end_layout
31587
31588 \begin_layout Standard
31589 Im LyX-Handbuch 
31590 \family sans
31591 \emph on
31592 Anpassung
31593 \family default
31594 \emph default
31595  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31596 \end_layout
31597
31598 \begin_layout Section
31599 Unterdokumente
31600 \begin_inset CommandInset label
31601 LatexCommand label
31602 name "abs:Unterdokumente"
31603
31604 \end_inset
31605
31606
31607 \begin_inset Index
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Unterdokument
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31621  oder Abschnitten bestehen.
31622  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31623  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31624 \end_layout
31625
31626 \begin_layout Standard
31627 Unterdokumente werden in LyX als Box angezeigt: 
31628 \begin_inset Graphics
31629         filename clipart/UnterdokumentQt4.png
31630         lyxscale 80
31631         scale 60
31632         scaleBeforeRotation
31633
31634 \end_inset
31635
31636 .
31637  Sie werden über
31638 \family sans
31639  Einfügen\SpecialChar \menuseparator
31640 Datei\SpecialChar \menuseparator
31641 Unterdokument
31642 \family default
31643  eingebunden, was das Dialogfenster
31644 \family sans
31645  Unterdokument
31646 \family default
31647  öffnet.
31648  Für 
31649 \family sans
31650 die Art
31651 \begin_inset space ~
31652 \end_inset
31653
31654 der
31655 \begin_inset space ~
31656 \end_inset
31657
31658 Einbindung
31659 \family default
31660  gibt es dort vier Möglichkeiten:
31661 \end_layout
31662
31663 \begin_layout Description
31664 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31665  Wenn Sie im Dialogfenster
31666 \family sans
31667  Unterdokument
31668 \family default
31669  auf 
31670 \family sans
31671 Öffnen
31672 \family default
31673  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31674  und Sie können es editieren.
31675 \begin_inset Newline newline
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Hier wird ein Unterdokument
31683 \family sans
31684  
31685 \family default
31686 per 
31687 \family sans
31688 Include
31689 \family default
31690  eingebunden: 
31691 \begin_inset CommandInset include
31692 LatexCommand include
31693 filename "DummyDocument1.lyx"
31694
31695 \end_inset
31696
31697 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31698  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31699  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31700 s.
31701  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31702 \begin_inset space ~
31703 \end_inset
31704
31705
31706 \begin_inset CommandInset ref
31707 LatexCommand ref
31708 reference "uab:Externer-Unterabschnitt-1"
31709
31710 \end_inset
31711
31712 .
31713 \end_layout
31714
31715 \begin_layout Standard
31716 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31717  wird benutzt.
31718  Unterdokumente, die per 
31719 \family sans
31720 Include
31721 \family default
31722  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31723  und enden mit einem Seitenumbruch.
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Mit dem LaTeX-Befehl 
31728 \series bold
31729
31730 \backslash
31731 includeonly 
31732 \series default
31733 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31734  erstellt werden soll.
31735  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31736  sehen wollen, und es geht schneller.
31737  
31738 \series bold
31739
31740 \backslash
31741 includeonly
31742 \series default
31743  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31744  Im folgenden Beispiel
31745 \end_layout
31746
31747 \begin_layout Standard
31748
31749 \series bold
31750
31751 \backslash
31752 includeonly{Kapitel1,Kapitel5}
31753 \end_layout
31754
31755 \begin_layout Standard
31756 werden nur die Dateien 
31757 \begin_inset Quotes gld
31758 \end_inset
31759
31760 Kapitel1.lyx
31761 \begin_inset Quotes grd
31762 \end_inset
31763
31764  (oder 
31765 \begin_inset Quotes gld
31766 \end_inset
31767
31768 Kapitel1.tex
31769 \begin_inset Quotes grd
31770 \end_inset
31771
31772 ) und 
31773 \begin_inset Quotes gld
31774 \end_inset
31775
31776 Kapitel5.lyx
31777 \begin_inset Quotes grd
31778 \end_inset
31779
31780
31781 \series bold
31782  
31783 \series default
31784 eingebunden.
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset Note Greyedout
31789 status open
31790
31791 \begin_layout Plain Layout
31792
31793 \series bold
31794 Bemerkung:
31795 \series default
31796  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31797  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31798  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31799  Ergebnissen führen wird.
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Description
31808 Input Diese Methode ist 
31809 \family sans
31810 Include
31811 \family default
31812  sehr ähnlich mit folgenden Unterschieden:
31813 \end_layout
31814
31815 \begin_deeper
31816 \begin_layout Itemize
31817 Unterdokumente, die per 
31818 \family sans
31819 Input
31820 \family default
31821  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31822  Seite und enden NICHT mit einem Seitenumbruch.
31823 \end_layout
31824
31825 \begin_layout Itemize
31826 Unterdokumente, die per 
31827 \family sans
31828 Input
31829 \family default
31830  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31831 \family sans
31832  Unterdokument Vorschau
31833 \begin_inset space ~
31834 \end_inset
31835
31836 anzeigen
31837 \family default
31838  angekreuzt wurde und in den LyX-
31839 \family sans
31840 Einstellungen\SpecialChar \menuseparator
31841 Aussehen
31842 \begin_inset space ~
31843 \end_inset
31844
31845 &
31846 \begin_inset space ~
31847 \end_inset
31848
31849 Handhabung\SpecialChar \menuseparator
31850 Grafik Sofortige
31851 \begin_inset space ~
31852 \end_inset
31853
31854 Vorschau
31855 \family default
31856  auf 
31857 \family sans
31858 An
31859 \family default
31860  gesetzt wurde.
31861  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31862  aus.
31863 \end_layout
31864
31865 \begin_layout Itemize
31866 Der LaTeX-Befehl 
31867 \series bold
31868
31869 \backslash
31870 includeonly
31871 \series default
31872  kann nicht benutzt werden.
31873 \end_layout
31874
31875 \end_deeper
31876 \begin_layout Standard
31877 Hier ist ein Unterdokument, das mit
31878 \family sans
31879  Input
31880 \family default
31881  eingebunden wurde: 
31882 \begin_inset CommandInset include
31883 LatexCommand input
31884 filename "DummyDocument2.lyx"
31885
31886 \end_inset
31887
31888 .
31889 \end_layout
31890
31891 \begin_layout Description
31892 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31893   In der Druckvorschau wird für den Text der Stil 
31894 \family typewriter
31895 Schreibmaschine
31896 \family default
31897  verwendet.
31898  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31899  Wenn Sie im Dialogfenster
31900 \family sans
31901  Unterdokument Leerzeichen
31902 \begin_inset space ~
31903 \end_inset
31904
31905 bei
31906 \begin_inset space ~
31907 \end_inset
31908
31909 der
31910 \begin_inset space ~
31911 \end_inset
31912
31913 Ausgabe
31914 \begin_inset space ~
31915 \end_inset
31916
31917 kennzeichnen 
31918 \family default
31919 ankreuzen, wird in der Druckvorschau das Zeichen 
31920 \begin_inset Quotes gld
31921 \end_inset
31922
31923
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929
31930 \backslash
31931 textvisiblespace 
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \begin_inset Quotes grd
31938 \end_inset
31939
31940  für jedes Leerzeichen eingefügt.
31941 \begin_inset Newline newline
31942 \end_inset
31943
31944 Im Gegensatz zu 
31945 \family sans
31946 Einfügen\SpecialChar \menuseparator
31947 Datei\SpecialChar \menuseparator
31948 Einfacher
31949 \begin_inset space ~
31950 \end_inset
31951
31952 Text
31953 \family default
31954  wird bei 
31955 \family sans
31956 Unformatiert
31957 \family default
31958  der Dateiinhalt in LyX nicht dargestellt.
31959 \end_layout
31960
31961 \begin_layout Standard
31962 Hier ist ein Unterdokument, das mit
31963 \family sans
31964  Unformatiert
31965 \family default
31966  eingebunden wurde: 
31967 \begin_inset CommandInset include
31968 LatexCommand verbatiminput
31969 filename "DummyTextDocument.txt"
31970
31971 \end_inset
31972
31973
31974 \begin_inset VSpace bigskip
31975 \end_inset
31976
31977 Hier ist ein Unterdokument, das mit
31978 \family sans
31979  Unformatiert
31980 \family default
31981  eingebunden wurde und
31982 \family sans
31983  Leerzeichen
31984 \begin_inset space ~
31985 \end_inset
31986
31987 bei
31988 \begin_inset space ~
31989 \end_inset
31990
31991 der
31992 \begin_inset space ~
31993 \end_inset
31994
31995 Ausgabe
31996 \begin_inset space ~
31997 \end_inset
31998
31999 kennzeichnen
32000 \family default
32001  angekreuzt hat: 
32002 \begin_inset CommandInset include
32003 LatexCommand verbatiminput*
32004 filename "DummyTextDocument.txt"
32005
32006 \end_inset
32007
32008
32009 \end_layout
32010
32011 \begin_layout Standard
32012 \begin_inset VSpace bigskip
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset Note Greyedout
32020 status open
32021
32022 \begin_layout Plain Layout
32023
32024 \series bold
32025 Bemerkung:
32026 \series default
32027  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32028  
32029 \family sans
32030 Unformatiert
32031 \family default
32032  eingebunden werden, am Zeilenende nicht umgebrochen.
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Description
32041 Listing Dieser Typ wird in Kapitel
32042 \begin_inset space ~
32043 \end_inset
32044
32045
32046 \begin_inset CommandInset ref
32047 LatexCommand ref
32048 reference "kap:Programm-Code-Listen"
32049
32050 \end_inset
32051
32052  beschrieben.
32053 \end_layout
32054
32055 \begin_layout Standard
32056 \begin_inset Note Greyedout
32057 status open
32058
32059 \begin_layout Plain Layout
32060
32061 \series bold
32062 Bemerkung:
32063 \series default
32064  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32065  das zu LaTeX-Problemen führen.
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Chapter
32074 Programm-Code-Listen
32075 \begin_inset CommandInset label
32076 LatexCommand label
32077 name "kap:Programm-Code-Listen"
32078
32079 \end_inset
32080
32081
32082 \begin_inset Index
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086 Listen
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \begin_inset Index
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096 Programm-Code
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Standard
32105 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32106 \family sans
32107 Einfügen\SpecialChar \menuseparator
32108 Pro\SpecialChar \-
32109 gramm\SpecialChar \-
32110 listing
32111 \family default
32112  verwenden.
32113  Das LaTeX-Paket 
32114 \series bold
32115 listings
32116 \series default
32117
32118 \begin_inset Index
32119 status collapsed
32120
32121 \begin_layout Plain Layout
32122 LaTeX-Pakete ! listings
32123 \end_layout
32124
32125 \end_inset
32126
32127  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Ein Rechtsklick auf das 
32132 \family sans
32133 Listing
32134 \family default
32135 -Kästchen öffnet das Dialogfenster 
32136 \family sans
32137 Programm\SpecialChar \-
32138 listing-Einstellungen
32139 \family default
32140 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32145  Die 
32146 \family sans
32147 Platzierung
32148 \family default
32149 -Option 
32150 \family sans
32151 Eingebettetes
32152 \begin_inset space ~
32153 \end_inset
32154
32155 Listing
32156 \family default
32157  druckt das Listing in der Zeile wie hier: 
32158 \begin_inset listings
32159 lstparams "language={C++}"
32160 inline true
32161 status open
32162
32163 \begin_layout Plain Layout
32164
32165 int a=5;
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset Newline newline
32172 \end_inset
32173
32174 Die Option 
32175 \family sans
32176 Gleitobjekt
32177 \family default
32178  erzeugt ein Listing-Gleitobjekt, dessen 
32179 \family sans
32180 Platzierung 
32181 \family default
32182 Sie mit 
32183 \family sans
32184 h
32185 \family default
32186
32187 \family sans
32188 t
32189 \family default
32190
32191 \family sans
32192 b
32193 \family default
32194  und 
32195 \family sans
32196 p
32197 \family default
32198 , analog zu den in Abschnitt
32199 \begin_inset space ~
32200 \end_inset
32201
32202
32203 \begin_inset CommandInset ref
32204 LatexCommand ref
32205 reference "abs:Gleitobjekt-Platzierung"
32206
32207 \end_inset
32208
32209  beschriebenen Platzierungsoptionen festlegen können.
32210  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32211  hintereinander angegeben, z.
32212 \begin_inset space \thinspace{}
32213 \end_inset
32214
32215 B.
32216  
32217 \begin_inset Quotes gld
32218 \end_inset
32219
32220
32221 \family sans
32222 htbp
32223 \family default
32224
32225 \begin_inset Quotes grd
32226 \end_inset
32227
32228 .
32229  Die Option 
32230 \begin_inset Quotes gld
32231 \end_inset
32232
32233 h
32234 \begin_inset Quotes grd
32235 \end_inset
32236
32237  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32238  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32243  zu verweisen: Listing
32244 \begin_inset space ~
32245 \end_inset
32246
32247
32248 \begin_inset CommandInset ref
32249 LatexCommand ref
32250 reference "lst:Gleitendes-Programm-Listing"
32251
32252 \end_inset
32253
32254 .
32255 \end_layout
32256
32257 \begin_layout Standard
32258 \begin_inset listings
32259 lstparams "language=Python"
32260 inline false
32261 status open
32262
32263 \begin_layout Plain Layout
32264
32265 \begin_inset Caption
32266
32267 \begin_layout Plain Layout
32268 \begin_inset CommandInset label
32269 LatexCommand label
32270 name "lst:Gleitendes-Programm-Listing"
32271
32272 \end_inset
32273
32274 Gleitendes Programm-Listing
32275 \end_layout
32276
32277 \end_inset
32278
32279 # Gleitendes Programm-Listing
32280 \end_layout
32281
32282 \begin_layout Plain Layout
32283
32284 def func(param):
32285 \end_layout
32286
32287 \begin_layout Plain Layout
32288
32289     'Dies ist eine Python-Funktion'
32290 \end_layout
32291
32292 \begin_layout Plain Layout
32293
32294     pass
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32304  der Sprache erkannt und besonders gedruckt, wie 
32305 \emph on
32306 #
32307 \emph default
32308
32309 \emph on
32310 def
32311 \emph default
32312  und 
32313 \emph on
32314 pass
32315 \emph default
32316  in Listing
32317 \begin_inset space ~
32318 \end_inset
32319
32320
32321 \begin_inset CommandInset ref
32322 LatexCommand ref
32323 reference "lst:Gleitendes-Programm-Listing"
32324
32325 \end_inset
32326
32327 .
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset Note Greyedout
32332 status open
32333
32334 \begin_layout Plain Layout
32335
32336 \series bold
32337 Bemerkung:
32338 \series default
32339  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32340 \family typewriter
32341 Schreib\SpecialChar \-
32342 maschine
32343 \family default
32344  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32345 h keine fett gedruckten Buchstaben.
32346  Wählen Sie in diesem Fall eine andere Schrift für 
32347 \family typewriter
32348 Schreibmaschine
32349 \family default
32350  im Menü 
32351 \family sans
32352 Dokument\SpecialChar \menuseparator
32353 Einstellungen\SpecialChar \menuseparator
32354 Schriften
32355 \family default
32356 .
32357  (Die Schriften 
32358 \emph on
32359 LuxiMono, BeraMono
32360 \emph default
32361  und 
32362 \emph on
32363 Courier
32364 \emph default
32365  enthalten fett gedruckte Buchstaben.)
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \begin_layout Standard
32374 Im Abschnitt 
32375 \family sans
32376 Zeilennummerierung
32377 \family default
32378  des 
32379 \family sans
32380 Programmlisting-Einstellungen
32381 \family default
32382 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32383  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32384  werden soll und die 
32385 \family sans
32386 Schriftgröße
32387 \family default
32388  der Nummerierung.
32389 \end_layout
32390
32391 \begin_layout Standard
32392 Im Abschnitt 
32393 \family sans
32394 Bereich
32395 \family default
32396  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32397  Im Abschnitt 
32398 \family sans
32399 Stil
32400 \family default
32401  legen Sie fest, wie die Liste ausgedruckt werden soll.
32402  Die Option 
32403 \family sans
32404 Erweiterte
32405 \begin_inset space ~
32406 \end_inset
32407
32408 Zeichentabelle
32409 \family default
32410  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32415  Sprache 
32416 \begin_inset Quotes gld
32417 \end_inset
32418
32419 Python
32420 \begin_inset Quotes grd
32421 \end_inset
32422
32423 , den Optionen 
32424 \family sans
32425 Erweiterte
32426 \begin_inset space ~
32427 \end_inset
32428
32429 Zeichentabelle
32430 \family default
32431  und 
32432 \family sans
32433 Leerzeichen
32434 \begin_inset space ~
32435 \end_inset
32436
32437 als
32438 \begin_inset space ~
32439 \end_inset
32440
32441 Symbol
32442 \family default
32443  und Bereich 3
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 -
32448 \begin_inset space \thinspace{}
32449 \end_inset
32450
32451 8:
32452 \end_layout
32453
32454 \begin_layout Standard
32455 \begin_inset listings
32456 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32457 inline false
32458 status open
32459
32460 \begin_layout Plain Layout
32461
32462 def func(param):
32463 \end_layout
32464
32465 \begin_layout Plain Layout
32466
32467     'Dies ist eine Python-Funktion'
32468 \end_layout
32469
32470 \begin_layout Plain Layout
32471
32472     pass
32473 \end_layout
32474
32475 \begin_layout Plain Layout
32476
32477 def func(param):
32478 \end_layout
32479
32480 \begin_layout Plain Layout
32481
32482 'Sonderzeichen: Tschüß'
32483 \end_layout
32484
32485 \begin_layout Plain Layout
32486
32487 pass
32488 \end_layout
32489
32490 \begin_layout Plain Layout
32491
32492 def func(param):
32493 \end_layout
32494
32495 \begin_layout Plain Layout
32496
32497 'Dies ist eine Python-Funktion'
32498 \end_layout
32499
32500 \begin_layout Plain Layout
32501
32502 pass
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Standard
32511 \noindent
32512 \begin_inset Note Greyedout
32513 status open
32514
32515 \begin_layout Plain Layout
32516
32517 \series bold
32518 Bemerkung:
32519 \series default
32520  Wegen eines Fehlers im 
32521 \series bold
32522 listings
32523 \series default
32524 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32525  verschoben.
32526  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32527  Liste nummeriert werden.
32528 \end_layout
32529
32530 \end_inset
32531
32532
32533 \end_layout
32534
32535 \begin_layout Standard
32536 \begin_inset VSpace bigskip
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 \noindent
32544 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32545  Das machen Sie mit
32546 \family sans
32547  Einfügen\SpecialChar \menuseparator
32548 Datei\SpecialChar \menuseparator
32549 Unterdokument
32550 \family default
32551  und der 
32552 \family sans
32553 Art
32554 \begin_inset space ~
32555 \end_inset
32556
32557 der
32558 \begin_inset space ~
32559 \end_inset
32560
32561 Einbindung
32562 \family default
32563  
32564 \family sans
32565 Listing
32566 \family default
32567 .
32568 \begin_inset Foot
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32573 \begin_inset space ~
32574 \end_inset
32575
32576
32577 \begin_inset CommandInset ref
32578 LatexCommand ref
32579 reference "abs:Unterdokumente"
32580
32581 \end_inset
32582
32583  beschrieben.
32584 \end_layout
32585
32586 \end_inset
32587
32588  Im Dialogfenster
32589 \family sans
32590  Unterdokument
32591 \family default
32592  können Sie die Listing-Parameter unter 
32593 \family sans
32594 Weitere
32595 \begin_inset space ~
32596 \end_inset
32597
32598 Parameter
32599 \family default
32600  eingeben.
32601  Wenn Sie dort ein Fragezeichen 
32602 \begin_inset Quotes gld
32603 \end_inset
32604
32605 ?
32606 \begin_inset Quotes grd
32607 \end_inset
32608
32609  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32610 det.
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32615  Text ins Feld 
32616 \family sans
32617 Marke
32618 \family default
32619 , auf die dann wie üblich verwiesen werden kann.
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Listing
32624 \begin_inset space ~
32625 \end_inset
32626
32627
32628 \begin_inset CommandInset ref
32629 LatexCommand ref
32630 reference "lst:Datei-Listing"
32631
32632 \end_inset
32633
32634  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32635 \begin_inset space \thinspace{}
32636 \end_inset
32637
32638 -
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 15 gedruckt werden.
32643 \end_layout
32644
32645 \begin_layout Standard
32646 \begin_inset CommandInset include
32647 LatexCommand lstinputlisting
32648 filename "EmbeddedObjects.lyx"
32649 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset VSpace bigskip
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 \noindent
32665 Dokumentweite Listing-Eigenschaften können in
32666 \family sans
32667  Dokument\SpecialChar \menuseparator
32668 Einstellungen\SpecialChar \menuseparator
32669 Text\SpecialChar \-
32670 for\SpecialChar \-
32671 mat\SpecialChar \menuseparator
32672 Listing-Einstellungen
32673 \family default
32674  festgelegt werden.
32675  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32676 \begin_inset Quotes gld
32677 \end_inset
32678
32679 ?
32680 \begin_inset Quotes grd
32681 \end_inset
32682
32683  links davon eine Liste aller möglichen Parameter.
32684 \end_layout
32685
32686 \begin_layout Standard
32687 Weitere Informationen über das 
32688 \series bold
32689 listings
32690 \series default
32691 -Paket finden Sie in 
32692 \begin_inset CommandInset citation
32693 LatexCommand cite
32694 key "listings"
32695
32696 \end_inset
32697
32698 .
32699 \begin_inset Newpage newpage
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Chapter
32706 \start_of_appendix
32707 In LyX verfügbare Maßeinheiten
32708 \begin_inset CommandInset label
32709 LatexCommand label
32710 name "kap:In-LyX-verfügbare"
32711
32712 \end_inset
32713
32714
32715 \begin_inset Index
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719 Einheiten
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32729  Tabelle
32730 \begin_inset space ~
32731 \end_inset
32732
32733
32734 \begin_inset CommandInset ref
32735 LatexCommand ref
32736 reference "tab:Maßeinheiten"
32737
32738 \end_inset
32739
32740  alle in LyX verfügbaren Maßeinheiten.
32741 \end_layout
32742
32743 \begin_layout Standard
32744 \begin_inset Float table
32745 placement h
32746 wide false
32747 sideways false
32748 status open
32749
32750 \begin_layout Plain Layout
32751 \begin_inset Caption
32752
32753 \begin_layout Plain Layout
32754 \begin_inset CommandInset label
32755 LatexCommand label
32756 name "tab:Maßeinheiten"
32757
32758 \end_inset
32759
32760 Maßeinheiten
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Plain Layout
32769 \begin_inset VSpace medskip
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \begin_layout Plain Layout
32776 \align center
32777 \begin_inset Tabular
32778 <lyxtabular version="3" rows="20" columns="2">
32779 <features>
32780 <column alignment="center" valignment="top" width="0">
32781 <column alignment="center" valignment="top" width="0">
32782 <row>
32783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32784 \begin_inset Text
32785
32786 \begin_layout Plain Layout
32787
32788 \series bold
32789 Maßeinheit
32790 \end_layout
32791
32792 \end_inset
32793 </cell>
32794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798
32799 \series bold
32800 Name/Beschreibung
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 </row>
32806 <row>
32807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811 mm
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32817 \begin_inset Text
32818
32819 \begin_layout Plain Layout
32820 Millimeter
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 </row>
32826 <row>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 cm
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840 Zentimeter
32841 \end_layout
32842
32843 \end_inset
32844 </cell>
32845 </row>
32846 <row>
32847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 in
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 Zoll (1
32861 \begin_inset space \thinspace{}
32862 \end_inset
32863
32864 in = 2.54
32865 \begin_inset space \thinspace{}
32866 \end_inset
32867
32868 cm
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 pt
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888 Punkt (72.27
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 pt = 1
32893 \begin_inset space \thinspace{}
32894 \end_inset
32895
32896 in)
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 </row>
32902 <row>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 pc
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 Pica (1
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 pc = 12
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 pt)
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 </row>
32930 <row>
32931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 sp
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 skalierter Punkt (65536
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 sp = 1
32949 \begin_inset space \thinspace{}
32950 \end_inset
32951
32952 pt)
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 </row>
32958 <row>
32959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 bp
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972 großer Punkt (72
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976 bp = 1
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 in)
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 dd
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000 Didot (1
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 dd 
33005 \begin_inset Formula $\approx$
33006 \end_inset
33007
33008  0,376
33009 \begin_inset space \thinspace{}
33010 \end_inset
33011
33012 mm)
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 </row>
33018 <row>
33019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 cc
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 Cicero (1
33033 \begin_inset space \thinspace{}
33034 \end_inset
33035
33036 cc = 12
33037 \begin_inset space \thinspace{}
33038 \end_inset
33039
33040 dd)
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 </row>
33046 <row>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 Skalierung%
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060 % der originalen Bildbreite
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 </row>
33066 <row>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 Textbreite %
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33077 \begin_inset Text
33078
33079 \begin_layout Plain Layout
33080 % der Textbreite
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 </row>
33086 <row>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 Spaltenbreite %
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100 % der Spaltenbreite
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 </row>
33106 <row>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 Seitenbreite %
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 % der Seitenbreite
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 Zeilenbreite %
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 % der Zeilenbreite
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 </row>
33146 <row>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 Texthöhe %
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 % der Texthöhe
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 </row>
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 Seitenhöhe %
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 % der Seitenhöhe
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 ex
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 Die Höhe des Buchstabens 
33201 \emph on
33202 x
33203 \emph default
33204  im aktiven Zeichensatz
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 </row>
33210 <row>
33211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33212 \begin_inset Text
33213
33214 \begin_layout Plain Layout
33215 em
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 Die Breite des Buchstabens 
33225 \emph on
33226 M
33227 \emph default
33228  im aktiven Zeichensatz
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 mu
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 mathematische  Maßeinheit
33249 \series bold
33250  
33251 \series default
33252 (1
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 mu = 1/18
33257 \begin_inset space \thinspace{}
33258 \end_inset
33259
33260 em)
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 </lyxtabular>
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Chapter
33279 Ausgabedatei-Formate mit Grafiken
33280 \begin_inset CommandInset label
33281 LatexCommand label
33282 name "kap:Ausgabedatei-Formate"
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Section
33290 DVI
33291 \begin_inset Index
33292 status collapsed
33293
33294 \begin_layout Plain Layout
33295 Dateiformat! DVI
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset Index
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 DVI
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Dieser Dateityp hat die Erweiterung 
33315 \begin_inset Quotes gld
33316 \end_inset
33317
33318
33319 \family typewriter
33320 .dvi
33321 \family default
33322
33323 \begin_inset Quotes grd
33324 \end_inset
33325
33326  und wird 
33327 \begin_inset Quotes gld
33328 \end_inset
33329
33330 device independent
33331 \begin_inset Quotes grd
33332 \end_inset
33333
33334  genannt, weil er vollkommen portierbar ist.
33335  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33336  dvi-Betrachter installiert hat.
33337  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33338 ate wie PostScript benutzt.
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset Note Greyedout
33343 status open
33344
33345 \begin_layout Plain Layout
33346
33347 \series bold
33348 Bemerkung:
33349 \series default
33350  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33360  auf einen anderen Computer kopieren.
33361  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33362  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33363  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33364 \family typewriter
33365  
33366 \family default
33367 blättern.
33368
33369 \family typewriter
33370  
33371 \family default
33372 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33373  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33374  
33375 \end_layout
33376
33377 \begin_layout Standard
33378 Sie können Ihr Dokument als DVI über das Menü 
33379 \family sans
33380 Datei\SpecialChar \menuseparator
33381 Exportieren\SpecialChar \menuseparator
33382 DVI
33383 \family default
33384  exportieren.
33385  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33386 \family sans
33387 Ansicht
33388 \family default
33389  oder den Werkzeugleistenknopf 
33390 \begin_inset Graphics
33391         filename ../../images/buffer-view_dvi.png
33392         scale 70
33393         scaleBeforeRotation
33394         BoundingBox 0bp 0bp 20bp 20bp
33395
33396 \end_inset
33397
33398  anschauen.
33399 \end_layout
33400
33401 \begin_layout Section
33402 PostScript
33403 \begin_inset CommandInset label
33404 LatexCommand label
33405 name "abs:PostScript"
33406
33407 \end_inset
33408
33409
33410 \begin_inset Index
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414 Dateiformat  ! PostScript
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \begin_inset Index
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 PostScript
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 Dieser Dateityp hat die Erweiterung 
33434 \begin_inset Quotes gld
33435 \end_inset
33436
33437
33438 \family typewriter
33439 .ps
33440 \family default
33441
33442 \begin_inset Quotes grd
33443 \end_inset
33444
33445 .
33446  PostScript wurde von der Firma
33447 \family typewriter
33448  Adobe
33449 \family default
33450  als Druckersprache entwickelt.
33451  Die Datei enthält deshalb Druckbefehle.
33452  PostScript kann als 
33453 \begin_inset Quotes gld
33454 \end_inset
33455
33456 Programmiersprache
33457 \begin_inset Quotes grd
33458 \end_inset
33459
33460  angesehen werden.
33461  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33462 \begin_inset Foot
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33467  von
33468 \series bold
33469  PSTricks
33470 \series default
33471  
33472 \begin_inset CommandInset citation
33473 LatexCommand cite
33474 key "pstricks"
33475
33476 \end_inset
33477
33478  oder 
33479 \begin_inset CommandInset citation
33480 LatexCommand cite
33481 key "latex-praxisbuch"
33482
33483 \end_inset
33484
33485  ansehen.
33486 \end_layout
33487
33488 \end_inset
33489
33490 .
33491  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33492 \end_layout
33493
33494 \begin_layout Standard
33495 PostScript kann nur Bilder im Format EPS
33496 \begin_inset Index
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 EPS
33501 \end_layout
33502
33503 \end_inset
33504
33505  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33506 wei\SpecialChar \-
33507 ter\SpecialChar \-
33508 ung 
33509 \begin_inset Quotes gld
33510 \end_inset
33511
33512
33513 \family typewriter
33514 .eps
33515 \family default
33516
33517 \begin_inset Quotes grd
33518 \end_inset
33519
33520 ) enthalten.
33521  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33522  intern nach EPS konvertieren.
33523  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33524  verlangsamen.
33525  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33526  konvertieren und direkt als EPS einfügen.
33527 \end_layout
33528
33529 \begin_layout Standard
33530 Sie können Ihr Dokument als PostScript über das Menü 
33531 \family sans
33532 Datei\SpecialChar \menuseparator
33533 Exportieren\SpecialChar \menuseparator
33534 Post\SpecialChar \-
33535 Script
33536 \family default
33537  exportieren.
33538  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33539 \family sans
33540 Ansicht
33541 \family default
33542  oder den Werkzeugleistenknopf 
33543 \begin_inset Graphics
33544         filename ../../images/buffer-view_ps.png
33545         scale 70
33546         scaleBeforeRotation
33547
33548 \end_inset
33549
33550  anschauen.
33551 \end_layout
33552
33553 \begin_layout Section
33554 PDF
33555 \begin_inset CommandInset label
33556 LatexCommand label
33557 name "abs:PDF"
33558
33559 \end_inset
33560
33561
33562 \begin_inset Index
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 Dateiformat! PDF
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \begin_inset Index
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 PDF
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 Dieser Dateityp hat die Erweiterung 
33586 \begin_inset Quotes gld
33587 \end_inset
33588
33589
33590 \family typewriter
33591 .pdf
33592 \family default
33593
33594 \begin_inset Quotes grd
33595 \end_inset
33596
33597 .
33598  Das
33599 \emph on
33600  
33601 \emph default
33602
33603 \begin_inset Quotes gld
33604 \end_inset
33605
33606 Portable Document Format
33607 \begin_inset Quotes grd
33608 \end_inset
33609
33610  (PDF) wurde auch von der Firma 
33611 \family typewriter
33612 Adobe
33613 \family default
33614  als Derivat von PostScript entwickelt.
33615  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33616  Wie der Begriff 
33617 \begin_inset Quotes gld
33618 \end_inset
33619
33620 portable
33621 \begin_inset Quotes grd
33622 \end_inset
33623
33624  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33625  werden, und der Ausdruck sieht immer gleich aus.
33626 \end_layout
33627
33628 \begin_layout Standard
33629 PDF kann Bilder im eigenen PDF-Format, im Format 
33630 \begin_inset Quotes gld
33631 \end_inset
33632
33633 Joint Photographic Experts Group
33634 \begin_inset Quotes grd
33635 \end_inset
33636
33637  (JPEG
33638 \begin_inset Index
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 JPG, JPEG
33643 \end_layout
33644
33645 \end_inset
33646
33647 , Datei-Erweiterung 
33648 \begin_inset Quotes gld
33649 \end_inset
33650
33651
33652 \family typewriter
33653 .jpg
33654 \family default
33655
33656 \begin_inset Quotes grd
33657 \end_inset
33658
33659  oder 
33660 \begin_inset Quotes gld
33661 \end_inset
33662
33663
33664 \family typewriter
33665 .jpeg
33666 \family default
33667
33668 \begin_inset Quotes grd
33669 \end_inset
33670
33671 ) und im Format 
33672 \begin_inset Quotes gld
33673 \end_inset
33674
33675 Portable Network Graphics
33676 \begin_inset Quotes grd
33677 \end_inset
33678
33679  (PNG
33680 \begin_inset Index
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 PNG
33685 \end_layout
33686
33687 \end_inset
33688
33689 , Datei-Erweiterung 
33690 \begin_inset Quotes gld
33691 \end_inset
33692
33693
33694 \family typewriter
33695 .png
33696 \family default
33697
33698 \begin_inset Quotes grd
33699 \end_inset
33700
33701 ) enthalten.
33702  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33703  Sie konvertieren wird.
33704  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33705  wird, eines der drei erwähnten Bildformate zu benutzen.
33706 \end_layout
33707
33708 \begin_layout Standard
33709 PDF-Dateien können Sie über 
33710 \family sans
33711 Datei\SpecialChar \menuseparator
33712 Exportieren
33713 \family default
33714  auf drei Arten erzeugen:
33715 \end_layout
33716
33717 \begin_layout Description
33718 PDF
33719 \begin_inset space ~
33720 \end_inset
33721
33722 (ps2pdf) benutzt das Programm
33723 \family typewriter
33724  ps2pdf
33725 \family default
33726 , das eine PDF-Datei aus einer Post\SpecialChar \-
33727 Script®-Version Ihres Dokument erstellt.
33728  Die PostScript-Version wird mit dem Programm 
33729 \family typewriter
33730 dvips
33731 \family default
33732  aus einer DVI-Version erstellt.
33733  Es werden also drei Konvertierungen verwendet.
33734 \end_layout
33735
33736 \begin_layout Description
33737 PDF
33738 \begin_inset space ~
33739 \end_inset
33740
33741 (dvipdfm) benutzt das Programm 
33742 \family typewriter
33743 dvipdfm
33744 \family default
33745 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33746  PDF konvertiert.
33747 \end_layout
33748
33749 \begin_layout Description
33750 PDF
33751 \begin_inset space ~
33752 \end_inset
33753
33754 (pdflatex) benutzt das Programm
33755 \family typewriter
33756  pdftex
33757 \family default
33758 , das Ihr Dokument direkt nach PDF konvertiert.
33759 \end_layout
33760
33761 \begin_layout Standard
33762
33763 \family sans
33764 PDF
33765 \begin_inset space ~
33766 \end_inset
33767
33768 (pdflatex)
33769 \family default
33770  wird empfohlen, weil
33771 \family typewriter
33772  pdftex
33773 \family default
33774  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33775  ohne Probleme arbeitet.
33776  Das Programm 
33777 \family typewriter
33778 dvi\SpecialChar \-
33779 pdfm
33780 \family default
33781  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Sie können Ihr Dokument als PDF über das Menü 
33786 \family sans
33787 Datei\SpecialChar \menuseparator
33788 Exportieren\SpecialChar \menuseparator
33789 PDF
33790 \family default
33791  exportieren.
33792  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33793 \family sans
33794 Ansicht
33795 \family default
33796  oder den Werkzeugleistenknopf 
33797 \begin_inset Graphics
33798         filename ../../images/buffer-view_pdf2.png
33799         scale 70
33800         scaleBeforeRotation
33801         BoundingBox 0bp 0bp 20bp 20bp
33802
33803 \end_inset
33804
33805  anschauen 
33806 \family sans
33807 (
33808 \family default
33809 der 
33810 \family sans
33811 PDF
33812 \begin_inset space ~
33813 \end_inset
33814
33815 (pdflatex)
33816 \family default
33817  verwendet).
33818 \end_layout
33819
33820 \begin_layout Chapter
33821 Erklärung der Gleichung
33822 \begin_inset space ~
33823 \end_inset
33824
33825
33826 \begin_inset CommandInset ref
33827 LatexCommand eqref
33828 reference "eq:Wgn"
33829
33830 \end_inset
33831
33832
33833 \begin_inset CommandInset label
33834 LatexCommand label
33835 name "kap:Exläuterung-einer-Gleichung"
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 Die Gesamtbreite von
33844 \emph on
33845  n
33846 \emph default
33847  Tabellenzellen 
33848 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33849 \end_inset
33850
33851  kann wie folgt berechnet werden:
33852 \end_layout
33853
33854 \begin_layout Standard
33855 \begin_inset Formula \begin{equation}
33856 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}
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Standard
33864 Dabei ist 
33865 \begin_inset Formula $W_{g\, n}$
33866 \end_inset
33867
33868  die Breite jeder Zelle.
33869
33870 \series bold
33871  
33872 \backslash
33873 tabcolsep
33874 \series default
33875  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33876  Standardwert 6
33877 \begin_inset space \thinspace{}
33878 \end_inset
33879
33880 pt.
33881  
33882 \series bold
33883
33884 \backslash
33885 arrayrulewidth
33886 \series default
33887  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 pt.
33892 \end_layout
33893
33894 \begin_layout Standard
33895 Nach Gleichung
33896 \begin_inset space ~
33897 \end_inset
33898
33899
33900 \begin_inset CommandInset ref
33901 LatexCommand ref
33902 reference "eq:Wtot_n"
33903
33904 \end_inset
33905
33906  ist die Gesamtbreite einer Mehrfachspalte, 
33907 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33908 \end_inset
33909
33910 ,
33911 \end_layout
33912
33913 \begin_layout Standard
33914 \begin_inset Formula \begin{equation}
33915 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \begin_layout Standard
33923 Setzt man die Gleichungen
33924 \begin_inset space ~
33925 \end_inset
33926
33927
33928 \begin_inset CommandInset ref
33929 LatexCommand ref
33930 reference "eq:Wtot_n"
33931
33932 \end_inset
33933
33934  und 
33935 \begin_inset CommandInset ref
33936 LatexCommand ref
33937 reference "eq:Wtot_mult"
33938
33939 \end_inset
33940
33941  gleich, kann man die benötigte Breite 
33942 \begin_inset Formula $W_{g\, n}$
33943 \end_inset
33944
33945 , wenn 
33946 \emph on
33947 n
33948 \emph default
33949  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33950 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33951 \end_inset
33952
33953  hat, berechnen:
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset Formula \begin{equation}
33958 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \begin_layout Bibliography
33966 \begin_inset CommandInset bibitem
33967 LatexCommand bibitem
33968 key "latexcompanion"
33969
33970 \end_inset
33971
33972 Frank Mittelbach and Michel Goossens: 
33973 \emph on
33974 The LaTeX Companion Second Edition.
33975
33976 \emph default
33977  Addison-Wesley, 2004
33978 \end_layout
33979
33980 \begin_layout Bibliography
33981 \begin_inset CommandInset bibitem
33982 LatexCommand bibitem
33983 key "latexguide"
33984
33985 \end_inset
33986
33987 Helmut Kopka and Patrick W.
33988  Daly: 
33989 \emph on
33990 A Guide to LaTeX Fourth Edition.
33991
33992 \emph default
33993  Addison-Wesley, 2003
33994 \end_layout
33995
33996 \begin_layout Bibliography
33997 \begin_inset CommandInset bibitem
33998 LatexCommand bibitem
33999 key "lamport"
34000
34001 \end_inset
34002
34003 Leslie Lamport: 
34004 \emph on
34005 LaTeX: A Document Preparation System.
34006
34007 \emph default
34008  Addison-Wesley, second edition, 1994
34009 \end_layout
34010
34011 \begin_layout Bibliography
34012 \begin_inset CommandInset bibitem
34013 LatexCommand bibitem
34014 key "latex-praxisbuch"
34015
34016 \end_inset
34017
34018 Niedermair, Elke & Michael: 
34019 \emph on
34020 LaTeX-Praxisbuch
34021 \emph default
34022 , Franzis-Verlag, 2004
34023 \end_layout
34024
34025 \begin_layout Bibliography
34026 \begin_inset CommandInset bibitem
34027 LatexCommand bibitem
34028 key "booktabs"
34029
34030 \end_inset
34031
34032 Dokumentation des LaTeX-Pakets 
34033 \series bold
34034
34035 \begin_inset CommandInset href
34036 LatexCommand href
34037 name "booktabs"
34038 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34039
34040 \end_inset
34041
34042
34043 \series default
34044
34045 \begin_inset Index
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 LaTeX-Pakete ! booktabs
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Bibliography
34058 \begin_inset CommandInset bibitem
34059 LatexCommand bibitem
34060 key "caption"
34061
34062 \end_inset
34063
34064 Dokumentation des LaTeX-Pakets 
34065 \series bold
34066
34067 \begin_inset CommandInset href
34068 LatexCommand href
34069 name "caption"
34070 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34071
34072 \end_inset
34073
34074
34075 \series default
34076
34077 \begin_inset Index
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 LaTeX-Pakete ! caption
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Bibliography
34090 \begin_inset CommandInset bibitem
34091 LatexCommand bibitem
34092 key "endfloat"
34093
34094 \end_inset
34095
34096 Dokumentation des LaTeX-Pakets 
34097 \series bold
34098
34099 \begin_inset CommandInset href
34100 LatexCommand href
34101 name "endfloat"
34102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34103
34104 \end_inset
34105
34106
34107 \series default
34108
34109 \begin_inset Index
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113 LaTeX-Pakete ! endfloat
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Bibliography
34122 \begin_inset CommandInset bibitem
34123 LatexCommand bibitem
34124 key "wrapfig"
34125
34126 \end_inset
34127
34128 Dokumentation des LaTeX-Pakets 
34129 \series bold
34130
34131 \begin_inset CommandInset href
34132 LatexCommand href
34133 name "wrapfig"
34134 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34135
34136 \end_inset
34137
34138
34139 \series default
34140
34141 \begin_inset Index
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145 LaTeX-Pakete ! wrapfig
34146 \begin_inset ERT
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150
34151
34152 \backslash
34153 vspace{4mm}
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Bibliography
34167 \begin_inset CommandInset bibitem
34168 LatexCommand bibitem
34169 key "footmisc"
34170
34171 \end_inset
34172
34173 Dokumentation des LaTeX-Pakets 
34174 \series bold
34175
34176 \begin_inset CommandInset href
34177 LatexCommand href
34178 name "footmisc"
34179 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34180
34181 \end_inset
34182
34183
34184 \series default
34185
34186 \begin_inset Index
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 LaTeX-Pakete ! footmisc
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Bibliography
34199 \begin_inset CommandInset bibitem
34200 LatexCommand bibitem
34201 key "hypcap"
34202
34203 \end_inset
34204
34205 Dokumentation des LaTeX-Pakets 
34206 \series bold
34207
34208 \begin_inset CommandInset href
34209 LatexCommand href
34210 name "hypcap"
34211 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34212
34213 \end_inset
34214
34215
34216 \series default
34217
34218 \begin_inset Index
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 LaTeX-Pakete ! hypcap
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Bibliography
34231 \begin_inset CommandInset bibitem
34232 LatexCommand bibitem
34233 key "hyperref"
34234
34235 \end_inset
34236
34237 Dokumentation des LaTeX-Pakets 
34238 \series bold
34239
34240 \begin_inset CommandInset href
34241 LatexCommand href
34242 name "hyperref"
34243 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34244
34245 \end_inset
34246
34247
34248 \series default
34249
34250 \begin_inset Index
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254 LaTeX-Pakete ! hyperref
34255 \end_layout
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Bibliography
34263 \begin_inset CommandInset bibitem
34264 LatexCommand bibitem
34265 key "koma-script"
34266
34267 \end_inset
34268
34269 Dokumentation des LaTeX-Pakets 
34270 \series bold
34271
34272 \begin_inset CommandInset href
34273 LatexCommand href
34274 name "koma-script"
34275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34276
34277 \end_inset
34278
34279
34280 \series default
34281
34282 \begin_inset Index
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286 LaTeX-Pakete ! koma-script
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Bibliography
34295 \begin_inset CommandInset bibitem
34296 LatexCommand bibitem
34297 key "listings"
34298
34299 \end_inset
34300
34301 Dokumentation des LaTeX-Pakets 
34302 \series bold
34303
34304 \begin_inset CommandInset href
34305 LatexCommand href
34306 name "listings"
34307 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34308
34309 \end_inset
34310
34311
34312 \series default
34313
34314 \begin_inset Index
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318 LaTeX-Pakete ! listings
34319 \end_layout
34320
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \begin_layout Bibliography
34327 \begin_inset CommandInset bibitem
34328 LatexCommand bibitem
34329 key "marginnote"
34330
34331 \end_inset
34332
34333 Dokumentation des LaTeX-Pakets 
34334 \series bold
34335
34336 \begin_inset CommandInset href
34337 LatexCommand href
34338 name "marginnote"
34339 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34340
34341 \end_inset
34342
34343
34344 \series default
34345
34346 \begin_inset Index
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 LaTeX-Pakete ! marginnote
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Bibliography
34359 \begin_inset CommandInset bibitem
34360 LatexCommand bibitem
34361 key "pstricks"
34362
34363 \end_inset
34364
34365 Webseite des LaTeX-Pakets 
34366 \series bold
34367
34368 \begin_inset CommandInset href
34369 LatexCommand href
34370 name "PSTricks"
34371 target "http://tug.org/PSTricks/"
34372
34373 \end_inset
34374
34375
34376 \series default
34377
34378 \begin_inset Index
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382 LaTeX-Pakete ! pstricks
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Bibliography
34391 \begin_inset CommandInset bibitem
34392 LatexCommand bibitem
34393 key "sidecap"
34394
34395 \end_inset
34396
34397 Dokumentation des LaTeX-Pakets 
34398 \series bold
34399
34400 \begin_inset CommandInset href
34401 LatexCommand href
34402 name "sidecap"
34403 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34404
34405 \end_inset
34406
34407
34408 \series default
34409
34410 \begin_inset Index
34411 status collapsed
34412
34413 \begin_layout Plain Layout
34414 LaTeX-Pakete ! sidecap
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Bibliography
34423 \begin_inset CommandInset bibitem
34424 LatexCommand bibitem
34425 key "NewInLyX16"
34426
34427 \end_inset
34428
34429
34430 \begin_inset CommandInset href
34431 LatexCommand href
34432 name "Wiki-Seite"
34433 target "http://wiki.lyx.org/LyX/NewInLyX16"
34434
34435 \end_inset
34436
34437  über neue Funktionen in 
34438 \family sans
34439 LyX 1.6.0
34440 \family default
34441 .
34442 \end_layout
34443
34444 \begin_layout Standard
34445 \begin_inset CommandInset index_print
34446 LatexCommand printindex
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 \begin_inset FloatList figure
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Standard
34462 \begin_inset FloatList table
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset ERT
34471 status open
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 listof{algorithm}{Algorithmenverzeichnis}
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \begin_inset Note Note
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 siehe Abschnitt
34488 \begin_inset space ~
34489 \end_inset
34490
34491
34492 \begin_inset CommandInset ref
34493 LatexCommand ref
34494 reference "uab:Gleitobjekt-Algorithmen"
34495
34496 \end_inset
34497
34498  für eine Beschreibung
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_body
34507 \end_document