]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
more work to update the EmbeddedObjects.lyx manual for LyX 1.6
[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 334
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 \pagenumbering{roman}
24 \let\myTOC\tableofcontents
25 \renewcommand{\tableofcontents}{%
26  \pdfbookmark[1]{Inhaltsverzeichnis}{}
27  \myTOC
28  \cleardoublepage
29  \pagenumbering{arabic}}
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
35 \usepackage{sidecap}
36
37 \newcommand{\TabBesBeg}{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % ermöglicht das Berechnen von Werten
56 \usepackage{calc}
57
58 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
59 \usepackage{dcolumn}
60
61 %Vergrößert den Teil der Seite, in dem Gleitobjekte
62 % unten angeordnet werden dürfen
63 \renewcommand{\bottomfraction}{0.5}
64
65 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
66 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
67
68 % beschleunigt die Berechnung von langen Tabellen
69 \setcounter{LTchunksize}{100}
70
71 % wird für skalierte und rotierte Boxen benötigt
72 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
73
74 % wird bei farbigen Tabellen benutzt
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
78 \definecolor{hellgrau}{gray}{0.8}
79
80 % testen ob paket colortbl installiert ist
81 % wird für farbige Tabellenzellen benutzt
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % wird für Mehrfachzeilen benutzt
89 \usepackage{multirow}
90 %\renewcommand{\multirowsetup}{\centering}
91
92 % wird fuer Tabellen im Buchstil benutzt
93 \usepackage{booktabs}
94
95 % wird benutzt, um Tabellenzellen zu vergrößern
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % wird fuer benutzerdefinierte Tabellen benutzt
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % Setzt einen zusaetzlichen Abstand von
117 % 1.5 mm zwischen Fussnoten
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
122 \numberwithin{algorithm}{chapter}
123
124 % Grauschrift-Notizen in blauer Farbe
125 \renewenvironment{lyxgreyedout}
126  {\textcolor{blue}\bgroup}{\egroup}
127
128 % ------------------------------------
129 % Prüfung auf benötigte LaTeXPakete
130 \usepackage{ifthen}
131
132 % Pruefung auf arydshln
133 % für Tabellen mit gestrichelten Linien
134 \newboolean{arydshln}
135 \IfFileExists{arydshln.sty}
136  {\usepackage{arydshln}
137   \setboolean{arydshln}{true}}
138  {\setboolean{arydshln}{false}}
139
140 % Prüfung auf marginnote
141 % für Randnotizen
142 \newboolean{marginnote}
143 \IfFileExists{marginnote.sty}
144  {\usepackage{marginnote}
145   \let\marginpar\marginnote
146   \setboolean{marginnote}{true}}
147  {\setboolean{marginnote}{false}}
148
149 % Prüfung auf sidecap
150 % für seitliche Beschriftungen
151 \newboolean{sidecap}
152 \IfFileExists{sidecap.sty}
153  {\usepackage{sidecap}
154   \let\marginpar\marginnote
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX }}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \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
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 es 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 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 Dateiformate
538 \family default
539  im Feld 
540 \family sans
541 Bearbeiter
542 \family default
543  festgelegt wurde, bearbeitet werden.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 Ausschnitt
550 \family default
551  Alternativ zur Festlegung der 
552 \family sans
553 Ausgabegröße
554 \family default
555  unter 
556 \family sans
557 \series bold
558 Grafik
559 \family default
560 \series default
561  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
562  die Ausgabe festzulegen.
563  Wenn Sie auf 
564 \family sans
565 Lese
566 \begin_inset Space ~
567 \end_inset
568
569 aus
570 \begin_inset Space ~
571 \end_inset
572
573 Datei
574 \family default
575  klicken, werden die Koordinaten automatisch berechnet.
576  Die Option 
577 \family sans
578 Auf
579 \begin_inset Space ~
580 \end_inset
581
582 Begrenzungsbox
583 \begin_inset Space ~
584 \end_inset
585
586 zuschneiden
587 \family default
588  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
589  Koordinaten liegt.
590  Normalerweise können Sie die Karteikarte 
591 \family sans
592 \series bold
593 Ausschnitt
594 \family default
595 \series default
596  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
597 \end_layout
598
599 \begin_layout Description
600
601 \family sans
602 LaTeX-
603 \begin_inset Space ~
604 \end_inset
605
606 und
607 \begin_inset Space ~
608 \end_inset
609
610 LyX-Optionen
611 \family default
612  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
613  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
614  Beschriftung sein soll.
615  Teilabbildungen werden in Abschnitt
616 \begin_inset Space ~
617 \end_inset
618
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "abs:Gleitende-Abbildungen"
623
624 \end_inset
625
626  beschrieben.
627 \begin_inset Newline newline
628 \end_inset
629
630  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
631 \begin_inset Newline newline
632 \end_inset
633
634 Ist die Option 
635 \family sans
636 Entwurfsmodus 
637 \family default
638 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
639  darin gedruckt.
640 \begin_inset Newline newline
641 \end_inset
642
643 Die Option 
644 \family sans
645 Beim
646 \begin_inset Space ~
647 \end_inset
648
649 Exportieren
650 \begin_inset Space ~
651 \end_inset
652
653 nicht
654 \begin_inset Space ~
655 \end_inset
656
657 entpacken
658 \family default
659  betrifft nur gepackte EPS-Dateien, zum Beispiel 
660 \emph on
661 x.eps.gz
662 \emph default
663 .
664  LaTeX kann so mit ihnen umgehen.
665 \begin_inset Newline newline
666 \end_inset
667
668 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgebe-Format PostScript
669  wählen, siehe Anhang
670 \begin_inset Space ~
671 \end_inset
672
673
674 \begin_inset CommandInset ref
675 LatexCommand ref
676 reference "abs:PostScript"
677
678 \end_inset
679
680 .
681  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \begin_inset Newline newline
689 \end_inset
690
691 zgrep %%Bounding x.eps.gz > x.eps.bb
692 \series default
693
694 \begin_inset Newline newline
695 \end_inset
696
697 Der zweite Befehl erzeugt die Begrenzungsbox 
698 \begin_inset Quotes gld
699 \end_inset
700
701 x.eps.bb
702 \begin_inset Quotes grd
703 \end_inset
704
705 , die LaTeX für gepackte Abbildungen benötigt.
706 \end_layout
707
708 \begin_layout Standard
709 \begin_inset VSpace bigskip
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 Hier ist eine zentrierte .eps-Abbildung
717 \begin_inset Foot
718 status open
719
720 \begin_layout Plain Layout
721 Abbildungsformate sind in Abschnitt
722 \begin_inset Space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "abs:Bildformate"
729
730 \end_inset
731
732  beschrieben.
733 \end_layout
734
735 \end_inset
736
737  in einem eigenen Absatz:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         display color
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         display color
764         scale 70
765         draft
766         scaleBeforeRotation
767         rotateOrigin center
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Section
775 Gleitende Abbildungen
776 \begin_inset CommandInset label
777 LatexCommand label
778 name "abs:Gleitende-Abbildungen"
779
780 \end_inset
781
782
783 \begin_inset Index
784 status collapsed
785
786 \begin_layout Plain Layout
787 Abbildungen ! gleitende
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index
794 status collapsed
795
796 \begin_layout Plain Layout
797 Gleitobjekte ! Abbildungen
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "abs:Gleitobjekte-Einleitung"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \begin_layout Standard
817 Wenn Sie auf das Werkzeugleisten-Symbol 
818 \begin_inset Graphics
819         filename ../../images/float-insert_figure.png
820         scale 70
821         scaleBeforeRotation
822         BoundingBox 0bp 6bp 22bp 22bp
823
824 \end_inset
825
826  klicken oder 
827 \family sans
828 Einfügen\SpecialChar \menuseparator
829 Gleit\SpecialChar \-
830 objekt\SpecialChar \menuseparator
831 Abbildung
832 \family default
833  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
834  In das rot umrahmte Feld rechts von 
835 \emph on
836 Abbildung
837 \begin_inset Space ~
838 \end_inset
839
840 Nr:
841 \emph default
842  schreiben Sie den Bildbeschriftung.
843  Nach einem Klick oberhalb oder unterhalb von 
844 \emph on
845 Abbildung
846 \begin_inset Space ~
847 \end_inset
848
849 Nr:
850 \emph default
851  können Sie dann eine Abbildung wie 
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "abb:kill-plat"
855
856 \end_inset
857
858  oberhalb oder wie Abbildung
859 \begin_inset Space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "abb:escher"
866
867 \end_inset
868
869  unterhalb der Bildbeschriftung einfügen.
870  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
871 \begin_inset Space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "abs:Titel-Platzierung"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename ../clipart/platypus.eps
894         display color
895         width 50col%
896         scaleBeforeRotation
897         rotateOrigin center
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "abb:kill-plat"
911
912 \end_inset
913
914 Platypus in einem Gleitobjekt
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Standard
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "abb:escher"
940
941 \end_inset
942
943 M.C.
944  Escher
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Plain Layout
953 \align center
954 \begin_inset Graphics
955         filename ../clipart/escher-lsd.eps
956         display color
957         scale 80
958         scaleBeforeRotation
959         rotateOrigin center
960
961 \end_inset
962
963
964 \end_layout
965
966 \end_inset
967
968
969 \end_layout
970
971 \begin_layout Standard
972 \begin_inset Index
973 status collapsed
974
975 \begin_layout Plain Layout
976 Abbildungen ! Beispiele
977 \end_layout
978
979 \end_inset
980
981 Abbildung
982 \begin_inset Space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "abb:kill-plat"
989
990 \end_inset
991
992  und 
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "abb:escher"
996
997 \end_inset
998
999  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1000  Dafür fügen Sie in der Beschriftung mit 
1001 \family sans
1002 Einfügen\SpecialChar \menuseparator
1003 Marke
1004 \family default
1005  oder durch Klicken auf 
1006 \begin_inset Graphics
1007         filename ../../images/label-insert.png
1008         scale 70
1009         scaleBeforeRotation
1010         BoundingBox 0bp 6bp 20bp 20bp
1011
1012 \end_inset
1013
1014  eine Marke ein.
1015  Auf diese können Sie dann wie gewohnt mit 
1016 \family sans
1017 Einfügen\SpecialChar \menuseparator
1018 Querverweis
1019 \family default
1020  oder durch Klicken auf 
1021 \begin_inset Graphics
1022         filename ../../images/dialog-show-new-inset_ref.png
1023         scale 70
1024         scaleBeforeRotation
1025         BoundingBox 0bp 6bp 22bp 22bp
1026
1027 \end_inset
1028
1029  verweisen.
1030  Das ist besser als eine vage Formulierung wie 
1031 \begin_inset Quotes gld
1032 \end_inset
1033
1034 die obige Abbildung
1035 \begin_inset Quotes grd
1036 \end_inset
1037
1038  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1039  erscheint, und das muss nicht 
1040 \emph on
1041 oben
1042 \emph default
1043  sein.
1044  Verweise werden detailliert in Abschnitt
1045 \begin_inset Space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "abs:Auf-Gleitobjekte-verweisen"
1052
1053 \end_inset
1054
1055  beschrieben.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1060  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
1061  nebeneinander.
1062  Das erreicht man mit der Karteikarte 
1063 \family sans
1064 LaTe
1065 \begin_inset ERT
1066 status collapsed
1067
1068 \begin_layout Plain Layout
1069
1070 {}
1071 \end_layout
1072
1073 \end_inset
1074
1075 X-
1076 \begin_inset Space ~
1077 \end_inset
1078
1079 und
1080 \begin_inset Space ~
1081 \end_inset
1082
1083 LyX-Optionen
1084 \family default
1085  des 
1086 \family sans
1087 Grafik
1088 \family default
1089 -Dialoges.
1090  Kreuzen Sie dort 
1091 \family sans
1092 Teilabbildung
1093 \family default
1094  an und geben die Beschriftung des Bildes im Feld 
1095 \family sans
1096 Legende
1097 \family default
1098  ein.
1099  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1100  Verweise auf Teilabbildungen werden in Abschnitt
1101 \begin_inset Space ~
1102 \end_inset
1103
1104
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "uab:Auf-Teilabbildungen-verweisen"
1108
1109 \end_inset
1110
1111  beschrieben.
1112 \end_layout
1113
1114 \begin_layout Standard
1115 Abbildung
1116 \begin_inset Space ~
1117 \end_inset
1118
1119
1120 \begin_inset CommandInset ref
1121 LatexCommand ref
1122 reference "abb:Zwei-Teilabbildungen"
1123
1124 \end_inset
1125
1126  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1127 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1128  auf Eingabe drücken.
1129 \end_layout
1130
1131 \begin_layout Standard
1132 \begin_inset Float figure
1133 wide false
1134 sideways false
1135 status open
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Space \hfill{}
1139 \end_inset
1140
1141
1142 \begin_inset Float figure
1143 wide false
1144 sideways false
1145 status open
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Caption
1149
1150 \begin_layout Plain Layout
1151 M.
1152  C.
1153  Escher
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Plain Layout
1162 \begin_inset Graphics
1163         filename ../clipart/escher-lsd.eps
1164         width 35col%
1165         scaleBeforeRotation
1166
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \begin_inset Space \hfill{}
1176 \end_inset
1177
1178
1179 \begin_inset Float figure
1180 wide false
1181 sideways false
1182 status open
1183
1184 \begin_layout Plain Layout
1185 \begin_inset Caption
1186
1187 \begin_layout Plain Layout
1188
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Plain Layout
1197 \begin_inset Graphics
1198         filename ../clipart/platypus.eps
1199         lyxscale 60
1200         width 45col%
1201         scaleBeforeRotation
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \begin_inset Space \hfill{}
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \begin_layout Plain Layout
1218 \begin_inset Caption
1219
1220 \begin_layout Plain Layout
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "abb:Zwei-Teilabbildungen"
1224
1225 \end_inset
1226
1227 Zwei Teilabbildungen nebeneinander.
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Section
1241 Bildformate
1242 \begin_inset CommandInset label
1243 LatexCommand label
1244 name "abs:Bildformate"
1245
1246 \end_inset
1247
1248
1249 \begin_inset Index
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253 Abbildungen ! Bildformate
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \begin_layout Standard
1262 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1263  Aber wie 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, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1275  LyX benutzt im Hintergrund das Programm
1276 \family typewriter
1277  Imagemagick
1278 \family default
1279 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1280  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1281  vermeiden.
1282  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1283  werden können.
1284  Diese Formate werden in Anhang
1285 \begin_inset Space ~
1286 \end_inset
1287
1288
1289 \begin_inset CommandInset ref
1290 LatexCommand ref
1291 reference "kap:Ausgabedatei-Formate"
1292
1293 \end_inset
1294
1295  beschrieben.
1296 \end_layout
1297
1298 \begin_layout Standard
1299 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1300 \end_layout
1301
1302 \begin_layout Description
1303 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1304  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1305  
1306 \emph on
1307 pixelig
1308 \emph default
1309  aus.
1310  Bekannte Pixel-Formate sind 
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314 Graphics Interchange Format
1315 \begin_inset Quotes grd
1316 \end_inset
1317
1318  (GIF, Dateiendung
1319 \family typewriter
1320  
1321 \family default
1322
1323 \begin_inset Quotes gld
1324 \end_inset
1325
1326
1327 \family typewriter
1328 .gif
1329 \family default
1330
1331 \begin_inset Quotes grd
1332 \end_inset
1333
1334 )
1335 \begin_inset Index
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339 GIF
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Quotes gld
1346 \end_inset
1347
1348 Portable Network Graphics
1349 \begin_inset Quotes grd
1350 \end_inset
1351
1352  (PNG, Dateiendung 
1353 \begin_inset Quotes gld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .png
1359 \family default
1360
1361 \begin_inset Quotes grd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 PNG
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378 Joint Photographic Experts Group
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382  (JPG, Dateiendung
1383 \family typewriter
1384  
1385 \family default
1386
1387 \begin_inset Quotes gld
1388 \end_inset
1389
1390
1391 \family typewriter
1392 .jpg
1393 \family default
1394
1395 \begin_inset Quotes grd
1396 \end_inset
1397
1398  oder 
1399 \begin_inset Quotes gld
1400 \end_inset
1401
1402
1403 \family typewriter
1404 .jpeg
1405 \family default
1406
1407 \begin_inset Quotes grd
1408 \end_inset
1409
1410 )
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 JPG, JPEG
1416 \end_layout
1417
1418 \end_inset
1419
1420  und 
1421 \begin_inset Quotes gld
1422 \end_inset
1423
1424 Windows Bitmap
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428  (BMP, Dateiendung 
1429 \begin_inset Quotes gld
1430 \end_inset
1431
1432
1433 \family typewriter
1434 .bmp
1435 \family default
1436
1437 \begin_inset Quotes grd
1438 \end_inset
1439
1440 )
1441 \begin_inset Index
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 BMP
1446 \end_layout
1447
1448 \end_inset
1449
1450 .
1451 \end_layout
1452
1453 \begin_layout Description
1454 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1455  auf jede beliebige Größe skaliert werden.
1456  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1457  zoomen zu können.
1458 \begin_inset Newline newline
1459 \end_inset
1460
1461 Bekannte Formate sind 
1462 \begin_inset Quotes gld
1463 \end_inset
1464
1465 Scalable Vector Graphics
1466 \begin_inset Quotes grd
1467 \end_inset
1468
1469  (SVG, Dateiendung
1470 \family typewriter
1471  
1472 \family default
1473
1474 \begin_inset Quotes gld
1475 \end_inset
1476
1477
1478 \family typewriter
1479 .svg
1480 \family default
1481
1482 \begin_inset Quotes grd
1483 \end_inset
1484
1485 )
1486 \begin_inset Index
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490 SVG
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \begin_inset Quotes gld
1497 \end_inset
1498
1499 Encapsulated PostScript
1500 \begin_inset Quotes grd
1501 \end_inset
1502
1503  (EPS, Dateiendung 
1504 \begin_inset Quotes gld
1505 \end_inset
1506
1507
1508 \family typewriter
1509 .eps
1510 \family default
1511
1512 \begin_inset Quotes grd
1513 \end_inset
1514
1515 )
1516 \begin_inset Index
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 EPS
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \begin_inset Quotes gld
1527 \end_inset
1528
1529 Portable Document Format
1530 \begin_inset Quotes grd
1531 \end_inset
1532
1533  (PDF, Dateiendung
1534 \family typewriter
1535  
1536 \family default
1537
1538 \begin_inset Quotes gld
1539 \end_inset
1540
1541
1542 \family typewriter
1543 .pdf
1544 \family default
1545
1546 \begin_inset Quotes grd
1547 \end_inset
1548
1549 )
1550 \begin_inset Index
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 PDF
1555 \end_layout
1556
1557 \end_inset
1558
1559  und 
1560 \begin_inset Quotes gld
1561 \end_inset
1562
1563 Windows Metafile
1564 \begin_inset Quotes grd
1565 \end_inset
1566
1567  (WMF, Dateiendung 
1568 \begin_inset Quotes gld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .wmf
1574 \family default
1575
1576 \begin_inset Quotes grd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 WMF
1585 \end_layout
1586
1587 \end_inset
1588
1589 .
1590 \end_layout
1591
1592 \begin_layout Standard
1593 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1594  das Ergebnis ist immer noch ein Pixelbild.
1595  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1596  hinzugefügt.
1597 \begin_inset Foot
1598 status open
1599
1600 \begin_layout Plain Layout
1601 Bei PDF wird das Originalbild auch noch komprimiert.
1602 \end_layout
1603
1604 \end_inset
1605
1606  Die PDF-Dateien, die 
1607 \family typewriter
1608 Adobe Photoshop
1609 \family default
1610  erzeugt, sind zum Beispiel Pixelbilder.
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1615  umgekehrt.
1616  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1617  eingefügt werden.
1618  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1619  erzeugt wird, weil es zur Zeit keine WMF/SVG
1620 \begin_inset Formula $\to$
1621 \end_inset
1622
1623 PDF/EPS Konverter gibt.
1624 \end_layout
1625
1626 \begin_layout Chapter
1627 Tabellen
1628 \begin_inset CommandInset label
1629 LatexCommand label
1630 name "kap:Tabellen"
1631
1632 \end_inset
1633
1634
1635 \begin_inset Index
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639 Tabellen
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \begin_layout Section
1648 Einführung
1649 \begin_inset Index
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Tabellen ! Einführung
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1663 \begin_inset Graphics
1664         filename ../../images/tabular-insert.png
1665         scale 70
1666         scaleBeforeRotation
1667         BoundingBox 0bp 6bp 22bp 22bp
1668
1669 \end_inset
1670
1671  oder das Menü 
1672 \family sans
1673 Einfügen\SpecialChar \menuseparator
1674 Tabelle
1675 \family default
1676  einfügen.
1677  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1678 \begin_inset Space \thinspace{}
1679 \end_inset
1680
1681 -Tabelle.
1682  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1683  und die Größe der dunkelblauen Tabelle angezeigt.
1684  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1685  ein.
1686  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1687  Spaltenanzahl festlegen können.
1688 \end_layout
1689
1690 \begin_layout Standard
1691 In der so erstellten Tabelle ist jede Zelle umrandet.
1692  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1693  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1694  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1695 \end_layout
1696
1697 \begin_layout Standard
1698 \align center
1699 \begin_inset Tabular
1700 <lyxtabular version="3" rows="5" columns="4">
1701 <features>
1702 <column alignment="center" valignment="top" width="0">
1703 <column alignment="center" valignment="top" width="0">
1704 <column alignment="center" valignment="top" width="0">
1705 <column alignment="center" valignment="top" width="0">
1706 <row>
1707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \family roman
1722 \series medium
1723 \shape up
1724 \size normal
1725 \emph off
1726 \bar no
1727 \noun off
1728 \color none
1729 1
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 2
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747 3
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 </row>
1753 <row>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \family roman
1760 \series medium
1761 \shape up
1762 \size normal
1763 \emph off
1764 \bar no
1765 \noun off
1766 \color none
1767 A
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 B
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \family roman
1854 \series medium
1855 \shape up
1856 \size normal
1857 \emph off
1858 \bar no
1859 \noun off
1860 \color none
1861 C
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 </row>
1894 <row>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 D
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 </lyxtabular>
1933
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Section
1940 Tabellen-Einstellungen
1941 \begin_inset Index
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945 Tabellen ! Einstellungen
1946 \end_layout
1947
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \begin_layout Standard
1954 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1955  Maustaste draufklicken.
1956  Dadurch wird das Fenster 
1957 \family sans
1958 Tabellen-Einstellungen
1959 \family default
1960  geöffnet.
1961  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1962  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1963  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1964  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1965  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1966  Auswahl.
1967  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1968 \emph on
1969 Inhalt
1970 \emph default
1971  einer Zelle oder die Zelle selber ausgewählt haben.
1972  Das 
1973 \family sans
1974 Tabellen-Einstellungen
1975 \family default
1976 -Menü hat folgende Karteikarten:
1977 \end_layout
1978
1979 \begin_layout Description
1980
1981 \family sans
1982 Tabellen-Einstellungen
1983 \family default
1984  Hier können Sie die 
1985 \family sans
1986 Horizontale
1987 \begin_inset Space ~
1988 \end_inset
1989
1990 Ausrichtung
1991 \family default
1992  der momentanen Spalte und die 
1993 \family sans
1994 Spaltenbreite
1995 \family default
1996  festlegen.
1997  Wenn Sie eine 
1998 \family sans
1999 Spaltenbreite
2000 \family default
2001  festgelegt haben, können Sie auch eine 
2002 \family sans
2003 Vertikale
2004 \begin_inset Space ~
2005 \end_inset
2006
2007 Ausrichtung
2008 \family default
2009  der momentanen Zeile wählen.
2010  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2011  Absätze haben, wie in Abschnitt
2012 \begin_inset Space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfache-Zeilen-in"
2019
2020 \end_inset
2021
2022  beschrieben.
2023  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2028  als 
2029 \family sans
2030 Mehrfachspalte
2031 \family default
2032  definieren, wie in Abschnitt
2033 \begin_inset Space ~
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "uab:Mehrfachspalten"
2040
2041 \end_inset
2042
2043  beschrieben.
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2048  den Uhrzeigersinn um 90° drehen.
2049  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2050 \begin_inset Newline newline
2051 \end_inset
2052
2053
2054 \begin_inset Note Greyedout
2055 status open
2056
2057 \begin_layout Plain Layout
2058
2059 \series bold
2060 Achtung:
2061 \series default
2062  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Man kann auch ein 
2072 \family sans
2073 LaTe
2074 \begin_inset ERT
2075 status collapsed
2076
2077 \begin_layout Plain Layout
2078
2079 {}
2080 \end_layout
2081
2082 \end_inset
2083
2084 X-Argument
2085 \family default
2086  für besondere Tabellen-Formatierun\SpecialChar \-
2087 gen einfügen, wie in Abschnitten 
2088 \begin_inset CommandInset ref
2089 LatexCommand ref
2090 reference "uab:Mehrfachspalten-Berechnungen"
2091
2092 \end_inset
2093
2094  und 
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "abs:Farbige-Tabellen"
2098
2099 \end_inset
2100
2101  beschrieben.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Rahmen
2108 \family default
2109  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2110  hinzufügen und löschen.
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 Wenn Sie die Stil-Option
2115 \family sans
2116  Formal
2117 \family default
2118  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2119 \begin_inset Space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "abs:Formale-Tabellen"
2126
2127 \end_inset
2128
2129  beschrieben, konvertiert.
2130 \begin_inset Newline newline
2131 \end_inset
2132
2133 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2134 \begin_inset Space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "uab:Zeilenabstand"
2141
2142 \end_inset
2143
2144  beschrieben.
2145 \end_layout
2146
2147 \begin_layout Description
2148
2149 \family sans
2150 Lange
2151 \begin_inset Space ~
2152 \end_inset
2153
2154 Tabelle
2155 \family default
2156  Hier kann eine Tabelle als 
2157 \family sans
2158 Lange
2159 \begin_inset Space ~
2160 \end_inset
2161
2162 Tabelle
2163 \family default
2164  definiert werden, die über mehrere Seiten reicht.
2165  Die Abschnitte
2166 \begin_inset Space ~
2167 \end_inset
2168
2169
2170 \begin_inset CommandInset ref
2171 LatexCommand ref
2172 reference "abs:Lange-Tabellen"
2173
2174 \end_inset
2175
2176  und 
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "abs:Special-Longtable-Issues"
2180
2181 \end_inset
2182
2183  beschreiben diese Funktion genauer.
2184 \end_layout
2185
2186 \begin_layout Standard
2187 Wenn das Menü 
2188 \family sans
2189 Tabellen-Einstellungen
2190 \family default
2191  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2192  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2193 \end_layout
2194
2195 \begin_layout Section
2196 Tabellen-Werkzeugleiste
2197 \begin_inset Index
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 Tabellen ! Werkzeugleiste
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \end_layout
2208
2209 \begin_layout Standard
2210 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2211 \family sans
2212 Tabellen-Einstellungen
2213 \family default
2214 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2215  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2216  LyX-Fensters.
2217 \end_layout
2218
2219 \begin_layout Standard
2220 Die Werkzeugleiste hat folgende Knöpfe:
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../../images/tabular-feature_append-row.png
2227         scale 70
2228         scaleBeforeRotation
2229         BoundingBox 0bp 6bp 22bp 22bp
2230
2231 \end_inset
2232
2233  Fügt eine Zeile unterhalb der momentanen an
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_append-column.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Fügt eine Spalte rechts von der momentanen an
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_delete-row.png
2253         scale 70
2254         scaleBeforeRotation
2255         BoundingBox 0bp 6bp 22bp 22bp
2256
2257 \end_inset
2258
2259  Löscht die ausgewählte(n) Zeile(n)
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_delete-column.png
2266         scale 70
2267         scaleBeforeRotation
2268         BoundingBox 0bp 6bp 22bp 22bp
2269
2270 \end_inset
2271
2272  Löscht die ausgewählte(n) Spalte(n)
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_toggle-line-top.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Fügt eine Linie oberhalb 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-bottom.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(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-left.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Fügt eine Linie links 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_toggle-line-right.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2328  wenn der Knopf grau hinterlegt ist
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../../images/tabular-feature_set-all-lines.png
2335         scale 70
2336         scaleBeforeRotation
2337         BoundingBox 0bp 6bp 22bp 22bp
2338
2339 \end_inset
2340
2341  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_unset-all-lines.png
2348         scale 70
2349         scaleBeforeRotation
2350         BoundingBox 0bp 6bp 22bp 22bp
2351
2352 \end_inset
2353
2354  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_align-left.png
2361         scale 70
2362         scaleBeforeRotation
2363         BoundingBox 0bp 6bp 22bp 22bp
2364
2365 \end_inset
2366
2367  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_align-center.png
2374         scale 70
2375         scaleBeforeRotation
2376         BoundingBox 0bp 6bp 22bp 22bp
2377
2378 \end_inset
2379
2380  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_align-right.png
2387         scale 70
2388         scaleBeforeRotation
2389         BoundingBox 0bp 6bp 22bp 22bp
2390
2391 \end_inset
2392
2393  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_valign-top.png
2400         scale 70
2401         scaleBeforeRotation
2402         BoundingBox 0bp 6bp 22bp 22bp
2403
2404 \end_inset
2405
2406  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_valign-middle.png
2413         scale 70
2414         scaleBeforeRotation
2415         BoundingBox 0bp 6bp 22bp 22bp
2416
2417 \end_inset
2418
2419  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../../images/tabular-feature_valign-bottom.png
2426         scale 70
2427         scaleBeforeRotation
2428         BoundingBox 0bp 6bp 22bp 22bp
2429
2430 \end_inset
2431
2432  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_set-rotate-cell.png
2439         scale 70
2440         scaleBeforeRotation
2441         BoundingBox 0bp 6bp 22bp 22bp
2442
2443 \end_inset
2444
2445  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Graphics
2451         filename ../../images/tabular-feature_set-rotate-tabular.png
2452         scale 70
2453         scaleBeforeRotation
2454         BoundingBox 0bp 6bp 22bp 22bp
2455
2456 \end_inset
2457
2458  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Graphics
2464         filename ../../images/tabular-feature_multicolumn.png
2465         scale 70
2466         scaleBeforeRotation
2467         BoundingBox 0bp 6bp 22bp 22bp
2468
2469 \end_inset
2470
2471  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2472 \end_layout
2473
2474 \begin_layout Standard
2475 \begin_inset Note Greyedout
2476 status open
2477
2478 \begin_layout Plain Layout
2479
2480 \series bold
2481 Note:
2482 \series default
2483  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2484  Reihe für alle Zelle der Reihe verwendet.
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Section
2493 Bearbeiten-Menü
2494 \begin_inset Index
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Tabellen ! Bearbeiten-Menü
2499 \end_layout
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Standard
2507 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2508  Wenn der Cursor in einer Tabelle steht, sind im 
2509 \family sans
2510 Bearbeiten
2511 \family default
2512 -Menü folgende Punkte aktiviert: 
2513 \family sans
2514 Tabelle
2515 \family default
2516
2517 \family sans
2518 Zeilen
2519 \begin_inset Space ~
2520 \end_inset
2521
2522 &
2523 \begin_inset Space ~
2524 \end_inset
2525
2526 Spalten
2527 \family default
2528  und 
2529 \family sans
2530 Tabellen-Einstellungen
2531 \family default
2532 .
2533  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2534 ngsmöglichkeiten zu erreichen.
2535 \end_layout
2536
2537 \begin_layout Section
2538 Gleitende Tabellen
2539 \begin_inset CommandInset label
2540 LatexCommand label
2541 name "abs:Gleitende-Tabellen"
2542
2543 \end_inset
2544
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Gleitobjekte ! Tabellen
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \begin_inset Index
2557 status collapsed
2558
2559 \begin_layout Plain Layout
2560 Tabellen ! gleitende
2561 \end_layout
2562
2563 \end_inset
2564
2565
2566 \end_layout
2567
2568 \begin_layout Standard
2569 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2570 \begin_inset Space ~
2571 \end_inset
2572
2573
2574 \begin_inset CommandInset ref
2575 LatexCommand ref
2576 reference "abs:Gleitobjekte-Einleitung"
2577
2578 \end_inset
2579
2580 .
2581 \end_layout
2582
2583 \begin_layout Standard
2584 \begin_inset Float table
2585 placement h
2586 wide false
2587 sideways false
2588 status open
2589
2590 \begin_layout Plain Layout
2591 \begin_inset Caption
2592
2593 \begin_layout Plain Layout
2594 \begin_inset CommandInset label
2595 LatexCommand label
2596 name "tab:a table float"
2597
2598 \end_inset
2599
2600 Eine gleitende Tabelle
2601 \end_layout
2602
2603 \end_inset
2604
2605
2606 \end_layout
2607
2608 \begin_layout Plain Layout
2609 \align center
2610 \begin_inset Tabular
2611 <lyxtabular version="3" rows="3" columns="3">
2612 <features>
2613 <column alignment="center" valignment="top" width="0pt">
2614 <column alignment="center" valignment="top" width="0pt">
2615 <column alignment="center" valignment="top" width="0pt">
2616 <row>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 1
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2636 \begin_inset Text
2637
2638 \begin_layout Plain Layout
2639
2640 \family roman
2641 \series medium
2642 \shape up
2643 \size normal
2644 \emph off
2645 \bar no
2646 \noun off
2647 \color none
2648 2
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2654 \begin_inset Text
2655
2656 \begin_layout Plain Layout
2657
2658 \family roman
2659 \series medium
2660 \shape up
2661 \size normal
2662 \emph off
2663 \bar no
2664 \noun off
2665 \color none
2666 3
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 </row>
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677
2678 \family roman
2679 \series medium
2680 \shape up
2681 \size normal
2682 \emph off
2683 \bar no
2684 \noun off
2685 \color none
2686 Martin
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695
2696 \family roman
2697 \series medium
2698 \shape up
2699 \size normal
2700 \emph off
2701 \bar no
2702 \noun off
2703 \color none
2704 Lena
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713
2714 \family roman
2715 \series medium
2716 \shape up
2717 \size normal
2718 \emph off
2719 \bar no
2720 \noun off
2721 \color none
2722 Alina
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row>
2729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733
2734 \family roman
2735 \series medium
2736 \shape up
2737 \size normal
2738 \emph off
2739 \bar no
2740 \noun off
2741 \color none
2742 \begin_inset Formula $\int x^{2}dx$
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 \begin_inset Formula $\left[\begin{array}{cc}
2764 a & b\\
2765 c & d\end{array}\right]$
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 \begin_inset Formula $1+1=2$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 </lyxtabular>
2796
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \begin_layout Standard
2808 Gleitende Tabellen können über 
2809 \family sans
2810 Einfügen\SpecialChar \menuseparator
2811 Gleitobjekt\SpecialChar \menuseparator
2812 Tabelle
2813 \family default
2814  oder einen Klick auf den Werkzeugleistenknopf 
2815 \begin_inset Graphics
2816         filename ../../images/float-insert_table.png
2817         scale 70
2818         scaleBeforeRotation
2819         BoundingBox 0bp 6bp 22bp 22bp
2820
2821 \end_inset
2822
2823  erzeugt werden.
2824  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2825  In das rot umrahmte Feld rechts von 
2826 \emph on
2827 Tabelle
2828 \begin_inset Space ~
2829 \end_inset
2830
2831 Nr:
2832 \emph default
2833  schreiben Sie die Tabellenbeschriftung.
2834  Nach einem Klick oberhalb oder unterhalb von 
2835 \emph on
2836 Tabelle
2837 \begin_inset Space ~
2838 \end_inset
2839
2840 Nr:
2841 \emph default
2842  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2843 \begin_inset Graphics
2844         filename ../../images/tabular-insert.png
2845         scale 70
2846         scaleBeforeRotation
2847         BoundingBox 0bp 6bp 22bp 22bp
2848
2849 \end_inset
2850
2851  oder dem Menü 
2852 \family sans
2853 Einfügen\SpecialChar \menuseparator
2854 Tabelle
2855 \family default
2856  einfügen.
2857 \end_layout
2858
2859 \begin_layout Standard
2860 Tabelle
2861 \begin_inset Space ~
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "tab:a table float"
2868
2869 \end_inset
2870
2871  ist ein Beispiel für eine gleitende Tabelle.
2872 \end_layout
2873
2874 \begin_layout Standard
2875 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2876 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2877  Das bedeutet, dass bei den Klassen 
2878 \family sans
2879 article
2880 \family default
2881
2882 \family sans
2883 book
2884 \family default
2885
2886 \family sans
2887 letter
2888 \family default
2889 , und 
2890 \family sans
2891 report
2892 \family default
2893  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2894  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2895 \series bold
2896 caption
2897 \series default
2898
2899 \begin_inset Index
2900 status collapsed
2901
2902 \begin_layout Plain Layout
2903 LaTeX-Pakete ! caption
2904 \end_layout
2905
2906 \end_inset
2907
2908  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2909 \begin_inset Foot
2910 status open
2911
2912 \begin_layout Plain Layout
2913 Näheres finden Sie im Abschnitt
2914 \begin_inset Space ~
2915 \end_inset
2916
2917
2918 \begin_inset CommandInset ref
2919 LatexCommand ref
2920 reference "abs:Titel-Platzierung"
2921
2922 \end_inset
2923
2924 .
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Standard
2933
2934 \series bold
2935 tableposition=top
2936 \end_layout
2937
2938 \begin_layout Standard
2939 Das Paket 
2940 \series bold
2941 caption
2942 \series default
2943 , das in Abschnitt
2944 \begin_inset Space ~
2945 \end_inset
2946
2947
2948 \begin_inset CommandInset ref
2949 LatexCommand ref
2950 reference "abs:Titel-Formatierung"
2951
2952 \end_inset
2953
2954 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2955 \end_layout
2956
2957 \begin_layout Standard
2958 \begin_inset Index
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 Tabellen ! zitieren
2963 \end_layout
2964
2965 \end_inset
2966
2967 Auf Tabellen kann über ihre Marke verwiesen werden.
2968  Dafür fügen Sie in der Beschriftung mit 
2969 \family sans
2970 Einfügen\SpecialChar \menuseparator
2971 Marke
2972 \family default
2973  oder durch Klicken auf 
2974 \begin_inset Graphics
2975         filename ../../images/label-insert.png
2976         scale 70
2977         scaleBeforeRotation
2978         BoundingBox 0bp 6bp 20bp 20bp
2979
2980 \end_inset
2981
2982  eine Marke ein.
2983  Auf diese können Sie dann wie gewohnt mit 
2984 \family sans
2985 Einfügen\SpecialChar \menuseparator
2986 Querverweis
2987 \family default
2988  oder durch Klicken auf 
2989 \begin_inset Graphics
2990         filename ../../images/dialog-show-new-inset_ref.png
2991         scale 70
2992         scaleBeforeRotation
2993         BoundingBox 0bp 6bp 22bp 22bp
2994
2995 \end_inset
2996
2997  verweisen.
2998  Verweise werden detailliert in Abschnitt
2999 \begin_inset Space ~
3000 \end_inset
3001
3002
3003 \begin_inset CommandInset ref
3004 LatexCommand ref
3005 reference "abs:Auf-Gleitobjekte-verweisen"
3006
3007 \end_inset
3008
3009  beschrieben.
3010 \end_layout
3011
3012 \begin_layout Section
3013 Lange Tabellen
3014 \begin_inset CommandInset label
3015 LatexCommand label
3016 name "abs:Lange-Tabellen"
3017
3018 \end_inset
3019
3020
3021 \begin_inset Index
3022 status collapsed
3023
3024 \begin_layout Plain Layout
3025 Tabellen ! lange
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \begin_layout Standard
3034 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3035  Dialogfenster 
3036 \family sans
3037 Tabellen-Einstellungen
3038 \family default
3039  auf der Karteikarte  
3040 \family sans
3041 Lange
3042 \begin_inset Space ~
3043 \end_inset
3044
3045 Tabelle
3046 \family default
3047  die Option 
3048 \family sans
3049 Lange
3050 \begin_inset Space ~
3051 \end_inset
3052
3053 Tabelle
3054 \begin_inset Space ~
3055 \end_inset
3056
3057 verwenden
3058 \family default
3059  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3060  Außerdem werden weitere Optionen aktiviert, die im 
3061 \emph on
3062 Benutzerhandbuch
3063 \emph default
3064  beschrieben sind.
3065 \end_layout
3066
3067 \begin_layout Standard
3068 Hier ist ein Beispiel einer langen Tabelle:
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="69" columns="3">
3075 <features islongtable="true">
3076 <column alignment="left" valignment="top" width="0cm">
3077 <column alignment="left" valignment="top" width="0pt">
3078 <column alignment="right" valignment="top" width="0pt">
3079 <row endfirsthead="true">
3080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \series bold
3086 Telefonliste (ignoriere die Namen)
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row endfirsthead="true">
3111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \series bold
3117 NAME
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \series bold
3137 TEL.
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row endhead="true">
3144 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \series bold
3150 Telefonliste
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row endhead="true">
3175 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \series bold
3181 NAME
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \series bold
3201 TEL.
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 <row endfoot="true">
3208 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \series bold
3214 wird fortgesetzt
3215 \series default
3216  \SpecialChar \ldots{}
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Annovi
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 Silvia
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 Bertoli
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Stefano
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Bozzi
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Walter
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Cachia
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Maria
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Cachia
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Maurizio
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Cinquemani
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Giusi
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Colin
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Bernard
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Concli
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Gianfranco
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Dal Bosco
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Carolina
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Dalpiaz
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Annamaria
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Feliciello
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Domenico
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Focarelli
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Paola
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Galletti
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Oreste
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Gasparini
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Franca
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Rizzardi
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Paola
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Lassini
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Giancarlo
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Malfatti
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Luciano
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Malfatti
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Valeriano
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Meneguzzo
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Roberto
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Mezzadra
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Roberto
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Pirpamer
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Erich
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Pochiesa
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Paolo
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111, 222
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Radina
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Claudio
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Stuffer
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Oskar
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Tacchelli
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Ugo
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Tezzele
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Margit
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Unterkalmsteiner
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Frieda
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Vieider
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Hilde
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Vigna
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Jürgen
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Weber
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Maurizio
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Winkler
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Franz
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207  
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Annovi
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Silvia
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Bertoli
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Stefano
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Bozzi
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Walter
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Cachia
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Maria
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Cachia
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Maurizio
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Cinquemani
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Giusi
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Colin
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Bernard
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Concli
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Gianfranco
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Dal Bosco
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Carolina
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Dalpiaz
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Annamaria
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Feliciello
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Domenico
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Focarelli
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Paola
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Galletti
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Oreste
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Gasparini
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Franca
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Rizzardi
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Paola
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Lassini
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Giancarlo
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Malfatti
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Luciano
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Malfatti
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Valeriano
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Meneguzzo
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Roberto
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Mezzadra
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Roberto
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Pirpamer
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Erich
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Pochiesa
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Paolo
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555, 222
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Radina
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Claudio
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Stuffer
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Oskar
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Tacchelli
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Ugo
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Tezzele
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Margit
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Unterkalmsteiner
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Frieda
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Vieider
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Hilde
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Vigna
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Jürgen
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 999
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Weber
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Maurizio
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Winkler
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Franz
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row endlastfoot="true">
5193 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Ende
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 </lyxtabular>
5224
5225 \end_inset
5226
5227
5228 \begin_inset ERT
5229 status collapsed
5230
5231 \begin_layout Plain Layout
5232
5233
5234 \backslash
5235 addtocounter{table}{-1}
5236 \end_layout
5237
5238 \end_inset
5239
5240
5241 \begin_inset Note Note
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5246 \begin_inset Space ~
5247 \end_inset
5248
5249
5250 \begin_inset CommandInset ref
5251 LatexCommand ref
5252 reference "uab:Titel-für-lange"
5253
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \end_inset
5260
5261
5262 \end_layout
5263
5264 \begin_layout Subsection
5265 Fußnoten in langen Tabellen
5266 \begin_inset CommandInset label
5267 LatexCommand label
5268 name "uab:Fußnoten-in-langen"
5269
5270 \end_inset
5271
5272
5273 \begin_inset Index
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 Tabellen ! lange ! Fußnoten
5278 \end_layout
5279
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \begin_layout Standard
5286 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5287  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5288  Tabelle
5289 \begin_inset Space ~
5290 \end_inset
5291
5292
5293 \begin_inset CommandInset ref
5294 LatexCommand ref
5295 reference "tab:DiffCaptions"
5296
5297 \end_inset
5298
5299  hat zum Beispiel eine Fußnote.
5300 \end_layout
5301
5302 \begin_layout Subsection
5303 Ausrichtung langer Tabellen
5304 \begin_inset Index
5305 status collapsed
5306
5307 \begin_layout Plain Layout
5308 Tabellen ! lange ! Ausrichtung
5309 \end_layout
5310
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5318  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5319 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5320  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5321  Längen 
5322 \series bold
5323
5324 \backslash
5325 LTleft 
5326 \series default
5327 und 
5328 \series bold
5329
5330 \backslash
5331 LTright
5332 \series default
5333  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5334  wird:
5335 \end_layout
5336
5337 \begin_layout Standard
5338
5339 \series bold
5340
5341 \backslash
5342 setlength{
5343 \backslash
5344 LTleft}{Wert}
5345 \end_layout
5346
5347 \begin_layout Standard
5348 Wobei der Wert eine der in Tabelle
5349 \begin_inset Space ~
5350 \end_inset
5351
5352
5353 \begin_inset CommandInset ref
5354 LatexCommand ref
5355 reference "tab:Maßeinheiten"
5356
5357 \end_inset
5358
5359  aufgelisteten Einheiten haben kann.
5360  
5361 \series bold
5362
5363 \backslash
5364 LTleft
5365 \series default
5366  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5367  
5368 \series bold
5369
5370 \backslash
5371 LTright
5372 \series default
5373  den Abstand von rechts.
5374  Die Voreinstellung für beide Werte ist 
5375 \series bold
5376
5377 \backslash
5378 fill
5379 \series default
5380 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5381  in LyX ist.
5382 \end_layout
5383
5384 \begin_layout Standard
5385 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5386 \series bold
5387
5388 \backslash
5389 LTleft
5390 \series default
5391  auf den Wert 0
5392 \begin_inset Space \thinspace{}
5393 \end_inset
5394
5395 pt gesetzt wurde.
5396 \begin_inset ERT
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400
5401
5402 \backslash
5403 setlength{
5404 \backslash
5405 LTleft}{0pt}
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 \begin_inset Tabular
5415 <lyxtabular version="3" rows="5" columns="5">
5416 <features islongtable="true">
5417 <column alignment="center" valignment="top" width="0">
5418 <column alignment="center" valignment="top" width="0">
5419 <column alignment="center" valignment="top" width="0">
5420 <column alignment="center" valignment="top" width="0">
5421 <column alignment="center" valignment="top" width="0">
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 1
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 2
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 3
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 4
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 5
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 asd
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 s
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 s
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 s
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 asd
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 s
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 s
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 s
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 asd
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 s
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 s
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 s
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 asd
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 asd
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 asd
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 asd
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 </lyxtabular>
5658
5659 \end_inset
5660
5661
5662 \begin_inset ERT
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666
5667
5668 \backslash
5669 setlength{
5670 \backslash
5671 LTleft}{
5672 \backslash
5673 fill}
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \begin_layout Subsection
5682 Beschriftungen lange Tabellen
5683 \begin_inset Index
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687 Tabellen ! lange ! Titel
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \begin_inset CommandInset label
5694 LatexCommand label
5695 name "uab:Titel-für-lange"
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 Eine 
5704 \family sans
5705 lange
5706 \begin_inset Space ~
5707 \end_inset
5708
5709 Tabelle
5710 \family default
5711  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5712  Seite gedruckt werden können.
5713  Aber die 
5714 \family sans
5715 Legende
5716 \family default
5717 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5722 \end_layout
5723
5724 \begin_layout Enumerate
5725 Erstellen Sie eine 
5726 \family sans
5727 lange
5728 \begin_inset Space ~
5729 \end_inset
5730
5731 Tabelle
5732 \family default
5733 .
5734 \end_layout
5735
5736 \begin_layout Enumerate
5737 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5738 \end_layout
5739
5740 \begin_layout Enumerate
5741 Fügen Sie 
5742 \family sans
5743 mit Einfügen\SpecialChar \menuseparator
5744 Legende
5745 \family default
5746  eine Beschriftung in die erste Tabellenzelle.
5747  Sie können auch noch einen Kurztitel hinzufügen, 
5748 \family sans
5749 Einfügen\SpecialChar \menuseparator
5750 Kurztitel
5751 \family default
5752 .
5753 \end_layout
5754
5755 \begin_layout Enumerate
5756 Fügen Sie hinter dem Titel 
5757 \series bold
5758
5759 \begin_inset Quotes gld
5760 \end_inset
5761
5762
5763 \backslash
5764
5765 \backslash
5766 %
5767 \series default
5768
5769 \begin_inset Quotes grd
5770 \end_inset
5771
5772  als TeX-Code ein.
5773 \end_layout
5774
5775 \begin_layout Standard
5776 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5777  gedruckt.
5778  Die Zeichen 
5779 \series bold
5780
5781 \begin_inset Quotes gld
5782 \end_inset
5783
5784
5785 \backslash
5786
5787 \backslash
5788 %
5789 \series default
5790
5791 \begin_inset Quotes grd
5792 \end_inset
5793
5794  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5795  weg.
5796  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5797  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5798 \end_layout
5799
5800 \begin_layout Standard
5801 Hier ist eine kleine 
5802 \family sans
5803 lange
5804 \begin_inset Space ~
5805 \end_inset
5806
5807 Tabelle
5808 \family default
5809 , die zeigt, wie das funktioniert:
5810 \end_layout
5811
5812 \begin_layout Standard
5813 \begin_inset Tabular
5814 <lyxtabular version="3" rows="6" columns="5">
5815 <features islongtable="true">
5816 <column alignment="center" valignment="top" width="0">
5817 <column alignment="center" valignment="top" width="0">
5818 <column alignment="center" valignment="top" width="0">
5819 <column alignment="center" valignment="top" width="0">
5820 <column alignment="center" valignment="top" width="0">
5821 <row caption="true">
5822 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Caption
5827
5828 \begin_layout Plain Layout
5829 Eine 
5830 \family sans
5831 lange
5832 \begin_inset Space ~
5833 \end_inset
5834
5835 Tabelle
5836 \family default
5837  mit Titel
5838 \begin_inset OptArg
5839 status open
5840
5841 \begin_layout Plain Layout
5842 Lange Tabelle
5843 \end_layout
5844
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 1
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 2
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 3
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 4
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 5
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 asd
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 asd
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 asd
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 </lyxtabular>
6130
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \begin_inset VSpace medskip
6138 \end_inset
6139
6140
6141 \begin_inset Note Greyedout
6142 status open
6143
6144 \begin_layout Plain Layout
6145
6146 \series bold
6147 Bemerkung
6148 \begin_inset Space ~
6149 \end_inset
6150
6151 1:
6152 \series default
6153  Die Tabellennummer wird für jede 
6154 \family sans
6155 lange
6156 \begin_inset Space ~
6157 \end_inset
6158
6159 Tabelle
6160 \family default
6161  erhöht, auch wenn Sie keinen Titel vergeben.
6162  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6163 \begin_inset Space ~
6164 \end_inset
6165
6166 2.4 auf Tabelle
6167 \begin_inset Space ~
6168 \end_inset
6169
6170 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6171 \family sans
6172  lange
6173 \begin_inset Space ~
6174 \end_inset
6175
6176 Tabellen
6177 \family default
6178  ohne Titel sind.
6179  Um das zu vermeiden, können Sie hinter jede 
6180 \family sans
6181 lange
6182 \begin_inset Space ~
6183 \end_inset
6184
6185 Tabelle
6186 \family default
6187  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6188 \end_layout
6189
6190 \begin_layout Plain Layout
6191
6192 \series bold
6193
6194 \backslash
6195 addtocounter{table}{-1}
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204 \begin_inset Note Greyedout
6205 status open
6206
6207 \begin_layout Plain Layout
6208
6209 \series bold
6210 Bemerkung
6211 \begin_inset Space ~
6212 \end_inset
6213
6214 2:
6215 \series default
6216  Wenn Sie das LaTeX-Paket 
6217 \series bold
6218 hyperref
6219 \series default
6220
6221 \begin_inset Index
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 LaTeX-Pakete ! hyperref
6226 \end_layout
6227
6228 \end_inset
6229
6230  für Querverweise benutzen, wird der Verweis auf eine 
6231 \family sans
6232 lange
6233 \begin_inset Space ~
6234 \end_inset
6235
6236 Tabelle
6237 \family default
6238  immer auf den Anfang des Dokuments zeigen.
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \begin_inset Newpage newpage
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Subsubsection
6251 Querverweise auf 
6252 \family sans
6253 lange
6254 \begin_inset Space ~
6255 \end_inset
6256
6257 Tabelle
6258 \family default
6259 n
6260 \begin_inset Index
6261 status collapsed
6262
6263 \begin_layout Plain Layout
6264 Tabellen ! lange ! Querverweis
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Tabular
6274 <lyxtabular version="3" rows="6" columns="5">
6275 <features islongtable="true">
6276 <column alignment="center" valignment="top" width="0">
6277 <column alignment="center" valignment="top" width="0">
6278 <column alignment="center" valignment="top" width="0">
6279 <column alignment="center" valignment="top" width="0">
6280 <column alignment="center" valignment="top" width="0">
6281 <row caption="true">
6282 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 \begin_inset Caption
6287
6288 \begin_layout Plain Layout
6289
6290 \family sans
6291 Lange
6292 \begin_inset Space ~
6293 \end_inset
6294
6295 Tabelle
6296 \family default
6297  mit Marke
6298 \begin_inset CommandInset label
6299 LatexCommand label
6300 name "tab:LangeTabelle-mit-Marke"
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 <row>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 1
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 2
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 3
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 4
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 5
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 s
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 asd
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 sad
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 asd
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 </lyxtabular>
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Damit auf eine 
6595 \family sans
6596 lange
6597 \begin_inset Space ~
6598 \end_inset
6599
6600 Tabelle
6601 \family default
6602  verwiesen werden kann, müssen Sie eine 
6603 \family sans
6604 Marke
6605 \family default
6606  im Titel einfügen.
6607  Beachten Sie dabei, dass Sie 
6608 \emph on
6609
6610 \begin_inset Quotes gld
6611 \end_inset
6612
6613 tab:
6614 \emph default
6615
6616 \begin_inset Quotes grd
6617 \end_inset
6618
6619  selber ins Markenfeld schreiben müssen.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 Dies ist ein Verweis auf Tabelle
6624 \begin_inset Space ~
6625 \end_inset
6626
6627
6628 \begin_inset CommandInset ref
6629 LatexCommand ref
6630 reference "tab:LangeTabelle-mit-Marke"
6631
6632 \end_inset
6633
6634 .
6635 \end_layout
6636
6637 \begin_layout Standard
6638 Mit dem LaTeX-Paket 
6639 \series bold
6640 caption
6641 \series default
6642
6643 \begin_inset Index
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 LaTeX-Pakete ! caption
6648 \end_layout
6649
6650 \end_inset
6651
6652 , siehe Abschnitt
6653 \begin_inset Space ~
6654 \end_inset
6655
6656
6657 \begin_inset CommandInset ref
6658 LatexCommand ref
6659 reference "abs:Titel-Formatierung"
6660
6661 \end_inset
6662
6663 , können Sie alle anderen 
6664 \family sans
6665 Legende
6666 \family default
6667 -Optionen benutzen.
6668 \end_layout
6669
6670 \begin_layout Subsubsection
6671 Titelbreite
6672 \begin_inset Index
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 Tabellen ! lange ! Beschriftungsbreite
6677 \end_layout
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 Die maximale Titelbreite wird durch die Variable 
6686 \series bold
6687
6688 \backslash
6689 LTcapwidth
6690 \series default
6691  definiert.
6692  Ihr Standardwert ist 4
6693 \begin_inset Space \thinspace{}
6694 \end_inset
6695
6696 Zoll (
6697 \begin_inset Formula $\approx10$
6698 \end_inset
6699
6700
6701 \begin_inset Space \thinspace{}
6702 \end_inset
6703
6704 cm).
6705  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6706  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6707 \end_layout
6708
6709 \begin_layout Standard
6710
6711 \series bold
6712
6713 \backslash
6714 setlength{
6715 \backslash
6716 LTcapwidth}{Breite}
6717 \end_layout
6718
6719 \begin_layout Standard
6720 wobei 
6721 \family typewriter
6722 Breite
6723 \family default
6724  eine der in Anhang
6725 \begin_inset Space ~
6726 \end_inset
6727
6728
6729 \begin_inset CommandInset ref
6730 LatexCommand ref
6731 reference "kap:In-LyX-verfügbare"
6732
6733 \end_inset
6734
6735  aufgelisteten Einheiten haben kann.
6736 \end_layout
6737
6738 \begin_layout Standard
6739 Die beiden folgenden Tabellen zeigen den Unterschied:
6740 \end_layout
6741
6742 \begin_layout Standard
6743 \begin_inset Tabular
6744 <lyxtabular version="3" rows="6" columns="5">
6745 <features islongtable="true">
6746 <column alignment="center" valignment="top" width="0">
6747 <column alignment="center" valignment="top" width="0">
6748 <column alignment="center" valignment="top" width="0">
6749 <column alignment="center" valignment="top" width="0">
6750 <column alignment="center" valignment="top" width="0">
6751 <row caption="true">
6752 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 \begin_inset Caption
6757
6758 \begin_layout Plain Layout
6759 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6760  Titel 
6761 \begin_inset OptArg
6762 status open
6763
6764 \begin_layout Plain Layout
6765 Titel mit Standardbreite
6766 \end_layout
6767
6768 \end_inset
6769
6770
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 </row>
6817 <row>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 1
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 2
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 3
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 4
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 5
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 s
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 s
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 s
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 asd
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 </row>
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 s
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 s
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 asd
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 asd
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 s
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 s
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 asd
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 </row>
7005 <row>
7006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 asd
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 sad
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 asd
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 </row>
7052 </lyxtabular>
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \begin_layout Standard
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065
7066 \backslash
7067 setlength{
7068 \backslash
7069 LTcapwidth}{5cm}
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \begin_inset Tabular
7076 <lyxtabular version="3" rows="6" columns="5">
7077 <features islongtable="true">
7078 <column alignment="center" valignment="top" width="0">
7079 <column alignment="center" valignment="top" width="0">
7080 <column alignment="center" valignment="top" width="0">
7081 <column alignment="center" valignment="top" width="0">
7082 <column alignment="center" valignment="top" width="0">
7083 <row caption="true">
7084 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Caption
7089
7090 \begin_layout Plain Layout
7091 Langer Titel mit 5
7092 \begin_inset Space \thinspace{}
7093 \end_inset
7094
7095 cm Breite, Langer Titel mit 5
7096 \begin_inset Space \thinspace{}
7097 \end_inset
7098
7099 cm Breite, Langer Titel mit 5
7100 \begin_inset Space \thinspace{}
7101 \end_inset
7102
7103 cm Breite, Langer Titel mit 5
7104 \begin_inset Space \thinspace{}
7105 \end_inset
7106
7107 cm Breite 
7108 \begin_inset OptArg
7109 status open
7110
7111 \begin_layout Plain Layout
7112 Titel mit 5
7113 \begin_inset Space \thinspace{}
7114 \end_inset
7115
7116 cm Breite
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 1
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 2
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 3
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 4
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 5
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 s
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 s
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 asd
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 sad
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 </lyxtabular>
7404
7405 \end_inset
7406
7407
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 setlength{
7416 \backslash
7417 LTcapwidth}{4in}
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \begin_inset Note Note
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Beschriftungsbreite zurücksetzen
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \begin_layout Standard
7436 \begin_inset Note Greyedout
7437 status open
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 Achtung:
7443 \series default
7444  Wenn das LaTeX-Paket 
7445 \series bold
7446 caption
7447 \series default
7448
7449 \begin_inset Index
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 LaTeX-Pakete ! caption
7454 \end_layout
7455
7456 \end_inset
7457
7458  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7459  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7460  4
7461 \begin_inset Space \thinspace{}
7462 \end_inset
7463
7464 Zoll für 
7465 \series bold
7466
7467 \backslash
7468 LTcapwidth
7469 \series default
7470  benutzen.
7471  Um in diesem Fall eine genau a 4
7472 \begin_inset Space \thinspace{}
7473 \end_inset
7474
7475 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7476  4
7477 \begin_inset Space \thinspace{}
7478 \end_inset
7479
7480 Zoll veränderten Wert wie z.
7481 \begin_inset Space \thinspace{}
7482 \end_inset
7483
7484 B.
7485  3.99
7486 \begin_inset Space \thinspace{}
7487 \end_inset
7488
7489 Zoll verwenden oder den LaTeX-Befehl 
7490 \series bold
7491
7492 \backslash
7493 captionsetup{width=Wert}
7494 \series default
7495  benutzen, der vom 
7496 \series bold
7497 caption
7498 \series default
7499 -Paket bereitgestellt wird.
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \begin_layout Subsubsection
7508 Unterschiedliche Titel für Tabellenseiten
7509 \begin_inset Index
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 Tabellen ! lange ! mehrere Titel
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \begin_layout Standard
7522 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7523  die erste, müssen Sie eine 
7524 \family sans
7525 Legende
7526 \family default
7527  mit einem nicht-leeren 
7528 \family sans
7529 Kurztitel
7530 \family default
7531  in eine leere Legende-Zeile, die als 
7532 \family sans
7533 Erste
7534 \begin_inset Space ~
7535 \end_inset
7536
7537 Kopfzeile
7538 \family default
7539  definiert wurde, einfügen.
7540  Der Titel für die anderen Tabellenseiten wird als 
7541 \family sans
7542 Legende
7543 \family default
7544  ohne 
7545 \family sans
7546 Kurztitel
7547 \family default
7548  in eine leere Legende-Zeile, die als 
7549 \family sans
7550 Kopfzeile
7551 \family default
7552  definiert wurde, einfügen.
7553  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7554  Befehl
7555 \end_layout
7556
7557 \begin_layout Standard
7558
7559 \series bold
7560
7561 \backslash
7562 caption*{caption text}
7563 \end_layout
7564
7565 \begin_layout Standard
7566 anstatt der 
7567 \family sans
7568 Legende
7569 \family default
7570 -Umgebung von LyX benutzen.
7571  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7572  den Titel der 
7573 \family sans
7574 Ersten
7575 \begin_inset Space ~
7576 \end_inset
7577
7578 Kopfzeile
7579 \family default
7580  eingefügt werden.
7581  Tabelle
7582 \begin_inset Space ~
7583 \end_inset
7584
7585
7586 \begin_inset CommandInset ref
7587 LatexCommand ref
7588 reference "tab:DiffCaptions"
7589
7590 \end_inset
7591
7592  ist ein Beispiel für eine 
7593 \family sans
7594 lange
7595 \begin_inset Space ~
7596 \end_inset
7597
7598 Tabelle
7599 \family default
7600  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7601 \end_layout
7602
7603 \begin_layout Standard
7604 \align center
7605 \begin_inset Tabular
7606 <lyxtabular version="3" rows="60" columns="3">
7607 <features islongtable="true">
7608 <column alignment="left" valignment="top" width="0cm">
7609 <column alignment="left" valignment="top" width="0pt">
7610 <column alignment="right" valignment="top" width="0pt">
7611 <row endfirsthead="true" caption="true">
7612 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset Caption
7617
7618 \begin_layout Plain Layout
7619 Telefonliste
7620 \begin_inset CommandInset label
7621 LatexCommand label
7622 name "tab:DiffCaptions"
7623
7624 \end_inset
7625
7626
7627 \begin_inset OptArg
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Telefonliste
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row endfirsthead="true">
7666 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 Telefonliste (ignoriere die Namen)
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row endfirsthead="true">
7697 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 NAME
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \series bold
7723 TEL.
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row endhead="true" caption="true">
7730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset ERT
7735 status open
7736
7737 \begin_layout Plain Layout
7738
7739
7740 \backslash
7741 caption*{Fortsetzung der Telefonliste}
7742 \backslash
7743
7744 \backslash
7745 %
7746 \end_layout
7747
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row endhead="true">
7775 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 Telefonliste
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row endhead="true">
7806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \series bold
7812 NAME
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 TEL.
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row endfoot="true">
7839 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 wird fortgesetzt\SpecialChar \ldots{}
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Annovi
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Silvia
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 111
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 Bertoli
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Stefano
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 111
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Bozzi
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Walter
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Cachia
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Maria
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Cachia
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Maurizio
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Cinquemani
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Giusi
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Colin
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Bernard
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Concli
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Gianfranco
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Dal Bosco
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Carolina
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Dalpiaz
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Annamaria
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Feliciello
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Domenico
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Focarelli
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Paola
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Galletti
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Oreste
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Gasparini
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Franca
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Rizzardi
8310 \series default
8311
8312 \begin_inset Foot
8313 status open
8314
8315 \begin_layout Plain Layout
8316 Beispielfußnote
8317 \end_layout
8318
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Paola
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Lassini
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Giancarlo
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Malfatti
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Luciano
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Malfatti
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Valeriano
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Meneguzzo
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Roberto
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Mezzadra
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Roberto
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Pirpamer
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Erich
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Pochiesa
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Paolo
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111, 222
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Radina
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Claudio
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Stuffer
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Oskar
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Tacchelli
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Ugo
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 111
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \series bold
8662 Tezzele
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Margit
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 111
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Unterkalmsteiner
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Frieda
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 111
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Vieider
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Hilde
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 111
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Vigna
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Jürgen
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 111
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Weber
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Maurizio
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 111
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Winkler
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Franz
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 111
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846  
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Annovi
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Silvia
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 555
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Bertoli
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Stefano
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 555
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Bozzi
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Walter
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Cachia
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Maria
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Cachia
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Maurizio
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Cinquemani
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Giusi
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Colin
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Bernard
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Concli
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Gianfranco
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Dal Bosco
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Carolina
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Dalpiaz
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Annamaria
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Feliciello
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Domenico
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Focarelli
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Paola
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Galletti
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Oreste
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Gasparini
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Franca
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 555
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Rizzardi
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Paola
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 555
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Lassini
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Giancarlo
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 555
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Malfatti
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Luciano
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 555
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Malfatti
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Valeriano
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 555
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Meneguzzo
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Roberto
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 555
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Mezzadra
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Roberto
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 555
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row endlastfoot="true">
9491 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 </lyxtabular>
9520
9521 \end_inset
9522
9523
9524 \end_layout
9525
9526 \begin_layout Section
9527 Weitere Möglichkeiten für 
9528 \family sans
9529 lange Tabelle
9530 \family default
9531 n
9532 \begin_inset CommandInset label
9533 LatexCommand label
9534 name "abs:Special-Longtable-Issues"
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Subsection
9542 L
9543 \family sans
9544 ange Tabelle
9545 \family default
9546 n: Berechnung
9547 \begin_inset Index
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Tabellen ! lange ! Berechnung
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9561  sogenannten 
9562 \emph on
9563 chunks
9564 \emph default
9565  (chunks).
9566  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9567  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9568  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9569  das die Druckausgabe.
9570  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9571  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9572  einfügen:
9573 \end_layout
9574
9575 \begin_layout Standard
9576
9577 \series bold
9578
9579 \backslash
9580 setcounter{LTchunksize}{100}
9581 \end_layout
9582
9583 \begin_layout Subsection
9584 Gleitobjekte und L
9585 \family sans
9586 ange Tabelle
9587 \family default
9588 n
9589 \begin_inset Index
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593 Tabellen ! lange ! und Gleitobjekte
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \begin_layout Standard
9602 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9603 \family sans
9604 lange
9605 \begin_inset Space ~
9606 \end_inset
9607
9608 Tabelle
9609 \family default
9610  beginnt, ein Gleitobjekt befindet.
9611  Um das zu vermeiden, können Sie vor der 
9612 \family sans
9613 langen
9614 \begin_inset Space ~
9615 \end_inset
9616
9617 Tabelle
9618 \family default
9619  den LaTeX-Befehl
9620 \series bold
9621  
9622 \backslash
9623 clearpage
9624 \series default
9625  als TeX-Code einfügen.
9626 \end_layout
9627
9628 \begin_layout Subsection
9629 Manuelle Seitenumbrüche
9630 \begin_inset Index
9631 status collapsed
9632
9633 \begin_layout Plain Layout
9634 Tabellen ! lange ! manueller Seitenumbruch
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9644  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9645  der Zelle umbrechen wollen, fügen Sie den Befehl  
9646 \begin_inset Quotes gld
9647 \end_inset
9648
9649
9650 \series bold
9651
9652 \backslash
9653
9654 \backslash
9655
9656 \series default
9657
9658 \begin_inset Quotes grd
9659 \end_inset
9660
9661  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9662 n werden soll.
9663  Vor dem 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669
9670 \backslash
9671
9672 \backslash
9673
9674 \series default
9675
9676 \begin_inset Quotes grd
9677 \end_inset
9678
9679 -Befehl müssen Sie so viele 
9680 \begin_inset Quotes gld
9681 \end_inset
9682
9683
9684 \series bold
9685 &
9686 \series default
9687
9688 \begin_inset Quotes grd
9689 \end_inset
9690
9691  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9692  Mit 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698 &
9699 \series default
9700
9701 \begin_inset Quotes grd
9702 \end_inset
9703
9704   werden in LaTeX Tabellenzellen getrennt.
9705  Hinter jedes 
9706 \begin_inset Quotes gld
9707 \end_inset
9708
9709
9710 \series bold
9711 &
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9718  und löschen den Inhalt dieser Zellen.
9719 \end_layout
9720
9721 \begin_layout Standard
9722 Hinter dem 
9723 \begin_inset Quotes gld
9724 \end_inset
9725
9726
9727 \series bold
9728
9729 \backslash
9730
9731 \backslash
9732
9733 \series default
9734
9735 \begin_inset Quotes grd
9736 \end_inset
9737
9738 -Befehl müssen Sie so viele 
9739 \begin_inset Quotes gld
9740 \end_inset
9741
9742
9743 \series bold
9744 &
9745 \series default
9746
9747 \begin_inset Quotes grd
9748 \end_inset
9749
9750  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9751  In Tabelle
9752 \begin_inset Space ~
9753 \end_inset
9754
9755
9756 \begin_inset CommandInset ref
9757 LatexCommand ref
9758 reference "tab:ForcedPagebreak"
9759
9760 \end_inset
9761
9762  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9763  Es folgt noch eine weitere Spalte.
9764  Deshalb wurde hinter dem Wort 
9765 \emph on
9766 Castelchiodato, 
9767 \emph default
9768 folgendes eingefügt:
9769 \end_layout
9770
9771 \begin_layout Standard
9772
9773 \series bold
9774 & 111
9775 \backslash
9776
9777 \backslash
9778
9779 \begin_inset Newline newline
9780 \end_inset
9781
9782 &
9783 \end_layout
9784
9785 \begin_layout Standard
9786 Die 
9787 \begin_inset Quotes gld
9788 \end_inset
9789
9790 111
9791 \begin_inset Quotes grd
9792 \end_inset
9793
9794  in der dritten Spalte wurde gelöscht.
9795  Wenn die Fußzeile Ihrer 
9796 \family sans
9797 langen
9798 \begin_inset Space ~
9799 \end_inset
9800
9801 Tabelle
9802 \family default
9803  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9804  Befehle benutzen:
9805 \end_layout
9806
9807 \begin_layout Standard
9808
9809 \series bold
9810 & 111
9811 \backslash
9812
9813 \backslash
9814
9815 \begin_inset Newline newline
9816 \end_inset
9817
9818
9819 \backslash
9820 hline &
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9825  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831
9832 \backslash
9833 setlength{
9834 \backslash
9835 parfillskip}{0pt}
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9840  erscheint.
9841 \end_layout
9842
9843 \begin_layout Standard
9844 \align center
9845 \begin_inset Tabular
9846 <lyxtabular version="3" rows="39" columns="3">
9847 <features islongtable="true">
9848 <column alignment="left" valignment="top" width="0cm">
9849 <column alignment="left" valignment="top" width="3cm">
9850 <column alignment="right" valignment="top" width="0pt">
9851 <row endfirsthead="true" caption="true">
9852 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 \begin_inset Caption
9857
9858 \begin_layout Plain Layout
9859 Tabelle mit manuellem Seitenumbruch in einer Zelle
9860 \begin_inset CommandInset label
9861 LatexCommand label
9862 name "tab:ForcedPagebreak"
9863
9864 \end_inset
9865
9866
9867 \begin_inset OptArg
9868 status collapsed
9869
9870 \begin_layout Plain Layout
9871 Tabelle mit manuellem Seitenumbruch in einer Zelle
9872 \end_layout
9873
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row endfirsthead="true">
9906 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \series bold
9912 Telefonliste (ignoriere die Namen)
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 </row>
9936 <row endfirsthead="true">
9937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \series bold
9943 NAME
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 TEL.
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row endhead="true" caption="true">
9970 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 \begin_inset ERT
9975 status collapsed
9976
9977 \begin_layout Plain Layout
9978
9979
9980 \backslash
9981 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9982 \backslash
9983
9984 \backslash
9985 %
9986 \end_layout
9987
9988 \end_inset
9989
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endhead="true">
10015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Telefonliste
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row endhead="true">
10046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 NAME
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 TEL.
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row endfoot="true">
10079 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 wird fortgesetzt\SpecialChar \ldots{}
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Annovi
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Silvia
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Bertoli
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Stefano
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Bozzi
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Walter
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Cachia
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Maria
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Cachia
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Maurizio
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Cinquemani
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Giusi
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Colin
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Bernard
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Concli
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Gianfranco
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Dal Bosco
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Carolina
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Dalpiaz
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Annamaria
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Feliciello
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Domenico
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Focarelli
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Paola
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Galletti
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Oreste
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Gasparini
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Franca
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Lassini
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Giancarlo
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Malfatti
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Luciano
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Malfatti
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Valeriano
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Meneguzzo
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Roberto
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 111
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Mezzadra
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Roberto
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 111
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row>
10698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \series bold
10704 Pirpamer
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Erich
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 111
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \series bold
10735 Pochiesa
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Paolo
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 111, 222
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \series bold
10766 Radina
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Claudio
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 111
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \series bold
10797 Rizzardi
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Paolo, 11.
10807  Fürst von Monte\SpecialChar \-
10808 com\SpecialChar \-
10809 patri, 11.
10810  Fürst von Sulmona und Vivaro, 10.
10811  Fürst von Rossano, 5.
10812  Herzog von Canemorte, 11.
10813  Herzog von Palombara, 5.
10814  Herzog von Castelchiodato,
10815 \begin_inset ERT
10816 status open
10817
10818 \begin_layout Plain Layout
10819
10820 & 111
10821 \backslash
10822
10823 \backslash
10824
10825 \end_layout
10826
10827 \begin_layout Plain Layout
10828
10829 &
10830 \end_layout
10831
10832 \end_inset
10833
10834  11.
10835  Herzog von Poggionativo, 11.
10836  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10837  Graf von Valinfreda, 11.
10838  Baron von Cropalati, 11.
10839  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Stuffer
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Oskar
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Tacchelli
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Ugo
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Tezzele
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Margit
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 <row>
10948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954 Unterkalmsteiner
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Frieda
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 111
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \series bold
10985 Vieider
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Hilde
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 111
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \series bold
11016 Vigna
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 Jürgen
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 111
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 <row>
11041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \series bold
11047 Weber
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 Maurizio
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 111
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \series bold
11078 Winkler
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 Franz
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 111
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row endlastfoot="true">
11103 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 </lyxtabular>
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Section
11139 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11140 \end_layout
11141
11142 \begin_layout Subsection
11143 Mehrfache Zeilen in Zellen
11144 \begin_inset CommandInset label
11145 LatexCommand label
11146 name "uab:Mehrfache-Zeilen-in"
11147
11148 \end_inset
11149
11150
11151 \begin_inset Index
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 Mehrfache ! Zeilen in Zellen
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 Tabellen ! Zeilenumbrüche
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Standard
11174 \align center
11175 \begin_inset Float table
11176 placement H
11177 wide false
11178 sideways false
11179 status open
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Caption
11183
11184 \begin_layout Plain Layout
11185 \begin_inset CommandInset label
11186 LatexCommand label
11187 name "tab:Table-with-multiple"
11188
11189 \end_inset
11190
11191 Tabelle mit mehrfachen Zeilen in einer Zelle
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Plain Layout
11200 \align center
11201 \begin_inset Tabular
11202 <lyxtabular version="3" rows="3" columns="3">
11203 <features>
11204 <column alignment="center" valignment="middle" width="2.5cm">
11205 <column alignment="center" valignment="middle" width="0.5cm">
11206 <column alignment="center" valignment="middle" width="0.5cm">
11207 <row>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 zwei
11213 \begin_inset ERT
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217
11218
11219 \backslash
11220 linebreak 
11221 \end_layout
11222
11223 \end_inset
11224
11225  Zeilen
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 b
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 c
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 d
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 e
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 f
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 <row>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 g
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 h
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 i
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 </lyxtabular>
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Standard
11320 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11321  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11322  Tabelle
11323 \begin_inset Space ~
11324 \end_inset
11325
11326
11327 \begin_inset CommandInset ref
11328 LatexCommand ref
11329 reference "tab:Table-with-multiple"
11330
11331 \end_inset
11332
11333  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11334 \family sans
11335 Tabellen-Einstellungen
11336 \family default
11337 -Dialog auf 2.5
11338 \begin_inset Space \thinspace{}
11339 \end_inset
11340
11341 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11342  Weil unser Text schmaler als 2.5
11343 \begin_inset Space \thinspace{}
11344 \end_inset
11345
11346 cm ist, würde er in einer Zeile gedruckt werden.
11347  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
11348  die beiden Worten eingefügt:
11349 \end_layout
11350
11351 \begin_layout Standard
11352
11353 \series bold
11354
11355 \backslash
11356 linebreak
11357 \end_layout
11358
11359 \begin_layout Standard
11360 Wenn der Text länger ist, wird er automatisch umgebrochen.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11365  setzen Sie die Breite der beiden Spalten im 
11366 \family sans
11367 Tabellen-Einstellungen
11368 \family default
11369 -Dialog auf 0.5
11370 \begin_inset Space \thinspace{}
11371 \end_inset
11372
11373 cm und die vertikale Ausrichtung auf zentriert.
11374 \end_layout
11375
11376 \begin_layout Standard
11377 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11378  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11379  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11380  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11381  Fügen sie daher 0
11382 \begin_inset Space \thinspace{}
11383 \end_inset
11384
11385 pt horizontalen Abstand vor dem Wort ein.
11386  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11387  Tabelle
11388 \begin_inset Space ~
11389 \end_inset
11390
11391
11392 \begin_inset CommandInset ref
11393 LatexCommand ref
11394 reference "tab:Table-with-and"
11395
11396 \end_inset
11397
11398  zeigt die Wirkungen.
11399 \end_layout
11400
11401 \begin_layout Standard
11402 \begin_inset Float table
11403 wide false
11404 sideways false
11405 status open
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Caption
11409
11410 \begin_layout Plain Layout
11411 \begin_inset CommandInset label
11412 LatexCommand label
11413 name "tab:Table-with-and"
11414
11415 \end_inset
11416
11417 Tabelle ohne und mit Silbentrennung
11418 \end_layout
11419
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Space \hfill{}
11427 \end_inset
11428
11429
11430 \begin_inset Tabular
11431 <lyxtabular version="3" rows="3" columns="3">
11432 <features>
11433 <column alignment="center" valignment="middle" width="2.5cm">
11434 <column alignment="center" valignment="middle" width="0.5cm">
11435 <column alignment="center" valignment="middle" width="0.5cm">
11436 <row>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 einsehrlangesZellenwort
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 b
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 c
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 d
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 e
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 f
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 g
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 h
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 i
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \begin_inset Space \hfill{}
11529 \end_inset
11530
11531
11532 \begin_inset Tabular
11533 <lyxtabular version="3" rows="3" columns="3">
11534 <features>
11535 <column alignment="center" valignment="middle" width="2.5cm">
11536 <column alignment="center" valignment="middle" width="0.5cm">
11537 <column alignment="center" valignment="middle" width="0.5cm">
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 \begin_inset Space \hspace{}
11544 \length 0pt
11545 \end_inset
11546
11547 einsehrlangesZellenwort
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 b
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 c
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 d
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 e
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 f
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 g
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 i
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \begin_inset Space \hfill{}
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Subsection
11646 Mehrfachspalten
11647 \begin_inset CommandInset label
11648 LatexCommand label
11649 name "uab:Mehrfachspalten"
11650
11651 \end_inset
11652
11653
11654 \begin_inset Index
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658 Mahrfachspalten
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \begin_inset Index
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668 Tabellen ! Mahrfachspalten
11669 \end_layout
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Subsubsection
11677 Grundlagen
11678 \end_layout
11679
11680 \begin_layout Standard
11681 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11682  und verwenden dann den Knopf 
11683 \begin_inset Graphics
11684         filename ../../images/tabular-feature_multicolumn.png
11685         scale 70
11686         scaleBeforeRotation
11687         BoundingBox 0bp 6bp 22bp 22bp
11688
11689 \end_inset
11690
11691 in der Werkzeugleiste, das Menü 
11692 \family sans
11693 Bearbeiten\SpecialChar \menuseparator
11694 Tabelle\SpecialChar \menuseparator
11695 Mehrfachspalte
11696 \family default
11697  oder den 
11698 \family sans
11699 Tabellen-Einstellungen
11700 \family default
11701 -Dialog, in dem Sie auf der Karteikarte 
11702 \family sans
11703 Tabellen-Einstellungen
11704 \family default
11705  
11706 \family sans
11707 Mehrfachspalte
11708 \family default
11709  ankreuzen.
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Mehrfachspalten haben ihre eigenen Einstellungen.
11714  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11715  Hier ist ein Beispiel, wobei 
11716 \begin_inset Quotes gld
11717 \end_inset
11718
11719 B 2
11720 \begin_inset Quotes grd
11721 \end_inset
11722
11723  keine Mehrfachzeile ist, wie in Abschnitt
11724 \begin_inset Space ~
11725 \end_inset
11726
11727
11728 \begin_inset CommandInset ref
11729 LatexCommand ref
11730 reference "uab:Mehrfachzeilen"
11731
11732 \end_inset
11733
11734  beschrieben.
11735  Es wurde nur eine Linie weggelassen:
11736 \end_layout
11737
11738 \begin_layout Standard
11739 \align center
11740 \begin_inset Tabular
11741 <lyxtabular version="3" rows="3" columns="4">
11742 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11743 <column alignment="center" valignment="top" width="0pt">
11744 <column alignment="center" valignment="middle" width="0">
11745 <column alignment="center" valignment="top" width="0in">
11746 <column alignment="center" valignment="top" width="0pt">
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 abc
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 def ghi
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 jkl
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \family roman
11792 \series medium
11793 \shape up
11794 \size normal
11795 \emph off
11796 \bar no
11797 \noun off
11798 \color none
11799 A
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 B
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 C
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 D
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 <row>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 1
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 2
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 3
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 4
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 </row>
11870 </lyxtabular>
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \begin_layout Subsubsection
11878 Mehrfachspalten-Berechnungen
11879 \begin_inset CommandInset label
11880 LatexCommand label
11881 name "uab:Mehrfachspalten-Berechnungen"
11882
11883 \end_inset
11884
11885
11886 \begin_inset Index
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 Mahrfachspalten ! Berechnung
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \begin_inset Index
11897 status collapsed
11898
11899 \begin_layout Plain Layout
11900 Tabellen ! Mahrfachspalten ! Berechnung
11901 \end_layout
11902
11903 \end_inset
11904
11905
11906 \end_layout
11907
11908 \begin_layout Standard
11909 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11910  Zellen beachten.
11911 \end_layout
11912
11913 \begin_layout Standard
11914 \begin_inset Float table
11915 placement h
11916 wide false
11917 sideways false
11918 status open
11919
11920 \begin_layout Plain Layout
11921 \begin_inset Caption
11922
11923 \begin_layout Plain Layout
11924 \begin_inset CommandInset label
11925 LatexCommand label
11926 name "tab:Table-with-centered"
11927
11928 \end_inset
11929
11930 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11931  die halbe Breite der Mehrfachspalten-Zelle haben
11932 \begin_inset OptArg
11933 status collapsed
11934
11935 \begin_layout Plain Layout
11936 Eine Mehrfachspalten-Tabelle
11937 \end_layout
11938
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Plain Layout
11950 \align center
11951 \begin_inset Tabular
11952 <lyxtabular version="3" rows="3" columns="3">
11953 <features>
11954 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11955 <column alignment="center" valignment="middle" width="0">
11956 <column alignment="center" valignment="top" width="0">
11957 <row>
11958 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 Dies ist eine Mehrfach\SpecialChar \-
11963 spalten-Zelle
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 c
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 <row>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 d
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 e
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 f
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 <row>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 g
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 h
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 i
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 </lyxtabular>
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \begin_layout Standard
12058 Um Tabelle
12059 \begin_inset Space ~
12060 \end_inset
12061
12062
12063 \begin_inset CommandInset ref
12064 LatexCommand ref
12065 reference "tab:Table-with-centered"
12066
12067 \end_inset
12068
12069  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12070  3×3-Tabelle, kreuzen im 
12071 \family sans
12072 Tabellen-Einstellungen
12073 \family default
12074 -Dialog 
12075 \family sans
12076 Mehrfachspalte
12077 \family default
12078  an, setzen die 
12079 \family sans
12080 Horizontale
12081 \begin_inset Space ~
12082 \end_inset
12083
12084 Ausrichtung
12085 \family default
12086  auf 
12087 \family sans
12088 Zentriert
12089 \family default
12090  und die 
12091 \family sans
12092 Breite
12093 \family default
12094  auf 2.5
12095 \begin_inset Space \thinspace{}
12096 \end_inset
12097
12098 cm.
12099  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12100  Sie die Breite der ersten Spalte auf 1.25
12101 \begin_inset Space \thinspace{}
12102 \end_inset
12103
12104 cm setzen.
12105  Die zweite Spalte wird dann automatisch 1.25
12106 \begin_inset Space \thinspace{}
12107 \end_inset
12108
12109 cm breit (Breite der 
12110 \family sans
12111 Mehrfachspalte
12112 \family default
12113  
12114 \begin_inset Formula $-$
12115 \end_inset
12116
12117  Breite der ersten Spalte).
12118  Dies wurde so für Tabelle
12119 \begin_inset Space ~
12120 \end_inset
12121
12122
12123 \begin_inset CommandInset ref
12124 LatexCommand ref
12125 reference "tab:Table-without-half"
12126
12127 \end_inset
12128
12129  gemacht.
12130 \end_layout
12131
12132 \begin_layout Standard
12133 \begin_inset Float table
12134 wide false
12135 sideways false
12136 status open
12137
12138 \begin_layout Plain Layout
12139 \begin_inset Caption
12140
12141 \begin_layout Plain Layout
12142 \begin_inset CommandInset label
12143 LatexCommand label
12144 name "tab:Table-without-half"
12145
12146 \end_inset
12147
12148 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12149  wie die Mehrfachspalte
12150 \begin_inset OptArg
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154 Eine unvollkommene Mehrfachspalten-Tabelle
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Plain Layout
12168 \align center
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="3" columns="3">
12171 <features>
12172 <column alignment="center" valignment="top" width="1.25cm">
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <row>
12176 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 Dies ist auch eine Mehr\SpecialChar \-
12181 fach\SpecialChar \-
12182 spalten-Zelle
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 c
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 <row>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 d
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 e
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 f
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 <row>
12236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 g
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 h
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 i
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 </lyxtabular>
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12278  als die zweite ist.
12279  Das liegt daran, dass die Zellenbreite 
12280 \begin_inset Formula $W_{\mathrm{tot}}$
12281 \end_inset
12282
12283  nicht ihre definierte Breite 
12284 \begin_inset Formula $W_{g}$
12285 \end_inset
12286
12287  ist, sondern ein wenig mehr.
12288  Anhang
12289 \begin_inset Space ~
12290 \end_inset
12291
12292
12293 \begin_inset CommandInset ref
12294 LatexCommand ref
12295 reference "kap:Exläuterung-einer-Gleichung"
12296
12297 \end_inset
12298
12299  erklärt das genauer.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Wenn 
12304 \emph on
12305 n
12306 \emph default
12307  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12308  die definierte Breite 
12309 \begin_inset Formula $W_{g\, n}$
12310 \end_inset
12311
12312  einer Spalte, deren totale Breite = 
12313 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12314 \end_inset
12315
12316  sein soll, wie folgt:
12317 \begin_inset Formula \begin{equation}
12318 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12319
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \begin_layout Standard
12326 In unserem Falls ist 
12327 \begin_inset Formula $n=2$
12328 \end_inset
12329
12330
12331 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12332 \end_inset
12333
12334 cm, und damit wird aus Gleichung
12335 \begin_inset Space ~
12336 \end_inset
12337
12338
12339 \begin_inset CommandInset ref
12340 LatexCommand ref
12341 reference "eq:Wgn"
12342
12343 \end_inset
12344
12345  
12346 \begin_inset Formula \begin{equation}
12347 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 Damit LaTeX rechnen kann, muss das Paket 
12356 \series bold
12357 calc
12358 \series default
12359  im Vorspann geladen werden.
12360 \begin_inset Index
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 LaTeX-Pakete ! calc
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 usepackage{calc}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 LyX erlaubt im 
12382 \family sans
12383 Breite
12384 \family default
12385 -Feld des 
12386 \family sans
12387 Tabellen-Einstellungen
12388 \family default
12389 -Dialogs keine Berechnungen.
12390  Deshalb müssen Sie die Formel für die Breite im Feld 
12391 \family sans
12392 LaTe
12393 \begin_inset ERT
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397
12398 {}
12399 \end_layout
12400
12401 \end_inset
12402
12403 X-Argument
12404 \family default
12405  eingeben.
12406  Hier iss ein Überblick über die Argumente:
12407 \end_layout
12408
12409 \begin_layout Itemize
12410
12411 \series bold
12412 p{Breite}
12413 \series default
12414  die Zelle bekommt eine feste 
12415 \series bold
12416 Breite
12417 \series default
12418 , und die vertikale Ausrichtung ist 
12419 \family sans
12420 Oben
12421 \end_layout
12422
12423 \begin_layout Itemize
12424
12425 \series bold
12426 m{Breite}
12427 \series default
12428  die Zelle bekommt eine feste 
12429 \series bold
12430 Breite
12431 \series default
12432 , und die vertikale Ausrichtung ist 
12433 \family sans
12434 Mitte
12435 \end_layout
12436
12437 \begin_layout Itemize
12438
12439 \series bold
12440 b{Breite}
12441 \series default
12442  die Zelle bekommt eine feste 
12443 \series bold
12444 Breite
12445 \series default
12446 , und die vertikale Ausrichtung ist 
12447 \family sans
12448 Unten
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12453  für diese Zelle überschrieben.
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset Note Greyedout
12458 status open
12459
12460 \begin_layout Plain Layout
12461
12462 \series bold
12463 Bemerkung:
12464 \series default
12465  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12466  angezeigt.
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12476  der Zelle mit dem Inhalt 
12477 \begin_inset Quotes gld
12478 \end_inset
12479
12480 d
12481 \begin_inset Quotes grd
12482 \end_inset
12483
12484  der Tabelle
12485 \begin_inset Space ~
12486 \end_inset
12487
12488
12489 \begin_inset CommandInset ref
12490 LatexCommand ref
12491 reference "tab:Table-with-centered"
12492
12493 \end_inset
12494
12495  auch noch der Befehl
12496 \family typewriter
12497 \series bold
12498  
12499 \family default
12500
12501 \backslash
12502 centering
12503 \series default
12504  hinzugefügt.
12505  Das Ganze sieht dann so aus:
12506 \end_layout
12507
12508 \begin_layout Standard
12509
12510 \series bold
12511 |>{
12512 \backslash
12513 centering}m{1.25cm-6.2pt}
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Der vertikale Strich 
12518 \series bold
12519
12520 \begin_inset Quotes gld
12521 \end_inset
12522
12523 |
12524 \series default
12525
12526 \begin_inset Quotes grd
12527 \end_inset
12528
12529  am Anfang zeichnet die linke Linie, und der Befehl 
12530 \series bold
12531
12532 \begin_inset Quotes gld
12533 \end_inset
12534
12535 >{ }
12536 \begin_inset Quotes grd
12537 \end_inset
12538
12539
12540 \series default
12541  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12542  der Zelle benutzt werden sollen.
12543 \end_layout
12544
12545 \begin_layout Standard
12546 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12547  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12548  für einzelne Spalten anwendet.
12549  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12550  werden:
12551 \end_layout
12552
12553 \begin_layout Standard
12554
12555 \series bold
12556 |>{
12557 \backslash
12558 centering}m{2.5cm}|
12559 \end_layout
12560
12561 \begin_layout Subsection
12562 Mehrfachzeilen
12563 \begin_inset CommandInset label
12564 LatexCommand label
12565 name "uab:Mehrfachzeilen"
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Mehrfachzeilen
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset Index
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584 Tabellen ! Mehrfachzeilen
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12594  unterstützt, sodass etwas TeX-Code notwendig.
12595  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12596 \series bold
12597 multirow
12598 \series default
12599
12600 \begin_inset Index
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604 LaTeX-Pakete ! multirow
12605 \end_layout
12606
12607 \end_inset
12608
12609  im Vorspann geladen werden:
12610 \end_layout
12611
12612 \begin_layout Standard
12613
12614 \series bold
12615
12616 \backslash
12617 usepackage{multirow}
12618 \end_layout
12619
12620 \begin_layout Standard
12621 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12622 \end_layout
12623
12624 \begin_layout Standard
12625
12626 \series bold
12627
12628 \backslash
12629 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12630 \end_layout
12631
12632 \begin_layout Standard
12633 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12634  Mehrfachspalte definiert und die obere Linie entfernt.
12635 \end_layout
12636
12637 \begin_layout Standard
12638 \align center
12639 \begin_inset ERT
12640 status collapsed
12641
12642 \begin_layout Plain Layout
12643
12644
12645 \backslash
12646 renewcommand{
12647 \backslash
12648 multirowsetup}{
12649 \backslash
12650 centering}
12651 \end_layout
12652
12653 \end_inset
12654
12655
12656 \begin_inset Tabular
12657 <lyxtabular version="3" rows="3" columns="3">
12658 <features>
12659 <column alignment="center" valignment="top" width="0">
12660 <column alignment="center" valignment="top" width="0">
12661 <column alignment="center" valignment="top" width="0">
12662 <row>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 a
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 b
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 c
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700
12701
12702 \backslash
12703 multirow{2}{2.5cm}{
12704 \end_layout
12705
12706 \end_inset
12707
12708 Mehrfach\SpecialChar \-
12709 zeilen-Text
12710 \begin_inset ERT
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714
12715 }
12716 \end_layout
12717
12718 \end_inset
12719
12720
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 e
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 f
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 h
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 i
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 </lyxtabular>
12774
12775 \end_inset
12776
12777
12778 \begin_inset ERT
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782
12783
12784 \backslash
12785 renewcommand{
12786 \backslash
12787 multirowsetup}{
12788 \backslash
12789 raggedright}
12790 \end_layout
12791
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \begin_layout Standard
12798 In der Zelle darüber wurde dann mit dem Befehl
12799 \end_layout
12800
12801 \begin_layout Standard
12802
12803 \series bold
12804
12805 \backslash
12806 multirow{2}{2.5cm}{
12807 \end_layout
12808
12809 \begin_layout Standard
12810 als TeX-Code die Mehrfachzeile definiert.
12811  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12812 \begin_inset Space \thinspace{}
12813 \end_inset
12814
12815 cm.
12816  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12817  mit der Klammer 
12818 \begin_inset Quotes gld
12819 \end_inset
12820
12821
12822 \series bold
12823 }
12824 \series default
12825
12826 \begin_inset Quotes grd
12827 \end_inset
12828
12829  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12830 \end_layout
12831
12832 \begin_layout Standard
12833
12834 \series bold
12835
12836 \backslash
12837 multirow
12838 \series default
12839  richtet seinen Inhalt standardmäßig linksbündig aus.
12840  Das wurde mit dem Befehl
12841 \end_layout
12842
12843 \begin_layout Standard
12844
12845 \series bold
12846
12847 \backslash
12848 renewcommand{
12849 \backslash
12850 multirowsetup}{
12851 \backslash
12852 centering}
12853 \end_layout
12854
12855 \begin_layout Standard
12856 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 renewcommand{
12865 \backslash
12866 multirowsetup}{
12867 \backslash
12868 raggedright}
12869 \end_layout
12870
12871 \begin_layout Standard
12872 zurückgesetzt.
12873  Für rechtsbündigen Text benutzt man 
12874 \series bold
12875
12876 \backslash
12877 raggedleft
12878 \series default
12879 .
12880 \end_layout
12881
12882 \begin_layout Section
12883 Formale Tabellen
12884 \begin_inset CommandInset label
12885 LatexCommand label
12886 name "abs:Formale-Tabellen"
12887
12888 \end_inset
12889
12890
12891 \begin_inset Index
12892 status collapsed
12893
12894 \begin_layout Plain Layout
12895 Tabellen ! Formale
12896 \end_layout
12897
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \begin_layout Standard
12904 Tabellen werden in Büchern oft wie Tabelle
12905 \begin_inset Space ~
12906 \end_inset
12907
12908
12909 \begin_inset CommandInset ref
12910 LatexCommand ref
12911 reference "tab:Formale-Tabelle"
12912
12913 \end_inset
12914
12915  gesetzt.
12916  Diese Tabellen werden
12917 \emph on
12918  formal
12919 \emph default
12920  genannt.
12921  Formale Tabellen bekommen Sie, wenn Sie im 
12922 \family sans
12923 Tabellen-Einstellungen
12924 \family default
12925 -Dialog auf der Karteikarte 
12926 \family sans
12927 Rahmen
12928 \family default
12929  den 
12930 \family sans
12931 Stil
12932 \family default
12933  
12934 \family sans
12935 Formal
12936 \family default
12937  ankreuzen.
12938 \end_layout
12939
12940 \begin_layout Standard
12941 \begin_inset Float table
12942 placement h
12943 wide false
12944 sideways false
12945 status open
12946
12947 \begin_layout Plain Layout
12948 \begin_inset Caption
12949
12950 \begin_layout Plain Layout
12951 \begin_inset CommandInset label
12952 LatexCommand label
12953 name "tab:Formale-Tabelle"
12954
12955 \end_inset
12956
12957 Formale Tabelle
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \begin_layout Plain Layout
12966 \align center
12967 \begin_inset Tabular
12968 <lyxtabular version="3" rows="8" columns="4">
12969 <features booktabs="true">
12970 <column alignment="center" valignment="top" width="0">
12971 <column alignment="right" valignment="top" width="0">
12972 <column alignment="right" valignment="top" width="0">
12973 <column alignment="right" valignment="top" width="0">
12974 <row>
12975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 System
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 Medipix
12989 \begin_inset Formula $\,$
12990 \end_inset
12991
12992 1
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 Medipix
13002 \begin_inset Formula $\,$
13003 \end_inset
13004
13005 2
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 </row>
13020 <row>
13021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset ERT
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 cmidrule(r){2-2}
13033 \end_layout
13034
13035 \end_inset
13036
13037
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043
13044 \backslash
13045 cmidrule(l){3-4}
13046 \end_layout
13047
13048 \end_inset
13049
13050 Detektordicke [µm]
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 300
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 300
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 700
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row>
13084 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 Kantenwinkel [°]
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 3.55
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 2.71
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 7.99
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row topspace="default">
13122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 räumliche Auflösung [µm]
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 4.26
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 10.17
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 10.56
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row topspace="default">
13160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 MTF bei 
13165 \begin_inset Formula $f_{\mathrm{max}}$
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 0.53
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 0.37
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 0.39
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row topspace="default">
13202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 cmidrule(l{10pt}){1-1}
13214 \end_layout
13215
13216 \end_inset
13217
13218 LSF räumliche Auflösung
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 <cell alignment="center" valignment="top" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 in µm
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 129.7
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 52.75
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 50.78
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row>
13290 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 in % der Pixelgröße
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 76.3
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 95.9
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 92.3
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 </lyxtabular>
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \begin_layout Standard
13340 Abstände zu Tabellenzeilen können auf der Karteikarte 
13341 \family sans
13342 Rahmen
13343 \family default
13344  des 
13345 \family sans
13346 Tabellen-Ein\SpecialChar \-
13347 stel\SpecialChar \-
13348 lun\SpecialChar \-
13349 gen
13350 \family default
13351 -Dialogs hinzugefügt werden, wie in Abschnitt
13352 \begin_inset Space ~
13353 \end_inset
13354
13355
13356 \begin_inset CommandInset ref
13357 LatexCommand ref
13358 reference "uab:Zeilenabstand"
13359
13360 \end_inset
13361
13362  beschrieben.
13363 \end_layout
13364
13365 \begin_layout Standard
13366 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13367  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13368  gedruckt aber anders aus.
13369  Die erste und letzte Linie ist 0.08
13370 \begin_inset Space \thinspace{}
13371 \end_inset
13372
13373 em dick, während die anderen 0.05
13374 \begin_inset Space \thinspace{}
13375 \end_inset
13376
13377 em dick sind.
13378 \end_layout
13379
13380 \begin_layout Standard
13381 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13382 \end_layout
13383
13384 \begin_layout Standard
13385
13386 \series bold
13387
13388 \backslash
13389 let
13390 \backslash
13391 mytoprule
13392 \backslash
13393 toprule
13394 \begin_inset Newline newline
13395 \end_inset
13396
13397
13398 \backslash
13399 renewcommand{
13400 \backslash
13401 toprule}{
13402 \backslash
13403 mytoprule[Breite]}
13404 \end_layout
13405
13406 \begin_layout Standard
13407 Dies Beispiel gilt für die oberste Linie, genannt 
13408 \series bold
13409 toprule
13410 \series default
13411 .
13412  Für die letzte müssen Sie 
13413 \series bold
13414 toprule
13415 \series default
13416  durch 
13417 \series bold
13418 bottomrule
13419 \series default
13420  ersetzen.
13421  Die Linien dazwischen heißen 
13422 \series bold
13423 midrule
13424 \series default
13425 .
13426  Für 
13427 \family sans
13428 Breite
13429 \family default
13430  können Sie alle Einheiten benutzen, die in Anhang
13431 \begin_inset Space ~
13432 \end_inset
13433
13434
13435 \begin_inset CommandInset ref
13436 LatexCommand ref
13437 reference "kap:In-LyX-verfügbare"
13438
13439 \end_inset
13440
13441  aufgelistet sind.
13442 \end_layout
13443
13444 \begin_layout Standard
13445 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13446  eine Linie unter einer Mehrfachspalte.
13447  LyX wird intern den Befehl 
13448 \series bold
13449
13450 \backslash
13451 cmidrule
13452 \series default
13453  benutzen, um diese Linie zu drucken.
13454  Der ganze Befehl sieht so aus:
13455 \end_layout
13456
13457 \begin_layout Standard
13458
13459 \series bold
13460
13461 \backslash
13462 cmidrule[width](trim){Anfangsspalte-Endspalte}
13463 \end_layout
13464
13465 \begin_layout Standard
13466 Die 
13467 \series bold
13468
13469 \backslash
13470 cmidrule
13471 \series default
13472 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13473  benutzen.
13474  
13475 \series bold
13476
13477 \backslash
13478 cmidrule
13479 \series default
13480  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13481  erste Zelle einer Zeile einfügt.
13482  Die Linie wird dann über der Zeile gedruckt.
13483 \end_layout
13484
13485 \begin_layout Standard
13486 Der Standardwert ist 0.03
13487 \begin_inset Space \thinspace{}
13488 \end_inset
13489
13490 em.
13491  Die Linie reicht von 
13492 \family typewriter
13493 Anfangsspalte
13494 \family default
13495  bis 
13496 \family typewriter
13497 End\SpecialChar \-
13498 spal\SpecialChar \-
13499 te
13500 \family default
13501 .
13502  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13503   Der optionale Parameter 
13504 \family typewriter
13505 trim
13506 \family default
13507  kann die Werte 
13508 \emph on
13509 r
13510 \emph default
13511
13512 \emph on
13513 r{Breite}
13514 \emph default
13515
13516 \emph on
13517 l
13518 \family typewriter
13519 \emph default
13520  
13521 \family default
13522 oder 
13523 \emph on
13524 l{Breite}
13525 \emph default
13526  annehmen, wobei die 
13527 \family sans
13528 Breite
13529 \family default
13530  optional ist.
13531  
13532 \emph on
13533 l{2pt}
13534 \emph default
13535  zum Beispiel bedeutet, dass die Linie links um 2
13536 \begin_inset Space \thinspace{}
13537 \end_inset
13538
13539 pt gekürzt wird.
13540  Ohne Breitenangabe werden die Linien um 0.5
13541 \begin_inset Space \thinspace{}
13542 \end_inset
13543
13544 em gekürzt.
13545 \end_layout
13546
13547 \begin_layout Standard
13548 \begin_inset VSpace bigskip
13549 \end_inset
13550
13551 In Tabelle
13552 \begin_inset Space ~
13553 \end_inset
13554
13555
13556 \begin_inset CommandInset ref
13557 LatexCommand ref
13558 reference "tab:Formale-Tabelle"
13559
13560 \end_inset
13561
13562  wurden die Befehle
13563 \end_layout
13564
13565 \begin_layout Standard
13566
13567 \series bold
13568
13569 \backslash
13570 cmidrule(r){2-2}
13571 \backslash
13572 cmidrule(l){3-4}
13573 \end_layout
13574
13575 \begin_layout Standard
13576 am Anfange der zweiten Zeile und
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \series bold
13582
13583 \backslash
13584 cmidrule(l{10pt}){1-1}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 in der sechsten benutzt.
13589 \end_layout
13590
13591 \begin_layout Standard
13592 \begin_inset VSpace bigskip
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Sie können mit 
13600 \series bold
13601
13602 \backslash
13603 cmidrule
13604 \series default
13605  auch überlappende Linien wie in Tabelle
13606 \begin_inset Space ~
13607 \end_inset
13608
13609
13610 \begin_inset CommandInset ref
13611 LatexCommand ref
13612 reference "tab:Special-booktabs-table"
13613
13614 \end_inset
13615
13616  definieren.
13617  Der Befehl ist:
13618 \end_layout
13619
13620 \begin_layout Standard
13621
13622 \series bold
13623
13624 \backslash
13625 morecmidrules
13626 \end_layout
13627
13628 \begin_layout Standard
13629 In Zeile zwei der Tabelle
13630 \begin_inset Space ~
13631 \end_inset
13632
13633
13634 \begin_inset CommandInset ref
13635 LatexCommand ref
13636 reference "tab:Special-booktabs-table"
13637
13638 \end_inset
13639
13640  wurde folgender Befehl benutzt:
13641 \end_layout
13642
13643 \begin_layout Standard
13644
13645 \series bold
13646
13647 \backslash
13648 cmidrule(r){2-2}
13649 \backslash
13650 cmidrule(l){3-4}
13651 \backslash
13652 morecmidrules
13653 \begin_inset Newline newline
13654 \end_inset
13655
13656
13657 \backslash
13658 cmidrule{2-4}
13659 \end_layout
13660
13661 \begin_layout Standard
13662 und in Zeile sechs:
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \series bold
13668
13669 \backslash
13670 midrule
13671 \backslash
13672 morecmidrules
13673 \backslash
13674 cmidrule{3-4}
13675 \end_layout
13676
13677 \begin_layout Standard
13678 \begin_inset VSpace bigskip
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13686  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13687 \end_layout
13688
13689 \begin_layout Standard
13690
13691 \series bold
13692
13693 \backslash
13694 specialrule{Dicke}{Abstand davor}{Abstand danach}
13695 \end_layout
13696
13697 \begin_layout Standard
13698 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13699 \series bold
13700 booktabs
13701 \series default
13702  
13703 \begin_inset CommandInset citation
13704 LatexCommand cite
13705 key "booktabs"
13706
13707 \end_inset
13708
13709 .
13710 \begin_inset Index
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 LaTeX-Pakete ! booktabs
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \begin_layout Standard
13723 \begin_inset Float table
13724 placement h
13725 wide false
13726 sideways false
13727 status open
13728
13729 \begin_layout Plain Layout
13730 \begin_inset Caption
13731
13732 \begin_layout Plain Layout
13733 \begin_inset CommandInset label
13734 LatexCommand label
13735 name "tab:Special-booktabs-table"
13736
13737 \end_inset
13738
13739 Eine spezielle formale Tabelle
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Plain Layout
13748 \align center
13749 \begin_inset Tabular
13750 <lyxtabular version="3" rows="8" columns="4">
13751 <features booktabs="true">
13752 <column alignment="center" valignment="top" width="0">
13753 <column alignment="center" valignment="top" width="0">
13754 <column alignment="right" valignment="top" width="0">
13755 <column alignment="right" valignment="top" width="0">
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 System
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 Medipix
13771 \begin_inset Space \thinspace{}
13772 \end_inset
13773
13774 1
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 Medipix
13784 \begin_inset Space \thinspace{}
13785 \end_inset
13786
13787 2
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \backslash
13814 cmidrule(r){2-2}
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825
13826 \backslash
13827 cmidrule(l){3-4}
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \begin_inset ERT
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837
13838
13839 \backslash
13840 morecmidrules 
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 cmidrule{2-4}
13854 \end_layout
13855
13856 \end_inset
13857
13858 Detektordicke  [µm]
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 300
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 300
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 700
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 </row>
13891 <row>
13892 <cell alignment="center" valignment="top" topline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 Kantenwinkel [°]
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 3,55
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 2,71
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 7,99
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row topspace="default">
13930 <cell alignment="center" valignment="top" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 räumliche Auflösung [µm]
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 4,26
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 10,17
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 10,56
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 </row>
13967 <row topspace="default">
13968 <cell alignment="center" valignment="top" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 MTF bei 
13973 \begin_inset Formula $f_{\mathrm{max}}$
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 0,53
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 0,37
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 0,39
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 <row>
14010 <cell alignment="center" valignment="top" topline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 \begin_inset ERT
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018
14019
14020 \backslash
14021 morecmidrules 
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 cmidrule{3-4}
14035 \end_layout
14036
14037 \end_inset
14038
14039 LSF-räumliche Auflösung
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 in µm
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 129,7
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 52,75
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 50,78
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 <row>
14111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 in % der Pixelgröße
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 76,3
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 95,9
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 92,3
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 </row>
14148 </lyxtabular>
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Section
14161 Vertikale Tabellen-Ausrichtung
14162 \begin_inset Index
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166 Tabellen ! Ausrichtung
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14176  einer Box sein.
14177  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14178 \begin_inset Space ~
14179 \end_inset
14180
14181
14182 \begin_inset CommandInset ref
14183 LatexCommand ref
14184 reference "abs:Box-Dialog"
14185
14186 \end_inset
14187
14188  beschrieben.
14189 \end_layout
14190
14191 \begin_layout Standard
14192 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14193 \begin_inset Foot
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 Minipages werden in Abschnitt
14198 \begin_inset Space ~
14199 \end_inset
14200
14201
14202 \begin_inset CommandInset ref
14203 LatexCommand ref
14204 reference "abs:Minipage"
14205
14206 \end_inset
14207
14208  beschrieben.
14209 \end_layout
14210
14211 \end_inset
14212
14213  mit 15
14214 \begin_inset Space \thinspace{}
14215 \end_inset
14216
14217 col%-Breite:
14218 \end_layout
14219
14220 \begin_layout Itemize
14221 Test 
14222 \begin_inset Box Frameless
14223 position "t"
14224 hor_pos "c"
14225 has_inner_box 1
14226 inner_pos "c"
14227 use_parbox 0
14228 width "15col%"
14229 special "none"
14230 height "1in"
14231 height_special "totalheight"
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="3" columns="3">
14237 <features>
14238 <column alignment="center" valignment="top" width="0">
14239 <column alignment="center" valignment="top" width="0">
14240 <column alignment="center" valignment="top" width="0">
14241 <row>
14242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 Tabelle 1
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 b
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 e
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 h
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 c
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 f
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 i
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 </lyxtabular>
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \end_inset
14336
14337  Test 
14338 \begin_inset ERT
14339 status collapsed
14340
14341 \begin_layout Plain Layout
14342
14343
14344 \backslash
14345 raisebox{0.85
14346 \backslash
14347 baselineskip}{
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \begin_inset Box Frameless
14354 position "t"
14355 hor_pos "c"
14356 has_inner_box 1
14357 inner_pos "c"
14358 use_parbox 0
14359 width "15col%"
14360 special "none"
14361 height "1in"
14362 height_special "totalheight"
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366 \begin_inset Tabular
14367 <lyxtabular version="3" rows="3" columns="3">
14368 <features>
14369 <column alignment="center" valignment="top" width="0">
14370 <column alignment="center" valignment="top" width="0">
14371 <column alignment="center" valignment="top" width="0">
14372 <row>
14373 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 Tabelle 2
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 b
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 e
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 h
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 c
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 f
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 i
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 </lyxtabular>
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \begin_inset ERT
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473
14474 }
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Itemize
14483 Test 
14484 \begin_inset Box Frameless
14485 position "c"
14486 hor_pos "c"
14487 has_inner_box 1
14488 inner_pos "c"
14489 use_parbox 0
14490 width "15col%"
14491 special "none"
14492 height "1in"
14493 height_special "totalheight"
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497 \begin_inset Tabular
14498 <lyxtabular version="3" rows="3" columns="3">
14499 <features>
14500 <column alignment="center" valignment="top" width="0">
14501 <column alignment="center" valignment="top" width="0">
14502 <column alignment="center" valignment="top" width="0">
14503 <row>
14504 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 Tabelle 3
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 <row>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 b
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 e
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 h
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 <row>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 c
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 f
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 i
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 </row>
14590 </lyxtabular>
14591
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Itemize
14603 Test 
14604 \begin_inset Box Frameless
14605 position "b"
14606 hor_pos "c"
14607 has_inner_box 1
14608 inner_pos "c"
14609 use_parbox 0
14610 width "15col%"
14611 special "none"
14612 height "1in"
14613 height_special "totalheight"
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 \begin_inset Tabular
14618 <lyxtabular version="3" rows="3" columns="3">
14619 <features>
14620 <column alignment="center" valignment="top" width="0">
14621 <column alignment="center" valignment="top" width="0">
14622 <column alignment="center" valignment="top" width="0">
14623 <row>
14624 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 Tabelle 4
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 </row>
14652 <row>
14653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 b
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 e
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 h
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 c
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 f
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 i
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 </row>
14710 </lyxtabular>
14711
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \end_inset
14718
14719 Test 
14720 \begin_inset ERT
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725
14726 \backslash
14727 raisebox{-0.32
14728 \backslash
14729 baselineskip}{
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \begin_inset Box Frameless
14736 position "b"
14737 hor_pos "c"
14738 has_inner_box 1
14739 inner_pos "c"
14740 use_parbox 0
14741 width "15col%"
14742 special "none"
14743 height "1in"
14744 height_special "totalheight"
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748 \begin_inset Tabular
14749 <lyxtabular version="3" rows="3" columns="3">
14750 <features>
14751 <column alignment="center" valignment="top" width="0">
14752 <column alignment="center" valignment="top" width="0">
14753 <column alignment="center" valignment="top" width="0">
14754 <row>
14755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 Tabelle 5
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row>
14784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 b
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 e
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 h
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 </row>
14812 <row>
14813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 c
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 f
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 i
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 </row>
14841 </lyxtabular>
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856 }
14857 \end_layout
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14866  der Textzeile nicht richtig ausgerichtet.
14867  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14868 \begin_inset Quotes gld
14869 \end_inset
14870
14871 Raisebox
14872 \begin_inset Quotes grd
14873 \end_inset
14874
14875
14876 \begin_inset Foot
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 Raiseboxen werden in Abschnitt
14881 \begin_inset Space ~
14882 \end_inset
14883
14884
14885 \begin_inset CommandInset ref
14886 LatexCommand ref
14887 reference "uab:Vertikale-Ausrichtung"
14888
14889 \end_inset
14890
14891  beschrieben.
14892 \end_layout
14893
14894 \end_inset
14895
14896  setzen.
14897  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14898  Befehl
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 raisebox{0.85
14907 \backslash
14908 baselineskip}{
14909 \end_layout
14910
14911 \begin_layout Standard
14912 vor der Box ausgerichtet.
14913  Hinter der Box wurde auch noch 
14914 \series bold
14915 }
14916 \series default
14917  als TeX-Code eingefügt, weil der obige Befehl mit 
14918 \series bold
14919 {
14920 \series default
14921  aufhörte.
14922  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928
14929 \backslash
14930 raisebox{-0.32
14931 \backslash
14932 baselineskip}{
14933 \end_layout
14934
14935 \begin_layout Standard
14936 benutzt.
14937 \end_layout
14938
14939 \begin_layout Standard
14940 \begin_inset Note Greyedout
14941 status open
14942
14943 \begin_layout Plain Layout
14944
14945 \series bold
14946 Bemerkung:
14947 \series default
14948  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14949  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14950  Der Faktor im 
14951 \series bold
14952
14953 \backslash
14954 raisebox
14955 \series default
14956 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14957 \end_layout
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Section
14965 Farbige Tabellen
14966 \begin_inset CommandInset label
14967 LatexCommand label
14968 name "abs:Farbige-Tabellen"
14969
14970 \end_inset
14971
14972
14973 \begin_inset Index
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977 Tabellen ! farbige
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Subsection
14986 Farbige Zellen
14987 \begin_inset Index
14988 status collapsed
14989
14990 \begin_layout Plain Layout
14991 farbige !  Tabellenzellen
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \begin_inset Float table
15001 placement h
15002 wide false
15003 sideways false
15004 status open
15005
15006 \begin_layout Plain Layout
15007 \begin_inset Caption
15008
15009 \begin_layout Plain Layout
15010 \begin_inset CommandInset label
15011 LatexCommand label
15012 name "tab:Farbige-Tabelle-ohne"
15013
15014 \end_inset
15015
15016 Farbige Tabelle, ohne Paket 
15017 \series bold
15018 colortbl
15019 \series default
15020
15021 \begin_inset OptArg
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025 Tabelle ohne 
15026 \family typewriter
15027 colortbl
15028 \end_layout
15029
15030 \end_inset
15031
15032
15033 \end_layout
15034
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \begin_layout Plain Layout
15041 \align center
15042 \begin_inset Tabular
15043 <lyxtabular version="3" rows="3" columns="3">
15044 <features>
15045 <column alignment="center" valignment="top" width="0">
15046 <column alignment="center" valignment="top" width="0">
15047 <column alignment="center" valignment="top" width="0">
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \color green
15055 a
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \color red
15066 b
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \color red
15077 c
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \color green
15090 d
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \color blue
15101 e
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \color blue
15112 f
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \color green
15125 g
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \color blue
15136 h
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \color blue
15147 i
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Standard
15166 \begin_inset CommandInset label
15167 LatexCommand label
15168 name "Wenn-Sie-nur"
15169
15170 \end_inset
15171
15172 Wenn Sie nur farbigen Text
15173 \begin_inset Index
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Farbe ! für Text
15178 \end_layout
15179
15180 \end_inset
15181
15182  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15183  auf den Werkzeugleistenknopf 
15184 \begin_inset Graphics
15185         filename ../../images/dialog-show_character.png
15186         scale 70
15187         scaleBeforeRotation
15188         BoundingBox 0bp 6bp 22bp 22bp
15189
15190 \end_inset
15191
15192  oder über das Menü 
15193 \family sans
15194 Bearbeiten\SpecialChar \menuseparator
15195 Textstil\SpecialChar \menuseparator
15196 Benutzerdefiniert
15197 \family default
15198  mit dem 
15199 \family sans
15200 Textstil
15201 \family default
15202 -Dialog wie es in Tabelle
15203 \begin_inset Space ~
15204 \end_inset
15205
15206
15207 \begin_inset CommandInset ref
15208 LatexCommand ref
15209 reference "tab:Farbige-Tabelle-ohne"
15210
15211 \end_inset
15212
15213  gemacht wurde.
15214  In anderen Fällen müssen Sie das LaTeX-Paket 
15215 \series bold
15216 colortbl
15217 \series default
15218  benutzen.
15219 \begin_inset Index
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223 LaTeX-Pakete ! colortbl
15224 \end_layout
15225
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \begin_layout Standard
15232 \begin_inset ERT
15233 status collapsed
15234
15235 \begin_layout Plain Layout
15236
15237
15238 \backslash
15239 ifcolortbl
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \begin_inset Note Note
15246 status open
15247
15248 \begin_layout Plain Layout
15249 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15250 \series bold
15251 colortbl
15252 \series default
15253  installiert ist.
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Um farbige Tabellen zu erzeugen, muss 
15263 \series bold
15264 colortbl
15265 \series default
15266  im LaTeX-Vorspann geladen werden:
15267 \end_layout
15268
15269 \begin_layout Standard
15270
15271 \series bold
15272
15273 \backslash
15274 usepackage{colortbl}
15275 \end_layout
15276
15277 \begin_layout Standard
15278 Die Farbe einer Spalte ändert man dann mit dem Befehl
15279 \end_layout
15280
15281 \begin_layout Standard
15282
15283 \series bold
15284
15285 \backslash
15286 columncolor{Farbname}
15287 \end_layout
15288
15289 \begin_layout Standard
15290 innerhalb des Befehls 
15291 \series bold
15292 >{}
15293 \series default
15294 .
15295  Mehr über den Befehl 
15296 \series bold
15297 >{}
15298 \series default
15299  finden Sie im Abschnitt
15300 \begin_inset Space ~
15301 \end_inset
15302
15303
15304 \begin_inset CommandInset ref
15305 LatexCommand ref
15306 reference "uab:Mehrfachspalten-Berechnungen"
15307
15308 \end_inset
15309
15310 .
15311 \end_layout
15312
15313 \begin_layout Standard
15314 Folgende Farbnamen sind vordefiniert:
15315 \end_layout
15316
15317 \begin_layout Standard
15318
15319 \family sans
15320 red
15321 \family default
15322
15323 \family sans
15324 green
15325 \family default
15326
15327 \family sans
15328 yellow
15329 \family default
15330
15331 \family sans
15332 blue
15333 \family default
15334
15335 \family sans
15336 cyan
15337 \family default
15338
15339 \family sans
15340 magenta
15341 \family default
15342
15343 \family sans
15344 black
15345 \family default
15346  und 
15347 \family sans
15348 white
15349 \begin_inset Newline newline
15350 \end_inset
15351
15352 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15353 \family default
15354 und
15355 \family sans
15356  weiß)
15357 \end_layout
15358
15359 \begin_layout Standard
15360 \begin_inset VSpace medskip
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \begin_layout Standard
15367 Sie können auch eigene Farben definieren:
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 definecolor{Farbname}{Farbmodell}{Farbwerte}
15376 \end_layout
15377
15378 \begin_layout Standard
15379 Das Farbmodell kann eins der folgenden sein:
15380 \end_layout
15381
15382 \begin_layout Labeling
15383 \labelwidthstring 00.00.0000
15384 cmyk: cyan, magenta, yellow, black
15385 \end_layout
15386
15387 \begin_layout Labeling
15388 \labelwidthstring 00.00.0000
15389 rgb: red, green blue
15390 \end_layout
15391
15392 \begin_layout Labeling
15393 \labelwidthstring 00.00.0000
15394 gray: gray
15395 \end_layout
15396
15397 \begin_layout Standard
15398 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15399  die die entsprechende Farbe für das Farbmodell beschreiben.
15400 \end_layout
15401
15402 \begin_layout Standard
15403 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15404 \emph on
15405
15406 \begin_inset Quotes gld
15407 \end_inset
15408
15409 dunkelgruen
15410 \emph default
15411
15412 \begin_inset Quotes grd
15413 \end_inset
15414
15415  und 
15416 \begin_inset Quotes gld
15417 \end_inset
15418
15419
15420 \emph on
15421 hellgrau
15422 \emph default
15423
15424 \begin_inset Quotes grd
15425 \end_inset
15426
15427  folgendermaßen definieren:
15428 \end_layout
15429
15430 \begin_layout Standard
15431
15432 \series bold
15433
15434 \backslash
15435 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15436 \end_layout
15437
15438 \begin_layout Standard
15439
15440 \series bold
15441
15442 \backslash
15443 definecolor{hellgrau}{gray}{0.8}
15444 \end_layout
15445
15446 \begin_layout Standard
15447 \begin_inset VSpace medskip
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \begin_layout Standard
15454 Linien werden mit dem Befehl
15455 \end_layout
15456
15457 \begin_layout Standard
15458
15459 \series bold
15460
15461 \backslash
15462 rowcolor{Farbname}
15463 \end_layout
15464
15465 \begin_layout Standard
15466 gefärbt, Zellen mit dem Befehl
15467 \end_layout
15468
15469 \begin_layout Standard
15470
15471 \series bold
15472
15473 \backslash
15474 cellcolor{Farbname}
15475 \end_layout
15476
15477 \begin_layout Standard
15478 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15479 \end_layout
15480
15481 \begin_layout Standard
15482 Um nur Text zu färben, machen Sie es wie 
15483 \begin_inset CommandInset ref
15484 LatexCommand vpageref
15485 reference "Wenn-Sie-nur"
15486
15487 \end_inset
15488
15489  beschrieben.
15490  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15491 \emph on
15492 markieren Sie nur den Text
15493 \emph default
15494 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset Note Greyedout
15499 status open
15500
15501 \begin_layout Plain Layout
15502
15503 \series bold
15504 Achtung:
15505 \series default
15506  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15507 \end_layout
15508
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \begin_layout Standard
15515 \begin_inset VSpace medskip
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 Die Tabelle
15523 \begin_inset Space ~
15524 \end_inset
15525
15526
15527 \begin_inset CommandInset ref
15528 LatexCommand ref
15529 reference "tab:Table-colored-using"
15530
15531 \end_inset
15532
15533  wurde folgendermaßen erstellt: die erste Spalte soll 
15534 \emph on
15535
15536 \begin_inset Quotes gld
15537 \end_inset
15538
15539 dunkelgruen
15540 \emph default
15541
15542 \begin_inset Quotes grd
15543 \end_inset
15544
15545  werden, also müssen Sie ins 
15546 \family sans
15547 LaTe
15548 \begin_inset ERT
15549 status collapsed
15550
15551 \begin_layout Plain Layout
15552
15553 {}
15554 \end_layout
15555
15556 \end_inset
15557
15558 X-Argument
15559 \family default
15560  der Zellen der ersten Spalte den Befehl
15561 \end_layout
15562
15563 \begin_layout Standard
15564
15565 \series bold
15566 >{
15567 \backslash
15568 columncolor{dunkelgruen}
15569 \backslash
15570 centering}c
15571 \end_layout
15572
15573 \begin_layout Standard
15574 schreiben.
15575  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 rowcolow{cyan}
15584 \end_layout
15585
15586 \begin_layout Standard
15587 in die erste Zelle der ersten Zeile eingefügt.
15588  Diese Farbe ersetzt die Spaltenfarbe.
15589  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15590  wird mit folgendem Befehl erreicht:
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596
15597 \backslash
15598 cellcolor{magenta}
15599 \end_layout
15600
15601 \begin_layout Standard
15602 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15603 \family sans
15604 Textstil
15605 \family default
15606 -Dialog.
15607 \end_layout
15608
15609 \begin_layout Standard
15610 \begin_inset Float table
15611 placement h
15612 wide false
15613 sideways false
15614 status open
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Caption
15618
15619 \begin_layout Plain Layout
15620 \begin_inset CommandInset label
15621 LatexCommand label
15622 name "tab:Table-colored-using"
15623
15624 \end_inset
15625
15626 Eine mit dem Paket 
15627 \series bold
15628 colortbl
15629 \series default
15630  gefärbte Tabelle
15631 \begin_inset OptArg
15632 status collapsed
15633
15634 \begin_layout Plain Layout
15635 Tabelle mit 
15636 \family typewriter
15637 colortbl
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Plain Layout
15651 \align center
15652 \begin_inset Tabular
15653 <lyxtabular version="3" rows="3" columns="3">
15654 <features>
15655 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <row>
15659 <cell alignment="center" valignment="top" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 rowcolor{cyan}
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \color magenta
15677 a
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686
15687 \color red
15688 b
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \color red
15699 c
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 </row>
15705 <row>
15706 <cell alignment="center" valignment="top" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \color yellow
15712 d
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \color blue
15723 e
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \color blue
15734 f
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 <row>
15741 <cell alignment="center" valignment="top" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \color yellow
15747 g
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \color blue
15758 h
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 cellcolor{magenta}
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \color green
15781 i
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 </lyxtabular>
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \begin_layout Standard
15800 \begin_inset ERT
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804
15805
15806 \backslash
15807 else
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \begin_inset Note Note
15814 status open
15815
15816 \begin_layout Plain Layout
15817 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15818 \series bold
15819 colortbl
15820 \series default
15821  nicht installiert ist:
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 Sie müssen das LaTeX-Paket 
15831 \series bold
15832 colortbl
15833 \series default
15834  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15835 \end_layout
15836
15837 \begin_layout Standard
15838 \begin_inset ERT
15839 status collapsed
15840
15841 \begin_layout Plain Layout
15842
15843
15844 \backslash
15845 fi
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Subsection
15854 Farbige Linien
15855 \begin_inset Index
15856 status collapsed
15857
15858 \begin_layout Plain Layout
15859 farbige !  Tabellenlinien
15860 \end_layout
15861
15862 \end_inset
15863
15864
15865 \end_layout
15866
15867 \begin_layout Standard
15868 Wie in Abschnitt
15869 \begin_inset Space ~
15870 \end_inset
15871
15872
15873 \begin_inset CommandInset ref
15874 LatexCommand ref
15875 reference "uab:Liniendicke"
15876
15877 \end_inset
15878
15879  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15880 \series bold
15881
15882 \backslash
15883 arrayrulewidth
15884 \series default
15885  definiert werden.
15886  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15887 \begin_inset Space \thinspace{}
15888 \end_inset
15889
15890 pt gesetzt.
15891 \begin_inset ERT
15892 status collapsed
15893
15894 \begin_layout Plain Layout
15895
15896
15897 \backslash
15898 setlength{
15899 \backslash
15900 arrayrulewidth}{1.5pt}
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15910 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15911 \begin_inset Space ~
15912 \end_inset
15913
15914
15915 \begin_inset CommandInset ref
15916 LatexCommand ref
15917 reference "uab:Angepasste-Zellen/Spaltenformat"
15918
15919 \end_inset
15920
15921  definiert:
15922 \end_layout
15923
15924 \begin_layout Standard
15925
15926 \series bold
15927
15928 \backslash
15929 newcolumntype{W}{!{
15930 \backslash
15931 color{green}
15932 \backslash
15933 vline}}
15934 \end_layout
15935
15936 \begin_layout Standard
15937 In Tabelle
15938 \begin_inset Space ~
15939 \end_inset
15940
15941
15942 \begin_inset CommandInset ref
15943 LatexCommand ref
15944 reference "tab:Tabelle-mit-farbigen-vert"
15945
15946 \end_inset
15947
15948  wurde das LaTeX-Argument 
15949 \series bold
15950 WcW
15951 \series default
15952  für die letzte und 
15953 \series bold
15954 Wc
15955 \series default
15956  für die anderen Spalten benutzt.
15957 \end_layout
15958
15959 \begin_layout Standard
15960 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15961 \end_layout
15962
15963 \begin_layout Standard
15964 \begin_inset Float table
15965 placement h
15966 wide false
15967 sideways false
15968 status open
15969
15970 \begin_layout Plain Layout
15971 \begin_inset Caption
15972
15973 \begin_layout Plain Layout
15974 \begin_inset CommandInset label
15975 LatexCommand label
15976 name "tab:Tabelle-mit-farbigen-vert"
15977
15978 \end_inset
15979
15980 Tabelle mit farbigen vertikalen Linien
15981 \end_layout
15982
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \begin_layout Plain Layout
15989 \align center
15990 \begin_inset Tabular
15991 <lyxtabular version="3" rows="3" columns="3">
15992 <features>
15993 <column alignment="center" valignment="top" width="0" special="Wc">
15994 <column alignment="center" valignment="top" width="0" special="Wc">
15995 <column alignment="center" valignment="top" width="0" special="WcW">
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 sd
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 sd
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 sd
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 </lyxtabular>
16084
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Standard
16096 \begin_inset VSpace bigskip
16097 \end_inset
16098
16099 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16100 \begin_inset Space ~
16101 \end_inset
16102
16103
16104 \begin_inset CommandInset ref
16105 LatexCommand ref
16106 reference "tab:Tabelle-mit-farbigen-horiz"
16107
16108 \end_inset
16109
16110 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16111  einfügen:
16112 \end_layout
16113
16114 \begin_layout Standard
16115
16116 \series bold
16117
16118 \backslash
16119 let
16120 \backslash
16121 myHlineC
16122 \backslash
16123 hline
16124 \begin_inset Newline newline
16125 \end_inset
16126
16127
16128 \backslash
16129 renewcommand{
16130 \backslash
16131 hline}
16132 \begin_inset Newline newline
16133 \end_inset
16134
16135
16136 \begin_inset ERT
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140
16141
16142 \backslash
16143 hphantom{ }
16144 \end_layout
16145
16146 \end_inset
16147
16148 {
16149 \backslash
16150 arrayrulecolor{red}
16151 \backslash
16152 myHlineC
16153 \backslash
16154 arrayrulecolor{black}}
16155 \end_layout
16156
16157 \begin_layout Standard
16158 \begin_inset ERT
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162
16163
16164 \backslash
16165 let
16166 \backslash
16167 myHlineC
16168 \backslash
16169 hline
16170 \end_layout
16171
16172 \begin_layout Plain Layout
16173
16174
16175 \backslash
16176 renewcommand{
16177 \backslash
16178 hline}
16179 \end_layout
16180
16181 \begin_layout Plain Layout
16182
16183  {
16184 \backslash
16185 arrayrulecolor{red}
16186 \backslash
16187 myHlineC
16188 \backslash
16189 arrayrulecolor{black}}
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \begin_inset Float table
16196 placement h
16197 wide false
16198 sideways false
16199 status open
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Caption
16203
16204 \begin_layout Plain Layout
16205 \begin_inset CommandInset label
16206 LatexCommand label
16207 name "tab:Tabelle-mit-farbigen-horiz"
16208
16209 \end_inset
16210
16211 Tabelle mit farbigen horizontalen Linien
16212 \end_layout
16213
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \begin_layout Plain Layout
16220 \align center
16221 \begin_inset Tabular
16222 <lyxtabular version="3" rows="3" columns="3">
16223 <features>
16224 <column alignment="center" valignment="top" width="0">
16225 <column alignment="center" valignment="top" width="0">
16226 <column alignment="center" valignment="top" width="0">
16227 <row>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 sd
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 </row>
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 sd
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 sd
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 </lyxtabular>
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Standard
16327 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16328  als TeX-Code hinter der Tabelle einfügen:
16329 \end_layout
16330
16331 \begin_layout Standard
16332
16333 \series bold
16334
16335 \backslash
16336 renewcommand{
16337 \backslash
16338 hline}{
16339 \backslash
16340 myHlineC}
16341 \end_layout
16342
16343 \begin_layout Standard
16344 Tabelle
16345 \begin_inset Space ~
16346 \end_inset
16347
16348
16349 \begin_inset CommandInset ref
16350 LatexCommand ref
16351 reference "tab:Table-with-colored"
16352
16353 \end_inset
16354
16355  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16356 \end_layout
16357
16358 \begin_layout Standard
16359 \begin_inset Float table
16360 placement h
16361 wide false
16362 sideways false
16363 status open
16364
16365 \begin_layout Plain Layout
16366 \begin_inset Caption
16367
16368 \begin_layout Plain Layout
16369 \begin_inset CommandInset label
16370 LatexCommand label
16371 name "tab:Table-with-colored"
16372
16373 \end_inset
16374
16375 Tabelle mit farbigen Linien
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \begin_layout Plain Layout
16384 \align center
16385 \begin_inset Tabular
16386 <lyxtabular version="3" rows="3" columns="3">
16387 <features>
16388 <column alignment="center" valignment="top" width="0" special="Wc">
16389 <column alignment="center" valignment="top" width="0" special="Wc">
16390 <column alignment="center" valignment="top" width="0" special="WcW">
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 sd
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 sd
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row topspace="default">
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 sd
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 </lyxtabular>
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Standard
16491 \begin_inset ERT
16492 status collapsed
16493
16494 \begin_layout Plain Layout
16495
16496
16497 \backslash
16498 renewcommand{
16499 \backslash
16500 hline}{
16501 \backslash
16502 myHlineC}
16503 \end_layout
16504
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \begin_layout Standard
16511 \begin_inset ERT
16512 status collapsed
16513
16514 \begin_layout Plain Layout
16515
16516
16517 \backslash
16518 setlength{
16519 \backslash
16520 arrayrulewidth}{0.4pt}
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \begin_inset Note Note
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530 setzt die Liniendicke wieder auf ihren Standardwert zurück
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Section
16539 Tabellen-Anpassung
16540 \begin_inset Index
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544 Tabellen ! Anpassung
16545 \end_layout
16546
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \begin_layout Subsection
16553 Zeilenabstand
16554 \begin_inset CommandInset label
16555 LatexCommand label
16556 name "uab:Zeilenabstand"
16557
16558 \end_inset
16559
16560
16561 \begin_inset Index
16562 status collapsed
16563
16564 \begin_layout Plain Layout
16565 Tabellen ! Zeilenabstand
16566 \end_layout
16567
16568 \end_inset
16569
16570
16571 \end_layout
16572
16573 \begin_layout Standard
16574 Auf der Karteikarte 
16575 \family sans
16576 Rahmen
16577 \family default
16578  des 
16579 \family sans
16580 Tabellen-Einstellungen
16581 \family default
16582 -Dialogs können Sie 
16583 \family sans
16584 zusätzliche
16585 \begin_inset Space ~
16586 \end_inset
16587
16588 Abstände
16589 \family default
16590  einfügen.
16591  Dabei haben Sie drei Möglichkeiten:
16592 \end_layout
16593
16594 \begin_layout Description
16595 Oberhalb
16596 \begin_inset Space ~
16597 \end_inset
16598
16599 der
16600 \begin_inset Space ~
16601 \end_inset
16602
16603 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16604  Bei einer formalen Tabelle
16605 \begin_inset Foot
16606 status collapsed
16607
16608 \begin_layout Plain Layout
16609 Formale Tabellen wurden in Abschnitt
16610 \begin_inset Space ~
16611 \end_inset
16612
16613
16614 \begin_inset CommandInset ref
16615 LatexCommand ref
16616 reference "abs:Formale-Tabellen"
16617
16618 \end_inset
16619
16620  beschrieben.
16621 \end_layout
16622
16623 \end_inset
16624
16625  fügt LyX standardmäßig 0.5
16626 \begin_inset Space \thinspace{}
16627 \end_inset
16628
16629 em Leerraum ein.
16630  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16631 \begin_inset VSpace medskip
16632 \end_inset
16633
16634
16635 \begin_inset Newline newline
16636 \end_inset
16637
16638
16639 \begin_inset Space \hspace*{}
16640 \length 0pt
16641 \end_inset
16642
16643
16644 \begin_inset Space \hfill{}
16645 \end_inset
16646
16647
16648 \begin_inset Tabular
16649 <lyxtabular version="3" rows="3" columns="1">
16650 <features>
16651 <column alignment="center" valignment="top" width="0">
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 A
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row topspace="3mm">
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 3
16669 \begin_inset Space \thinspace{}
16670 \end_inset
16671
16672 mm Leerraum oberhalb der Zeile
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 C
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 </lyxtabular>
16690
16691 \end_inset
16692
16693
16694 \begin_inset Space \hfill{}
16695 \end_inset
16696
16697
16698 \begin_inset Space \hspace*{}
16699 \length 0pt
16700 \end_inset
16701
16702
16703 \begin_inset VSpace medskip
16704 \end_inset
16705
16706
16707 \begin_inset Newline newline
16708 \end_inset
16709
16710 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16711 n Linien verwenden.
16712 \end_layout
16713
16714 \begin_layout Description
16715 Unterhalb
16716 \begin_inset Space ~
16717 \end_inset
16718
16719 der
16720 \begin_inset Space ~
16721 \end_inset
16722
16723 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16724  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16725 \begin_inset Space \thinspace{}
16726 \end_inset
16727
16728 em Leerraum ein.
16729  Bei normalen Tabellen ist der Standardwert 2
16730 \begin_inset Space \thinspace{}
16731 \end_inset
16732
16733 pt.
16734 \end_layout
16735
16736 \begin_layout Description
16737 Zwischen
16738 \begin_inset Space ~
16739 \end_inset
16740
16741 den
16742 \begin_inset Space ~
16743 \end_inset
16744
16745 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16746  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16747 \begin_inset Space \thinspace{}
16748 \end_inset
16749
16750 em Leerraum ein.
16751  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16752 \begin_inset VSpace medskip
16753 \end_inset
16754
16755
16756 \begin_inset Newline newline
16757 \end_inset
16758
16759
16760 \begin_inset Space \hspace*{}
16761 \length 0pt
16762 \end_inset
16763
16764
16765 \begin_inset Space \hfill{}
16766 \end_inset
16767
16768
16769 \begin_inset Tabular
16770 <lyxtabular version="3" rows="3" columns="1">
16771 <features>
16772 <column alignment="center" valignment="top" width="0">
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 A
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row interlinespace="3mm">
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\downarrow$
16790 \end_inset
16791
16792  3
16793 \begin_inset Space \thinspace{}
16794 \end_inset
16795
16796 mm Leerraum zwischen den Zeilen 
16797 \begin_inset Formula $\downarrow$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\uparrow$
16812 \end_inset
16813
16814  3
16815 \begin_inset Space \thinspace{}
16816 \end_inset
16817
16818 mm Leerraum zwischen den Zeilen 
16819 \begin_inset Formula $\uparrow$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 </lyxtabular>
16829
16830 \end_inset
16831
16832
16833 \begin_inset Space \hfill{}
16834 \end_inset
16835
16836
16837 \begin_inset Space \hspace*{}
16838 \length 0pt
16839 \end_inset
16840
16841
16842 \begin_inset VSpace medskip
16843 \end_inset
16844
16845
16846 \begin_inset Newline newline
16847 \end_inset
16848
16849 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16850 n Linien verwenden.
16851 \end_layout
16852
16853 \begin_layout Standard
16854 \begin_inset VSpace bigskip
16855 \end_inset
16856
16857 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16858  Befehlen im LaTeX-Vorspann machen:
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864
16865 \backslash
16866 @ifundefined{extrarowheight}
16867 \begin_inset Newline newline
16868 \end_inset
16869
16870
16871 \begin_inset ERT
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875
16876
16877 \backslash
16878 hphantom{ }
16879 \end_layout
16880
16881 \end_inset
16882
16883 {
16884 \backslash
16885 usepackage{array}}{}
16886 \begin_inset Newline newline
16887 \end_inset
16888
16889
16890 \backslash
16891 setlength{
16892 \backslash
16893 extrarowheight}{Höhe}
16894 \end_layout
16895
16896 \begin_layout Standard
16897 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16898  ausgerichtet sind.
16899  (Das Paket 
16900 \series bold
16901 array
16902 \series default
16903  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16904  verwenden.
16905  Der Befehl 
16906 \series bold
16907
16908 \backslash
16909 @ifundefined
16910 \series default
16911  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16912 \end_layout
16913
16914 \begin_layout Subsection
16915 Besondere Zellenausrichtung
16916 \begin_inset Index
16917 status collapsed
16918
16919 \begin_layout Plain Layout
16920 Tabellen ! Zellenausrichtung
16921 \end_layout
16922
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \begin_layout Standard
16929 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16930  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
16931 \begin_inset Space ~
16932 \end_inset
16933
16934
16935 \begin_inset CommandInset ref
16936 LatexCommand ref
16937 reference "tab:Tabellenzellen-sind-auf"
16938
16939 \end_inset
16940
16941 .
16942 \end_layout
16943
16944 \begin_layout Standard
16945 \begin_inset Float table
16946 placement h
16947 wide false
16948 sideways false
16949 status open
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Caption
16953
16954 \begin_layout Plain Layout
16955 \begin_inset CommandInset label
16956 LatexCommand label
16957 name "tab:Tabellenzellen-sind-auf"
16958
16959 \end_inset
16960
16961 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \begin_layout Plain Layout
16970 \align center
16971 \begin_inset Tabular
16972 <lyxtabular version="3" rows="4" columns="2">
16973 <features>
16974 <column alignment="right" valignment="top" width="0">
16975 <column alignment="left" valignment="top" width="0" special="@{}l">
16976 <row>
16977 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 Überschrift
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 12.
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 6
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 0.
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030 68
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 <row>
17037 <cell alignment="center" valignment="top" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 -123.
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 0
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 </lyxtabular>
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17070  Die Überschrift ist eine zentrierte Mehrfachspalte.
17071  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17072  der Zahlen einschließlich Dezimalpunkt.
17073  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17074  der Zahlen.
17075   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17076 \family sans
17077 LaTe
17078 \begin_inset ERT
17079 status collapsed
17080
17081 \begin_layout Plain Layout
17082
17083 {}
17084 \end_layout
17085
17086 \end_inset
17087
17088 X-Argument
17089 \family default
17090  für die zweite Spalte folgendes eingefügt:
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096 @{}l
17097 \end_layout
17098
17099 \begin_layout Standard
17100 Tabelle
17101 \begin_inset Space ~
17102 \end_inset
17103
17104
17105 \begin_inset CommandInset ref
17106 LatexCommand ref
17107 reference "tab:Verschiedene-Ausrichtungen"
17108
17109 \end_inset
17110
17111  zeigt einige Ausrichtungen.
17112  Für die Ausrichtung der Relationen müssen Sie den 
17113 \family sans
17114 Mittleren
17115 \begin_inset Space ~
17116 \end_inset
17117
17118 Abstand
17119 \family default
17120  aus der 
17121 \family sans
17122 Mathe-Werkzeugleiste
17123 \family default
17124  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17125  rechts vom Relationszeichen zu bekommen.
17126 \end_layout
17127
17128 \begin_layout Standard
17129
17130 \color black
17131 \begin_inset Float table
17132 placement h
17133 wide false
17134 sideways false
17135 status open
17136
17137 \begin_layout Plain Layout
17138
17139 \color black
17140 \begin_inset Caption
17141
17142 \begin_layout Plain Layout
17143
17144 \color black
17145 \begin_inset CommandInset label
17146 LatexCommand label
17147 name "tab:Verschiedene-Ausrichtungen"
17148
17149 \end_inset
17150
17151
17152 \color inherit
17153 Verschiedene Ausrichtungen
17154 \end_layout
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \begin_layout Plain Layout
17162 \align center
17163
17164 \color black
17165 \begin_inset Tabular
17166 <lyxtabular version="3" rows="4" columns="6">
17167 <features>
17168 <column alignment="right" valignment="top" width="0">
17169 <column alignment="left" valignment="top" width="0" special="@{}l">
17170 <column alignment="right" valignment="top" width="0">
17171 <column alignment="left" valignment="top" width="0" special="@{}l">
17172 <column alignment="right" valignment="top" width="0">
17173 <column alignment="left" valignment="top" width="0" special="@{}l">
17174 <row>
17175 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 Einheiten
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 Exponenten
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 Relationen
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \color black
17237 12×
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \color black
17248 24
17249 \begin_inset Space \thinspace{}
17250 \end_inset
17251
17252
17253 \color inherit
17254 Flaschen
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \color black
17265 \begin_inset Formula $10\cdot$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \color black
17279 \begin_inset Formula $10^{\mbox{-}17}$
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \color black
17293 \begin_inset Formula $\Gamma(t)\propto$
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \color black
17307 \begin_inset Formula $\:\Upsilon(t)$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \color black
17323 1024×
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \color black
17334 768
17335 \begin_inset Space \thinspace{}
17336 \end_inset
17337
17338 Pixel
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \color black
17349 \begin_inset Formula $5.78\cdot$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \color black
17363 \begin_inset Formula $10^{7}$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \color black
17377 \begin_inset Formula $A\ne$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \color black
17391 \begin_inset Formula $\: B_{\mathrm{red}}$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 <row>
17401 <cell alignment="center" valignment="top" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405
17406 \color black
17407 32×
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \color black
17418 6
17419 \begin_inset Space \thinspace{}
17420 \end_inset
17421
17422 cm
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \color black
17433 -
17434 \begin_inset Formula $33.5\cdot$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \color black
17448 \begin_inset Formula $10^{4}$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \color black
17462 \begin_inset Formula $\sin(\alpha)\ge$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474
17475 \color black
17476 \begin_inset Formula $\:\sin(\beta)$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 </lyxtabular>
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 \begin_inset VSpace bigskip
17499 \end_inset
17500
17501 Es gibt auch noch das LaTeX-Paket 
17502 \series bold
17503 dcolumn
17504 \series default
17505
17506 \begin_inset Index
17507 status collapsed
17508
17509 \begin_layout Plain Layout
17510 LaTeX-Pakete ! dcolumn
17511 \end_layout
17512
17513 \end_inset
17514
17515  mit dem man Zellen ausrichten kann.
17516  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17517  in den Zellen.
17518  Die erste Spalte von Tabelle
17519 \begin_inset Space ~
17520 \end_inset
17521
17522
17523 \begin_inset CommandInset ref
17524 LatexCommand ref
17525 reference "tab:Verschiedene-Ausrichtungen"
17526
17527 \end_inset
17528
17529  wird mit 
17530 \family typewriter
17531 dcolumn
17532 \family default
17533  wie die erste Spalte von Tabelle
17534 \begin_inset Space ~
17535 \end_inset
17536
17537
17538 \begin_inset CommandInset ref
17539 LatexCommand ref
17540 reference "tab:Ausrichtung-mit-dem"
17541
17542 \end_inset
17543
17544  aussehen und nur mit ein paar Tricks wie erwartet.
17545  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17546 \begin_inset Space ~
17547 \end_inset
17548
17549
17550 \begin_inset CommandInset ref
17551 LatexCommand ref
17552 reference "tab:Verschiedene-Ausrichtungen"
17553
17554 \end_inset
17555
17556  ist mit 
17557 \series bold
17558 dcolumn
17559 \series default
17560  nicht möglich.
17561 \end_layout
17562
17563 \begin_layout Standard
17564 \begin_inset Float table
17565 placement h
17566 wide false
17567 sideways false
17568 status open
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Caption
17572
17573 \begin_layout Plain Layout
17574 \begin_inset CommandInset label
17575 LatexCommand label
17576 name "tab:Ausrichtung-mit-dem"
17577
17578 \end_inset
17579
17580 Ausrichtung mit dem LaTeX-Paket 
17581 \series bold
17582 dcolumn
17583 \series default
17584 .
17585  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17586  bekommen.
17587 \begin_inset OptArg
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591 Ausrichtung mit dem LaTeX-Paket 
17592 \series bold
17593 dcolumn
17594 \end_layout
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \begin_layout Plain Layout
17607 \align center
17608 \begin_inset Tabular
17609 <lyxtabular version="3" rows="4" columns="3">
17610 <features>
17611 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17612 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17613 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17614 <row>
17615 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 Einheiten
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 Einheiten
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 Einheiten
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 12x24
17649 \begin_inset Space \thinspace{}
17650 \end_inset
17651
17652
17653 \begin_inset Formula $\mbox{Flaschen}$
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665 12x24
17666 \begin_inset Space \thinspace{}
17667 \end_inset
17668
17669
17670 \begin_inset Formula $\mbox{Flaschen}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 12
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 times 
17691 \end_layout
17692
17693 \end_inset
17694
17695 24~
17696 \begin_inset Formula $\mbox{Flaschen}$
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 1024x768
17711 \begin_inset Space \thinspace{}
17712 \end_inset
17713
17714
17715 \begin_inset Formula $\mbox{Pixel}$
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 1024x768
17728 \begin_inset Space \thinspace{}
17729 \end_inset
17730
17731
17732 \begin_inset Formula $\mbox{Pixel}$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 1024
17745 \begin_inset ERT
17746 status collapsed
17747
17748 \begin_layout Plain Layout
17749
17750
17751 \backslash
17752 times 
17753 \end_layout
17754
17755 \end_inset
17756
17757 768~
17758 \begin_inset Formula $\mbox{Pixel}$
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 <row>
17768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 32x6
17773 \begin_inset Space \thinspace{}
17774 \end_inset
17775
17776
17777 \begin_inset Formula $\mbox{cm}$
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 32x6
17790 \begin_inset Space \thinspace{}
17791 \end_inset
17792
17793
17794 \begin_inset Formula $\mbox{cm}$
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 32
17807 \begin_inset ERT
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811
17812
17813 \backslash
17814 times 
17815 \end_layout
17816
17817 \end_inset
17818
17819 6~
17820 \begin_inset Formula $\mbox{cm}$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 </row>
17829 </lyxtabular>
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \begin_layout Subsection
17842 Angepasste Zellen/Spaltenformat
17843 \begin_inset CommandInset label
17844 LatexCommand label
17845 name "uab:Angepasste-Zellen/Spaltenformat"
17846
17847 \end_inset
17848
17849
17850 \begin_inset Index
17851 status collapsed
17852
17853 \begin_layout Plain Layout
17854 Tabellen ! Spaltenformat
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Standard
17863 Wenn man wie in Abschnitt
17864 \begin_inset Space ~
17865 \end_inset
17866
17867
17868 \begin_inset CommandInset ref
17869 LatexCommand ref
17870 reference "uab:Mehrfachspalten-Berechnungen"
17871
17872 \end_inset
17873
17874  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17875  Tabellen mit Mehrfachspalten sehr lästig.
17876  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17877 en definieren:
17878 \end_layout
17879
17880 \begin_layout Standard
17881
17882 \series bold
17883
17884 \backslash
17885 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17886 \end_layout
17887
17888 \begin_layout Standard
17889 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17890 \emph on
17891 b
17892 \emph default
17893
17894 \emph on
17895 c
17896 \emph default
17897
17898 \emph on
17899 l
17900 \emph default
17901
17902 \emph on
17903 m
17904 \emph default
17905
17906 \emph on
17907 p
17908 \emph default
17909  oder 
17910 \emph on
17911 r
17912 \emph default
17913 , weil diese vordefiniert sind.
17914  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17915 \end_layout
17916
17917 \begin_layout Standard
17918 \begin_inset VSpace medskip
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Standard
17925 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17926  Breite könnte das Format so aussehen:
17927 \end_layout
17928
17929 \begin_layout Standard
17930
17931 \series bold
17932
17933 \backslash
17934 newcolumntype{M}[1]{>{
17935 \backslash
17936 centering
17937 \backslash
17938 hspace{0pt}}m{#1}}
17939 \end_layout
17940
17941 \begin_layout Standard
17942 wobei 
17943 \series bold
17944
17945 \backslash
17946 hspace{0pt}
17947 \series default
17948  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17949  Abschnitt
17950 \begin_inset Space ~
17951 \end_inset
17952
17953
17954 \begin_inset CommandInset ref
17955 LatexCommand ref
17956 reference "uab:Mehrfache-Zeilen-in"
17957
17958 \end_inset
17959
17960  beschrieben.
17961  Jetzt können Sie mit
17962 \end_layout
17963
17964 \begin_layout Standard
17965
17966 \series bold
17967 M{Breite}
17968 \end_layout
17969
17970 \begin_layout Standard
17971 im 
17972 \family sans
17973 LaTeX-Argument
17974 \family default
17975  im 
17976 \family sans
17977 Tabellen-Einstellungen
17978 \family default
17979 -Dialog eine Mehrfachspalten definieren.
17980 \end_layout
17981
17982 \begin_layout Standard
17983 \begin_inset VSpace bigskip
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \begin_layout Standard
17990 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17991  Format definieren:
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997
17998 \backslash
17999 newcolumntype{S}[2]{>{
18000 \backslash
18001 centering
18002 \backslash
18003 hspace{0pt}}
18004 \begin_inset Newline newline
18005 \end_inset
18006
18007
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013
18014 \backslash
18015 phantom{
18016 \end_layout
18017
18018 \end_inset
18019
18020
18021 \backslash
18022 newcolumntype
18023 \begin_inset ERT
18024 status collapsed
18025
18026 \begin_layout Plain Layout
18027
18028 }
18029 \end_layout
18030
18031 \end_inset
18032
18033 m{(#1+(2
18034 \backslash
18035 tabcolsep+
18036 \backslash
18037 arrayrulewidth)*(1-#2))/#2}}
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Diese Format benutzt Gleichung
18042 \begin_inset Space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "eq:Wgn"
18049
18050 \end_inset
18051
18052 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18053  breit ist.
18054 \end_layout
18055
18056 \begin_layout Standard
18057 Jetzt können Sie im 
18058 \family sans
18059 LaTeX-Argument
18060 \family default
18061  im 
18062 \family sans
18063 Tabellen-Einstellungen
18064 \family default
18065 -Dialog folgendes einfügen:
18066 \end_layout
18067
18068 \begin_layout Standard
18069
18070 \series bold
18071 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset VSpace bigskip
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Standard
18082 Für farbige Spalten können Sie folgendes einfügen:
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 newcolumntype{K}[1]{>{
18091 \backslash
18092 columncolor{#1}
18093 \backslash
18094 hspace{0pt}}c}
18095 \end_layout
18096
18097 \begin_layout Standard
18098 Das 
18099 \begin_inset Quotes gld
18100 \end_inset
18101
18102 c
18103 \begin_inset Quotes grd
18104 \end_inset
18105
18106  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18107  zentriert ist.
18108  Jetzt können Sie als 
18109 \family sans
18110 LaTeX-Argument
18111 \family default
18112  folgendes einfügen:
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118 K{Farbname}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 \begin_inset VSpace bigskip
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Für Tabelle
18130 \begin_inset Space ~
18131 \end_inset
18132
18133
18134 \begin_inset CommandInset ref
18135 LatexCommand ref
18136 reference "tab:Tabelle-mit-benutzerdefinierte"
18137
18138 \end_inset
18139
18140  wurden folgende 
18141 \family sans
18142 LaTeX-Argumente
18143 \family default
18144  benutzt:
18145 \end_layout
18146
18147 \begin_layout Standard
18148
18149 \series bold
18150 M{2.5cm}
18151 \end_layout
18152
18153 \begin_layout Standard
18154 für die erste Spalte und die Mehrfachspalte,
18155 \end_layout
18156
18157 \begin_layout Standard
18158
18159 \series bold
18160 K{red}
18161 \end_layout
18162
18163 \begin_layout Standard
18164 für die letzte Spalte und
18165 \end_layout
18166
18167 \begin_layout Standard
18168
18169 \series bold
18170 S{2.5cm}{2}
18171 \end_layout
18172
18173 \begin_layout Standard
18174 für die Spalten in der zweiten Mehrfachspalte.
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset Float table
18179 placement h
18180 wide false
18181 sideways false
18182 status open
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Caption
18186
18187 \begin_layout Plain Layout
18188 \begin_inset CommandInset label
18189 LatexCommand label
18190 name "tab:Tabelle-mit-benutzerdefinierte"
18191
18192 \end_inset
18193
18194 Tabelle mit benutzerdefinierte Formaten
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Plain Layout
18203 \align center
18204 \begin_inset Tabular
18205 <lyxtabular version="3" rows="3" columns="4">
18206 <features>
18207 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18208 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18209 <column alignment="center" valignment="middle" width="0">
18210 <column alignment="center" valignment="middle" width="0" special="K{red}">
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 einsehrlangesWort
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 Mehrfachspalte mit mehreren Zeilen
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 c
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 d
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 e
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 f
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 g
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 h
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 i
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 j
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 k
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 </lyxtabular>
18326
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Subsection
18338 Liniendicke
18339 \begin_inset CommandInset label
18340 LatexCommand label
18341 name "uab:Liniendicke"
18342
18343 \end_inset
18344
18345
18346 \begin_inset Index
18347 status collapsed
18348
18349 \begin_layout Plain Layout
18350 Tabellen  ! Linien ! -dicke
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Standard
18359 Die Liniendicke für alle Linien einer Tabelle kann mit 
18360 \series bold
18361
18362 \backslash
18363 arrayrulewidth
18364 \series default
18365  eingestellt werden.
18366  Um eine Liniendicke von 1.5
18367 \begin_inset Space \thinspace{}
18368 \end_inset
18369
18370 pt, wie in Tabelle
18371 \begin_inset Space ~
18372 \end_inset
18373
18374
18375 \begin_inset CommandInset ref
18376 LatexCommand ref
18377 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18378
18379 \end_inset
18380
18381  zu bekommen, geben Sie den Befehl
18382 \end_layout
18383
18384 \begin_layout Standard
18385
18386 \series bold
18387
18388 \backslash
18389 setlength{
18390 \backslash
18391 arrayrulewidth}{1.5pt}
18392 \end_layout
18393
18394 \begin_layout Standard
18395 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18396  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18397  Mit
18398 \end_layout
18399
18400 \begin_layout Standard
18401
18402 \series bold
18403
18404 \backslash
18405 setlength{
18406 \backslash
18407 arrayrulewidth}{0.4pt}
18408 \end_layout
18409
18410 \begin_layout Standard
18411 bekommen Sie wieder die Standarddicke.
18412 \end_layout
18413
18414 \begin_layout Standard
18415 \begin_inset ERT
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419
18420
18421 \backslash
18422 setlength{
18423 \backslash
18424 arrayrulewidth}{1.5pt}
18425 \end_layout
18426
18427 \end_inset
18428
18429
18430 \begin_inset Float table
18431 placement H
18432 wide false
18433 sideways false
18434 status open
18435
18436 \begin_layout Plain Layout
18437 \begin_inset Caption
18438
18439 \begin_layout Plain Layout
18440 \begin_inset CommandInset label
18441 LatexCommand label
18442 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18443
18444 \end_inset
18445
18446 Tabelle mit 1.5
18447 \begin_inset Space \thinspace{}
18448 \end_inset
18449
18450 pt Liniendicke
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Plain Layout
18459 \align center
18460 \begin_inset Tabular
18461 <lyxtabular version="3" rows="3" columns="3">
18462 <features>
18463 <column alignment="center" valignment="top" width="0">
18464 <column alignment="center" valignment="top" width="0">
18465 <column alignment="center" valignment="top" width="0">
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 sd
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 </row>
18495 <row>
18496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 sd
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 </row>
18524 <row>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 sd
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 </lyxtabular>
18554
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \begin_inset ERT
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567
18568
18569 \backslash
18570 setlength{
18571 \backslash
18572 arrayrulewidth}{0.4pt}
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \begin_layout Standard
18581 \begin_inset VSpace bigskip
18582 \end_inset
18583
18584 Um eine Liniendicke von 1.5
18585 \begin_inset Space \thinspace{}
18586 \end_inset
18587
18588 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18589 \begin_inset Space ~
18590 \end_inset
18591
18592
18593 \begin_inset CommandInset ref
18594 LatexCommand ref
18595 reference "tab:Tabelle-mit-1.5pt-horiz"
18596
18597 \end_inset
18598
18599 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18600  einfügen:
18601 \end_layout
18602
18603 \begin_layout Standard
18604
18605 \series bold
18606
18607 \backslash
18608 let
18609 \backslash
18610 myHline
18611 \backslash
18612 hline
18613 \begin_inset Newline newline
18614 \end_inset
18615
18616
18617 \backslash
18618 renewcommand{
18619 \backslash
18620 hline}
18621 \begin_inset Newline newline
18622 \end_inset
18623
18624  {
18625 \backslash
18626 noalign{
18627 \backslash
18628 global
18629 \backslash
18630 arrayrulewidth 1.5pt}
18631 \begin_inset Newline newline
18632 \end_inset
18633
18634  
18635 \backslash
18636 myHline
18637 \backslash
18638 noalign{
18639 \backslash
18640 global
18641 \backslash
18642 arrayrulewidth 0.4pt}}
18643 \end_layout
18644
18645 \begin_layout Standard
18646 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18647  der (Gleit\SpecialChar \-
18648 objekt-)Tabelle zurück:
18649 \end_layout
18650
18651 \begin_layout Standard
18652
18653 \series bold
18654
18655 \backslash
18656 renewcommand{
18657 \backslash
18658 hline}{
18659 \backslash
18660 myHline}
18661 \end_layout
18662
18663 \begin_layout Standard
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 let
18672 \backslash
18673 myHline
18674 \backslash
18675 hline
18676 \end_layout
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 renewcommand{
18683 \backslash
18684 hline}
18685 \end_layout
18686
18687 \begin_layout Plain Layout
18688
18689  {
18690 \backslash
18691 noalign{
18692 \backslash
18693 global
18694 \backslash
18695 arrayrulewidth 1.5pt}
18696 \end_layout
18697
18698 \begin_layout Plain Layout
18699
18700   
18701 \backslash
18702 myHline
18703 \backslash
18704 noalign{
18705 \backslash
18706 global
18707 \backslash
18708 arrayrulewidth 0.4pt}}
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \begin_inset Float table
18715 placement h
18716 wide false
18717 sideways false
18718 status open
18719
18720 \begin_layout Plain Layout
18721 \begin_inset Caption
18722
18723 \begin_layout Plain Layout
18724 \begin_inset CommandInset label
18725 LatexCommand label
18726 name "tab:Tabelle-mit-1.5pt-horiz"
18727
18728 \end_inset
18729
18730 Tabelle mit 1.5
18731 \begin_inset Space \thinspace{}
18732 \end_inset
18733
18734 pt dicken horizontalen Linien
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Plain Layout
18743 \align center
18744 \begin_inset Tabular
18745 <lyxtabular version="3" rows="3" columns="3">
18746 <features>
18747 <column alignment="center" valignment="top" width="0">
18748 <column alignment="center" valignment="top" width="0">
18749 <column alignment="center" valignment="top" width="0">
18750 <row>
18751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 sd
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 </row>
18779 <row>
18780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 sd
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 <row>
18809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 sd
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 </lyxtabular>
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \begin_inset ERT
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851
18852
18853 \backslash
18854 renewcommand{
18855 \backslash
18856 hline}{
18857 \backslash
18858 myHline}
18859 \end_layout
18860
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Standard
18867 \begin_inset VSpace bigskip
18868 \end_inset
18869
18870 Um die Liniendicke von 1.5
18871 \begin_inset Space \thinspace{}
18872 \end_inset
18873
18874 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18875  Spaltenformat entsprechend der Beschreibung in Abschnitt
18876 \begin_inset Space ~
18877 \end_inset
18878
18879
18880 \begin_inset CommandInset ref
18881 LatexCommand ref
18882 reference "uab:Angepasste-Zellen/Spaltenformat"
18883
18884 \end_inset
18885
18886 definieren:
18887 \end_layout
18888
18889 \begin_layout Standard
18890
18891 \series bold
18892
18893 \backslash
18894 newcolumntype{V}{!{
18895 \backslash
18896 vrule width 1.5pt}}
18897 \end_layout
18898
18899 \begin_layout Standard
18900 In Tabelle
18901 \begin_inset Space ~
18902 \end_inset
18903
18904
18905 \begin_inset CommandInset ref
18906 LatexCommand ref
18907 reference "tab:Tabelle-mit-1.5pt-vert"
18908
18909 \end_inset
18910
18911  wurde das 
18912 \family sans
18913 LaTe
18914 \begin_inset ERT
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918
18919 {}
18920 \end_layout
18921
18922 \end_inset
18923
18924 X-Argument
18925 \family default
18926 \series bold
18927  VcV
18928 \series default
18929  für die letzte Spalte und
18930 \series bold
18931  Vc
18932 \series default
18933  für die anderen benutzt.
18934 \end_layout
18935
18936 \begin_layout Standard
18937 \begin_inset Float table
18938 placement H
18939 wide false
18940 sideways false
18941 status open
18942
18943 \begin_layout Plain Layout
18944 \begin_inset Caption
18945
18946 \begin_layout Plain Layout
18947 \begin_inset CommandInset label
18948 LatexCommand label
18949 name "tab:Tabelle-mit-1.5pt-vert"
18950
18951 \end_inset
18952
18953 Tabelle mit 1.5
18954 \begin_inset Space \thinspace{}
18955 \end_inset
18956
18957 pt dicken vertikalen Linien
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Plain Layout
18966 \align center
18967 \begin_inset Tabular
18968 <lyxtabular version="3" rows="3" columns="3">
18969 <features>
18970 <column alignment="center" valignment="top" width="0" special="Vc">
18971 <column alignment="center" valignment="top" width="0" special="Vc">
18972 <column alignment="center" valignment="top" width="0" special="VcV">
18973 <row>
18974 <cell alignment="center" valignment="top" topline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 sd
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 </row>
19002 <row>
19003 <cell alignment="center" valignment="top" topline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell alignment="center" valignment="top" topline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016 sd
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 </row>
19031 <row>
19032 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 sd
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 </lyxtabular>
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \begin_layout Subsection
19073 Gestrichelte Linien
19074 \begin_inset Index
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Tabellen  ! Linien ! gestrichelte 
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Standard
19087 \begin_inset ERT
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 ifarydshln
19095 \end_layout
19096
19097 \end_inset
19098
19099
19100 \begin_inset Note Note
19101 status open
19102
19103 \begin_layout Plain Layout
19104 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19105 \series bold
19106 arydshln
19107 \series default
19108  installiert ist.
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset Float table
19118 placement h
19119 wide false
19120 sideways false
19121 status open
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Caption
19125
19126 \begin_layout Plain Layout
19127 \begin_inset CommandInset label
19128 LatexCommand label
19129 name "tab:Tabelle-mit-gestrichelten"
19130
19131 \end_inset
19132
19133 Tabelle mit gestrichelten Linien
19134 \end_layout
19135
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \begin_layout Plain Layout
19142 \align center
19143 \begin_inset Tabular
19144 <lyxtabular version="3" rows="5" columns="5">
19145 <features>
19146 <column alignment="center" valignment="top" width="0">
19147 <column alignment="center" valignment="top" width="0">
19148 <column alignment="center" valignment="top" width="0" special=":c">
19149 <column alignment="center" valignment="top" width="0">
19150 <column alignment="center" valignment="top" width="0">
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 a
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 b
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 c
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 d
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 e
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 f
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 g
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 h
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 i
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 j
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 <row>
19246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Plain Layout
19254
19255
19256 \backslash
19257 hdashline 
19258 \end_layout
19259
19260 \end_inset
19261
19262 k
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 l
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 m
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 n
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 o
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 </row>
19304 <row>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset ERT
19310 status collapsed
19311
19312 \begin_layout Plain Layout
19313
19314
19315 \backslash
19316 cdashline{4-5}
19317 \end_layout
19318
19319 \end_inset
19320
19321 p
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 q
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 r
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 s
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 t
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 u
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 v
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 w
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 x
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 </lyxtabular>
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \begin_layout Standard
19423 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19424  TeX-Code benutzen.
19425  Zunächst müssen Sie das LaTeX-Paket 
19426 \series bold
19427 arydshln
19428 \series default
19429
19430 \begin_inset Index
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434 LaTeX-Pakete ! arydshln
19435 \end_layout
19436
19437 \end_inset
19438
19439  im LaTeX-Vorspann geladen werden:
19440 \end_layout
19441
19442 \begin_layout Standard
19443
19444 \series bold
19445
19446 \backslash
19447 usepackage{arydshln}
19448 \end_layout
19449
19450 \begin_layout Standard
19451 Um senkrechte Linien zu stricheln, müssen Sie im 
19452 \family sans
19453 LaTe
19454 \begin_inset ERT
19455 status collapsed
19456
19457 \begin_layout Plain Layout
19458
19459 {}
19460 \end_layout
19461
19462 \end_inset
19463
19464 X-Argument
19465 \family default
19466  des 
19467 \family sans
19468 Tabellen-Einstellungen
19469 \family default
19470 -Dialogs 
19471 \begin_inset Quotes gld
19472 \end_inset
19473
19474 :
19475 \begin_inset Quotes grd
19476 \end_inset
19477
19478 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19483 \end_layout
19484
19485 \begin_layout Standard
19486
19487 \series bold
19488
19489 \backslash
19490 hdashline
19491 \end_layout
19492
19493 \begin_layout Standard
19494 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19495 \end_layout
19496
19497 \begin_layout Standard
19498 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19499 \end_layout
19500
19501 \begin_layout Standard
19502
19503 \series bold
19504
19505 \backslash
19506 cdashline{Anfangsspalte-Endspalte}
19507 \end_layout
19508
19509 \begin_layout Standard
19510 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19511  Wenn Sie z.
19512 \begin_inset Space \thinspace{}
19513 \end_inset
19514
19515 B.
19516  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19517  gestrichelte Linie haben, fügen Sie diesen Befehl
19518 \end_layout
19519
19520 \begin_layout Standard
19521
19522 \series bold
19523
19524 \backslash
19525 cdashline{2-4}
19526 \end_layout
19527
19528 \begin_layout Standard
19529 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19530 \end_layout
19531
19532 \begin_layout Standard
19533 \begin_inset VSpace bigskip
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Standard
19540 In Tabelle
19541 \begin_inset Space ~
19542 \end_inset
19543
19544
19545 \begin_inset CommandInset ref
19546 LatexCommand ref
19547 reference "tab:Tabelle-mit-gestrichelten"
19548
19549 \end_inset
19550
19551  wurde der dritten Spalte der Befehl
19552 \series bold
19553  
19554 \series default
19555
19556 \begin_inset Quotes gld
19557 \end_inset
19558
19559
19560 \series bold
19561 :c
19562 \begin_inset Quotes grd
19563 \end_inset
19564
19565
19566 \series default
19567  benutzt.
19568  Der Befehl 
19569 \series bold
19570
19571 \backslash
19572 hdashline
19573 \series default
19574  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19575 \begin_inset Newline newline
19576 \end_inset
19577
19578  
19579 \series bold
19580
19581 \backslash
19582 cdashline{4-5} 
19583 \series default
19584 wurde in die erste Zelle der vierten Zeile eingefügt.
19585 \end_layout
19586
19587 \begin_layout Standard
19588 \begin_inset Note Greyedout
19589 status open
19590
19591 \begin_layout Plain Layout
19592
19593 \series bold
19594 Bemerkung:
19595 \series default
19596  Das LaTeX-Paket 
19597 \series bold
19598 arydshln
19599 \series default
19600  ist nicht kompatibel dem LaTeX-Paket 
19601 \series bold
19602 colortbl
19603 \series default
19604
19605 \begin_inset Index
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609 LaTeX-Pakete ! colortbl
19610 \end_layout
19611
19612 \end_inset
19613
19614 , das für die farbigen Tabellen in Abschnitt
19615 \begin_inset Space ~
19616 \end_inset
19617
19618
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "abs:Farbige-Tabellen"
19622
19623 \end_inset
19624
19625  benutzt wurde.
19626  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 else
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \begin_inset Note Note
19649 status open
19650
19651 \begin_layout Plain Layout
19652 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19653 \series bold
19654 arydshln
19655 \series default
19656  nicht installiert ist:
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \begin_layout Standard
19665 Sie müssen das LaTeX-Paket 
19666 \series bold
19667 arydshln
19668 \series default
19669  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19670 \end_layout
19671
19672 \begin_layout Standard
19673 \begin_inset ERT
19674 status collapsed
19675
19676 \begin_layout Plain Layout
19677
19678
19679 \backslash
19680 fi
19681 \end_layout
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Chapter
19689 Gleitobjekte
19690 \begin_inset CommandInset label
19691 LatexCommand label
19692 name "kap:Gleitobjekte"
19693
19694 \end_inset
19695
19696
19697 \begin_inset Index
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701 Gleitobjekte
19702 \end_layout
19703
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \begin_layout Section
19710 Einleitung
19711 \begin_inset CommandInset label
19712 LatexCommand label
19713 name "abs:Gleitobjekte-Einleitung"
19714
19715 \end_inset
19716
19717
19718 \begin_inset Index
19719 status collapsed
19720
19721 \begin_layout Plain Layout
19722 Gleitobjekte ! Einleitung
19723 \end_layout
19724
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19732  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19733  der beste Platz ist.
19734  
19735 \family sans
19736 Fußnoten
19737 \family default
19738  und 
19739 \family sans
19740 Randnotizen
19741 \family default
19742  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19743  wenn auf ihrer Seite schon zu viele sind.
19744 \end_layout
19745
19746 \begin_layout Standard
19747 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19748  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19749  um weiße Flächen und Seiten ohne Text zu vermeiden.
19750  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19751  kann im Text auf ein Gleitobjekt verwiesen werden.
19752  Gleitobjekte sind deshalb nummeriert.
19753  Querverweise werden in Abschnitt
19754 \begin_inset Space ~
19755 \end_inset
19756
19757
19758 \begin_inset CommandInset ref
19759 LatexCommand ref
19760 reference "abs:Auf-Gleitobjekte-verweisen"
19761
19762 \end_inset
19763
19764  beschrieben.
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Ein Gleitobjekt wird mit 
19769 \family sans
19770 Einfügen\SpecialChar \menuseparator
19771 Gleitobjekt\SpecialChar \menuseparator
19772 Algorithmus/Abbildung/Ta\SpecialChar \-
19773 belle/Um\SpecialChar \-
19774 flos\SpecialChar \-
19775 se\SpecialChar \-
19776 nes
19777 \begin_inset Space ~
19778 \end_inset
19779
19780 Gleitobjekt
19781 \family default
19782  eingefügt.
19783  Für Abbildungen oder Tabellen können Sie auch auf 
19784 \begin_inset Graphics
19785         filename ../../images/float-insert_figure.png
19786         scale 70
19787         scaleBeforeRotation
19788         BoundingBox 0bp 6bp 22bp 22bp
19789
19790 \end_inset
19791
19792  oder 
19793 \begin_inset Graphics
19794         filename ../../images/float-insert_table.png
19795         scale 70
19796         scaleBeforeRotation
19797         BoundingBox 0bp 6bp 22bp 22bp
19798
19799 \end_inset
19800
19801  klicken.
19802  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19803  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19804  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19805  #:).
19806  Statt # sehen Sie die von LyX vergebene Nummer.
19807  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19808  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19809  eingefügt.
19810  In Abschnitt
19811 \begin_inset Space ~
19812 \end_inset
19813
19814
19815 \begin_inset Space ~
19816 \end_inset
19817
19818
19819 \begin_inset CommandInset ref
19820 LatexCommand ref
19821 reference "abs:Titel-Platzierung"
19822
19823 \end_inset
19824
19825  finden Sie mehr über die Platzierung des Titels.
19826  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19827  auch wieder geöffnet.
19828  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19829 \begin_inset Graphics
19830         filename clipart/GleitobjektQt4.png
19831         scale 70
19832         scaleBeforeRotation
19833         BoundingBox 0bp 6bp 128bp 22bp
19834
19835 \end_inset
19836
19837  -- ein graues Kästchen mit roter Beschriftung.
19838 \end_layout
19839
19840 \begin_layout Standard
19841 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19842  Gleitobjekte in einem eigenen Absatz einzufügen.
19843 \end_layout
19844
19845 \begin_layout Standard
19846 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19847  indem Sie sie markieren und dann auf 
19848 \begin_inset Graphics
19849         filename ../../images/float-insert_figure.png
19850         scale 70
19851         scaleBeforeRotation
19852         BoundingBox 0bp 6bp 22bp 22bp
19853
19854 \end_inset
19855
19856  oder 
19857 \begin_inset Graphics
19858         filename ../../images/float-insert_table.png
19859         scale 70
19860         scaleBeforeRotation
19861         BoundingBox 0bp 6bp 22bp 22bp
19862
19863 \end_inset
19864
19865  klicken.
19866 \end_layout
19867
19868 \begin_layout Section
19869 Gleitobjekt-Typen
19870 \begin_inset Index
19871 status collapsed
19872
19873 \begin_layout Plain Layout
19874 Gleitobjekte ! Typen
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \begin_layout Standard
19883 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19884 \begin_inset Space ~
19885 \end_inset
19886
19887
19888 \begin_inset CommandInset ref
19889 LatexCommand ref
19890 reference "abs:Gleitende-Abbildungen"
19891
19892 \end_inset
19893
19894  und 
19895 \begin_inset CommandInset ref
19896 LatexCommand ref
19897 reference "abs:Gleitende-Tabellen"
19898
19899 \end_inset
19900
19901  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19902 \end_layout
19903
19904 \begin_layout Subsection
19905 Gleitobjekt-Algorithmen
19906 \begin_inset Index
19907 status collapsed
19908
19909 \begin_layout Plain Layout
19910 Gleitobjekte ! Algorithmen
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \begin_inset CommandInset label
19917 LatexCommand label
19918 name "uab:Gleitobjekt-Algorithmen"
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \begin_layout Standard
19926 \begin_inset Float algorithm
19927 placement h
19928 wide false
19929 sideways false
19930 status open
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Caption
19934
19935 \begin_layout Plain Layout
19936 \begin_inset CommandInset label
19937 LatexCommand label
19938 name "alg:Ein-Gleitobjekt-Algorithmus"
19939
19940 \end_inset
19941
19942 Ein Gleitobjekt-Algorithmus 
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout LyX-Code
19951 for I in 1..N loop
19952 \begin_inset Newline newline
19953 \end_inset
19954
19955  Sum:= Sum + A(I); /*Kommentar*/
19956 \begin_inset Newline newline
19957 \end_inset
19958
19959 end loop
19960 \begin_inset VSpace -4mm
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Dieser Typ wird mit 
19973 \family sans
19974 Einfügen\SpecialChar \menuseparator
19975 Gleitobjekt\SpecialChar \menuseparator
19976 Algorithmus
19977 \family default
19978  eingefügt.
19979  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19980  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19981  Eine mögliche Absatz-Umgebung hier für ist 
19982 \family sans
19983 LyX-Code
19984 \family default
19985 , beschrieben im 
19986 \emph on
19987 Benutzerhandbuch
19988 \emph default
19989 .
19990  In Algorithmus
19991 \begin_inset Space ~
19992 \end_inset
19993
19994
19995 \begin_inset CommandInset ref
19996 LatexCommand ref
19997 reference "alg:Ein-Gleitobjekt-Algorithmus"
19998
19999 \end_inset
20000
20001  wurden am Ende -0.4
20002 \begin_inset Space \thinspace{}
20003 \end_inset
20004
20005 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20006  letzten Zeile gedruckt wird.
20007 \end_layout
20008
20009 \begin_layout Standard
20010 Die Marke 
20011 \emph on
20012 Algorithmus
20013 \emph default
20014  wird nicht automatisch in die druckbare Version übernommen, sondern das
20015  englische Wort 
20016 \emph on
20017 Algorithm
20018 \emph default
20019  verwendet.
20020  Soll
20021 \emph on
20022  Algorithmus
20023 \emph default
20024  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20025 \end_layout
20026
20027 \begin_layout Standard
20028
20029 \series bold
20030
20031 \backslash
20032 floatname{algorithm}{Algorithmus}
20033 \end_layout
20034
20035 \begin_layout Standard
20036 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20037  Menü 
20038 \family sans
20039 Einfügen\SpecialChar \menuseparator
20040 Liste
20041 \begin_inset Space \thinspace{}
20042 \end_inset
20043
20044 /
20045 \begin_inset Space \thinspace{}
20046 \end_inset
20047
20048 Inhaltsverzeichnis\SpecialChar \menuseparator
20049 Algorithmenverzeichnis
20050 \family default
20051  verwendet werden.
20052  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20053  eingefügt werden:
20054 \end_layout
20055
20056 \begin_layout Standard
20057
20058 \series bold
20059
20060 \backslash
20061 listof{algorithm}{Algorithmenverzeichnis}
20062 \end_layout
20063
20064 \begin_layout Standard
20065 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20066  nach dem Schema 
20067 \begin_inset Quotes gld
20068 \end_inset
20069
20070 Kapitelnummer.Algorithmusnummer
20071 \begin_inset Quotes grd
20072 \end_inset
20073
20074  nummeriert.
20075  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20076  einfügen:
20077 \end_layout
20078
20079 \begin_layout Standard
20080
20081 \series bold
20082
20083 \backslash
20084 numberwithin{algorithm}{chapter}
20085 \end_layout
20086
20087 \begin_layout Standard
20088 Um 
20089 \series bold
20090
20091 \backslash
20092 numberwithin
20093 \series default
20094  benutzen zu können, muss in den 
20095 \family sans
20096 Mathe
20097 \begin_inset Space ~
20098 \end_inset
20099
20100 Optionen
20101 \family default
20102  der 
20103 \family sans
20104 Dokument-Einstellungen
20105 \family default
20106  
20107 \family sans
20108 AMS
20109 \begin_inset Space ~
20110 \end_inset
20111
20112 Mathe
20113 \begin_inset Space ~
20114 \end_inset
20115
20116 Paket
20117 \family default
20118
20119 \begin_inset Space ~
20120 \end_inset
20121
20122
20123 \family sans
20124 verwenden
20125 \family default
20126  angekreuzt sein.
20127 \end_layout
20128
20129 \begin_layout Subsection
20130 Textumflossenes [Gleit]Objekt
20131 \begin_inset CommandInset label
20132 LatexCommand label
20133 name "uab:Textumflossenes-[Gleit]Objekt"
20134
20135 \end_inset
20136
20137
20138 \begin_inset Index
20139 status collapsed
20140
20141 \begin_layout Plain Layout
20142 Gleitobjekte ! textumflossene
20143 \end_layout
20144
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \begin_layout Standard
20151 \begin_inset Wrap figure
20152 lines 0
20153 placement l
20154 overhang 0col%
20155 width "40col%"
20156 status open
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Graphics
20160         filename ../clipart/mobius.eps
20161         display color
20162         width 40col%
20163         scaleBeforeRotation
20164         rotateOrigin center
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Caption
20173
20174 \begin_layout Plain Layout
20175 \begin_inset CommandInset label
20176 LatexCommand label
20177 name "abb:This-is-a"
20178
20179 \end_inset
20180
20181 Dies ist eine umflossene Gleitobjekt-Abbildung
20182 \begin_inset VSpace medskip
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \end_inset
20194
20195 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20196  werden, wo sie definiert wurden.
20197  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20198 \emph on
20199 fließen
20200 \emph default
20201  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20202  übrig lässt.
20203  Er wird mit dem Befehl
20204 \family sans
20205  Einfügen\SpecialChar \menuseparator
20206 Gleitobjekt\SpecialChar \menuseparator
20207 Umflossenes
20208 \begin_inset Space \space{}
20209 \end_inset
20210
20211 Gleit\SpecialChar \-
20212 ob\SpecialChar \-
20213 jekt
20214 \family default
20215   eingefügt, wenn das LaTeX-Paket 
20216 \series bold
20217 wrapfig
20218 \series default
20219
20220 \begin_inset Index
20221 status collapsed
20222
20223 \begin_layout Plain Layout
20224 LaTeX-Pakete ! wrapfig
20225 \begin_inset ERT
20226 status collapsed
20227
20228 \begin_layout Plain Layout
20229
20230
20231 \backslash
20232
20233 \begin_inset ERT
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237
20238 {
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \begin_inset ERT
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248
20249 }
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258
20259 vspace
20260 \begin_inset ERT
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264
20265 {
20266 \end_layout
20267
20268 \end_inset
20269
20270 4mm
20271 \begin_inset ERT
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275
20276 }
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285
20286  installiert ist.
20287 \begin_inset Foot
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20292 \emph on
20293 LaTeX
20294 \begin_inset Space ~
20295 \end_inset
20296
20297 Konfiguration
20298 \emph default
20299  beschrieben.
20300 \end_layout
20301
20302 \end_inset
20303
20304  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20305 klick auf
20306  das 
20307 \family sans
20308 Umflossenes
20309 \begin_inset Space ~
20310 \end_inset
20311
20312 Gleitobjekt
20313 \family default
20314 -Kästchen ändern.
20315  Abbildung
20316 \begin_inset Space ~
20317 \end_inset
20318
20319
20320 \begin_inset CommandInset ref
20321 LatexCommand ref
20322 reference "abb:This-is-a"
20323
20324 \end_inset
20325
20326  ist zum Beispiel ein textumflossenes Objekt, das 40
20327 \begin_inset Space \thinspace{}
20328 \end_inset
20329
20330 % der Spaltenbreite einnimmt.
20331 \begin_inset Foot
20332 status collapsed
20333
20334 \begin_layout Plain Layout
20335 Die benutzbaren Einheiten werden in Anhang
20336 \begin_inset Space ~
20337 \end_inset
20338
20339
20340 \begin_inset CommandInset ref
20341 LatexCommand ref
20342 reference "kap:In-LyX-verfügbare"
20343
20344 \end_inset
20345
20346  beschrieben.
20347 \end_layout
20348
20349 \end_inset
20350
20351  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20352  umgebenden Test zu trennen.
20353 \end_layout
20354
20355 \begin_layout Standard
20356 \begin_inset Note Greyedout
20357 status open
20358
20359 \begin_layout Plain Layout
20360
20361 \series bold
20362 Bemerkung:
20363 \series default
20364  Textumflossene Objekte sind fragil.
20365  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20366  dass sie gar nicht oder über anderen Text gedruckt wird.
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Standard
20375
20376 \series bold
20377 Weitere
20378 \series default
20379  
20380 \series bold
20381 Bemerkungen
20382 \series default
20383 :
20384 \end_layout
20385
20386 \begin_layout Itemize
20387 Textumflossene Objekte
20388 \end_layout
20389
20390 \begin_deeper
20391 \begin_layout Itemize
20392 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20393  werden.
20394  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20395  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20396  erfolgen wird.
20397 \end_layout
20398
20399 \begin_layout Itemize
20400 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20401  werden oder darin.
20402 \end_layout
20403
20404 \begin_layout Itemize
20405 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20406  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20407 \end_layout
20408
20409 \begin_layout Itemize
20410 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20411 \end_layout
20412
20413 \end_deeper
20414 \begin_layout Itemize
20415 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20416  unmittelbar auf die Abbildung folgt, eingerückt.
20417  Das können Sie mit dem TeX-Code-Befehl 
20418 \series bold
20419
20420 \backslash
20421 hspace*{-1em}
20422 \series default
20423  direkt vor dem Text korrigieren.
20424  
20425 \family typewriter
20426 1
20427 \begin_inset Space \thinspace{}
20428 \end_inset
20429
20430 em
20431 \family default
20432  entspricht der Standardeinrückung.
20433 \end_layout
20434
20435 \begin_layout Itemize
20436 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20437  behandelt.
20438 \end_layout
20439
20440 \begin_layout Itemize
20441 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20442 \series bold
20443
20444 \backslash
20445 begin{slop\SpecialChar \-
20446 py\SpecialChar \-
20447 par}
20448 \series default
20449  und 
20450 \series bold
20451
20452 \backslash
20453 end{sloppypar}
20454 \series default
20455  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20456 \end_layout
20457
20458 \begin_layout Section
20459 Gleitobjekt-Nummerierung
20460 \begin_inset CommandInset label
20461 LatexCommand label
20462 name "abs:Gleitobjekt-Nummerierung"
20463
20464 \end_inset
20465
20466
20467 \begin_inset Index
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 Gleitobjekte ! Nummerierung
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20481  nummeriert oder nach dem Schema 
20482 \begin_inset Quotes gld
20483 \end_inset
20484
20485 Kapitelnummer.Gleitobjektnummer
20486 \begin_inset Quotes grd
20487 \end_inset
20488
20489  oder 
20490 \begin_inset Quotes gld
20491 \end_inset
20492
20493 Abschnittsnummer.Gleitobjektnummer
20494 \begin_inset Quotes grd
20495 \end_inset
20496
20497 .
20498  Das hängt von der Dokumentklasse ab.
20499 \end_layout
20500
20501 \begin_layout Standard
20502 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20503  in den LaTeX-Vorspann einfügen:
20504 \end_layout
20505
20506 \begin_layout Standard
20507
20508 \series bold
20509
20510 \backslash
20511 renewcommand{
20512 \backslash
20513 thetable}{
20514 \backslash
20515 roman{table}}
20516 \end_layout
20517
20518 \begin_layout Standard
20519
20520 \series bold
20521
20522 \backslash
20523 thetable
20524 \series default
20525  ist der Befehl, der die Tabellennummer druckt.
20526  Für Abbildungen ist das 
20527 \series bold
20528
20529 \backslash
20530 thefigure
20531 \series default
20532 .
20533  Der Befehl 
20534 \series bold
20535
20536 \backslash
20537 roman
20538 \series default
20539  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20540 \end_layout
20541
20542 \begin_layout Standard
20543 Um das Numerierungsschema zum Beispiel auf 
20544 \begin_inset Quotes gld
20545 \end_inset
20546
20547 Unterabschnittsnummer.Num\SpecialChar \-
20548 mer
20549 \begin_inset Quotes grd
20550 \end_inset
20551
20552  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20553 \end_layout
20554
20555 \begin_layout Standard
20556
20557 \series bold
20558
20559 \backslash
20560 numberwithin{table}{subsection}
20561 \end_layout
20562
20563 \begin_layout Standard
20564 Um den Befehl 
20565 \series bold
20566
20567 \backslash
20568 numberwithin
20569 \series default
20570  zu können, müssen Sie in den 
20571 \family sans
20572 Mathe
20573 \begin_inset Space ~
20574 \end_inset
20575
20576 Optionen
20577 \family default
20578  der 
20579 \family sans
20580 Dokument-Einstellungen
20581 \family default
20582  
20583 \family sans
20584 AMS
20585 \begin_inset Space ~
20586 \end_inset
20587
20588 Mathe
20589 \begin_inset Space ~
20590 \end_inset
20591
20592 Paket
20593 \family default
20594
20595 \begin_inset Space ~
20596 \end_inset
20597
20598
20599 \family sans
20600 verwenden
20601 \family default
20602  ankreuzen.
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Sehen Sie sich bitte auch Abschnitt
20607 \begin_inset Space ~
20608 \end_inset
20609
20610
20611 \begin_inset CommandInset ref
20612 LatexCommand ref
20613 reference "uab:Fußnoten-Nummerierung"
20614
20615 \end_inset
20616
20617  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20618 \end_layout
20619
20620 \begin_layout Section
20621 Auf Gleitobjekte verweisen
20622 \begin_inset CommandInset label
20623 LatexCommand label
20624 name "abs:Auf-Gleitobjekte-verweisen"
20625
20626 \end_inset
20627
20628
20629 \begin_inset Index
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633 Gleitobjekte ! Querverweise
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 Querverweise
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Zunächst müssen Sie mit 
20653 \family sans
20654 Einfügen\SpecialChar \menuseparator
20655 Marke
20656 \family default
20657  oder einen Klick auf 
20658 \begin_inset Graphics
20659         filename ../../images/label-insert.png
20660         scale 85
20661         scaleBeforeRotation
20662
20663 \end_inset
20664
20665  eine Marke im Titel einfügen.
20666  Im 
20667 \family sans
20668 Marke
20669 \family default
20670 -Dialog schreiben Sie einen Text in das Feld 
20671 \family sans
20672 Marke
20673 \family default
20674  oder übernehmen den vorgeschlagenen.
20675  Die Marke sieht in LyX dann so aus:
20676 \begin_inset Newline newline
20677 \end_inset
20678
20679
20680 \begin_inset Graphics
20681         filename clipart/Marke.png
20682         lyxscale 80
20683         scale 50
20684         scaleBeforeRotation
20685         BoundingBox 0bp 6bp 76bp 23bp
20686
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Standard
20693 Die Marke wird als Anker und Name für den Querverweis benutzt.
20694  Mit 
20695 \family sans
20696 Einfügen\SpecialChar \menuseparator
20697 Querverweis
20698 \family default
20699  oder einen Klick auf 
20700 \begin_inset Graphics
20701         filename ../../images/dialog-show-new-inset_ref.png
20702         scale 85
20703         scaleBeforeRotation
20704
20705 \end_inset
20706
20707  können Sie dann auf die Marke verweisen.
20708  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20709  angezeigt:
20710 \begin_inset Newline newline
20711 \end_inset
20712
20713
20714 \begin_inset Graphics
20715         filename clipart/Querverweis.png
20716         lyxscale 80
20717         scale 50
20718         scaleBeforeRotation
20719         BoundingBox 0bp 6bp 76bp 23bp
20720
20721 \end_inset
20722
20723
20724 \begin_inset Newline newline
20725 \end_inset
20726
20727  Mehr zu Querverweisen finden Sie im 
20728 \emph on
20729 Benutzerhandbuch
20730 \emph default
20731 .
20732 \end_layout
20733
20734 \begin_layout Standard
20735 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20736  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20737  durch einen Zeilenumbruch getrennt werden können.
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20742  LyX passt die Querverweise automatisch an.
20743 \end_layout
20744
20745 \begin_layout Standard
20746 Ein Klick auf den Schalter 
20747 \family sans
20748 Gehe
20749 \begin_inset Space ~
20750 \end_inset
20751
20752 zur
20753 \begin_inset Space ~
20754 \end_inset
20755
20756 Marke
20757 \family default
20758  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20759  Der Text der Schaltfläche heißt jetzt 
20760 \family sans
20761 Gehe
20762 \begin_inset Space ~
20763 \end_inset
20764
20765 zurück
20766 \family default
20767  und ein Klick darauf macht genau dies.
20768   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20769  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20770  Dann ist auch kein 
20771 \family sans
20772 Gehe
20773 \begin_inset Space ~
20774 \end_inset
20775
20776 zurück
20777 \family default
20778  möglich.
20779 \end_layout
20780
20781 \begin_layout Subsection
20782 Querverweis-Formate
20783 \begin_inset CommandInset label
20784 LatexCommand label
20785 name "uab:Querverweis-Formate"
20786
20787 \end_inset
20788
20789
20790 \begin_inset Index
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 Querverweise ! Formate
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Standard
20803 Es gibt sechs verschiedene Querverweisstile:
20804 \end_layout
20805
20806 \begin_layout Description
20807 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20808  
20809 \begin_inset CommandInset ref
20810 LatexCommand ref
20811 reference "abb:Zwei-Teilabbildungen"
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Description
20819 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20820  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20821  verwendet wird, speziell wenn der Name 
20822 \begin_inset Quotes gld
20823 \end_inset
20824
20825 Gleichung
20826 \begin_inset Quotes grd
20827 \end_inset
20828
20829  weggelassen wird: 
20830 \begin_inset CommandInset ref
20831 LatexCommand eqref
20832 reference "eq:Wgn"
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Description
20840 <Seite>: druckt die Seitennummer: Seite
20841 \begin_inset Space ~
20842 \end_inset
20843
20844
20845 \begin_inset CommandInset ref
20846 LatexCommand pageref
20847 reference "abb:Zwei-Teilabbildungen"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 auf
20856 \begin_inset Space ~
20857 \end_inset
20858
20859 Seite
20860 \begin_inset Space ~
20861 \end_inset
20862
20863 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20864 \begin_inset CommandInset ref
20865 LatexCommand vpageref
20866 reference "abb:Zwei-Teilabbildungen"
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Description
20874 <Querverweis>
20875 \begin_inset Space ~
20876 \end_inset
20877
20878 auf
20879 \begin_inset Space ~
20880 \end_inset
20881
20882 Seite
20883 \begin_inset Space ~
20884 \end_inset
20885
20886 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
20887  die Seitennummer: 
20888 \begin_inset CommandInset ref
20889 LatexCommand vref
20890 reference "abb:Zwei-Teilabbildungen"
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Description
20898 Formatierter
20899 \begin_inset Space ~
20900 \end_inset
20901
20902 Querverweis: druckt ein selbst definiertes Querverweisformat
20903 \begin_inset Newline newline
20904 \end_inset
20905
20906
20907 \begin_inset Note Greyedout
20908 status open
20909
20910 \begin_layout Plain Layout
20911
20912 \series bold
20913 Bemerkung:
20914 \series default
20915  Dies ist nur möglich, wenn das LaTeX-Paket 
20916 \series bold
20917 prettyref
20918 \series default
20919  installiert ist.
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20929  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20930  Seite befindet.
20931  Stattdessen wird der Text 
20932 \begin_inset Quotes gld
20933 \end_inset
20934
20935 auf dieser Seite
20936 \begin_inset Quotes grd
20937 \end_inset
20938
20939  gedruckt.
20940 \end_layout
20941
20942 \begin_layout Standard
20943 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20944  automatisch von LaTeX berechnet.
20945  Die Stile können im Feld 
20946 \family sans
20947 Format
20948 \family default
20949  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20950  einen Querverweis klicken.
20951 \end_layout
20952
20953 \begin_layout Subsection
20954 Auf Teilabbildungen verweisen
20955 \begin_inset CommandInset label
20956 LatexCommand label
20957 name "uab:Auf-Teilabbildungen-verweisen"
20958
20959 \end_inset
20960
20961
20962 \begin_inset Index
20963 status collapsed
20964
20965 \begin_layout Plain Layout
20966 Querverweise ! auf Teilabbildungen
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \begin_layout Standard
20975 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20976  Die Marke erzeugen Sie mit dem Befehl
20977 \end_layout
20978
20979 \begin_layout Standard
20980
20981 \series bold
20982
20983 \backslash
20984 label{abb:IhrMarkenName}
20985 \end_layout
20986
20987 \begin_layout Standard
20988 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20989  Als Querverweis benutzen Sie dann den Befehl
20990 \end_layout
20991
20992 \begin_layout Standard
20993
20994 \series bold
20995
20996 \backslash
20997 ref{abb:IhrMarkenName}
20998 \end_layout
20999
21000 \begin_layout Standard
21001 Hier ist ein Querverweis auf Teilabbildung
21002 \begin_inset Space ~
21003 \end_inset
21004
21005
21006 \begin_inset ERT
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010
21011
21012 \backslash
21013 ref{abb:Platypus}
21014 \end_layout
21015
21016 \end_inset
21017
21018 .
21019 \end_layout
21020
21021 \begin_layout Subsection
21022 Automatische Querverweis-Namen
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 Querverweise ! Automatische Namen 
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Das LaTeX-Paket 
21037 \series bold
21038 hyperref
21039 \series default
21040
21041 \begin_inset Index
21042 status collapsed
21043
21044 \begin_layout Plain Layout
21045 LaTeX-Pakete ! hyperref
21046 \end_layout
21047
21048 \end_inset
21049
21050  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
21051  Gleitobjekts automatisch enthalten (oder Textteile wie 
21052 \emph on
21053 Abschnitt
21054 \emph default
21055 ).
21056  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
21057  Um diese Funktion benutzen zu können, müssen Sie 
21058 \series bold
21059 hyperref
21060 \series default
21061  in den LaTeX-Vorspann wie folgt einfügen:
21062 \end_layout
21063
21064 \begin_layout Standard
21065
21066 \series bold
21067
21068 \backslash
21069 usepackage[pdfborder={0 0 0}]{hyperref}
21070 \begin_inset Newline newline
21071 \end_inset
21072
21073
21074 \backslash
21075 AtBeginDocument{
21076 \backslash
21077 renewcommand{
21078 \backslash
21079 ref}[1]{
21080 \backslash
21081 mbox{
21082 \backslash
21083 autoref{#1}}}}
21084 \end_layout
21085
21086 \begin_layout Standard
21087
21088 \series bold
21089 hyperref
21090 \series default
21091  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
21092 ku\SpecialChar \-
21093 men\SpecialChar \-
21094 ten
21095  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
21096  einen Link klicken, und die angeklickte Stelle wird gezeigt.
21097  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
21098  sich der Cursor.
21099 \end_layout
21100
21101 \begin_layout Standard
21102 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
21103 n.
21104  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
21105  für die Benutzung von 
21106 \series bold
21107 hyperref
21108 \series default
21109  sehen.
21110  In der 
21111 \series bold
21112 hyperref
21113 \series default
21114 -Dokumentation 
21115 \begin_inset CommandInset citation
21116 LatexCommand cite
21117 key "hyperref"
21118
21119 \end_inset
21120
21121  finden Sie mehr darüber.
21122 \end_layout
21123
21124 \begin_layout Standard
21125 \begin_inset Note Greyedout
21126 status open
21127
21128 \begin_layout Plain Layout
21129
21130 \series bold
21131 Bemerkung:
21132 \series default
21133  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21134  als Querverweisstil 
21135 \family sans
21136 Formatierter
21137 \begin_inset Space ~
21138 \end_inset
21139
21140 Querverweis
21141 \family default
21142  benutzen.
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Subsection
21151 Querverweis-Position
21152 \begin_inset CommandInset label
21153 LatexCommand label
21154 name "uab:Querverweis-Position"
21155
21156 \end_inset
21157
21158
21159 \begin_inset Index
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163 Querverweise !  Position
21164 \end_layout
21165
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \begin_layout Standard
21172 Wenn Sie 
21173 \series bold
21174 hyperref
21175 \series default
21176  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21177  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21178  und Sie werden das Bild ohne Rollen nicht sehen.
21179  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21180  ist.
21181  Wenn Sie das  LaTeX-Paket 
21182 \series bold
21183 hypcap
21184 \series default
21185
21186 \begin_inset Index
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190 LaTeX-Pakete ! hypcap
21191 \end_layout
21192
21193 \end_inset
21194
21195 , das Teil des LaTeX-Pakets 
21196 \series bold
21197 oberdiek
21198 \series default
21199
21200 \begin_inset Index
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 LaTeX-Pakete ! oberdiek
21205 \end_layout
21206
21207 \end_inset
21208
21209  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21210  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21211 \series bold
21212 hypcap
21213 \series default
21214  zunächst in den LaTeX-Vorspann laden:
21215 \end_layout
21216
21217 \begin_layout Standard
21218
21219 \series bold
21220
21221 \backslash
21222 usepackage[figure]{hypcap}
21223 \end_layout
21224
21225 \begin_layout Standard
21226 Sie können 
21227 \series bold
21228 hypcap
21229 \series default
21230  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21231  nicht empfohlen.
21232  Weitere Informationen finden Sie im
21233 \series bold
21234  hypcap
21235 \series default
21236 -Handbuch 
21237 \begin_inset CommandInset citation
21238 LatexCommand cite
21239 key "hypcap"
21240
21241 \end_inset
21242
21243 .
21244 \end_layout
21245
21246 \begin_layout Standard
21247 \begin_inset Note Greyedout
21248 status open
21249
21250 \begin_layout Plain Layout
21251
21252 \series bold
21253 Bemerkung 1:
21254 \series default
21255  
21256 \series bold
21257 hypcap
21258 \series default
21259  muss nach 
21260 \series bold
21261 hyperref
21262 \series default
21263  geladen werden.
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \begin_layout Standard
21272 \begin_inset Note Greyedout
21273 status open
21274
21275 \begin_layout Plain Layout
21276
21277 \series bold
21278 Bemerkung 2:
21279 \series default
21280  
21281 \series medium
21282 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21283  zu Teilabbildungen.
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Section
21292 Gleitobjekt-Platzierung
21293 \begin_inset CommandInset label
21294 LatexCommand label
21295 name "abs:Gleitobjekt-Platzierung"
21296
21297 \end_inset
21298
21299
21300 \begin_inset Index
21301 status collapsed
21302
21303 \begin_layout Plain Layout
21304 Gleitobjekte ! Plazierung
21305 \end_layout
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Standard
21313 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21314 \family sans
21315 Gleitobjekt-Einstellungen
21316 \family default
21317 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21318  können.
21319 \begin_inset Newline newline
21320 \end_inset
21321
21322 Die Option 
21323 \family sans
21324 Spalten
21325 \begin_inset Space ~
21326 \end_inset
21327
21328 überspannen
21329 \family default
21330  ist nur bei zweispaltigen Dokumenten sinnvoll.
21331  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21332 \begin_inset Newline newline
21333 \end_inset
21334
21335 Die Option 
21336 \family sans
21337 Seitwärts
21338 \begin_inset Space ~
21339 \end_inset
21340
21341 drehen
21342 \family default
21343  ist in Abschnitt 
21344 \begin_inset CommandInset ref
21345 LatexCommand ref
21346 reference "abs:Gedrehte-Gleitobjekte"
21347
21348 \end_inset
21349
21350  beschrieben.
21351 \end_layout
21352
21353 \begin_layout Standard
21354 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21355  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21356  Sie die Option 
21357 \family sans
21358 Standard-Platzierung
21359 \begin_inset Space ~
21360 \end_inset
21361
21362 verwenden
21363 \family default
21364  nicht verwenden:
21365 \end_layout
21366
21367 \begin_layout Description
21368 Hier
21369 \begin_inset Space ~
21370 \end_inset
21371
21372 wenn
21373 \begin_inset Space ~
21374 \end_inset
21375
21376 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21377 \end_layout
21378
21379 \begin_layout Description
21380 Anfang
21381 \begin_inset Space ~
21382 \end_inset
21383
21384 der
21385 \begin_inset Space ~
21386 \end_inset
21387
21388 Seite
21389 \family sans
21390  
21391 \family default
21392 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21393  Gleitobjekte, die maximal 70
21394 \begin_inset Space \thinspace{}
21395 \end_inset
21396
21397 % einer Seite benötigen, dürfen oben platziert werden.
21398  Dies kann durch die Variable 
21399 \series bold
21400
21401 \backslash
21402 topfraction
21403 \series default
21404  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21405 \end_layout
21406
21407 \begin_deeper
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 renewcommand{
21414 \backslash
21415 topfraction}{0.9}
21416 \family typewriter
21417 \series default
21418  
21419 \end_layout
21420
21421 \end_deeper
21422 \begin_layout Description
21423 Ende
21424 \begin_inset Space ~
21425 \end_inset
21426
21427 der
21428 \begin_inset Space ~
21429 \end_inset
21430
21431 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21432  Gleitobjekte, die maximal 30
21433 \begin_inset Space \thinspace{}
21434 \end_inset
21435
21436 % einer Seite benötigen, dürfen unten platziert werden.
21437  Dies kann durch die Variable 
21438 \series bold
21439
21440 \backslash
21441 bottomfraction
21442 \series default
21443  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21444 \end_layout
21445
21446 \begin_deeper
21447 \begin_layout Standard
21448
21449 \series bold
21450
21451 \backslash
21452 renewcommand{
21453 \backslash
21454 bottomfraction}{0.5}
21455 \end_layout
21456
21457 \begin_layout Standard
21458 die oftmals zu kleine untere Grenze auf 50
21459 \begin_inset Space \thinspace{}
21460 \end_inset
21461
21462 %.
21463 \end_layout
21464
21465 \end_deeper
21466 \begin_layout Description
21467 Seite
21468 \begin_inset Space ~
21469 \end_inset
21470
21471 mit
21472 \begin_inset Space ~
21473 \end_inset
21474
21475 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21476  Nur wenn mehr als 50
21477 \begin_inset Space \thinspace{}
21478 \end_inset
21479
21480 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21481  Gleitobjekte bereitgestellt.
21482  Dies kann durch die Variable 
21483 \series bold
21484
21485 \backslash
21486 floatpagefraction 
21487 \series default
21488 im LaTeX-Vorspann überschrieben werden.
21489 \end_layout
21490
21491 \begin_layout Standard
21492 Die Reihenfolge der obigen Optionen wird 
21493 \emph on
21494 immer
21495 \emph default
21496  von LaTeX verwendet.
21497  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21498  versuchen 
21499 \family sans
21500 Hier
21501 \begin_inset Space \space{}
21502 \end_inset
21503
21504 wenn
21505 \begin_inset Space \space{}
21506 \end_inset
21507
21508 möglich
21509 \family default
21510 , dann 
21511 \family sans
21512 Anfang
21513 \begin_inset Space ~
21514 \end_inset
21515
21516 der
21517 \begin_inset Space ~
21518 \end_inset
21519
21520 Seite
21521 \family default
21522  und dann die anderen Optionen zu anzuwenden.
21523  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21524  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21525  Reihenfolge.
21526  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21527 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21528 \end_layout
21529
21530 \begin_layout Standard
21531 Die Option 
21532 \family sans
21533 Hier,
21534 \begin_inset Space ~
21535 \end_inset
21536
21537 auf
21538 \begin_inset Space ~
21539 \end_inset
21540
21541 jeden
21542 \begin_inset Space ~
21543 \end_inset
21544
21545 Fall
21546 \family default
21547  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21548  fast druckreif ist.
21549  Denn mit der Option kann das Objekt nicht mehr 
21550 \emph on
21551 gleiten
21552 \emph default
21553 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21554  oftmals zerstört.
21555 \end_layout
21556
21557 \begin_layout Standard
21558 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21559  immer von Text eines bestimmten Paragraphen umgeben sind.
21560 \begin_inset VSpace bigskip
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21568 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21569  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21570  Das kann mit dem LaTeX-Befehl
21571 \series bold
21572  
21573 \backslash
21574 suppressfloats
21575 \series default
21576  verhindert werden.
21577  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21578  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21579  gesetzt wird.
21580  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586
21587 \backslash
21588 let
21589 \backslash
21590 meinAbschnitt
21591 \backslash
21592 section
21593 \begin_inset Newline newline
21594 \end_inset
21595
21596
21597 \backslash
21598 renewcommand{
21599 \backslash
21600 section}{
21601 \backslash
21602 suppressfloats[t]
21603 \backslash
21604 meinAbschnitt}
21605 \end_layout
21606
21607 \begin_layout Standard
21608 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21609  Unterabschnitten festlegen.
21610  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21611  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21612 \end_layout
21613
21614 \begin_layout Standard
21615 Es gibt auch noch das LaTeX-Paket 
21616 \series bold
21617 flafter
21618 \series default
21619
21620 \begin_inset Index
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624 LaTeX-Pakete ! flafter
21625 \end_layout
21626
21627 \end_inset
21628
21629  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21630  gedruckt wird.
21631 \end_layout
21632
21633 \begin_layout Standard
21634 \begin_inset VSpace bigskip
21635 \end_inset
21636
21637 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21638  Dafür gibt es das LaTeX-Paket 
21639 \series bold
21640 endfloat
21641 \series default
21642
21643 \begin_inset Index
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647 LaTeX-Pakete ! endf
21648 \begin_inset ERT
21649 status collapsed
21650
21651 \begin_layout Plain Layout
21652
21653
21654 \backslash
21655
21656 \begin_inset ERT
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660
21661 {
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \begin_inset ERT
21668 status collapsed
21669
21670 \begin_layout Plain Layout
21671
21672 }
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681
21682 /loat
21683 \end_layout
21684
21685 \end_inset
21686
21687 .
21688  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21689  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21690  
21691 \family sans
21692
21693 \begin_inset Quotes gld
21694 \end_inset
21695
21696 [Abbildung
21697 \begin_inset Space ~
21698 \end_inset
21699
21700 3.2 ist ungefähr hier.]
21701 \family default
21702
21703 \begin_inset Quotes grd
21704 \end_inset
21705
21706  finden.
21707  Das 
21708 \series bold
21709 endfloat
21710 \series default
21711 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21712 \end_layout
21713
21714 \begin_layout Standard
21715
21716 \series bold
21717
21718 \backslash
21719 usepackage[Optionen]{endfloat}
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21724  Tabellen-Abschnitt, die Sie in der 
21725 \series bold
21726 endfloat
21727 \series default
21728 -Dokumentation 
21729 \begin_inset CommandInset citation
21730 LatexCommand cite
21731 key "endfloat"
21732
21733 \end_inset
21734
21735  nachlesen können.
21736 \begin_inset Newline newline
21737 \end_inset
21738
21739
21740 \begin_inset Note Greyedout
21741 status open
21742
21743 \begin_layout Plain Layout
21744
21745 \series bold
21746 Bemerkung
21747 \begin_inset Space ~
21748 \end_inset
21749
21750 1: endfloat
21751 \series default
21752  übersetzt den Hinweistext nicht automatisch.
21753  Abschnitt
21754 \begin_inset Space ~
21755 \end_inset
21756
21757 4 in 
21758 \begin_inset CommandInset citation
21759 LatexCommand cite
21760 key "endfloat"
21761
21762 \end_inset
21763
21764  beschreibt, wie es geht.
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Standard
21773 \begin_inset Note Greyedout
21774 status open
21775
21776 \begin_layout Plain Layout
21777
21778 \series bold
21779 Bemerkung
21780 \begin_inset Space ~
21781 \end_inset
21782
21783 2: 
21784 \series default
21785 Die aktuelle Version von 
21786 \series bold
21787 endfloat
21788 \series default
21789  hat einen Fehler, wenn die Überschrift ein 
21790 \begin_inset Quotes gld
21791 \end_inset
21792
21793 ß
21794 \begin_inset Quotes grd
21795 \end_inset
21796
21797  enthält.
21798  Sie müssen stattdessen den Befehl 
21799 \series bold
21800
21801 \backslash
21802 ss
21803 \series default
21804  als TeX-Code benutzen.
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Standard
21813 \begin_inset VSpace bigskip
21814 \end_inset
21815
21816 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21817 hern wie 
21818 \begin_inset CommandInset citation
21819 LatexCommand cite
21820 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21821
21822 \end_inset
21823
21824 .
21825 \end_layout
21826
21827 \begin_layout Section
21828 Gedrehte Gleitobjekte
21829 \begin_inset CommandInset label
21830 LatexCommand label
21831 name "abs:Gedrehte-Gleitobjekte"
21832
21833 \end_inset
21834
21835
21836 \begin_inset Index
21837 status collapsed
21838
21839 \begin_layout Plain Layout
21840 Gleitobjekte ! drehen
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Standard
21849 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21850 t drehen.
21851  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21852  und die Option 
21853 \family sans
21854 Seitwärts
21855 \begin_inset Space ~
21856 \end_inset
21857
21858 drehen
21859 \family default
21860  wählen.
21861 \end_layout
21862
21863 \begin_layout Standard
21864 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21865  zweispaltigen Dokumenten) gedruckt.
21866  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21867  werden können.
21868  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21869  Option 
21870 \series bold
21871 figuresleft
21872 \series default
21873  oder 
21874 \series bold
21875 figuresright
21876 \series default
21877  zu den Dokumentklassen-Optionen hinzu.
21878 \end_layout
21879
21880 \begin_layout Standard
21881 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21882  Tabelle
21883 \begin_inset Space ~
21884 \end_inset
21885
21886
21887 \begin_inset CommandInset ref
21888 LatexCommand ref
21889 reference "tab:Gedrehte-Tabelle"
21890
21891 \end_inset
21892
21893  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21894 \end_layout
21895
21896 \begin_layout Standard
21897 \begin_inset Note Greyedout
21898 status open
21899
21900 \begin_layout Plain Layout
21901
21902 \series bold
21903 Bemerkung:
21904 \series default
21905  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21906 \end_layout
21907
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \begin_layout Standard
21914 \begin_inset Float table
21915 wide false
21916 sideways true
21917 status open
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Caption
21921
21922 \begin_layout Plain Layout
21923 \begin_inset CommandInset label
21924 LatexCommand label
21925 name "tab:Gedrehte-Tabelle"
21926
21927 \end_inset
21928
21929 Gedrehte Tabelle
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Plain Layout
21938 \align center
21939 \begin_inset Tabular
21940 <lyxtabular version="3" rows="1" columns="5">
21941 <features>
21942 <column alignment="center" valignment="top" width="0">
21943 <column alignment="center" valignment="top" width="0">
21944 <column alignment="center" valignment="top" width="0">
21945 <column alignment="center" valignment="top" width="0">
21946 <column alignment="center" valignment="top" width="0">
21947 <row>
21948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 Test
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 b
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 c
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 d
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 e
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 </row>
21994 </lyxtabular>
21995
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Section
22007 Gleitobjekte nebeneinander
22008 \begin_inset Index
22009 status collapsed
22010
22011 \begin_layout Plain Layout
22012 Gleitobjekte ! nebeneinander
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \begin_layout Standard
22021 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
22022 \begin_inset Space ~
22023 \end_inset
22024
22025
22026 \begin_inset CommandInset ref
22027 LatexCommand ref
22028 reference "fig:Gleitobjekt-links"
22029
22030 \end_inset
22031
22032  und 
22033 \begin_inset CommandInset ref
22034 LatexCommand ref
22035 reference "fig:Gleitobjekt-rechts"
22036
22037 \end_inset
22038
22039 , wird nur 
22040 \emph on
22041 ein
22042 \emph default
22043  Gleitobjekt verwendet.
22044  In dieses werden zwei Minipage Boxen eingefügt.
22045 \begin_inset Foot
22046 status collapsed
22047
22048 \begin_layout Plain Layout
22049 Minipages sind in Abschnitt
22050 \begin_inset Space ~
22051 \end_inset
22052
22053
22054 \begin_inset CommandInset ref
22055 LatexCommand ref
22056 reference "abs:Minipage"
22057
22058 \end_inset
22059
22060  erklärt.
22061 \end_layout
22062
22063 \end_inset
22064
22065  Die Breite wird für jede Minipage auf 45
22066 \begin_inset Space \thinspace{}
22067 \end_inset
22068
22069 -50
22070 \begin_inset Space \thinspace{}
22071 \end_inset
22072
22073 Spalten% und die Box Ausrichtung auf 
22074 \family sans
22075 Unten
22076 \family default
22077  gesetzt.
22078  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
22079  Gleitobjekt.
22080  Der einzige Unterschied ist, dass die Bildeinheit 
22081 \family sans
22082 Spaltenbreite
22083 \begin_inset Space ~
22084 \end_inset
22085
22086 %
22087 \family default
22088  nun bezüglich der Breite der Minipage Boxen berechnet wird.
22089 \end_layout
22090
22091 \begin_layout Standard
22092 \begin_inset Float figure
22093 wide false
22094 sideways false
22095 status open
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Box Frameless
22099 position "b"
22100 hor_pos "c"
22101 has_inner_box 1
22102 inner_pos "t"
22103 use_parbox 0
22104 width "45col%"
22105 special "none"
22106 height "1in"
22107 height_special "totalheight"
22108 status open
22109
22110 \begin_layout Plain Layout
22111 \align center
22112 \begin_inset Graphics
22113         filename ../clipart/mobius.eps
22114         lyxscale 50
22115         width 100col%
22116         scaleBeforeRotation
22117
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Caption
22125
22126 \begin_layout Plain Layout
22127 \begin_inset CommandInset label
22128 LatexCommand label
22129 name "fig:Gleitobjekt-links"
22130
22131 \end_inset
22132
22133 Gleitobjekt auf der linken Seite.
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \begin_inset Space \hfill{}
22145 \end_inset
22146
22147
22148 \begin_inset Box Frameless
22149 position "b"
22150 hor_pos "c"
22151 has_inner_box 1
22152 inner_pos "t"
22153 use_parbox 0
22154 width "45col%"
22155 special "none"
22156 height "1in"
22157 height_special "totalheight"
22158 status open
22159
22160 \begin_layout Plain Layout
22161 \align center
22162 \begin_inset Graphics
22163         filename ../clipart/platypus.eps
22164         lyxscale 50
22165         width 100col%
22166         scaleBeforeRotation
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Caption
22175
22176 \begin_layout Plain Layout
22177 \begin_inset CommandInset label
22178 LatexCommand label
22179 name "fig:Gleitobjekt-rechts"
22180
22181 \end_inset
22182
22183 Gleitobjekt auf der rechten Seite.
22184 \end_layout
22185
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \begin_layout Section
22202 Beschriftungs-Formatierung
22203 \begin_inset CommandInset label
22204 LatexCommand label
22205 name "abs:Titel-Formatierung"
22206
22207 \end_inset
22208
22209
22210 \begin_inset Index
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214 Gleitobjekte ! Beschriftung ! Formatierung
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \begin_layout Standard
22223
22224 \family sans
22225 Legende
22226 \family default
22227  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22228  In LyX sehen Titel so aus:  
22229 \family sans
22230
22231 \begin_inset Quotes gld
22232 \end_inset
22233
22234 Abbildung xyz:
22235 \family default
22236
22237 \begin_inset Quotes grd
22238 \end_inset
22239
22240 , gefolgt vom Beschriftungstext, wobei 
22241 \family sans
22242 xyz
22243 \family default
22244  die von LyX vergebene Nummer ist.
22245  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22246  gedruckt.
22247  Dies ist nicht immer brauchbar.
22248 \end_layout
22249
22250 \begin_layout Standard
22251 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22252  
22253 \series bold
22254 caption
22255 \series default
22256
22257 \begin_inset Index
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 LaTeX-Pakete ! caption
22262 \end_layout
22263
22264 \end_inset
22265
22266  in den LaTeX-Vorspann laden:
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 usepackage[Format-Definition]{caption}
22275 \end_layout
22276
22277 \begin_layout Standard
22278 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22279  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22280 \end_layout
22281
22282 \begin_layout Standard
22283
22284 \series bold
22285
22286 \backslash
22287 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22288 \end_layout
22289
22290 \begin_layout Standard
22291 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22292  definieren.
22293  Dazu laden Sie das 
22294 \series bold
22295 caption
22296 \series default
22297 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22298  dem Befehl
22299 \end_layout
22300
22301 \begin_layout Standard
22302
22303 \series bold
22304
22305 \backslash
22306 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Für Abbildung
22311 \begin_inset Space ~
22312 \end_inset
22313
22314
22315 \begin_inset CommandInset ref
22316 LatexCommand ref
22317 reference "abb:Langer-Abb-Titel"
22318
22319 \end_inset
22320
22321  und Tabelle
22322 \begin_inset Space ~
22323 \end_inset
22324
22325
22326 \begin_inset CommandInset ref
22327 LatexCommand ref
22328 reference "tab:Langer-Tab-Titel"
22329
22330 \end_inset
22331
22332  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22333  werden:
22334 \end_layout
22335
22336 \begin_layout Standard
22337
22338 \series bold
22339
22340 \backslash
22341 usepackage[tableposition=top]{caption}
22342 \begin_inset Newline newline
22343 \end_inset
22344
22345
22346 \backslash
22347 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22348 \begin_inset Newline newline
22349 \end_inset
22350
22351
22352 \begin_inset ERT
22353 status collapsed
22354
22355 \begin_layout Plain Layout
22356
22357
22358 \backslash
22359 hphantom{
22360 \backslash
22361
22362 \backslash
22363 captionsetup[figure]
22364 \backslash
22365 {}
22366 \end_layout
22367
22368 \end_inset
22369
22370  labelsep=period}
22371 \begin_inset Newline newline
22372 \end_inset
22373
22374
22375 \backslash
22376 captionsetup[table]{labelfont={bf,sf}}
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \begin_inset Note Greyedout
22381 status open
22382
22383 \begin_layout Plain Layout
22384
22385 \series bold
22386 Bemerkung:
22387 \series default
22388  Die Option 
22389 \series bold
22390 tableposition=top
22391 \series default
22392  hat keine Auswirkung wenn eine 
22393 \series bold
22394 koma-script
22395 \series default
22396
22397 \begin_inset Index
22398 status collapsed
22399
22400 \begin_layout Plain Layout
22401 LaTeX-Pakete ! koma-script
22402 \end_layout
22403
22404 \end_inset
22405
22406 -Dokumentklasse verwendet wird.
22407  Hier muss die Option 
22408 \series bold
22409 tablecaptionabove
22410 \series default
22411  benutzt werden.
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Standard
22420 Weitere Informationen über das Paket
22421 \series bold
22422  caption
22423 \series default
22424  finden Sie in seiner Dokumentation 
22425 \begin_inset CommandInset citation
22426 LatexCommand cite
22427 key "caption"
22428
22429 \end_inset
22430
22431 .
22432 \end_layout
22433
22434 \begin_layout Standard
22435 Wenn Sie den Namen von 
22436 \begin_inset Quotes gld
22437 \end_inset
22438
22439 Abbildung
22440 \begin_inset Quotes grd
22441 \end_inset
22442
22443  auf 
22444 \begin_inset Quotes gld
22445 \end_inset
22446
22447 Bild
22448 \begin_inset Quotes grd
22449 \end_inset
22450
22451  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22452 \end_layout
22453
22454 \begin_layout Standard
22455
22456 \series bold
22457
22458 \backslash
22459 renewcommand{
22460 \backslash
22461 fnum@figure}{Bild~
22462 \backslash
22463 thefigure}
22464 \end_layout
22465
22466 \begin_layout Standard
22467 wobei 
22468 \series bold
22469
22470 \backslash
22471 thefigure
22472 \series default
22473  die Bildnummer einsetzt und
22474 \series bold
22475  ~
22476 \series default
22477  ein geschütztes Leerzeichen ist.
22478 \end_layout
22479
22480 \begin_layout Standard
22481 \begin_inset VSpace bigskip
22482 \end_inset
22483
22484 Wenn Sie eine 
22485 \series bold
22486 koma-script
22487 \series default
22488
22489 \begin_inset Index
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493 LaTeX-Pakete ! koma-script
22494 \end_layout
22495
22496 \end_inset
22497
22498 -Dokumentklasse (
22499 \family sans
22500 article (koma-script)
22501 \family default
22502
22503 \family sans
22504 book (koma-script)
22505 \family default
22506
22507 \family sans
22508 letter (koma-script)
22509 \family default
22510  oder 
22511 \family sans
22512 report (koma-script)
22513 \family default
22514 ) benutzen, können Sie anstatt des 
22515 \series bold
22516 caption
22517 \series default
22518 -Paketes den eingebauten Befehl 
22519 \series bold
22520
22521 \backslash
22522 setkomafont
22523 \series default
22524  von 
22525 \series bold
22526 koma-script
22527 \series default
22528  benutzen.
22529  Der Befehl
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535
22536 \backslash
22537 setkomafont{captionlabel}{
22538 \backslash
22539 bfseries}
22540 \end_layout
22541
22542 \begin_layout Standard
22543 im LaTeX-Vorspann druckt den Namen fett.
22544 \end_layout
22545
22546 \begin_layout Standard
22547 Weitere Informationen über 
22548 \series bold
22549
22550 \backslash
22551 setkomafont
22552 \series default
22553  finden Sie in der 
22554 \series bold
22555 koma-script
22556 \series default
22557 -Do\SpecialChar \-
22558 ku\SpecialChar \-
22559 men\SpecialChar \-
22560 ta\SpecialChar \-
22561 tion 
22562 \begin_inset CommandInset citation
22563 LatexCommand cite
22564 key "koma-script"
22565
22566 \end_inset
22567
22568 .
22569 \end_layout
22570
22571 \begin_layout Standard
22572 \begin_inset ERT
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576
22577
22578 \backslash
22579 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22580 }
22581 \end_layout
22582
22583 \end_inset
22584
22585
22586 \begin_inset Note Note
22587 status open
22588
22589 \begin_layout Plain Layout
22590 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Standard
22599 \begin_inset Float figure
22600 placement !p
22601 wide false
22602 sideways false
22603 status open
22604
22605 \begin_layout Plain Layout
22606 \align center
22607 \begin_inset Graphics
22608         filename ../clipart/mobius.eps
22609         lyxscale 50
22610         scale 50
22611         scaleBeforeRotation
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Caption
22620
22621 \begin_layout Plain Layout
22622 \begin_inset CommandInset label
22623 LatexCommand label
22624 name "abb:Langer-Abb-Titel"
22625
22626 \end_inset
22627
22628 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22629  ist, um das andere Beschriftungsformat zu zeigen.
22630  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22631 \begin_inset OptArg
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22636  ist.
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22663 on}
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \begin_layout Standard
22672 \begin_inset Float table
22673 placement !p
22674 wide false
22675 sideways false
22676 status open
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Caption
22680
22681 \begin_layout Plain Layout
22682 \begin_inset CommandInset label
22683 LatexCommand label
22684 name "tab:Langer-Tab-Titel"
22685
22686 \end_inset
22687
22688 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22689  ist, um das andere Beschriftungsformat zu zeigen.
22690  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22691  benutzt.
22692 \begin_inset OptArg
22693 status collapsed
22694
22695 \begin_layout Plain Layout
22696 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22697  ist.
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Plain Layout
22711 \align center
22712 \begin_inset Tabular
22713 <lyxtabular version="3" rows="1" columns="5">
22714 <features>
22715 <column alignment="center" valignment="top" width="0">
22716 <column alignment="center" valignment="top" width="0">
22717 <column alignment="center" valignment="top" width="0">
22718 <column alignment="center" valignment="top" width="0">
22719 <column alignment="center" valignment="top" width="0">
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 a
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 b
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 c
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 d
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 e
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 </lyxtabular>
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Section
22780 Beschriftungs-Platzierung
22781 \begin_inset CommandInset label
22782 LatexCommand label
22783 name "abs:Titel-Platzierung"
22784
22785 \end_inset
22786
22787
22788 \begin_inset Index
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792 Gleitobjekte ! Beschriftung ! Platzierung
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \begin_layout Standard
22801 Normalerweise werden die Beschriftungen wie folgt platziert:
22802 \end_layout
22803
22804 \begin_layout Description
22805 Abbildung: darunter
22806 \end_layout
22807
22808 \begin_layout Description
22809 Tabelle: darüber
22810 \end_layout
22811
22812 \begin_layout Standard
22813 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22814  Das heißt wenn Sie eine der Dokument-Klassen 
22815 \family sans
22816 article
22817 \family default
22818
22819 \family sans
22820 book
22821 \family default
22822
22823 \family sans
22824 letter
22825 \family default
22826  oder 
22827 \family sans
22828 report
22829 \family default
22830  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22831  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22832 \series bold
22833 caption
22834 \series default
22835  im LaTeX-Vorspann folgendes:
22836 \begin_inset Foot
22837 status collapsed
22838
22839 \begin_layout Plain Layout
22840 In Abschnitt
22841 \begin_inset Space ~
22842 \end_inset
22843
22844
22845 \begin_inset CommandInset ref
22846 LatexCommand ref
22847 reference "abs:Titel-Formatierung"
22848
22849 \end_inset
22850
22851  steht mehr über das Paket 
22852 \series bold
22853 caption
22854 \series default
22855 .
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Standard
22864
22865 \series bold
22866 tableposition=top
22867 \end_layout
22868
22869 \begin_layout Standard
22870 Wenn Sie eine 
22871 \series bold
22872 koma-script
22873 \series default
22874
22875 \begin_inset Index
22876 status collapsed
22877
22878 \begin_layout Plain Layout
22879 LaTeX-Pakete ! koma-script
22880 \end_layout
22881
22882 \end_inset
22883
22884 -Dokumentklasse (
22885 \family sans
22886 article (koma-script)
22887 \family default
22888
22889 \family sans
22890 book (koma-script)
22891 \family default
22892
22893 \family sans
22894 letter (koma-script)
22895 \family default
22896  oder 
22897 \family sans
22898 report (koma-script)
22899 \family default
22900 ) benutzen, können Sie alternativ zum 
22901 \series bold
22902 caption
22903 \series default
22904 -Paket die Option 
22905 \series bold
22906 tablecaptionabove
22907 \series default
22908  benutzen.
22909 \end_layout
22910
22911 \begin_layout Standard
22912 \begin_inset VSpace bigskip
22913 \end_inset
22914
22915 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22916  Das bewirkt das LaTeX-Paket 
22917 \series bold
22918 sidecap
22919 \series default
22920
22921 \begin_inset Index
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925 LaTeX-Pakete ! sidecap
22926 \end_layout
22927
22928 \end_inset
22929
22930 , das so in den LaTeX-Vorspann geladen wird:
22931 \end_layout
22932
22933 \begin_layout Standard
22934
22935 \series bold
22936
22937 \backslash
22938 usepackage[Option]{sidecap}
22939 \end_layout
22940
22941 \begin_layout Standard
22942 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22943  Mit 
22944 \series bold
22945 innercaption
22946 \series default
22947  wird die Beschriftung innen gedruckt.
22948  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22949  
22950 \series bold
22951 rightcaption
22952 \series default
22953  oder 
22954 \series bold
22955 leftcaption
22956 \series default
22957 .
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 ifsidecap
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \begin_inset Note Note
22975 status open
22976
22977 \begin_layout Plain Layout
22978 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22979 \series bold
22980 sidecap
22981 \series default
22982  installiert ist.
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22992  in den LaTeX-Vorspann schreiben:
22993 \end_layout
22994
22995 \begin_layout Standard
22996
22997 \lyxline
22998
22999 \end_layout
23000
23001 \begin_layout Standard
23002
23003 \series bold
23004
23005 \backslash
23006 newcommand{
23007 \backslash
23008 TabBesBeg}{%
23009 \begin_inset Newline newline
23010 \end_inset
23011
23012
23013 \begin_inset ERT
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017
23018
23019 \backslash
23020 hphantom{ }
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \backslash
23027 let
23028 \backslash
23029 MyTable
23030 \backslash
23031 table
23032 \begin_inset Newline newline
23033 \end_inset
23034
23035
23036 \begin_inset ERT
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040
23041
23042 \backslash
23043 hphantom{ }
23044 \end_layout
23045
23046 \end_inset
23047
23048
23049 \backslash
23050 let
23051 \backslash
23052 MyEndtable
23053 \backslash
23054 endtable
23055 \begin_inset Newline newline
23056 \end_inset
23057
23058
23059 \begin_inset ERT
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063
23064
23065 \backslash
23066 hphantom{ }
23067 \end_layout
23068
23069 \end_inset
23070
23071
23072 \backslash
23073 renewenvironment{table}{
23074 \backslash
23075 begin{SCtable}}{
23076 \backslash
23077 end{SCtable}}}
23078 \end_layout
23079
23080 \begin_layout Standard
23081
23082 \series bold
23083
23084 \backslash
23085 newcommand{
23086 \backslash
23087 TabBesEnd}{%
23088 \begin_inset Newline newline
23089 \end_inset
23090
23091
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097
23098 \backslash
23099 hphantom{ }
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \backslash
23106 let
23107 \backslash
23108 table
23109 \backslash
23110 MyTable
23111 \begin_inset Newline newline
23112 \end_inset
23113
23114
23115 \begin_inset ERT
23116 status collapsed
23117
23118 \begin_layout Plain Layout
23119
23120
23121 \backslash
23122 hphantom{ }
23123 \end_layout
23124
23125 \end_inset
23126
23127
23128 \backslash
23129 let
23130 \backslash
23131 endtable
23132 \backslash
23133 MyEndtable
23134 \end_layout
23135
23136 \begin_layout Standard
23137
23138 \series bold
23139
23140 \backslash
23141 newcommand{
23142 \backslash
23143 FigBesBeg}{%
23144 \begin_inset Newline newline
23145 \end_inset
23146
23147
23148 \begin_inset ERT
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152
23153
23154 \backslash
23155 hphantom{ }
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \backslash
23162 let
23163 \backslash
23164 MyFigure
23165 \backslash
23166 figure
23167 \begin_inset Newline newline
23168 \end_inset
23169
23170
23171 \begin_inset ERT
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175
23176
23177 \backslash
23178 hphantom{ }
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \backslash
23185 let
23186 \backslash
23187 MyEndfigure
23188 \backslash
23189 endfigure
23190 \begin_inset Newline newline
23191 \end_inset
23192
23193
23194 \begin_inset ERT
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198
23199
23200 \backslash
23201 hphantom{ }
23202 \end_layout
23203
23204 \end_inset
23205
23206
23207 \backslash
23208 renewenvironment{figure}{
23209 \backslash
23210 begin{SCfigure}}{
23211 \backslash
23212 end{SCfigure}}}
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 newcommand{
23221 \backslash
23222 FigBesEnd}{%
23223 \begin_inset Newline newline
23224 \end_inset
23225
23226
23227 \begin_inset ERT
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231
23232
23233 \backslash
23234 hphantom{ }
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \backslash
23241 let
23242 \backslash
23243 figure
23244 \backslash
23245 MyFigure
23246 \begin_inset Newline newline
23247 \end_inset
23248
23249
23250 \begin_inset ERT
23251 status collapsed
23252
23253 \begin_layout Plain Layout
23254
23255
23256 \backslash
23257 hphantom{ }
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \backslash
23264 let
23265 \backslash
23266 endfigure
23267 \backslash
23268 MyEndfigure}
23269 \series default
23270
23271 \lyxline
23272
23273 \end_layout
23274
23275 \begin_layout Standard
23276 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23277 ungen seitlich gedruckt werden.
23278  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23279 \end_layout
23280
23281 \begin_layout Standard
23282
23283 \series bold
23284
23285 \backslash
23286 FigBesBeg
23287 \end_layout
23288
23289 \begin_layout Standard
23290 als TeX-Code vor und
23291 \end_layout
23292
23293 \begin_layout Standard
23294
23295 \series bold
23296
23297 \backslash
23298 FigBesEnd
23299 \end_layout
23300
23301 \begin_layout Standard
23302 hinter das Gleitobjekt.
23303  Bei Gleitobjekt-Tabellen heißen die Befehle
23304 \end_layout
23305
23306 \begin_layout Standard
23307
23308 \series bold
23309
23310 \backslash
23311 TabBesBeg
23312 \series default
23313  und 
23314 \series bold
23315
23316 \backslash
23317 TabBesEnd
23318 \series default
23319 .
23320 \end_layout
23321
23322 \begin_layout Standard
23323 Abbildung
23324 \begin_inset Space ~
23325 \end_inset
23326
23327
23328 \begin_inset CommandInset ref
23329 LatexCommand ref
23330 reference "abb:Beschriftung-neben"
23331
23332 \end_inset
23333
23334  und Tabelle
23335 \begin_inset Space ~
23336 \end_inset
23337
23338
23339 \begin_inset CommandInset ref
23340 LatexCommand ref
23341 reference "tab:cap-beside-tab"
23342
23343 \end_inset
23344
23345  sind Beispiele für seitliche Beschriftungen.
23346 \end_layout
23347
23348 \begin_layout Standard
23349 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23350  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23351  der Abbildung.
23352  Das kann man mit dem Befehl
23353 \end_layout
23354
23355 \begin_layout Standard
23356
23357 \series bold
23358
23359 \backslash
23360 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23361 \end_layout
23362
23363 \begin_layout Standard
23364 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23365  Der Gleitobjekt-Typ ist entweder 
23366 \family sans
23367 figure
23368 \family default
23369  oder 
23370 \family sans
23371 table
23372 \family default
23373 , die
23374 \family sans
23375  
23376 \family default
23377 Platzierung ist 
23378 \family typewriter
23379 t
23380 \family default
23381  für oben, 
23382 \family typewriter
23383 c
23384 \family default
23385  für zentriert oder 
23386 \family typewriter
23387 b
23388 \family default
23389  für unten.
23390  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23391  lautet der Befehl
23392 \end_layout
23393
23394 \begin_layout Standard
23395
23396 \series bold
23397
23398 \backslash
23399 sidecaptionvpos{figure}{c}
23400 \end_layout
23401
23402 \begin_layout Standard
23403 Das wurde in Abbildung
23404 \begin_inset Space ~
23405 \end_inset
23406
23407
23408 \begin_inset CommandInset ref
23409 LatexCommand ref
23410 reference "abb:cap-beside-fig-2"
23411
23412 \end_inset
23413
23414  benutzt.
23415 \end_layout
23416
23417 \begin_layout Standard
23418 \begin_inset VSpace medskip
23419 \end_inset
23420
23421 Weitere Informationen über das Paket
23422 \series bold
23423  sidecap
23424 \series default
23425  finden Sie in seiner Dokumentation 
23426 \begin_inset CommandInset citation
23427 LatexCommand cite
23428 key "sidecap"
23429
23430 \end_inset
23431
23432 .
23433 \end_layout
23434
23435 \begin_layout Standard
23436 \begin_inset Note Greyedout
23437 status open
23438
23439 \begin_layout Plain Layout
23440
23441 \series bold
23442 Bemerkung:
23443 \series default
23444  Das LaTeX-Paket 
23445 \series bold
23446 hypcap
23447 \series default
23448
23449 \begin_inset Index
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453 LaTeX-Pakete ! hypcap
23454 \end_layout
23455
23456 \end_inset
23457
23458  das in Abschnitt
23459 \begin_inset Space ~
23460 \end_inset
23461
23462
23463 \begin_inset CommandInset ref
23464 LatexCommand ref
23465 reference "uab:Querverweis-Position"
23466
23467 \end_inset
23468
23469  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23470  Beschriftungen.
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset ERT
23480 status collapsed
23481
23482 \begin_layout Plain Layout
23483
23484
23485 \backslash
23486 FigBesBeg 
23487 \end_layout
23488
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \begin_layout Standard
23495 \begin_inset Float figure
23496 wide false
23497 sideways false
23498 status open
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Graphics
23502         filename ../clipart/escher-lsd.eps
23503         scale 75
23504         scaleBeforeRotation
23505
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Caption
23513
23514 \begin_layout Plain Layout
23515 \begin_inset CommandInset label
23516 LatexCommand label
23517 name "abb:Beschriftung-neben"
23518
23519 \end_inset
23520
23521 Dies ist eine Beschriftung neben einer Abbildung.
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Standard
23535 \begin_inset ERT
23536 status collapsed
23537
23538 \begin_layout Plain Layout
23539
23540
23541 \backslash
23542 TabBesBeg 
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \begin_layout Standard
23551 \begin_inset Float table
23552 wide false
23553 sideways false
23554 status open
23555
23556 \begin_layout Plain Layout
23557 \begin_inset Caption
23558
23559 \begin_layout Plain Layout
23560 \begin_inset CommandInset label
23561 LatexCommand label
23562 name "tab:cap-beside-tab"
23563
23564 \end_inset
23565
23566 Dies ist eine Beschriftung neben einer Tabelle.
23567 \end_layout
23568
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Tabular
23576 <lyxtabular version="3" rows="4" columns="5">
23577 <features>
23578 <column alignment="center" valignment="top" width="0">
23579 <column alignment="center" valignment="top" width="0">
23580 <column alignment="center" valignment="top" width="0">
23581 <column alignment="center" valignment="top" width="0">
23582 <column alignment="center" valignment="top" width="0">
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 a
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 b
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 c
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 d
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 e
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 f
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 g
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 h
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 i
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 j
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 </lyxtabular>
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788
23789
23790 \backslash
23791 TabBesEnd
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Standard
23800 \begin_inset ERT
23801 status collapsed
23802
23803 \begin_layout Plain Layout
23804
23805
23806 \backslash
23807 sidecaptionvpos{figure}{c}
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \begin_inset Float figure
23814 wide false
23815 sideways false
23816 status open
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Graphics
23820         filename ../clipart/escher-lsd.eps
23821         scale 75
23822         scaleBeforeRotation
23823
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Caption
23831
23832 \begin_layout Plain Layout
23833 \begin_inset CommandInset label
23834 LatexCommand label
23835 name "abb:cap-beside-fig-2"
23836
23837 \end_inset
23838
23839 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset ERT
23854 status collapsed
23855
23856 \begin_layout Plain Layout
23857
23858
23859 \backslash
23860 FigBesEnd
23861 \end_layout
23862
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873
23874
23875 \backslash
23876 else
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \begin_inset Note Note
23883 status open
23884
23885 \begin_layout Plain Layout
23886 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23887 \series bold
23888 sidecap
23889 \series default
23890  nicht installiert ist:
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Standard
23899 Das LaTeX-Paket 
23900 \series bold
23901 sidecap
23902 \series default
23903  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 fi
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \begin_layout Section
23923 Gleitobjekt-Verzeichnisse
23924 \begin_inset CommandInset label
23925 LatexCommand label
23926 name "abs:Gleitobjekt-Verzeichnisse"
23927
23928 \end_inset
23929
23930
23931 \begin_inset Index
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 Gleitobjekte ! Verzeichnisse
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23945  Sie können mit den Untermenüs von 
23946 \family sans
23947 Einfügen\SpecialChar \menuseparator
23948 Liste
23949 \begin_inset Space ~
23950 \end_inset
23951
23952 /
23953 \begin_inset Space ~
23954 \end_inset
23955
23956 Inhaltsverzeichnis
23957 \family default
23958  eingefügt werden.
23959 \end_layout
23960
23961 \begin_layout Standard
23962 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23963  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23964 \end_layout
23965
23966 \begin_layout Standard
23967 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23968  und ein Tabellen-Verzeichnis.
23969 \end_layout
23970
23971 \begin_layout Chapter
23972 Notizen
23973 \end_layout
23974
23975 \begin_layout Section
23976 LyX-Notizen
23977 \begin_inset CommandInset label
23978 LatexCommand label
23979 name "abs:LyX-Notizen"
23980
23981 \end_inset
23982
23983
23984 \begin_inset Index
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988 Notizen ! LyX-Notizen
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \begin_layout Standard
23997 Notizen werden mit einem Klick auf 
23998 \begin_inset Graphics
23999         filename ../../images/note-insert.png
24000         scale 85
24001         scaleBeforeRotation
24002         BoundingBox 0bp 6bp 22bp 22bp
24003
24004 \end_inset
24005
24006  oder 
24007 \family sans
24008 Einfügen\SpecialChar \menuseparator
24009 Notiz
24010 \family default
24011  eingefügt.
24012  Es gibt drei Arten:
24013 \end_layout
24014
24015 \begin_layout Description
24016 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
24017  Eine 
24018 \family sans
24019 LyX-Notiz
24020 \family default
24021  sieht so aus:
24022 \begin_inset Newline newline
24023 \end_inset
24024
24025
24026 \begin_inset Newline newline
24027 \end_inset
24028
24029
24030 \begin_inset Graphics
24031         filename clipart/LyXNotizQt4.png
24032         display none
24033         scale 60
24034         scaleBeforeRotation
24035
24036 \end_inset
24037
24038  
24039 \begin_inset Note Note
24040 status open
24041
24042 \begin_layout Plain Layout
24043 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Description
24052 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
24053 men\SpecialChar \-
24054 tar,
24055  wenn Sie das Dokument nach LaTeX exportieren (
24056 \family sans
24057 Datei\SpecialChar \menuseparator
24058 Ex\SpecialChar \-
24059 por\SpecialChar \-
24060 tie\SpecialChar \-
24061 ren\SpecialChar \menuseparator
24062 LaTe
24063 \begin_inset ERT
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067
24068 {}
24069 \end_layout
24070
24071 \end_inset
24072
24073 X (pdflatex) / (plain)
24074 \family default
24075 .
24076  Ein Kommentar sieht so aus:
24077 \begin_inset Newline newline
24078 \end_inset
24079
24080
24081 \begin_inset Newline newline
24082 \end_inset
24083
24084
24085 \begin_inset Graphics
24086         filename clipart/KommentarQt4.png
24087         display none
24088         scale 60
24089         scaleBeforeRotation
24090
24091 \end_inset
24092
24093  
24094 \begin_inset Note Comment
24095 status open
24096
24097 \begin_layout Plain Layout
24098 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \begin_layout Description
24107 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111
24112 \begin_inset Newline newline
24113 \end_inset
24114
24115
24116 \begin_inset Graphics
24117         filename clipart/GrauschriftNotizQt4.png
24118         display none
24119         scale 60
24120         scaleBeforeRotation
24121
24122 \end_inset
24123
24124
24125 \begin_inset Newline newline
24126 \end_inset
24127
24128
24129 \begin_inset ERT
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133
24134
24135 \backslash
24136 renewenvironment{lyxgreyedout}
24137 \end_layout
24138
24139 \begin_layout Plain Layout
24140
24141 {
24142 \backslash
24143 textcolor[gray]{0.4}
24144 \backslash
24145 bgroup}{
24146 \backslash
24147 egroup}
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \begin_inset Note Greyedout
24154 status open
24155
24156 \begin_layout Plain Layout
24157 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24158 \begin_inset Foot
24159 status open
24160
24161 \begin_layout Plain Layout
24162 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \begin_inset ERT
24174 status collapsed
24175
24176 \begin_layout Plain Layout
24177
24178
24179 \backslash
24180 renewenvironment{lyxgreyedout}
24181 \end_layout
24182
24183 \begin_layout Plain Layout
24184
24185 {
24186 \backslash
24187 textcolor{blue}
24188 \backslash
24189 bgroup}{
24190 \backslash
24191 egroup}
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \begin_inset Note Note
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24202  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24203  definiert wurden.
24204  
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \begin_inset Newline newline
24211 \end_inset
24212
24213
24214 \begin_inset Newline newline
24215 \end_inset
24216
24217 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24218  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24219 \end_layout
24220
24221 \begin_layout Description
24222 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24223 \begin_inset Newline newline
24224 \end_inset
24225
24226
24227 \begin_inset Newline newline
24228 \end_inset
24229
24230
24231 \begin_inset Graphics
24232         filename clipart/GerahmteNotizQt4.png
24233         display none
24234         scale 60
24235         scaleBeforeRotation
24236
24237 \end_inset
24238
24239
24240 \begin_inset Box Framed
24241 position "t"
24242 hor_pos "c"
24243 has_inner_box 0
24244 inner_pos "t"
24245 use_parbox 0
24246 width "100col%"
24247 special "none"
24248 height "1in"
24249 height_special "totalheight"
24250 status open
24251
24252 \begin_layout Plain Layout
24253 Dies ist eine Notiz, die gerahmt gedruckt wird.
24254 \end_layout
24255
24256 \end_inset
24257
24258 Im Gegensatz zu gerahmten Boxen
24259 \begin_inset Foot
24260 status open
24261
24262 \begin_layout Plain Layout
24263 Gerahmte Boxen werden in Abschnitt
24264 \begin_inset Space ~
24265 \end_inset
24266
24267
24268 \begin_inset CommandInset ref
24269 LatexCommand ref
24270 reference "abs:Gerahmte-Boxen"
24271
24272 \end_inset
24273
24274  beschrieben.
24275 \end_layout
24276
24277 \end_inset
24278
24279  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24280  Notiz ist ein Absatz für sich.
24281  
24282 \end_layout
24283
24284 \begin_layout Description
24285 Schattiert: Diese Notiz müsste eigentlich 
24286 \family sans
24287 farbig
24288 \family default
24289  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24290 \family sans
24291 Werkzeuge\SpecialChar \menuseparator
24292 Einstellungen\SpecialChar \menuseparator
24293 Farben\SpecialChar \menuseparator
24294 Schat\SpecialChar \-
24295 tier\SpecialChar \-
24296 te
24297 \begin_inset Space \space{}
24298 \end_inset
24299
24300 Box
24301 \family default
24302  definiert ist, und sieht so aus:
24303 \begin_inset Newline newline
24304 \end_inset
24305
24306
24307 \begin_inset Newline newline
24308 \end_inset
24309
24310
24311 \begin_inset Graphics
24312         filename clipart/SchattierteNotizQt4.png
24313         display none
24314         scale 60
24315         scaleBeforeRotation
24316
24317 \end_inset
24318
24319
24320 \begin_inset Box Shaded
24321 position "t"
24322 hor_pos "c"
24323 has_inner_box 0
24324 inner_pos "t"
24325 use_parbox 0
24326 width "100col%"
24327 special "none"
24328 height "1in"
24329 height_special "totalheight"
24330 status open
24331
24332 \begin_layout Plain Layout
24333 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24334 \end_layout
24335
24336 \end_inset
24337
24338 Im Gegensatz zu farbigen Boxen
24339 \begin_inset Foot
24340 status collapsed
24341
24342 \begin_layout Plain Layout
24343 Farbige Boxen werden in Abschnitt
24344 \begin_inset Space ~
24345 \end_inset
24346
24347
24348 \begin_inset CommandInset ref
24349 LatexCommand ref
24350 reference "abs:Farbige-Boxen"
24351
24352 \end_inset
24353
24354  beschrieben.
24355 \end_layout
24356
24357 \end_inset
24358
24359  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24360  die Notiz ist ein Absatz für sich.
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset VSpace bigskip
24365 \end_inset
24366
24367 Wenn Sie auf den Werzeugleistenknopf 
24368 \begin_inset Graphics
24369         filename ../../images/note-insert.png
24370         scale 85
24371         scaleBeforeRotation
24372         BoundingBox 0bp 6bp 22bp 22bp
24373
24374 \end_inset
24375
24376  klicken, wird zunächst eine 
24377 \family sans
24378 LyX-Notiz
24379 \family default
24380  eingefügt.
24381  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24382  anderen Möglichkeiten auswählen.
24383  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24384  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24385  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24386  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24387  am Ende der Notiz ist.
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \begin_inset VSpace bigskip
24392 \end_inset
24393
24394 Die Textfarbe der 
24395 \family sans
24396 Grauschrift
24397 \family default
24398 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24399 \end_layout
24400
24401 \begin_layout Standard
24402
24403 \series bold
24404
24405 \backslash
24406 renewenvironment{lyxgreyedout}
24407 \begin_inset Newline newline
24408 \end_inset
24409
24410
24411 \begin_inset ERT
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415
24416
24417 \backslash
24418 hphantom{ }
24419 \end_layout
24420
24421 \end_inset
24422
24423 {
24424 \backslash
24425 textcolor{color}
24426 \backslash
24427 bgroup}{
24428 \backslash
24429 egroup}
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24434 \begin_inset Space ~
24435 \end_inset
24436
24437
24438 \begin_inset CommandInset ref
24439 LatexCommand ref
24440 reference "abs:Farbige-Tabellen"
24441
24442 \end_inset
24443
24444  beschrieben.
24445  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24446 \end_layout
24447
24448 \begin_layout Standard
24449 \begin_inset VSpace bigskip
24450 \end_inset
24451
24452 Der Textstil von 
24453 \family sans
24454 Eingerahmt
24455 \family default
24456  und 
24457 \family sans
24458 Schattiert
24459 \family default
24460  kann im 
24461 \family sans
24462 Textstil
24463 \family default
24464  Dialog eingestellt werden.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Die Standard-Rahmenbreite für 
24469 \family sans
24470 Eingerahmt
24471 \family default
24472  ist 0.4
24473 \begin_inset Space \thinspace{}
24474 \end_inset
24475
24476 pt; sie kann mit 
24477 \series bold
24478
24479 \backslash
24480 FrameRule
24481 \series default
24482  geändert werden.
24483  Der Standard-Abstand zwischen Rahmen und Text ist 9
24484 \begin_inset Space \thinspace{}
24485 \end_inset
24486
24487 pt; er kann mit 
24488 \series bold
24489
24490 \backslash
24491 FrameSep
24492 \series default
24493  geändert werden.
24494  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24495  als TeX-Code geändert:
24496 \end_layout
24497
24498 \begin_layout Standard
24499
24500 \series bold
24501
24502 \backslash
24503 FrameRule 5pt 
24504 \backslash
24505 FrameSep 0.5cm
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \begin_inset ERT
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513
24514
24515 \backslash
24516 FrameRule 5pt 
24517 \backslash
24518 FrameSep 0.5cm
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \begin_inset Box Framed
24525 position "t"
24526 hor_pos "c"
24527 has_inner_box 0
24528 inner_pos "t"
24529 use_parbox 0
24530 width "100col%"
24531 special "none"
24532 height "1in"
24533 height_special "totalheight"
24534 status open
24535
24536 \begin_layout Plain Layout
24537 Dies ist Text in einem anderen Rahmen.
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset ERT
24547 status collapsed
24548
24549 \begin_layout Plain Layout
24550
24551
24552 \backslash
24553 FrameRule 0.4pt 
24554 \backslash
24555 FrameSep 9pt
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 \begin_inset VSpace bigskip
24565 \end_inset
24566
24567 Für 
24568 \family sans
24569 Schattiert
24570 \family default
24571  beträgt der Abstand zwischen Rand und Text 3
24572 \begin_inset Space \thinspace{}
24573 \end_inset
24574
24575 pt; er kann mit 
24576 \series bold
24577
24578 \backslash
24579 fboxsep
24580 \series default
24581  geändert werden.
24582  Die Standard-Hintergrundfarbe ist rot und kann mit 
24583 \series bold
24584
24585 \backslash
24586 definecolor{shadebox}
24587 \series default
24588  oder 
24589 \family sans
24590 Werkzeuge\SpecialChar \menuseparator
24591 Einstellungen\SpecialChar \menuseparator
24592 Farben\SpecialChar \menuseparator
24593 Schattierte
24594 \begin_inset Space ~
24595 \end_inset
24596
24597 Box
24598 \family default
24599  geändert werden.
24600  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24601 \begin_inset Space ~
24602 \end_inset
24603
24604
24605 \begin_inset CommandInset ref
24606 LatexCommand ref
24607 reference "abs:Farbige-Tabellen"
24608
24609 \end_inset
24610
24611  beschrieben
24612 \begin_inset Foot
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616
24617 \series bold
24618
24619 \backslash
24620 definecolor
24621 \series default
24622  benötigt LaTeX-Paket 
24623 \series bold
24624 color
24625 \series default
24626
24627 \begin_inset Index
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631 LaTeX-Pakete ! color
24632 \end_layout
24633
24634 \end_inset
24635
24636  im LaTeX-Vorspann, siehe Abschnitt
24637 \begin_inset Space ~
24638 \end_inset
24639
24640
24641 \begin_inset CommandInset ref
24642 LatexCommand ref
24643 reference "abs:Farbige-Boxen"
24644
24645 \end_inset
24646
24647 .
24648 \end_layout
24649
24650 \end_inset
24651
24652 .
24653 \end_layout
24654
24655 \begin_layout Standard
24656 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24657 \end_layout
24658
24659 \begin_layout Standard
24660
24661 \series bold
24662
24663 \backslash
24664 fboxsep 0.5cm
24665 \begin_inset Newline newline
24666 \end_inset
24667
24668
24669 \backslash
24670 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \begin_inset ERT
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678
24679
24680 \backslash
24681 fboxsep 0.5cm
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset Box Shaded
24701 position "t"
24702 hor_pos "c"
24703 has_inner_box 0
24704 inner_pos "t"
24705 use_parbox 0
24706 width "100col%"
24707 special "none"
24708 height "1in"
24709 height_special "totalheight"
24710 status open
24711
24712 \begin_layout Plain Layout
24713
24714 \color yellow
24715 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \end_layout
24722
24723 \begin_layout Standard
24724 \begin_inset ERT
24725 status collapsed
24726
24727 \begin_layout Plain Layout
24728
24729
24730 \backslash
24731 fboxsep 3pt
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 definecolor{shadecolor}{rgb}{1,0,0}
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Section
24753 Fußnoten
24754 \begin_inset CommandInset label
24755 LatexCommand label
24756 name "abs:Fußnoten"
24757
24758 \end_inset
24759
24760
24761 \begin_inset Index
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Notizen ! Fußnoten
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \begin_inset Index
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775 Fußnoten
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 Zu dem, was bereits im 
24785 \emph on
24786 Benutzerhandbuch
24787 \emph default
24788  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24789 \color black
24790
24791 \begin_inset Foot
24792 status open
24793
24794 \begin_layout Plain Layout
24795
24796 \color black
24797 \begin_inset CommandInset label
24798 LatexCommand label
24799 name "fuss:Fußnoten-Beispiel"
24800
24801 \end_inset
24802
24803 Dies ist eine Fußnote.
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817
24818 \backslash
24819 newcounter{MyRepeatFoot}
24820 \end_layout
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 setcounter{MyRepeatFoot}{
24827 \backslash
24828 thefootnote}
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24838  wurde, eine hochgestellte Zahl.
24839  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24840  hochgestellt dem Text vorangeht.
24841  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24842  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24843  werden.
24844 \end_layout
24845
24846 \begin_layout Standard
24847 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24848  der Fußnote eine Marke eingefügt wurde.
24849  Dies ist ein Querverweis auf Fußnote
24850 \begin_inset Space ~
24851 \end_inset
24852
24853
24854 \begin_inset CommandInset ref
24855 LatexCommand ref
24856 reference "fuss:Fußnoten-Beispiel"
24857
24858 \end_inset
24859
24860 .
24861 \end_layout
24862
24863 \begin_layout Standard
24864 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24865  siehe Abschnitt
24866 \begin_inset Space ~
24867 \end_inset
24868
24869
24870 \begin_inset CommandInset ref
24871 LatexCommand ref
24872 reference "abs:Minipage"
24873
24874 \end_inset
24875
24876 .
24877  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24878 \begin_inset Space ~
24879 \end_inset
24880
24881
24882 \begin_inset CommandInset ref
24883 LatexCommand ref
24884 reference "uab:Fußnoten-in-langen"
24885
24886 \end_inset
24887
24888  beschrieben.
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24893  TeX-Code-Befehl 
24894 \series bold
24895
24896 \backslash
24897 footnotemark[Nummer]
24898 \series default
24899  benutzen.
24900  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24901  mal gedruckt wird.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24906  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24907  Hinter Fußnote
24908 \begin_inset Space ~
24909 \end_inset
24910
24911
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "fuss:Fußnoten-Beispiel"
24915
24916 \end_inset
24917
24918  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24919 \end_layout
24920
24921 \begin_layout Standard
24922
24923 \series bold
24924
24925 \backslash
24926 newcounter{MyRepeatFoot}
24927 \begin_inset Newline newline
24928 \end_inset
24929
24930
24931 \backslash
24932 setcounter{MyRepeatFoot}{
24933 \backslash
24934 thefootnote}
24935 \end_layout
24936
24937 \begin_layout Standard
24938 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 footnotemark[
24947 \backslash
24948 theMyRepeatFoot]
24949 \end_layout
24950
24951 \begin_layout Standard
24952 Hier ist ein Beispiel für eine Fußnotenmarke:
24953 \family roman
24954 \series medium
24955 \bar no
24956
24957 \begin_inset ERT
24958 status collapsed
24959
24960 \begin_layout Plain Layout
24961
24962
24963 \backslash
24964 footnotemark[
24965 \backslash
24966 theMyRepeatFoot]
24967 \end_layout
24968
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \begin_layout Subsection
24975 Fußnoten-Nummerierung
24976 \begin_inset CommandInset label
24977 LatexCommand label
24978 name "uab:Fußnoten-Nummerierung"
24979
24980 \end_inset
24981
24982
24983 \begin_inset Index
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 Fußnoten ! Nummerierung
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Standard
24996 Um Fußnoten nach jedem Abschnitt
24997 \family roman
24998  auf 1 zurückzusetzen, 
24999 \family default
25000 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25001 \end_layout
25002
25003 \begin_layout Standard
25004
25005 \series bold
25006
25007 \backslash
25008 @addtoreset{footnote}{section}
25009 \end_layout
25010
25011 \begin_layout Standard
25012 \begin_inset VSpace bigskip
25013 \end_inset
25014
25015 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25016  Zahlen:
25017 \end_layout
25018
25019 \begin_layout Standard
25020
25021 \series bold
25022
25023 \backslash
25024 renewcommand{
25025 \backslash
25026 thefootnote}{
25027 \backslash
25028 roman{footnote}}
25029 \end_layout
25030
25031 \begin_layout Standard
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037
25038 \backslash
25039 renewcommand{
25040 \backslash
25041 thefootnote}{
25042 \backslash
25043 roman{footnote}}
25044 \end_layout
25045
25046 \end_inset
25047
25048  Hier ist ein Beispiel für solch eine Fußnote:
25049 \begin_inset Foot
25050 status open
25051
25052 \begin_layout Plain Layout
25053 Dies ist eine Fußnote mit kleinen römischen Zahlen
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
25063  Sie in obigem Befehl 
25064 \series bold
25065
25066 \backslash
25067 roman
25068 \series default
25069  durch 
25070 \series bold
25071
25072 \backslash
25073 Roman
25074 \series default
25075 .
25076  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25077 \begin_inset Quotes gld
25078 \end_inset
25079
25080 nummerieren
25081 \begin_inset Quotes grd
25082 \end_inset
25083
25084 , verwenden Sie die Befehle 
25085 \series bold
25086
25087 \backslash
25088 Alph
25089 \series default
25090  bzw.
25091 \begin_inset Space ~
25092 \end_inset
25093
25094
25095 \series bold
25096
25097 \backslash
25098 alph
25099 \series default
25100 .
25101  Für die 
25102 \begin_inset Quotes gld
25103 \end_inset
25104
25105 Nummerierung
25106 \begin_inset Quotes grd
25107 \end_inset
25108
25109  mit Symbolen steht der Befehl 
25110 \series bold
25111
25112 \backslash
25113 fnsymbol
25114 \series default
25115  zur Verfügung.
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \begin_inset Note Greyedout
25120 status open
25121
25122 \begin_layout Plain Layout
25123
25124 \series bold
25125 Bemerkung 1:
25126 \series default
25127  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25128  
25129 \emph on
25130 ein
25131 \emph default
25132  Buchstabe verwendet wird.
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \begin_inset Newline newline
25139 \end_inset
25140
25141
25142 \begin_inset Note Greyedout
25143 status open
25144
25145 \begin_layout Plain Layout
25146
25147 \series bold
25148 Bemerkung 2:
25149 \series default
25150  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25160 \series bold
25161
25162 \backslash
25163 arabic
25164 \series default
25165  anstelle von 
25166 \series bold
25167
25168 \backslash
25169 roman
25170 \series default
25171  in obigem Befehl.
25172 \begin_inset ERT
25173 status collapsed
25174
25175 \begin_layout Plain Layout
25176
25177
25178 \backslash
25179 renewcommand{
25180 \backslash
25181 thefootnote}{
25182 \backslash
25183 arabic{footnote}}
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Standard
25192 \begin_inset VSpace bigskip
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25200 \begin_inset Quotes gld
25201 \end_inset
25202
25203 Kapitel.Fußnote
25204 \begin_inset Quotes grd
25205 \end_inset
25206
25207  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25208 \end_layout
25209
25210 \begin_layout Standard
25211
25212 \series bold
25213
25214 \backslash
25215 numberwithin{footnote}{chapter}
25216 \end_layout
25217
25218 \begin_layout Standard
25219 Um 
25220 \series bold
25221
25222 \backslash
25223 numberwithin
25224 \series default
25225  benutzen zu können, muss in den 
25226 \family sans
25227 Mathe
25228 \begin_inset Space ~
25229 \end_inset
25230
25231 Optionen
25232 \family default
25233  der 
25234 \family sans
25235 Dokument-Einstellungen
25236 \family default
25237  
25238 \family sans
25239 AMS
25240 \begin_inset Space ~
25241 \end_inset
25242
25243 Mathe
25244 \begin_inset Space ~
25245 \end_inset
25246
25247 Paket
25248 \family default
25249
25250 \begin_inset Space ~
25251 \end_inset
25252
25253
25254 \family sans
25255 verwenden
25256 \family default
25257  angekreuzt sein.
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262
25263
25264 \backslash
25265 numberwithin{footnote}{chapter}
25266 \end_layout
25267
25268 \end_inset
25269
25270  Hier ist ein Beispiel für solch eine Fußnote.
25271 \series bold
25272
25273 \begin_inset Foot
25274 status open
25275
25276 \begin_layout Plain Layout
25277 Dies ist eine Fußnote nach dem Schema 
25278 \begin_inset Quotes gld
25279 \end_inset
25280
25281 Kapitel.Fußnote
25282 \begin_inset Quotes grd
25283 \end_inset
25284
25285 .
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \series default
25292
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298
25299 \backslash
25300 numberwithin{footnote}{part}
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 \begin_inset Note Greyedout
25310 status open
25311
25312 \begin_layout Plain Layout
25313
25314 \series bold
25315 Bemerkung:
25316 \series default
25317  
25318 \series bold
25319
25320 \backslash
25321 numberwithin
25322 \series default
25323  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25324  werden überschrieben.
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 Um also z.
25334 \begin_inset Space \thinspace{}
25335 \end_inset
25336
25337 B.
25338  das Schema 
25339 \begin_inset Quotes gld
25340 \end_inset
25341
25342 Kapitel.
25343 \backslash
25344 Roman{footnote}
25345 \begin_inset Quotes grd
25346 \end_inset
25347
25348  zu erhalten, muss dieser Befehl anstelle von 
25349 \series bold
25350
25351 \backslash
25352 numberwithin
25353 \series default
25354  verwendet werden:
25355 \end_layout
25356
25357 \begin_layout Standard
25358
25359 \series bold
25360
25361 \backslash
25362 renewcommand{
25363 \backslash
25364 thefootnote}{
25365 \backslash
25366 thechapter.
25367 \backslash
25368 Roman{footnote}}
25369 \end_layout
25370
25371 \begin_layout Subsection
25372 Fußnoten-Platzierung
25373 \begin_inset Index
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377 Fußnoten ! Platzierung
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25387  ohne Zwischenraum am Ende der Seite gedruckt.
25388  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25389  LaTeX-Vorspann 1.5
25390 \begin_inset Space \thinspace{}
25391 \end_inset
25392
25393 mm Zwischenraum einfügen:
25394 \end_layout
25395
25396 \begin_layout Standard
25397
25398 \series bold
25399
25400 \backslash
25401 let
25402 \backslash
25403 myFoot
25404 \backslash
25405 footnote
25406 \begin_inset Newline newline
25407 \end_inset
25408
25409
25410 \backslash
25411 renewcommand{
25412 \backslash
25413 footnote}[1]{
25414 \backslash
25415 myFoot{#1
25416 \backslash
25417 vspace{1.5mm}}}
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \begin_inset VSpace bigskip
25422 \end_inset
25423
25424 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25425  Spalte gedruckt, Abbildung
25426 \begin_inset Space ~
25427 \end_inset
25428
25429
25430 \begin_inset CommandInset ref
25431 LatexCommand ref
25432 reference "abb:Standard-Fußnoten-Platzierung-in"
25433
25434 \end_inset
25435
25436 .
25437  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25438  in Abbildung
25439 \begin_inset Space ~
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "abb:Fußnoten-Platzierung-in-einem"
25446
25447 \end_inset
25448
25449 , müssen Sie das LaTeX-Paket 
25450 \series bold
25451 ftnright
25452 \series default
25453
25454 \begin_inset Index
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458 LaTeX-Pakete ! ftnright
25459 \end_layout
25460
25461 \end_inset
25462
25463  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25464 \end_layout
25465
25466 \begin_layout Standard
25467
25468 \series bold
25469
25470 \backslash
25471 usepackage{ftnright}
25472 \end_layout
25473
25474 \begin_layout Standard
25475 \begin_inset Float figure
25476 placement !h
25477 wide false
25478 sideways false
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 \begin_inset ERT
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486
25487
25488 \backslash
25489 framebox{
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \begin_inset Graphics
25496         filename ../clipart/without_fntright.pdf
25497         width 100col%
25498         scaleBeforeRotation
25499
25500 \end_inset
25501
25502
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507
25508 }
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Plain Layout
25517 \begin_inset Caption
25518
25519 \begin_layout Plain Layout
25520 \begin_inset CommandInset label
25521 LatexCommand label
25522 name "abb:Standard-Fußnoten-Platzierung-in"
25523
25524 \end_inset
25525
25526 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25527 \begin_inset OptArg
25528 status collapsed
25529
25530 \begin_layout Plain Layout
25531 Standard Fußnoten-Platzierung in einem zweisp.
25532  Dokument
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 \begin_inset Float figure
25552 placement !h
25553 wide false
25554 sideways false
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558 \begin_inset ERT
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562
25563
25564 \backslash
25565 framebox{
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \begin_inset Graphics
25572         filename ../clipart/with_fntright.pdf
25573         width 100col%
25574         scaleBeforeRotation
25575
25576 \end_inset
25577
25578
25579 \begin_inset ERT
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583
25584 }
25585 \end_layout
25586
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \begin_layout Plain Layout
25593 \begin_inset Caption
25594
25595 \begin_layout Plain Layout
25596 \begin_inset CommandInset label
25597 LatexCommand label
25598 name "abb:Fußnoten-Platzierung-in-einem"
25599
25600 \end_inset
25601
25602 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25603  
25604 \series bold
25605 ftnright
25606 \series default
25607 .
25608 \begin_inset OptArg
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 Fußnoten-Platzierung mit 
25613 \family typewriter
25614 ftnright
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 \begin_inset VSpace bigskip
25634 \end_inset
25635
25636 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25637  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25638 \begin_inset Space ~
25639 \end_inset
25640
25641
25642 \begin_inset CommandInset ref
25643 LatexCommand ref
25644 reference "abb:endnotes----Die"
25645
25646 \end_inset
25647
25648  gedruckt.
25649  Man nennt sie dann 
25650 \emph on
25651 Endnoten
25652 \emph default
25653 .
25654 \begin_inset Index
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 Endnoten
25659 \end_layout
25660
25661 \end_inset
25662
25663  Um das zu erreichen müssen Sie das LaTeX-Paket 
25664 \series bold
25665 endnotes
25666 \series default
25667
25668 \begin_inset Index
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672 LaTeX-Pakete ! endnotes
25673 \end_layout
25674
25675 \end_inset
25676
25677  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 usepackage{endnotes}
25686 \begin_inset Newline newline
25687 \end_inset
25688
25689
25690 \backslash
25691 let
25692 \backslash
25693 footnote
25694 \backslash
25695 endnote
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25700 \series bold
25701  
25702 \backslash
25703 theendnotes
25704 \series default
25705  am Ende des Abschnitts oder Kapitels ein.
25706 \end_layout
25707
25708 \begin_layout Standard
25709 \begin_inset Float figure
25710 wide false
25711 sideways false
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715 \align center
25716 \begin_inset ERT
25717 status collapsed
25718
25719 \begin_layout Plain Layout
25720
25721
25722 \backslash
25723 framebox{
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \begin_inset Graphics
25730         filename ../clipart/endnotes.pdf
25731         scaleBeforeRotation
25732
25733 \end_inset
25734
25735
25736 \begin_inset ERT
25737 status collapsed
25738
25739 \begin_layout Plain Layout
25740
25741 }
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \begin_layout Plain Layout
25750 \begin_inset Caption
25751
25752 \begin_layout Plain Layout
25753 \begin_inset CommandInset label
25754 LatexCommand label
25755 name "abb:endnotes----Die"
25756
25757 \end_inset
25758
25759
25760 \series bold
25761 endnotes
25762 \series default
25763  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25764  gedruckt.
25765 \begin_inset OptArg
25766 status collapsed
25767
25768 \begin_layout Plain Layout
25769 \begin_inset CommandInset label
25770 LatexCommand label
25771 name "abb:endnotes----Die"
25772
25773 \end_inset
25774
25775
25776 \series bold
25777 endnotes
25778 \series default
25779  -- Die Fußnoten werden am Ende gedruckt
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \begin_layout Standard
25798 \begin_inset VSpace medskip
25799 \end_inset
25800
25801 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25802 ache übersetzt.
25803  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25804 \begin_inset Quotes gld
25805 \end_inset
25806
25807 Notes 
25808 \begin_inset Quotes grd
25809 \end_inset
25810
25811 in 
25812 \begin_inset Quotes gld
25813 \end_inset
25814
25815 Anmerkungen
25816 \begin_inset Quotes grd
25817 \end_inset
25818
25819 :
25820 \end_layout
25821
25822 \begin_layout Standard
25823
25824 \series bold
25825
25826 \backslash
25827 renewcommand{
25828 \backslash
25829 notesname}{Anmerkungen}
25830 \end_layout
25831
25832 \begin_layout Standard
25833 \begin_inset VSpace medskip
25834 \end_inset
25835
25836 Wenn Sie in den Befehlen von Abschnitt
25837 \begin_inset Space ~
25838 \end_inset
25839
25840
25841 \begin_inset CommandInset ref
25842 LatexCommand ref
25843 reference "uab:Fußnoten-Nummerierung"
25844
25845 \end_inset
25846
25847  
25848 \series bold
25849
25850 \backslash
25851 thefootnote
25852 \series default
25853  durch 
25854 \series bold
25855
25856 \backslash
25857 theendnote
25858 \series default
25859  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25860  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25861 \series bold
25862
25863 \backslash
25864 @addtoreset
25865 \series default
25866  wie in Abschnitt
25867 \begin_inset Space \space{}
25868 \end_inset
25869
25870
25871 \begin_inset CommandInset ref
25872 LatexCommand ref
25873 reference "uab:Fußnoten-Nummerierung"
25874
25875 \end_inset
25876
25877  beschrieben und ersetzen 
25878 \series bold
25879 footnote
25880 \series default
25881  durch 
25882 \series bold
25883 endnote
25884 \series default
25885 .
25886 \end_layout
25887
25888 \begin_layout Standard
25889 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25890  
25891 \series bold
25892
25893 \backslash
25894 endnotemark[Nummer]
25895 \series default
25896  ähnlich wie 
25897 \series bold
25898
25899 \backslash
25900 footnotemark
25901 \series default
25902  Abschnitt
25903 \begin_inset Space ~
25904 \end_inset
25905
25906
25907 \begin_inset CommandInset ref
25908 LatexCommand ref
25909 reference "abs:Fußnoten"
25910
25911 \end_inset
25912
25913 .
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \begin_inset VSpace bigskip
25918 \end_inset
25919
25920 Mit dem LaTeX-Paket 
25921 \series bold
25922 footmisc
25923 \series default
25924
25925 \begin_inset Index
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929 LaTeX-Pakete ! footmisc
25930 \end_layout
25931
25932 \end_inset
25933
25934  (
25935 \begin_inset CommandInset citation
25936 LatexCommand cite
25937 key "footmisc"
25938
25939 \end_inset
25940
25941 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25942 \end_layout
25943
25944 \begin_layout Standard
25945 In LaTeX-Büchern, 
25946 \begin_inset CommandInset citation
25947 LatexCommand cite
25948 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25949
25950 \end_inset
25951
25952 , finden Sie weiteres zu Fußnoten.
25953 \end_layout
25954
25955 \begin_layout Section
25956 Randnotizen
25957 \begin_inset Index
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 Randnotizen
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Index
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971 Notizen ! Randnotizen
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \begin_layout Standard
25980 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25981  Sie fügen sie mit einem Klick auf den Schalter 
25982 \begin_inset Graphics
25983         filename ../../images/marginalnote-insert.png
25984         scale 70
25985         scaleBeforeRotation
25986         BoundingBox 0bp 0bp 22bp 22bp
25987
25988 \end_inset
25989
25990  oder über 
25991 \family sans
25992 Einfügen\SpecialChar \menuseparator
25993 Randnotiz
25994 \family default
25995  ein.
25996  Ein graues Kästchen mit der Aufschrift 
25997 \begin_inset Quotes gld
25998 \end_inset
25999
26000 Rand
26001 \begin_inset Quotes grd
26002 \end_inset
26003
26004  erscheint
26005 \family roman
26006 \series medium
26007 , und dort, wo der Cursor steht, können Sie Text eingeben.
26008 \end_layout
26009
26010 \begin_layout Standard
26011 Hier am Rand sehen Sie eine Randnotiz.
26012  
26013 \begin_inset Marginal
26014 status open
26015
26016 \begin_layout Plain Layout
26017 Dies ist eine Randnotiz.
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Standard
26026 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26027  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
26028  Seiten und rechts auf den ungeraden.
26029  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26030  wird und umgekehrt.
26031  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26032  wurde.
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset VSpace bigskip
26037 \end_inset
26038
26039 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26040 \end_layout
26041
26042 \begin_layout Standard
26043
26044 \series bold
26045
26046 \backslash
26047 reversemarginpar
26048 \end_layout
26049
26050 \begin_layout Standard
26051 als TeX-Code vor einer Randnotiz ein.
26052  Das gilt dann für alle folgenden Randnotizen.
26053  
26054 \begin_inset ERT
26055 status collapsed
26056
26057 \begin_layout Plain Layout
26058
26059
26060 \backslash
26061 reversemarginpar 
26062 \end_layout
26063
26064 \end_inset
26065
26066
26067 \begin_inset Marginal
26068 status open
26069
26070 \begin_layout Plain Layout
26071 Hier ist ein Beispiel im inneren Rand.
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \begin_inset Newline newline
26078 \end_inset
26079
26080
26081 \begin_inset Note Greyedout
26082 status open
26083
26084 \begin_layout Plain Layout
26085  
26086 \series bold
26087 Achtung:
26088 \series default
26089  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \begin_layout Standard
26098 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26099 \end_layout
26100
26101 \begin_layout Standard
26102
26103 \series bold
26104
26105 \backslash
26106 normalmarginpar
26107 \end_layout
26108
26109 \begin_layout Standard
26110 als TeX-Code ein.
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 normalmarginpar 
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \begin_inset Note Greyedout
26125 status open
26126
26127 \begin_layout Plain Layout
26128
26129 \series bold
26130 Achtung:
26131 \series default
26132  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26133 \series bold
26134
26135 \backslash
26136 reversemarginpar
26137 \series default
26138  verwendet wird.
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 \begin_inset VSpace bigskip
26148 \end_inset
26149
26150
26151 \begin_inset Marginal
26152 status open
26153
26154 \begin_layout Plain Layout
26155
26156 \family roman
26157 \series medium
26158 EinSehrLangesWort am Anfang, das umgebrochen wird.
26159 \end_layout
26160
26161 \end_inset
26162
26163  Ähnlich wie in Abschnitt
26164 \begin_inset Space ~
26165 \end_inset
26166
26167
26168 \begin_inset CommandInset ref
26169 LatexCommand ref
26170 reference "uab:Mehrfache-Zeilen-in"
26171
26172 \end_inset
26173
26174  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26175  erste Wort der Randnotiz sind.
26176  Um das zu vermeiden, fügen sie 0
26177 \begin_inset Space \thinspace{}
26178 \end_inset
26179
26180 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26181 \begin_inset Marginal
26182 status open
26183
26184 \begin_layout Plain Layout
26185 \begin_inset Space \hspace{}
26186 \length 0pt
26187 \end_inset
26188
26189
26190 \family roman
26191 \series medium
26192 EinSehrLangesWort am Anfang, das umgebrochen wird.
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \begin_layout Standard
26201 \begin_inset VSpace bigskip
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 \begin_inset Note Greyedout
26209 status open
26210
26211 \begin_layout Plain Layout
26212
26213 \series bold
26214 Bemerkung:
26215 \series default
26216  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26217  verwendet werden.
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset VSpace bigskip
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238
26239 \backslash
26240 ifmarginnote
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \begin_inset Note Note
26247 status open
26248
26249 \begin_layout Plain Layout
26250 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26251 \series bold
26252 marginnote
26253 \series default
26254  installiert ist.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \begin_layout Standard
26263 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26264 \series bold
26265 marginnote
26266 \series default
26267
26268 \begin_inset Index
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272 LaTeX-Pakete ! marginnote
26273 \end_layout
26274
26275 \end_inset
26276
26277  verwendet wird.
26278  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26279  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26280  des Pakets 
26281 \series bold
26282 marginnote
26283 \series default
26284  für Randnotizen verwendet wird:
26285 \end_layout
26286
26287 \begin_layout Standard
26288
26289 \series bold
26290
26291 \backslash
26292 usepackage{marginnote}
26293 \begin_inset Newline newline
26294 \end_inset
26295
26296
26297 \backslash
26298 let
26299 \backslash
26300 marginpar
26301 \backslash
26302 marginnote
26303 \end_layout
26304
26305 \begin_layout Standard
26306 Dies wird auch in diesem Dokument verwendet, denn 
26307 \series bold
26308 marginnote
26309 \series default
26310  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26311  für Randnotizen angeben.
26312  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26313 n sind zu dicht beieinander sind.
26314  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26315  Schema
26316 \end_layout
26317
26318 \begin_layout Standard
26319
26320 \series bold
26321 [Versatz]
26322 \end_layout
26323
26324 \begin_layout Standard
26325 angegeben.
26326  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26327 \begin_inset Space ~
26328 \end_inset
26329
26330
26331 \begin_inset CommandInset ref
26332 LatexCommand ref
26333 reference "tab:Maßeinheiten"
26334
26335 \end_inset
26336
26337  aufgelistet sind.
26338  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26339  nach unten.
26340  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26341 \begin_inset Space \thinspace{}
26342 \end_inset
26343
26344 cm mit dem TeX-Code-Befehl  
26345 \begin_inset Quotes gld
26346 \end_inset
26347
26348
26349 \series bold
26350 [-1.5cm]
26351 \series default
26352
26353 \begin_inset Quotes grd
26354 \end_inset
26355
26356  nach oben versetzt
26357 \begin_inset Marginal
26358 status open
26359
26360 \begin_layout Plain Layout
26361 Diese Randnotiz ist 1.5
26362 \begin_inset Space \thinspace{}
26363 \end_inset
26364
26365 cm von ihrer Originalposition nach oben versetzt.
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376 [-1.5cm]
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 \begin_inset VSpace medskip
26386 \end_inset
26387
26388 Mit 
26389 \series bold
26390 marginnote
26391 \series default
26392  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26393  Zum Beispiel setzen die Befehle
26394 \end_layout
26395
26396 \begin_layout Standard
26397
26398 \series bold
26399
26400 \backslash
26401 renewcommand*{
26402 \backslash
26403 raggedleftmarginnote}{
26404 \backslash
26405 centering}
26406 \begin_inset Newline newline
26407 \end_inset
26408
26409
26410 \backslash
26411 renewcommand*{
26412 \backslash
26413 raggedrightmarginnote}{
26414 \backslash
26415 centering}
26416 \end_layout
26417
26418 \begin_layout Standard
26419 die Ausrichtung auf zentriert.
26420  
26421 \series bold
26422
26423 \backslash
26424 raggedleftmarginnote
26425 \series default
26426  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26427  
26428 \begin_inset ERT
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432
26433
26434 \backslash
26435 renewcommand*{
26436 \backslash
26437 raggedleftmarginnote}{
26438 \backslash
26439 centering}
26440 \end_layout
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 renewcommand*{
26447 \backslash
26448 raggedrightmarginnote}{
26449 \backslash
26450 centering}
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \begin_inset Marginal
26457 status open
26458
26459 \begin_layout Plain Layout
26460 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26461 \end_layout
26462
26463 \end_inset
26464
26465  Die Voreinstellung ist
26466 \end_layout
26467
26468 \begin_layout Standard
26469
26470 \series bold
26471
26472 \backslash
26473 renewcommand*{
26474 \backslash
26475 raggedleftmarginnote}{
26476 \backslash
26477 raggedleft}
26478 \begin_inset Newline newline
26479 \end_inset
26480
26481
26482 \backslash
26483 renewcommand*{
26484 \backslash
26485 raggedrightmarginnote}{
26486 \backslash
26487 raggedright}
26488 \series default
26489
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 renewcommand*{
26498 \backslash
26499 raggedleftmarginnote}{
26500 \backslash
26501 raggedleft}
26502 \end_layout
26503
26504 \begin_layout Plain Layout
26505
26506
26507 \backslash
26508 renewcommand*{
26509 \backslash
26510 raggedrightmarginnote}{
26511 \backslash
26512 raggedright}
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \begin_layout Standard
26521 \begin_inset VSpace medskip
26522 \end_inset
26523
26524 Für weitere Fähigkeiten des Pakets 
26525 \series bold
26526 marginnote
26527 \series default
26528  sei auf dessen Dokumentation verwiesen 
26529 \begin_inset CommandInset citation
26530 LatexCommand cite
26531 key "marginnote"
26532
26533 \end_inset
26534
26535 .
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \begin_inset VSpace bigskip
26540 \end_inset
26541
26542 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26543  geändert werden.
26544  Um z.
26545 \begin_inset Space \thinspace{}
26546 \end_inset
26547
26548 B.
26549  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26550  und fettgedruckten Text 
26551 \begin_inset Quotes eld
26552 \end_inset
26553
26554
26555 \family sans
26556 \series bold
26557 \bar under
26558 Achtung!
26559 \family default
26560 \series default
26561 \bar default
26562
26563 \begin_inset Quotes erd
26564 \end_inset
26565
26566  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26567 \end_layout
26568
26569 \begin_layout Standard
26570
26571 \series bold
26572
26573 \backslash
26574 let
26575 \backslash
26576 myMarginpar
26577 \backslash
26578 marginpar
26579 \begin_inset Newline newline
26580 \end_inset
26581
26582
26583 \backslash
26584 renewcommand{
26585 \backslash
26586 marginpar}[1]{
26587 \backslash
26588 myMarginpar{%
26589 \begin_inset Newline newline
26590 \end_inset
26591
26592
26593 \begin_inset ERT
26594 status collapsed
26595
26596 \begin_layout Plain Layout
26597
26598
26599 \backslash
26600 hphantom{ }
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \backslash
26607 hspace{0pt}
26608 \backslash
26609 textsf{
26610 \backslash
26611 textbf{
26612 \backslash
26613 underbar{Achtung!}}}%
26614 \begin_inset Newline newline
26615 \end_inset
26616
26617
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 hphantom{ }
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \backslash
26632 vspace{1.5mm}
26633 \backslash
26634
26635 \backslash
26636 #1}}
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset ERT
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644
26645
26646 \backslash
26647 let
26648 \backslash
26649 myMarginpar
26650 \backslash
26651 marginpar
26652 \end_layout
26653
26654 \begin_layout Plain Layout
26655
26656
26657 \backslash
26658 renewcommand{
26659 \backslash
26660 marginpar}[1]{
26661 \backslash
26662 myMarginpar{%
26663 \end_layout
26664
26665 \begin_layout Plain Layout
26666
26667    
26668 \backslash
26669 textsf{
26670 \backslash
26671 textbf{
26672 \backslash
26673 underbar{Achtung!}}}%
26674 \end_layout
26675
26676 \begin_layout Plain Layout
26677
26678    
26679 \backslash
26680 vspace{1.5mm}
26681 \backslash
26682
26683 \backslash
26684 #1}}
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \begin_inset Marginal
26691 status open
26692
26693 \begin_layout Plain Layout
26694 Dies ist eine Randnotiz mit einer definierten Überschrift.
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \begin_inset ERT
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704
26705 [-1.5cm]
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 renewcommand{
26719 \backslash
26720 marginpar}[1]{
26721 \backslash
26722 myMarginpar{#1}}
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \begin_inset Note Note
26729 status open
26730
26731 \begin_layout Plain Layout
26732 Das Format wurde nur für dieses Beispiel geändert.
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Standard
26741 \begin_inset ERT
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745
26746
26747 \backslash
26748 else
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \begin_inset Note Note
26755 status open
26756
26757 \begin_layout Plain Layout
26758 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26759 \series bold
26760 marginnote
26761 \series default
26762  nicht installiert ist:
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Standard
26771 Das LaTeX-Paket 
26772 \series bold
26773 marginnote
26774 \series default
26775  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26776 \end_layout
26777
26778 \begin_layout Standard
26779 \begin_inset ERT
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783
26784
26785 \backslash
26786 fi
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Chapter
26795 Boxen
26796 \end_layout
26797
26798 \begin_layout Section
26799 Einleitung
26800 \begin_inset Index
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 Boxen ! Einleitung
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Standard
26813 Boxen werden benutzt, um einen Textblock zu formatieren.
26814  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26815  siehe Abschnitt
26816 \begin_inset Space ~
26817 \end_inset
26818
26819
26820 \begin_inset CommandInset ref
26821 LatexCommand ref
26822 reference "abs:Minipage"
26823
26824 \end_inset
26825
26826 , um Text zu umranden, siehe Abschnitt
26827 \begin_inset Space ~
26828 \end_inset
26829
26830
26831 \begin_inset CommandInset ref
26832 LatexCommand ref
26833 reference "abs:Gerahmte-Boxen"
26834
26835 \end_inset
26836
26837 , um Silbentrennung zu verhindern, siehe Abschnitt
26838 \begin_inset Space ~
26839 \end_inset
26840
26841
26842 \begin_inset CommandInset ref
26843 LatexCommand ref
26844 reference "abs:Silbentrennung-unterbinden"
26845
26846 \end_inset
26847
26848 , um Text senkrecht auszurichten, siehe Abschnitt
26849 \begin_inset Space ~
26850 \end_inset
26851
26852
26853 \begin_inset CommandInset ref
26854 LatexCommand ref
26855 reference "uab:Vertikale-Ausrichtung"
26856
26857 \end_inset
26858
26859  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26860 \begin_inset Space ~
26861 \end_inset
26862
26863
26864 \begin_inset CommandInset ref
26865 LatexCommand ref
26866 reference "abs:Farbige-Boxen"
26867
26868 \end_inset
26869
26870 .
26871 \end_layout
26872
26873 \begin_layout Standard
26874 Boxen werden mit 
26875 \family sans
26876 Einfügen\SpecialChar \menuseparator
26877 Box
26878 \family default
26879  oder dem Schalter 
26880 \begin_inset Graphics
26881         filename ../../images/box-insert.png
26882         scale 85
26883         scaleBeforeRotation
26884
26885 \end_inset
26886
26887  eingefügt.
26888  Ein graues Kästchen mit der Aufschrift 
26889 \begin_inset Quotes gld
26890 \end_inset
26891
26892 Box (Minipage)
26893 \begin_inset Quotes grd
26894 \end_inset
26895
26896  erscheint: 
26897 \begin_inset Graphics
26898         filename clipart/StandardBoxQt4.png
26899         lyxscale 80
26900         scale 60
26901         scaleBeforeRotation
26902
26903 \end_inset
26904
26905 .
26906  Mit einem Rechts\SpecialChar \-
26907 klick auf das graue Kästchen kann der Typ spezifiziert
26908  werden.
26909  Das Dialogfenster bietet bei 
26910 \family sans
26911 Innere
26912 \begin_inset Space ~
26913 \end_inset
26914
26915 Box
26916 \family default
26917  die Typen 
26918 \family sans
26919 Parbox
26920 \family default
26921  und 
26922 \family sans
26923 Minipage
26924 \family default
26925  an.
26926  
26927 \family sans
26928 Minipage
26929 \family default
26930  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26931 \begin_inset Space ~
26932 \end_inset
26933
26934
26935 \begin_inset CommandInset ref
26936 LatexCommand ref
26937 reference "abs:Minipage"
26938
26939 \end_inset
26940
26941  beschrieben, 
26942 \family sans
26943 Parbox
26944 \family default
26945  in Abschnitt
26946 \begin_inset Space ~
26947 \end_inset
26948
26949
26950 \begin_inset CommandInset ref
26951 LatexCommand ref
26952 reference "abs:Parbox"
26953
26954 \end_inset
26955
26956 .
26957 \end_layout
26958
26959 \begin_layout Standard
26960 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26961  wie auf Gleitobjekte und Fußnoten.
26962 \end_layout
26963
26964 \begin_layout Standard
26965 \begin_inset Note Greyedout
26966 status open
26967
26968 \begin_layout Plain Layout
26969
26970 \series bold
26971 Bemerkung
26972 \begin_inset Space ~
26973 \end_inset
26974
26975 1:
26976 \series default
26977  Boxen dürfen in 
26978 \family sans
26979 List-
26980 \family default
26981  oder 
26982 \family sans
26983 Beschreibung-
26984 \family default
26985 Umgebungen nicht verwendet werden.
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \begin_layout Standard
26994 \begin_inset Note Greyedout
26995 status open
26996
26997 \begin_layout Plain Layout
26998
26999 \series bold
27000 Bemerkung
27001 \begin_inset Space ~
27002 \end_inset
27003
27004 2:
27005 \series default
27006  Boxen ohne 
27007 \family sans
27008 Innere
27009 \begin_inset Space ~
27010 \end_inset
27011
27012 Box
27013 \family default
27014  und ohne Rahmen werden in Abschnitt
27015 \begin_inset Space ~
27016 \end_inset
27017
27018
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "abs:Silbentrennung-unterbinden"
27022
27023 \end_inset
27024
27025  beschrieben.
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Section
27034 Das Box-Einstellungen-Fenster
27035 \begin_inset CommandInset label
27036 LatexCommand label
27037 name "abs:Box-Dialog"
27038
27039 \end_inset
27040
27041
27042 \begin_inset Index
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 Boxen ! Box-Dialog-Fenster
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Subsection
27055 Box-Größe
27056 \begin_inset Index
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 Boxen ! Größe
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 Im 
27070 \family sans
27071 Box-Einstellungen
27072 \family default
27073 -Fenster können Sie die Größe der Box mit 
27074 \family sans
27075 Breite
27076 \family default
27077  und 
27078 \family sans
27079 Höhe 
27080 \family default
27081 festlegen.
27082  Die verfügbaren Einheiten werden in Tabelle
27083 \begin_inset Space ~
27084 \end_inset
27085
27086
27087 \begin_inset CommandInset ref
27088 LatexCommand ref
27089 reference "tab:Maßeinheiten"
27090
27091 \end_inset
27092
27093  aufgelistet.
27094  Das Feld
27095 \family sans
27096  Höhe
27097 \family default
27098  bietet die folgenden zusätzlichen Größen:
27099 \end_layout
27100
27101 \begin_layout Description
27102 Tiefe Dies ist die reine Text-
27103 \begin_inset Quotes gld
27104 \end_inset
27105
27106 Höhe
27107 \begin_inset Quotes grd
27108 \end_inset
27109
27110 .
27111  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27112 \begin_inset Newline newline
27113 \end_inset
27114
27115
27116 \begin_inset Newline newline
27117 \end_inset
27118
27119
27120 \begin_inset Newline newline
27121 \end_inset
27122
27123
27124 \begin_inset Box Boxed
27125 position "c"
27126 hor_pos "c"
27127 has_inner_box 1
27128 inner_pos "c"
27129 use_parbox 0
27130 width "12col%"
27131 special "none"
27132 height "1in"
27133 height_special "depth"
27134 status collapsed
27135
27136 \begin_layout Plain Layout
27137 \align center
27138 Box-Höhe = 1
27139 \begin_inset Space \thinspace{}
27140 \end_inset
27141
27142 Tiefe
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset Newline newline
27149 \end_inset
27150
27151
27152 \begin_inset Newline newline
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Description
27159 Höhe Dies ist die Texthöhe innerhalb der Box.
27160  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27161  Texthöhe setzen: 
27162 \begin_inset Box Boxed
27163 position "c"
27164 hor_pos "c"
27165 has_inner_box 1
27166 inner_pos "c"
27167 use_parbox 0
27168 width "20col%"
27169 special "none"
27170 height "2in"
27171 height_special "height"
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 \align center
27176 Boxhöhe = 2
27177 \begin_inset Space \thinspace{}
27178 \end_inset
27179
27180 Höhe
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Description
27189 Gesamthöhe Dies ist Höhe
27190 \begin_inset Space \thinspace{}
27191 \end_inset
27192
27193 +
27194 \begin_inset Space \thinspace{}
27195 \end_inset
27196
27197 Tiefe: 
27198 \begin_inset Box Boxed
27199 position "c"
27200 hor_pos "c"
27201 has_inner_box 1
27202 inner_pos "c"
27203 use_parbox 0
27204 width "20col%"
27205 special "none"
27206 height "1in"
27207 height_special "totalheight"
27208 status collapsed
27209
27210 \begin_layout Plain Layout
27211 \align center
27212 Boxhöhe = 1
27213 \begin_inset Space \thinspace{}
27214 \end_inset
27215
27216 Gesamthöhe
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Description
27225 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27226 \begin_inset Box Boxed
27227 position "c"
27228 hor_pos "c"
27229 has_inner_box 1
27230 inner_pos "c"
27231 use_parbox 0
27232 width "12col%"
27233 special "none"
27234 height "1in"
27235 height_special "width"
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 \align center
27240 Boxhöhe = 1
27241 \begin_inset Space \thinspace{}
27242 \end_inset
27243
27244 Breite
27245 \end_layout
27246
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \begin_layout Subsection
27253 Ausrichtung
27254 \begin_inset Index
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258 Boxen ! Ausrichtung
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 Wenn Sie eine 
27268 \family sans
27269 Innere
27270 \begin_inset Space ~
27271 \end_inset
27272
27273 Box
27274 \family default
27275  gewählt haben, kann die Box mit folgenden Werten für 
27276 \family sans
27277 Box
27278 \family default
27279  senkrecht ausgerichtet werden:
27280 \end_layout
27281
27282 \begin_layout Description
27283 Oben Dies ist ein Beispieltext.
27284  
27285 \begin_inset Box Boxed
27286 position "t"
27287 hor_pos "c"
27288 has_inner_box 1
27289 inner_pos "c"
27290 use_parbox 0
27291 width "20col%"
27292 special "none"
27293 height "1in"
27294 height_special "totalheight"
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 \align center
27299 Die Ober\SpecialChar \-
27300 kante der Box ist in der Zeile.
27301 \end_layout
27302
27303 \end_inset
27304
27305  Dies ist ein Beispieltext.
27306 \end_layout
27307
27308 \begin_layout Description
27309 Mitte Dies ist ein Beispieltext.
27310  
27311 \begin_inset Box Boxed
27312 position "c"
27313 hor_pos "c"
27314 has_inner_box 1
27315 inner_pos "c"
27316 use_parbox 0
27317 width "20col%"
27318 special "none"
27319 height "1in"
27320 height_special "totalheight"
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 Die Mitte der Box ist in der Zeile.
27326 \end_layout
27327
27328 \end_inset
27329
27330  Dies ist ein Beispieltext.
27331 \end_layout
27332
27333 \begin_layout Description
27334 Unten Dies ist ein Beispieltext.
27335  
27336 \begin_inset Box Boxed
27337 position "b"
27338 hor_pos "c"
27339 has_inner_box 1
27340 inner_pos "c"
27341 use_parbox 0
27342 width "20col%"
27343 special "none"
27344 height "1in"
27345 height_special "totalheight"
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349 \align center
27350 Die Unter\SpecialChar \-
27351 kante der Box ist in der Zeile.
27352 \end_layout
27353
27354 \end_inset
27355
27356  Dies ist ein Beispieltext.
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset Note Greyedout
27361 status open
27362
27363 \begin_layout Plain Layout
27364
27365 \series bold
27366 Bemerkung:
27367 \series default
27368  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27369  Boxen in einer Zeile sind und eine Box z.
27370 \begin_inset Space \thinspace{}
27371 \end_inset
27372
27373 B.
27374  schattiert ist, die andere abere nicht.
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 Eine Box kann mit dem Dialog 
27384 \family sans
27385 Absatz-Einstellungen
27386 \family default
27387  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27388 \end_layout
27389
27390 \begin_layout Standard
27391 \begin_inset VSpace bigskip
27392 \end_inset
27393
27394 Wenn Sie eine 
27395 \family sans
27396 Innere
27397 \begin_inset Space ~
27398 \end_inset
27399
27400 Box
27401 \family default
27402  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27403 \family sans
27404 Inhalt
27405 \family default
27406  senkrecht ausgerichtet werden:
27407 \end_layout
27408
27409 \begin_layout Description
27410 Oben Dies ist ein Beispieltext.
27411  
27412 \begin_inset Box Boxed
27413 position "c"
27414 hor_pos "c"
27415 has_inner_box 1
27416 inner_pos "t"
27417 use_parbox 0
27418 width "20col%"
27419 special "none"
27420 height "1.5in"
27421 height_special "totalheight"
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 \align center
27426 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27427 \end_layout
27428
27429 \end_inset
27430
27431  Dies ist ein Beispieltext.
27432 \end_layout
27433
27434 \begin_layout Description
27435 Mitte Dies ist ein Beispieltext.
27436  
27437 \begin_inset Box Boxed
27438 position "c"
27439 hor_pos "c"
27440 has_inner_box 1
27441 inner_pos "c"
27442 use_parbox 0
27443 width "20col%"
27444 special "none"
27445 height "1.5in"
27446 height_special "totalheight"
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 \align center
27451 Der Boxinhalt ist zentriert ausgerichtet.
27452 \end_layout
27453
27454 \end_inset
27455
27456  Dies ist ein Beispieltext.
27457 \end_layout
27458
27459 \begin_layout Description
27460 Unten Dies ist ein Beispieltext.
27461  
27462 \begin_inset Box Boxed
27463 position "c"
27464 hor_pos "c"
27465 has_inner_box 1
27466 inner_pos "b"
27467 use_parbox 0
27468 width "20col%"
27469 special "none"
27470 height "1.5in"
27471 height_special "totalheight"
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475 \align center
27476 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27477 \end_layout
27478
27479 \end_inset
27480
27481  Dies ist ein Beispieltext.
27482 \end_layout
27483
27484 \begin_layout Description
27485 Dehnen Dies ist ein Beispieltext.
27486  
27487 \begin_inset Box Boxed
27488 position "c"
27489 hor_pos "c"
27490 has_inner_box 1
27491 inner_pos "s"
27492 use_parbox 0
27493 width "20col%"
27494 special "none"
27495 height "1in"
27496 height_special "totalheight"
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 \align center
27501 Der Boxinhalt
27502 \end_layout
27503
27504 \begin_layout Plain Layout
27505 \align center
27506 ist über die
27507 \end_layout
27508
27509 \begin_layout Plain Layout
27510 \align center
27511 Boxhöhe
27512 \end_layout
27513
27514 \begin_layout Plain Layout
27515 \align center
27516 gleichmäßig verteilt.
27517 \end_layout
27518
27519 \end_inset
27520
27521  Dies ist ein Beispieltext.
27522 \end_layout
27523
27524 \begin_layout Standard
27525 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27526  besteht.
27527  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Ein Boxinhalt kann mit dem Dialog 
27532 \family sans
27533 Absatz-Einstellungen
27534 \family default
27535  waagerecht ausgerichtet werden, wenn Sie eine
27536 \family sans
27537  Innere
27538 \begin_inset Space ~
27539 \end_inset
27540
27541 Box
27542 \family default
27543  gewählt haben.
27544 \end_layout
27545
27546 \begin_layout Standard
27547 \align center
27548 \begin_inset Box Boxed
27549 position "c"
27550 hor_pos "c"
27551 has_inner_box 1
27552 inner_pos "s"
27553 use_parbox 0
27554 width "30col%"
27555 special "none"
27556 height "1.25in"
27557 height_special "totalheight"
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 \align left
27562 Hier ist jede Zeile
27563 \end_layout
27564
27565 \begin_layout Plain Layout
27566 \align center
27567 anders
27568 \end_layout
27569
27570 \begin_layout Plain Layout
27571 \align right
27572 ausgerichtet.
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 Wenn Sie keine
27582 \family sans
27583  Innere
27584 \begin_inset Space ~
27585 \end_inset
27586
27587 Box
27588 \family default
27589  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27590 \family sans
27591 Box-Einstellungen-
27592 \family default
27593 Dialog ausrichten
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \align center
27598 \begin_inset Box Boxed
27599 position "c"
27600 hor_pos "s"
27601 has_inner_box 0
27602 inner_pos "s"
27603 use_parbox 0
27604 width "90col%"
27605 special "none"
27606 height "1.25in"
27607 height_special "totalheight"
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 \align left
27612 Dieser Boxinhalt wurde horizontal gedehnt.
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Section
27621 Gerahmte Boxen
27622 \begin_inset CommandInset label
27623 LatexCommand label
27624 name "abs:Gerahmte-Boxen"
27625
27626 \end_inset
27627
27628
27629 \begin_inset Index
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633 Boxen ! gerahmte
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Standard
27642 Mit dem 
27643 \family sans
27644 Box-Einstellungen-
27645 \family default
27646 Dialog können Sie bei 
27647 \family sans
27648 Verzierung
27649 \family default
27650  die Art des Rahmens auswählen:
27651 \end_layout
27652
27653 \begin_layout Description
27654 Rechteckige
27655 \begin_inset Space ~
27656 \end_inset
27657
27658 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27659  Die Rahmendicke wird durch 
27660 \series bold
27661
27662 \backslash
27663 fboxrule
27664 \series default
27665  festgelegt.
27666  
27667 \begin_inset Box Boxed
27668 position "c"
27669 hor_pos "c"
27670 has_inner_box 1
27671 inner_pos "c"
27672 use_parbox 0
27673 width "21col%"
27674 special "none"
27675 height "1in"
27676 height_special "totalheight"
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680
27681 \series medium
27682 Rechteckige
27683 \begin_inset Space ~
27684 \end_inset
27685
27686 Box
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Description
27695 Ovale
27696 \begin_inset Space ~
27697 \end_inset
27698
27699 Box,
27700 \begin_inset Space ~
27701 \end_inset
27702
27703 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27704  Die Rahmendicke ist 0.4
27705 \begin_inset Space \thinspace{}
27706 \end_inset
27707
27708 pt.
27709  
27710 \begin_inset Box ovalbox
27711 position "c"
27712 hor_pos "c"
27713 has_inner_box 1
27714 inner_pos "c"
27715 use_parbox 0
27716 width "20col%"
27717 special "none"
27718 height "1in"
27719 height_special "totalheight"
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 Ovale
27724 \begin_inset Space ~
27725 \end_inset
27726
27727 Box,
27728 \begin_inset Space ~
27729 \end_inset
27730
27731 dünn
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Description
27740 Ovale
27741 \begin_inset Space ~
27742 \end_inset
27743
27744 Box,
27745 \begin_inset Space ~
27746 \end_inset
27747
27748 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27749  Die Rahmendicke ist 0.8
27750 \begin_inset Space \thinspace{}
27751 \end_inset
27752
27753 pt.
27754  
27755 \begin_inset Box Ovalbox
27756 position "c"
27757 hor_pos "c"
27758 has_inner_box 1
27759 inner_pos "c"
27760 use_parbox 0
27761 width "20col%"
27762 special "none"
27763 height "1in"
27764 height_special "totalheight"
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 Ovale
27769 \begin_inset Space ~
27770 \end_inset
27771
27772 Box,
27773 \begin_inset Space ~
27774 \end_inset
27775
27776 dick
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_layout Description
27785 Schattierte
27786 \begin_inset Space ~
27787 \end_inset
27788
27789 Box Zeichnet einen Rahmen mit Schatten um die Box.
27790  Die Rahmendicke wird durch 
27791 \series bold
27792
27793 \backslash
27794 fboxrule
27795 \series default
27796  festgelegt, der Schatten ist 4
27797 \begin_inset Space \thinspace{}
27798 \end_inset
27799
27800 pt breit.
27801 \begin_inset Newline newline
27802 \end_inset
27803
27804
27805 \begin_inset Box Shadowbox
27806 position "c"
27807 hor_pos "c"
27808 has_inner_box 1
27809 inner_pos "c"
27810 use_parbox 0
27811 width "20col%"
27812 special "none"
27813 height "1in"
27814 height_special "totalheight"
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818 Schattierte
27819 \begin_inset Space ~
27820 \end_inset
27821
27822 Box
27823 \end_layout
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \begin_layout Description
27831 Doppelt
27832 \begin_inset Space ~
27833 \end_inset
27834
27835 gerahmte
27836 \begin_inset Space ~
27837 \end_inset
27838
27839 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27840 \begin_inset Space \thinspace{}
27841 \end_inset
27842
27843
27844 \series bold
27845
27846 \backslash
27847 fboxrule
27848 \series default
27849  breit, der äußere 1.5
27850 \begin_inset Space \thinspace{}
27851 \end_inset
27852
27853
27854 \series bold
27855
27856 \backslash
27857 fboxrule
27858 \series default
27859 , der Zwischenraum 1.5
27860 \begin_inset Space \thinspace{}
27861 \end_inset
27862
27863
27864 \series bold
27865
27866 \backslash
27867 fboxrule
27868 \series default
27869
27870 \begin_inset Space \thinspace{}
27871 \end_inset
27872
27873 +
27874 \begin_inset Space \thinspace{}
27875 \end_inset
27876
27877 0.5
27878 \begin_inset Space \thinspace{}
27879 \end_inset
27880
27881 pt.
27882  
27883 \begin_inset Box Doublebox
27884 position "c"
27885 hor_pos "c"
27886 has_inner_box 1
27887 inner_pos "c"
27888 use_parbox 0
27889 width "20col%"
27890 special "none"
27891 height "1in"
27892 height_special "totalheight"
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896 Doppelt
27897 \begin_inset Space ~
27898 \end_inset
27899
27900 gerahmte
27901 \begin_inset Space ~
27902 \end_inset
27903
27904 Box
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \begin_inset VSpace bigskip
27914 \end_inset
27915
27916 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27917  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27918 \series bold
27919 fancybox
27920 \series default
27921
27922 \begin_inset Index
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926 LaTeX-Pakete ! fancybox
27927 \end_layout
27928
27929 \end_inset
27930
27931  installiert sein.
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset VSpace bigskip
27936 \end_inset
27937
27938 Der Standardwert für 
27939 \series bold
27940
27941 \backslash
27942 fboxrule
27943 \series default
27944  ist 0.4
27945 \begin_inset Space \thinspace{}
27946 \end_inset
27947
27948 pt.
27949  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27950 \begin_inset Space \thinspace{}
27951 \end_inset
27952
27953 pt gesetzt werden:
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 fboxrule}{2pt}
27964 \end_layout
27965
27966 \begin_layout Standard
27967 \begin_inset ERT
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971
27972
27973 \backslash
27974 setlength{
27975 \backslash
27976 fboxrule}{2pt}
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Box Boxed
27983 position "c"
27984 hor_pos "c"
27985 has_inner_box 1
27986 inner_pos "c"
27987 use_parbox 0
27988 width "30col%"
27989 special "none"
27990 height "1in"
27991 height_special "totalheight"
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 \align center
27996 Rechteckige Box mit einer Rahmenbreite von 2
27997 \begin_inset Space \thinspace{}
27998 \end_inset
27999
28000 pt
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 fboxrule}{0.4pt}
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \noindent
28025 \begin_inset VSpace bigskip
28026 \end_inset
28027
28028 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28029 \begin_inset Space \thinspace{}
28030 \end_inset
28031
28032 pt.
28033  Sie können das ändern, indem Sie den Wert von 
28034 \series bold
28035
28036 \backslash
28037 fboxsep
28038 \series default
28039  mit einem TeX-Code-Befehl ändern:
28040 \end_layout
28041
28042 \begin_layout Standard
28043
28044 \series bold
28045
28046 \backslash
28047 setlength{
28048 \backslash
28049 fboxsep}{10pt}
28050 \end_layout
28051
28052 \begin_layout Standard
28053 setzt den Wert auf 10
28054 \begin_inset Space \thinspace{}
28055 \end_inset
28056
28057 pt, wie in der folgenden Box:
28058 \end_layout
28059
28060 \begin_layout Standard
28061 \begin_inset ERT
28062 status collapsed
28063
28064 \begin_layout Plain Layout
28065
28066
28067 \backslash
28068 setlength{
28069 \backslash
28070 fboxsep}{10pt}
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \begin_inset Box Boxed
28077 position "c"
28078 hor_pos "c"
28079 has_inner_box 1
28080 inner_pos "c"
28081 use_parbox 0
28082 width "25col%"
28083 special "none"
28084 height "1in"
28085 height_special "totalheight"
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 \align center
28090 Rechteckige Box mit 
28091 \series bold
28092
28093 \backslash
28094 fboxsep
28095 \series default
28096
28097 \begin_inset Space \thinspace{}
28098 \end_inset
28099
28100 =
28101 \begin_inset Space \thinspace{}
28102 \end_inset
28103
28104 10
28105 \begin_inset Space \thinspace{}
28106 \end_inset
28107
28108 pt
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118
28119
28120 \backslash
28121 setlength{
28122 \backslash
28123 fboxsep}{3pt}
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \begin_layout Standard
28132 \noindent
28133 \begin_inset VSpace bigskip
28134 \end_inset
28135
28136 Der Durchmesser der abgerundeten Ecken kann mit 
28137 \series bold
28138
28139 \backslash
28140 cornersize
28141 \series default
28142  gesetzt werden.
28143  Der TeX-Code-Befehl
28144 \end_layout
28145
28146 \begin_layout Standard
28147
28148 \series bold
28149
28150 \backslash
28151 cornersize*{1cm}
28152 \end_layout
28153
28154 \begin_layout Standard
28155 setzt den Durchmesser auf 1
28156 \begin_inset Space \thinspace{}
28157 \end_inset
28158
28159 cm.
28160  Der TeX-Code-Befehl
28161 \end_layout
28162
28163 \begin_layout Standard
28164
28165 \series bold
28166
28167 \backslash
28168 cornersize{num}
28169 \end_layout
28170
28171 \begin_layout Standard
28172 setzt den Durchmesser auf 
28173 \family sans
28174 num
28175 \begin_inset Space \thinspace{}
28176 \end_inset
28177
28178 ×
28179 \begin_inset Space \thinspace{}
28180 \end_inset
28181
28182 Minimum(Breite der Box, Höhe der Box)
28183 \family default
28184 .
28185  Der Standardwert ist 
28186 \series bold
28187
28188 \backslash
28189 cornersize{0.5}
28190 \series default
28191 .
28192 \end_layout
28193
28194 \begin_layout Standard
28195 \begin_inset ERT
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199
28200
28201 \backslash
28202 cornersize*{1.5cm}
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \begin_inset Box Ovalbox
28209 position "c"
28210 hor_pos "c"
28211 has_inner_box 1
28212 inner_pos "c"
28213 use_parbox 0
28214 width "30col%"
28215 special "none"
28216 height "1in"
28217 height_special "totalheight"
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 \align center
28222 Ovale Box, dicker Rand, mit 
28223 \series bold
28224
28225 \backslash
28226 cornersize
28227 \series default
28228
28229 \begin_inset Space \thinspace{}
28230 \end_inset
28231
28232 =
28233 \begin_inset Space \thinspace{}
28234 \end_inset
28235
28236 1.5
28237 \begin_inset Space \thinspace{}
28238 \end_inset
28239
28240 cm
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \begin_inset ERT
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250
28251
28252 \backslash
28253 cornersize{0.5}
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \begin_layout Standard
28262 \noindent
28263 \begin_inset VSpace bigskip
28264 \end_inset
28265
28266 Die Breite des Schattens wird mit 
28267 \series bold
28268
28269 \backslash
28270 shadowsize
28271 \series default
28272  festgelegt.
28273  Mit dem TeX-Code-Befehl
28274 \end_layout
28275
28276 \begin_layout Standard
28277
28278 \series bold
28279
28280 \backslash
28281 setlength{
28282 \backslash
28283 shadowsize}{2pt}
28284 \end_layout
28285
28286 \begin_layout Standard
28287 wird er für die folgende Box auf 2
28288 \begin_inset Space \thinspace{}
28289 \end_inset
28290
28291 pt festgelegt.
28292 \end_layout
28293
28294 \begin_layout Standard
28295 \begin_inset ERT
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300
28301 \backslash
28302 setlength{
28303 \backslash
28304 shadowsize}{2pt}
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \begin_inset Box Shadowbox
28311 position "c"
28312 hor_pos "c"
28313 has_inner_box 1
28314 inner_pos "c"
28315 use_parbox 0
28316 width "25col%"
28317 special "none"
28318 height "1in"
28319 height_special "totalheight"
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 \align center
28324 Schattierte Box mit 
28325 \series bold
28326
28327 \backslash
28328 shadowsize
28329 \series default
28330
28331 \begin_inset Space \thinspace{}
28332 \end_inset
28333
28334 =
28335 \begin_inset Space \thinspace{}
28336 \end_inset
28337
28338 2
28339 \begin_inset Space \thinspace{}
28340 \end_inset
28341
28342 pt
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353
28354 \backslash
28355 setlength{
28356 \backslash
28357 shadowsize}{4pt}
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 \noindent
28367 \begin_inset VSpace bigskip
28368 \end_inset
28369
28370 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28371  folgen.
28372 \end_layout
28373
28374 \begin_layout Section
28375 Minipage
28376 \begin_inset CommandInset label
28377 LatexCommand label
28378 name "abs:Minipage"
28379
28380 \end_inset
28381
28382
28383 \begin_inset Index
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387 Boxen ! Minipage
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28397  deshalb unter anderem eigene Fußnoten haben.
28398 \end_layout
28399
28400 \begin_layout Standard
28401 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28402 \end_layout
28403
28404 \begin_layout Standard
28405 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28406  Ihre Breite ist 45 Spaltenbreite
28407 \begin_inset Space ~
28408 \end_inset
28409
28410 %, und sie sind durch einen 
28411 \family sans
28412 HFill
28413 \family default
28414  getrennt (
28415 \family sans
28416 Einfügen\SpecialChar \menuseparator
28417 Formatierung\SpecialChar \menuseparator
28418 Variabler
28419 \begin_inset Space ~
28420 \end_inset
28421
28422 horiz.
28423 \begin_inset Space ~
28424 \end_inset
28425
28426 Abstand
28427 \family default
28428 ).
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \noindent
28433 \begin_inset Box Frameless
28434 position "t"
28435 hor_pos "c"
28436 has_inner_box 1
28437 inner_pos "c"
28438 use_parbox 0
28439 width "45col%"
28440 special "none"
28441 height "1in"
28442 height_special "totalheight"
28443 status open
28444
28445 \begin_layout Plain Layout
28446 Dies ist ein deutscher Text.
28447  Dies ist ein deutscher Text.
28448  Dies ist ein deutscher Text.
28449  Dies ist ein deutscher Text.
28450  Dies ist ein deutscher Text.
28451  Dies ist ein deutscher Text.
28452  Dies ist ein deutscher Text.
28453  Dies ist ein deutscher Text.
28454  Dies ist ein deutscher Text.
28455  Dies ist ein deutscher Text.
28456  Dies ist ein deutscher Text.
28457  Dies ist ein deutscher Text.
28458  Dies ist ein deutscher Text
28459 \begin_inset Foot
28460 status open
28461
28462 \begin_layout Plain Layout
28463 Dies ist eine deutsche Fußnote.
28464 \end_layout
28465
28466 \end_inset
28467
28468 .
28469  Dies ist ein deutscher Text.
28470  Dies ist ein deutscher Text.
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \begin_inset Space \hfill{}
28477 \end_inset
28478
28479
28480 \begin_inset Box Frameless
28481 position "t"
28482 hor_pos "c"
28483 has_inner_box 1
28484 inner_pos "c"
28485 use_parbox 0
28486 width "45col%"
28487 special "none"
28488 height "1in"
28489 height_special "totalheight"
28490 status open
28491
28492 \begin_layout Plain Layout
28493
28494 \lang english
28495 This is an English Text.
28496  This is an English Text.
28497  This is an English Text.
28498  This is an English Text.
28499  This is an English Text.
28500  This is an English Text.
28501  This is an English Text.
28502  This is an English Text.
28503  This is an English Text.
28504  This is an English Text.
28505  This is an English Text.
28506  This is an English Text.
28507  This is an English Text.
28508  This is an English Text.
28509  This is an English Text.
28510  This is an English Text.
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515
28516 \lang english
28517 This is an English footnote.
28518 \end_layout
28519
28520 \end_inset
28521
28522  This is an English Text.
28523  
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 \noindent
28533 \begin_inset VSpace bigskip
28534 \end_inset
28535
28536 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28537  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28538  auf der die Tabelle gedruckt wird: 
28539 \begin_inset Tabular
28540 <lyxtabular version="3" rows="3" columns="4">
28541 <features>
28542 <column alignment="center" valignment="top" width="0pt">
28543 <column alignment="center" valignment="top" width="0pt">
28544 <column alignment="center" valignment="top" width="0pt">
28545 <column alignment="center" valignment="top" width="0pt">
28546 <row>
28547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 1
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 2
28561 \end_layout
28562
28563 \end_inset
28564 </cell>
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569 3
28570 \begin_inset Foot
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Dies ist eine Fußnote in einer Tabelle.
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28585 \begin_inset Text
28586
28587 \begin_layout Plain Layout
28588 4
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 </row>
28594 <row>
28595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28596 \begin_inset Text
28597
28598 \begin_layout Plain Layout
28599 a
28600 \end_layout
28601
28602 \end_inset
28603 </cell>
28604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28605 \begin_inset Text
28606
28607 \begin_layout Plain Layout
28608 b
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 c
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Plain Layout
28626 d
28627 \end_layout
28628
28629 \end_inset
28630 </cell>
28631 </row>
28632 <row>
28633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28634 \begin_inset Text
28635
28636 \begin_layout Plain Layout
28637 e
28638 \end_layout
28639
28640 \end_inset
28641 </cell>
28642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28643 \begin_inset Text
28644
28645 \begin_layout Plain Layout
28646 f
28647 \end_layout
28648
28649 \end_inset
28650 </cell>
28651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655 g
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Plain Layout
28664 h
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 </row>
28670 </lyxtabular>
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Standard
28678 \noindent
28679 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28680  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28681  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28682  außerhalb.
28683 \end_layout
28684
28685 \begin_layout Standard
28686 \align center
28687 \begin_inset Box Frameless
28688 position "t"
28689 hor_pos "c"
28690 has_inner_box 1
28691 inner_pos "c"
28692 use_parbox 0
28693 width "30col%"
28694 special "none"
28695 height "1in"
28696 height_special "totalheight"
28697 status open
28698
28699 \begin_layout Plain Layout
28700 \align center
28701 \begin_inset Tabular
28702 <lyxtabular version="3" rows="3" columns="4">
28703 <features>
28704 <column alignment="center" valignment="top" width="0pt">
28705 <column alignment="center" valignment="top" width="0pt">
28706 <column alignment="center" valignment="top" width="0pt">
28707 <column alignment="center" valignment="top" width="0pt">
28708 <row>
28709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28710 \begin_inset Text
28711
28712 \begin_layout Plain Layout
28713 1
28714 \end_layout
28715
28716 \end_inset
28717 </cell>
28718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28719 \begin_inset Text
28720
28721 \begin_layout Plain Layout
28722 2
28723 \end_layout
28724
28725 \end_inset
28726 </cell>
28727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28728 \begin_inset Text
28729
28730 \begin_layout Plain Layout
28731 3
28732 \begin_inset Foot
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Dies ist eine Fußnote in einer Tabelle.
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \end_inset
28745 </cell>
28746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28747 \begin_inset Text
28748
28749 \begin_layout Plain Layout
28750 4
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 </row>
28756 <row>
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Plain Layout
28761 a
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Plain Layout
28770 b
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Plain Layout
28779 c
28780 \end_layout
28781
28782 \end_inset
28783 </cell>
28784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28785 \begin_inset Text
28786
28787 \begin_layout Plain Layout
28788 d
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 </row>
28794 <row>
28795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Plain Layout
28799 e
28800 \end_layout
28801
28802 \end_inset
28803 </cell>
28804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28805 \begin_inset Text
28806
28807 \begin_layout Plain Layout
28808 f
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Plain Layout
28817 g
28818 \end_layout
28819
28820 \end_inset
28821 </cell>
28822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28823 \begin_inset Text
28824
28825 \begin_layout Plain Layout
28826 h
28827 \end_layout
28828
28829 \end_inset
28830 </cell>
28831 </row>
28832 </lyxtabular>
28833
28834 \end_inset
28835
28836
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 \begin_inset VSpace bigskip
28846 \end_inset
28847
28848 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28849  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28850  Absätze nicht eingerückt werden, obwohl Sie das in 
28851 \family sans
28852 Dokument
28853 \family default
28854 \SpecialChar \menuseparator
28855
28856 \family sans
28857 Einstellun\SpecialChar \-
28858 gen\SpecialChar \menuseparator
28859 Textformat
28860 \family default
28861  festgelegt haben.
28862  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28863  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
28864  
28865 \series bold
28866
28867 \backslash
28868 hspace*{1em}
28869 \series default
28870 .
28871 \end_layout
28872
28873 \begin_layout Standard
28874 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28875  zu verpassen, siehe Abschnitt
28876 \begin_inset Space ~
28877 \end_inset
28878
28879
28880 \begin_inset CommandInset ref
28881 LatexCommand ref
28882 reference "uab:Farbe-für-Absätze"
28883
28884 \end_inset
28885
28886 .
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \begin_inset Note Greyedout
28891 status open
28892
28893 \begin_layout Plain Layout
28894
28895 \series bold
28896 Bemerkung:
28897 \series default
28898  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28899  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Section
28908 Parbox
28909 \begin_inset CommandInset label
28910 LatexCommand label
28911 name "abs:Parbox"
28912
28913 \end_inset
28914
28915
28916 \begin_inset Index
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 Boxen ! Parbox
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 Parbox ist eine Abkürzung für 
28930 \begin_inset Quotes gld
28931 \end_inset
28932
28933 paragraph box
28934 \begin_inset Quotes grd
28935 \end_inset
28936
28937 , was Absatzbox bedeutet.
28938  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28939  Parboxen einige Einschränkungen.
28940  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28941  gedruckt.:
28942 \end_layout
28943
28944 \begin_layout Standard
28945 \align center
28946 \begin_inset Box Frameless
28947 position "t"
28948 hor_pos "c"
28949 has_inner_box 1
28950 inner_pos "t"
28951 use_parbox 1
28952 width "33col%"
28953 special "none"
28954 height "1in"
28955 height_special "totalheight"
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 Dies ist Text in einer Parbox.
28960  Dies ist Text in einer Parbox.
28961 \end_layout
28962
28963 \begin_layout Plain Layout
28964 Diese Fußnote wird nicht gedruckt:
28965 \begin_inset Foot
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28984  und Theoreme enthalten.
28985 \end_layout
28986
28987 \begin_layout Section
28988 Boxen für Worte und Buchstaben
28989 \begin_inset Index
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 Boxen ! für Buchstaben
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Subsection
29002 Silbentrennung unterbinden 
29003 \begin_inset CommandInset label
29004 LatexCommand label
29005 name "abs:Silbentrennung-unterbinden"
29006
29007 \end_inset
29008
29009
29010 \begin_inset Index
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014 Boxen ! zur Vermeidung von Silbentrennung
29015 \end_layout
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Standard
29023 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29024 \begin_inset Newline newline
29025 \end_inset
29026
29027 Hier ist ein Beispiel: 
29028 \end_layout
29029
29030 \begin_layout Standard
29031 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29032 \begin_inset Quotes gld
29033 \end_inset
29034
29035 einsehrsehrsehrlangeswort
29036 \begin_inset Quotes grd
29037 \end_inset
29038
29039 .
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29044  soll, den TeX-Code-Befehl
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 mbox{
29053 \end_layout
29054
29055 \begin_layout Standard
29056 ein TeX-Code, Hinter dem Wort fügen Sie 
29057 \series bold
29058
29059 \begin_inset Quotes gld
29060 \end_inset
29061
29062 }
29063 \series default
29064
29065 \begin_inset Quotes grd
29066 \end_inset
29067
29068  als TeX-Code ein.
29069  Hier ist das Ergebnis:
29070 \end_layout
29071
29072 \begin_layout Standard
29073 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29074 \begin_inset ERT
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 mbox{
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset Quotes gld
29088 \end_inset
29089
29090 einsehrsehrsehrlangeswort
29091 \begin_inset Quotes grd
29092 \end_inset
29093
29094
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100 }
29101 \end_layout
29102
29103 \end_inset
29104
29105 .
29106 \end_layout
29107
29108 \begin_layout Standard
29109 Alternativ dazu kann man auch den Befehl 
29110 \begin_inset Quotes gld
29111 \end_inset
29112
29113
29114 \series bold
29115
29116 \backslash
29117 -
29118 \series default
29119
29120 \begin_inset Quotes grd
29121 \end_inset
29122
29123  als TeX-Code direkt vor das Wort setzen:
29124 \end_layout
29125
29126 \begin_layout Standard
29127 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29128 \begin_inset Quotes gld
29129 \end_inset
29130
29131
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 -
29140 \end_layout
29141
29142 \end_inset
29143
29144 einsehrsehrsehrlangeswort
29145 \begin_inset Quotes grd
29146 \end_inset
29147
29148 .
29149 \end_layout
29150
29151 \begin_layout Standard
29152 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29153  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29154 \series bold
29155 Strg-Eingabe
29156 \series default
29157 ) einfügen: 
29158 \end_layout
29159
29160 \begin_layout Standard
29161 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29162 \begin_inset Newline newline
29163 \end_inset
29164
29165
29166 \begin_inset ERT
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170
29171
29172 \backslash
29173 mbox{
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \begin_inset Quotes gld
29180 \end_inset
29181
29182 einsehrsehrsehrlangeswort
29183 \begin_inset Quotes grd
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192 }
29193 \end_layout
29194
29195 \end_inset
29196
29197 .
29198 \end_layout
29199
29200 \begin_layout Subsection
29201 Vertikale Ausrichtung
29202 \begin_inset CommandInset label
29203 LatexCommand label
29204 name "uab:Vertikale-Ausrichtung"
29205
29206 \end_inset
29207
29208
29209 \begin_inset Index
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Boxen ! für Vertikale Ausrichtung
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \begin_inset Index
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 Boxen ! raisebox
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Mit dem LaTeX-Befehl 
29233 \series bold
29234
29235 \backslash
29236 raisebox
29237 \series default
29238  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29239 n Textes ausrichten.
29240  
29241 \series bold
29242
29243 \backslash
29244 raisebox
29245 \series default
29246  wird folgendermaßen benutzt:
29247 \end_layout
29248
29249 \begin_layout Standard
29250
29251 \series bold
29252
29253 \backslash
29254 raisebox{Verschiebung}[oben][unten]{Text}
29255 \end_layout
29256
29257 \begin_layout Standard
29258 Positive Werte für Verschiebung
29259 \series bold
29260  
29261 \series default
29262 verschieben die Box nach oben, negative nach unten.
29263  Die beiden optionalen Parameter 
29264 \family typewriter
29265 oben
29266 \family default
29267  und 
29268 \family typewriter
29269 unten
29270 \family default
29271  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29272  hinausgeht, wenn sie nicht verschoben ist.
29273 \end_layout
29274
29275 \begin_layout Standard
29276 Um zum Beispiel das Wort 
29277 \begin_inset Quotes gld
29278 \end_inset
29279
29280 provokant
29281 \begin_inset Quotes grd
29282 \end_inset
29283
29284  mit seinem 
29285 \begin_inset Quotes gld
29286 \end_inset
29287
29288 niedrigsten
29289 \begin_inset Quotes grd
29290 \end_inset
29291
29292  Buchstaben 
29293 \begin_inset Quotes gld
29294 \end_inset
29295
29296 p
29297 \begin_inset Quotes grd
29298 \end_inset
29299
29300  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29301 \end_layout
29302
29303 \begin_layout Standard
29304
29305 \series bold
29306
29307 \backslash
29308 raisebox{
29309 \backslash
29310 depth}{
29311 \end_layout
29312
29313 \begin_layout Standard
29314 vor dem Wort einfügen und 
29315 \begin_inset Quotes gld
29316 \end_inset
29317
29318
29319 \series bold
29320 }
29321 \series default
29322
29323 \begin_inset Quotes grd
29324 \end_inset
29325
29326  als TeX-Code dahinter:
29327 \end_layout
29328
29329 \begin_layout Standard
29330 Dies ist eine Zeile, in der das Wort 
29331 \begin_inset ERT
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335
29336
29337 \backslash
29338 raisebox{
29339 \backslash
29340 depth}{
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \begin_inset Quotes gld
29347 \end_inset
29348
29349 provokant
29350 \begin_inset Quotes grd
29351 \end_inset
29352
29353
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359 }
29360 \end_layout
29361
29362 \end_inset
29363
29364  nach oben verschoben wurde.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 \begin_inset VSpace bigskip
29369 \end_inset
29370
29371 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29372  gedehnt:
29373 \end_layout
29374
29375 \begin_layout Standard
29376 Dies ist eine Zeile, in der das Wort 
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382
29383 \backslash
29384 raisebox{-
29385 \backslash
29386 depth}{
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \begin_inset Quotes gld
29393 \end_inset
29394
29395 provokant
29396 \begin_inset Quotes grd
29397 \end_inset
29398
29399
29400 \begin_inset ERT
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404
29405 }
29406 \end_layout
29407
29408 \end_inset
29409
29410  nach unten verschoben wurde.
29411 \end_layout
29412
29413 \begin_layout Standard
29414 Dies ist eine Zeile, in der das Wort 
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 raisebox{0.5cm}{
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \begin_inset Quotes gld
29429 \end_inset
29430
29431 testen
29432 \begin_inset Quotes grd
29433 \end_inset
29434
29435
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 }
29442 \end_layout
29443
29444 \end_inset
29445
29446  um 0.5
29447 \begin_inset Space \thinspace{}
29448 \end_inset
29449
29450 cm nach oben verschoben wurde.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460
29461 \backslash
29462 raisebox{-
29463 \backslash
29464 depth}[0pt]{
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Dies ist eine Zeile, in der das Wort 
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 raisebox{-
29477 \backslash
29478 depth}[0pt]{
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset Quotes gld
29485 \end_inset
29486
29487 provokant
29488 \begin_inset Quotes grd
29489 \end_inset
29490
29491
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497 }
29498 \end_layout
29499
29500 \end_inset
29501
29502  nach unten verschoben wurde.
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Dies ist eine Zeile, in der das Wort 
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 raisebox{0.5cm}[0pt]{
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \begin_inset Quotes gld
29521 \end_inset
29522
29523 testen
29524 \begin_inset Quotes grd
29525 \end_inset
29526
29527
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533 }
29534 \end_layout
29535
29536 \end_inset
29537
29538  um 0.5
29539 \begin_inset Space \thinspace{}
29540 \end_inset
29541
29542 cm nach oben verschoben wurde.
29543  Jetzt überschneiden sich die verschobenen Worte.
29544 \end_layout
29545
29546 \begin_layout Section
29547 Farbige Boxen
29548 \begin_inset CommandInset label
29549 LatexCommand label
29550 name "abs:Farbige-Boxen"
29551
29552 \end_inset
29553
29554
29555 \begin_inset Index
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559 Boxen ! farbige
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \begin_layout Subsection
29568 Text-Hintergrundfarbe
29569 \begin_inset Index
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Farbe ! für Text-Hintergrund
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29583  sogenannten 
29584 \begin_inset Quotes gld
29585 \end_inset
29586
29587 colorbox
29588 \begin_inset Quotes grd
29589 \end_inset
29590
29591  stehen.
29592  Dafür muss das LaTeX-Paket 
29593 \series bold
29594 color
29595 \series default
29596
29597 \begin_inset Index
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601 LaTeX-Pakete ! color
29602 \end_layout
29603
29604 \end_inset
29605
29606  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29607 \end_layout
29608
29609 \begin_layout Standard
29610
29611 \series bold
29612
29613 \backslash
29614 @ifundef\SpecialChar \textcompwordmark{}
29615 ined{textcolor}
29616 \begin_inset Newline newline
29617 \end_inset
29618
29619
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625
29626 \backslash
29627 hphantom{ }
29628 \end_layout
29629
29630 \end_inset
29631
29632 {
29633 \backslash
29634 usepackage{color}}{}
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Wenn Sie Text einfärben, lädt LyX das Paket 
29639 \series bold
29640 color
29641 \series default
29642  automatisch.
29643 \begin_inset Foot
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647 Der Befehl 
29648 \series bold
29649
29650 \backslash
29651 @ifundef\SpecialChar \textcompwordmark{}
29652 ined
29653 \series default
29654  vermeidet, dass es in diesem Fall doppelt geladen wird.
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Standard
29663 \begin_inset VSpace medskip
29664 \end_inset
29665
29666 Colorboxen werden mit dem Befehl 
29667 \series bold
29668
29669 \backslash
29670 colorbox
29671 \series default
29672  erzeugt:
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 colorbox{Farbe}{Boxinhalt}
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29685  Boxen sein.
29686 \end_layout
29687
29688 \begin_layout Standard
29689 Die folgenden Farben sind vordefiniert (
29690 \begin_inset Graphics
29691         filename ../../images/dialog-show_character.png
29692         scale 70
29693         scaleBeforeRotation
29694         BoundingBox 0bp 0bp 22bp 22bp
29695
29696 \end_inset
29697
29698 \SpecialChar \menuseparator
29699
29700 \family sans
29701 Farbe
29702 \family default
29703 ):
29704 \family sans
29705  schwarz
29706 \family default
29707
29708 \family sans
29709 wei
29710 \family default
29711 ß, 
29712 \family sans
29713 rot
29714 \family default
29715 \series bold
29716 ,
29717 \series default
29718  
29719 \family sans
29720 grün
29721 \family default
29722
29723 \family sans
29724 blau
29725 \family default
29726
29727 \family sans
29728 türkis
29729 \family default
29730
29731 \family sans
29732 purpurrot
29733 \family default
29734  und 
29735 \family sans
29736 gelb
29737 \family default
29738 .
29739 \end_layout
29740
29741 \begin_layout Standard
29742 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29743 \begin_inset Space ~
29744 \end_inset
29745
29746
29747 \begin_inset CommandInset ref
29748 LatexCommand ref
29749 reference "abs:Farbige-Tabellen"
29750
29751 \end_inset
29752
29753  beschrieben.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29758  den TeX-Code-Befehl
29759 \end_layout
29760
29761 \begin_layout Standard
29762
29763 \series bold
29764
29765 \backslash
29766 colorbox{red}{
29767 \end_layout
29768
29769 \begin_layout Standard
29770 vor dem Wort ein.
29771  Hinter dem Wort fügen Sie 
29772 \series bold
29773
29774 \begin_inset Quotes gld
29775 \end_inset
29776
29777 }
29778 \series default
29779
29780 \begin_inset Quotes grd
29781 \end_inset
29782
29783  als TeX-Code ein.
29784  Hier ist das Ergebnis:
29785 \end_layout
29786
29787 \begin_layout Standard
29788 In dieser Zeile hat 
29789 \begin_inset ERT
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793
29794
29795 \backslash
29796 colorbox{red}{
29797 \end_layout
29798
29799 \end_inset
29800
29801 Achtung!
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807 }
29808 \end_layout
29809
29810 \end_inset
29811
29812  einen roten Hintergrund.
29813 \end_layout
29814
29815 \begin_layout Standard
29816 \begin_inset VSpace bigskip
29817 \end_inset
29818
29819 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29820  
29821 \series bold
29822
29823 \backslash
29824 fcolorbox
29825 \series default
29826  verwenden:
29827 \end_layout
29828
29829 \begin_layout Standard
29830
29831 \series bold
29832
29833 \backslash
29834 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29835 \end_layout
29836
29837 \begin_layout Standard
29838
29839 \series bold
29840
29841 \backslash
29842 fcolorbox
29843 \series default
29844  ist eine Erweiterung von 
29845 \series bold
29846
29847 \backslash
29848 colorbox
29849 \series default
29850 .
29851  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29852  
29853 \series bold
29854
29855 \backslash
29856 fboxrule
29857 \series default
29858  und 
29859 \series bold
29860
29861 \backslash
29862 fboxsep
29863 \series default
29864  gesteuert werden, wie in Abschnitt
29865 \begin_inset Space ~
29866 \end_inset
29867
29868
29869 \begin_inset CommandInset ref
29870 LatexCommand ref
29871 reference "abs:Gerahmte-Boxen"
29872
29873 \end_inset
29874
29875  beschrieben.
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Für das folgende Beispiel wurde der Befehl
29880 \end_layout
29881
29882 \begin_layout Standard
29883
29884 \series bold
29885
29886 \backslash
29887 fcolorbox{cyan}{magenta}{
29888 \end_layout
29889
29890 \begin_layout Standard
29891 benutzt.
29892  Hier wurden die Rahmendicke und der Abstand auf 1
29893 \begin_inset Space \thinspace{}
29894 \end_inset
29895
29896 mm gesetzt:
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906
29907 \backslash
29908 fboxrule 1mm 
29909 \backslash
29910 fboxsep 1mm
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 fcolorbox{cyan}{green}{
29924 \end_layout
29925
29926 \end_inset
29927
29928 Dies ist Text in einer farbigen, gerahmten Box.
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 \begin_inset VSpace bigskip
29944 \end_inset
29945
29946 Natürlich gibt es auch farbigen Text in einer Colorbox:
29947 \begin_inset Newline newline
29948 \end_inset
29949
29950
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956
29957 \backslash
29958 fcolorbox{cyan}{green}{
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \color yellow
29965 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29966 \color none
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973 }
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 fboxrule 0.4pt 
29987 \backslash
29988 fboxsep 3pt
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 \begin_inset VSpace bigskip
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 \begin_inset Note Greyedout
30005 status open
30006
30007 \begin_layout Plain Layout
30008 \noindent
30009
30010 \series bold
30011 Bemerkung:
30012 \series default
30013  Text in Colorboxen kann nicht umgebrochen werden.
30014  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30015  wie im folgenden beschrieben.
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \end_layout
30022
30023 \begin_layout Subsection
30024 Farbe für Absätze
30025 \begin_inset CommandInset label
30026 LatexCommand label
30027 name "uab:Farbe-für-Absätze"
30028
30029 \end_inset
30030
30031
30032 \begin_inset Index
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Farbe ! für Absätze
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30046  den Text in eine Minipage stellen.
30047  Vor der Minipage fügen Sie den TeX-Code-Befehl
30048 \end_layout
30049
30050 \begin_layout Standard
30051
30052 \series bold
30053
30054 \backslash
30055 colorbox{color}{
30056 \end_layout
30057
30058 \begin_layout Standard
30059 ein.
30060  Hinter der Minipage fügen Sie 
30061 \series bold
30062
30063 \begin_inset Quotes gld
30064 \end_inset
30065
30066 }
30067 \series default
30068
30069 \begin_inset Quotes grd
30070 \end_inset
30071
30072  als TeX-Code ein.
30073 \end_layout
30074
30075 \begin_layout Standard
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081
30082 \backslash
30083 colorbox{hellgrau}{
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Box Frameless
30090 position "t"
30091 hor_pos "c"
30092 has_inner_box 1
30093 inner_pos "t"
30094 use_parbox 0
30095 width "100col%"
30096 special "none"
30097 height "1in"
30098 height_special "totalheight"
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102 Dies ist Text mit einer Hintergrundfarbe.
30103  Dies ist Text mit einer Hintergrundfarbe.
30104 \end_layout
30105
30106 \begin_layout Plain Layout
30107 Der Text kann Fußnoten
30108 \begin_inset Foot
30109 status open
30110
30111 \begin_layout Plain Layout
30112 Eine weitere Fußnote
30113 \end_layout
30114
30115 \end_inset
30116
30117  und Tabellen und Abbildungen enthalten.
30118 \end_layout
30119
30120 \begin_layout Plain Layout
30121 \align center
30122 \begin_inset Tabular
30123 <lyxtabular version="3" rows="3" columns="3">
30124 <features>
30125 <column alignment="center" valignment="top" width="0">
30126 <column alignment="center" valignment="top" width="0">
30127 <column alignment="center" valignment="top" width="0">
30128 <row>
30129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30130 \begin_inset Text
30131
30132 \begin_layout Plain Layout
30133 a
30134 \end_layout
30135
30136 \end_inset
30137 </cell>
30138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142 !
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 3
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 </row>
30157 <row>
30158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30159 \begin_inset Text
30160
30161 \begin_layout Plain Layout
30162 <
30163 \end_layout
30164
30165 \end_inset
30166 </cell>
30167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30168 \begin_inset Text
30169
30170 \begin_layout Plain Layout
30171 b2
30172 \begin_inset Quotes erd
30173 \end_inset
30174
30175 |
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Plain Layout
30184 >
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 </row>
30190 <row>
30191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30192 \begin_inset Text
30193
30194 \begin_layout Plain Layout
30195 1
30196 \end_layout
30197
30198 \end_inset
30199 </cell>
30200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30201 \begin_inset Text
30202
30203 \begin_layout Plain Layout
30204 §
30205 \end_layout
30206
30207 \end_inset
30208 </cell>
30209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30210 \begin_inset Text
30211
30212 \begin_layout Plain Layout
30213 c
30214 \end_layout
30215
30216 \end_inset
30217 </cell>
30218 </row>
30219 </lyxtabular>
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234 }
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \end_layout
30241
30242 \begin_layout Section
30243 Rotierte und skalierte Boxen
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30248 \series bold
30249 graphicx
30250 \series default
30251
30252 \begin_inset Index
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 LaTeX-Pakete ! graphicx
30257 \end_layout
30258
30259 \end_inset
30260
30261  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30262 \end_layout
30263
30264 \begin_layout Standard
30265
30266 \series bold
30267
30268 \backslash
30269 @ifundefined{rotatebox}
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279
30280 \backslash
30281 hphantom{ }
30282 \end_layout
30283
30284 \end_inset
30285
30286 {
30287 \backslash
30288 usepackage{graphicx}}{}
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset Note Greyedout
30293 status open
30294
30295 \begin_layout Plain Layout
30296
30297 \series bold
30298 Bemerkung:
30299 \series default
30300  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30301  darstellen.
30302  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Standard
30311 \begin_inset Note Greyedout
30312 status open
30313
30314 \begin_layout Plain Layout
30315
30316 \series bold
30317 Bemerkung:
30318 \series default
30319  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Subsection
30328 Rotierte Boxen
30329 \begin_inset Index
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333 Boxen ! rotierte
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \begin_inset Index
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343 Rotiertes Material
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \begin_inset Index
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353 Abbildungen ! rotierte
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset Index
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 Tabellen ! rotierte
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \begin_layout Standard
30372 Um Text zu drehen, verwendet man den Befehl 
30373 \series bold
30374
30375 \backslash
30376 rotatebox
30377 \series default
30378  im TeX-Code nach folgendem Schema:
30379 \end_layout
30380
30381 \begin_layout Standard
30382
30383 \series bold
30384
30385 \backslash
30386 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30387 \end_layout
30388
30389 \begin_layout Standard
30390 Der Drehpunkt wird mit 
30391 \series bold
30392 origin=Position
30393 \series default
30394  angegeben.
30395  Folgende Positionen sind möglich: 
30396 \emph on
30397 c
30398 \emph default
30399  (mittig), 
30400 \emph on
30401 l
30402 \emph default
30403  (links), 
30404 \emph on
30405 r
30406 \emph default
30407  (rechts), 
30408 \emph on
30409 b
30410 \emph default
30411  (unten), 
30412 \emph on
30413 t
30414 \emph default
30415  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30416  Z.
30417 \begin_inset Space \thinspace{}
30418 \end_inset
30419
30420 B.
30421  bedeutet 
30422 \emph on
30423 lt
30424 \emph default
30425 , dass sich der Drehpunkt links oben befindet.
30426  Wird kein Drehpunkt angegeben, wird die Position 
30427 \emph on
30428 l
30429 \emph default
30430  verwendet.
30431  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30432  Gedreht wird gegen den Uhrzeigersinn.
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Im folgenden Beispiel wurde vor dem Text der Befehl 
30437 \series bold
30438
30439 \backslash
30440 rotatebox[origin=c]{60}{
30441 \series default
30442  im TeX-Modus eingegeben.
30443  Nach dem Text wurde die schließende Klammer 
30444 \series bold
30445 }
30446 \series default
30447  wiederum im TeX-Modus eingegeben.
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Dies ist eine Zeile 
30452 \begin_inset ERT
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 rotatebox[origin=c]{60}{
30460 \end_layout
30461
30462 \end_inset
30463
30464 mit rotiertem
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470 }
30471 \end_layout
30472
30473 \end_inset
30474
30475  Text.
30476 \end_layout
30477
30478 \begin_layout Standard
30479 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Dies ist eine Zeile 
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 rotatebox[origin=r]{-60}{
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Box Doublebox
30498 position "c"
30499 hor_pos "c"
30500 has_inner_box 0
30501 inner_pos "c"
30502 use_parbox 0
30503 width "1in"
30504 special "width"
30505 height "1in"
30506 height_special "totalheight"
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 mit rotiertem
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521 }
30522 \end_layout
30523
30524 \end_inset
30525
30526  umrandeten Text 
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532
30533 \backslash
30534 rotatebox[origin=lb]{60}{
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30541 \end_inset
30542
30543
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 }
30550 \end_layout
30551
30552 \end_inset
30553
30554  und einer Formel.
30555 \end_layout
30556
30557 \begin_layout Standard
30558 oder ein Bild oder Tabelle:
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Dies ist eine Zeile 
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 rotatebox[origin=lb]{90}{
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \begin_inset Graphics
30577         filename ../clipart/platypus.eps
30578         lyxscale 50
30579         width 25col%
30580
30581 \end_inset
30582
30583
30584 \begin_inset ERT
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588
30589 }
30590 \end_layout
30591
30592 \end_inset
30593
30594  mit einem rotierten Bild 
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 rotatebox[origin=l]{-90}{
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \begin_inset Tabular
30609 <lyxtabular version="3" rows="2" columns="2">
30610 <features>
30611 <column alignment="center" valignment="top" width="0">
30612 <column alignment="center" valignment="top" width="0">
30613 <row>
30614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30615 \begin_inset Text
30616
30617 \begin_layout Plain Layout
30618 q
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Plain Layout
30627 w
30628 \end_layout
30629
30630 \end_inset
30631 </cell>
30632 </row>
30633 <row>
30634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30635 \begin_inset Text
30636
30637 \begin_layout Plain Layout
30638 e
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30644 \begin_inset Text
30645
30646 \begin_layout Plain Layout
30647 r
30648 \end_layout
30649
30650 \end_inset
30651 </cell>
30652 </row>
30653 </lyxtabular>
30654
30655 \end_inset
30656
30657
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663 }
30664 \end_layout
30665
30666 \end_inset
30667
30668  und Tabelle.
30669 \end_layout
30670
30671 \begin_layout Subsection
30672 Skalierte Boxen
30673 \begin_inset Index
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 Boxen ! skalierte
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \begin_inset Index
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687 Skaliertes Material
30688 \end_layout
30689
30690 \end_inset
30691
30692
30693 \begin_inset Index
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Abbildungen ! skalierte
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Index
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Tabellen ! skalierte
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Um Text zu skalieren, kann man die Befehle 
30717 \series bold
30718
30719 \backslash
30720 scalebox
30721 \series default
30722  und 
30723 \series bold
30724
30725 \backslash
30726 resizebox
30727 \series default
30728  im TeX-Modus verwenden.
30729 \end_layout
30730
30731 \begin_layout Standard
30732
30733 \series bold
30734
30735 \backslash
30736 scalebox
30737 \series default
30738  wird nach folgendem Schema verwendet:
30739 \end_layout
30740
30741 \begin_layout Standard
30742
30743 \series bold
30744
30745 \backslash
30746 scalebox{horizontal}[vertikal]{Boxinhalt}
30747 \end_layout
30748
30749 \begin_layout Standard
30750 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30751  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30752  verwendet.
30753 \end_layout
30754
30755 \begin_layout Standard
30756 Z.
30757 \begin_inset Space \thinspace{}
30758 \end_inset
30759
30760 B.
30761  ergibt der Befehl 
30762 \series bold
30763
30764 \backslash
30765 scalebox{2}{Hallo}
30766 \series default
30767  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 scalebox{2}{
30776 \end_layout
30777
30778 \end_inset
30779
30780 Hallo
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786 }
30787 \end_layout
30788
30789 \end_inset
30790
30791 .
30792 \end_layout
30793
30794 \begin_layout Standard
30795
30796 \series bold
30797
30798 \backslash
30799 scalebox{2}[1]{Hallo}
30800 \series default
30801  verzerrt hingegen das 
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807
30808 \backslash
30809 scalebox{2}[1]{
30810 \end_layout
30811
30812 \end_inset
30813
30814 Hallo
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825 .
30826 \end_layout
30827
30828 \begin_layout Standard
30829 Die Skalierungsfaktoren dürfen auch negativ sein.
30830  In diesem Fall wird der Boxinhalt gespiegelt.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 Daher lässt sich mit dem Befehl 
30835 \series bold
30836
30837 \backslash
30838 scalebox{-1}[1]{Hallo}
30839 \series default
30840  Spiegelschrift erstellen: 
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846
30847 \backslash
30848 scalebox{-1}[1]{
30849 \end_layout
30850
30851 \end_inset
30852
30853 Hallo
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858
30859 }
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \end_layout
30866
30867 \begin_layout Standard
30868
30869 \series bold
30870
30871 \backslash
30872 scalebox{1}[-1]{Hallo}
30873 \series default
30874  spiegelt das 
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 scalebox{1}[-1]{
30883 \end_layout
30884
30885 \end_inset
30886
30887 Hallo
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893 }
30894 \end_layout
30895
30896 \end_inset
30897
30898  an der Grundlinie.
30899 \end_layout
30900
30901 \begin_layout Standard
30902 Zu 
30903 \series bold
30904
30905 \backslash
30906 scalebox{-1}[1]{Boxinhalt}
30907 \series default
30908  gibt es den äquivalenten Befehl
30909 \begin_inset Newline newline
30910 \end_inset
30911
30912
30913 \series bold
30914
30915 \backslash
30916 ref\SpecialChar \textcompwordmark{}
30917 lectbox{Boxinhalt}
30918 \series default
30919 .
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset VSpace bigskip
30924 \end_inset
30925
30926
30927 \series bold
30928
30929 \backslash
30930 resizebox
30931 \series default
30932  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
30933  Breite zu skalieren.
30934  Das Befehlsschema ist folgendes:
30935 \end_layout
30936
30937 \begin_layout Standard
30938
30939 \series bold
30940
30941 \backslash
30942 resizebox{Breite}{Höhe}{Boxinhalt}
30943 \end_layout
30944
30945 \begin_layout Standard
30946 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30947 \series bold
30948 !
30949 \series default
30950  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
30951  wird.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 Der Befehl 
30956 \series bold
30957
30958 \backslash
30959 resizebox{2cm}{1cm}{Hallo}
30960 \series default
30961  ergibt: 
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967
30968 \backslash
30969 resizebox{2cm}{1cm}{
30970 \end_layout
30971
30972 \end_inset
30973
30974 Hallo
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980 }
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989 Der Befehl 
30990 \series bold
30991
30992 \backslash
30993 resizebox{2cm}{!}{Hallo}
30994 \series default
30995  ergibt: 
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001
31002 \backslash
31003 resizebox{2cm}{!}{
31004 \end_layout
31005
31006 \end_inset
31007
31008 Hallo
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014 }
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Standard
31023 \begin_inset VSpace bigskip
31024 \end_inset
31025
31026
31027 \begin_inset Note Greyedout
31028 status open
31029
31030 \begin_layout Plain Layout
31031
31032 \series bold
31033 Bemerkung:
31034 \series default
31035  Wurde in Argumenten von 
31036 \series bold
31037
31038 \backslash
31039 scalebox
31040 \series default
31041  oder 
31042 \series bold
31043
31044 \backslash
31045 resizebox
31046 \series default
31047  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31048  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31049  werden.
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Standard
31058 \begin_inset VSpace bigskip
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Alle Boxen können beliebig miteinander kombiniert werden.
31066  So ergibt z.
31067 \begin_inset Space \thinspace{}
31068 \end_inset
31069
31070 B.
31071  der Befehl
31072 \begin_inset Newline newline
31073 \end_inset
31074
31075
31076 \series bold
31077
31078 \backslash
31079 rotatebox[origin=c]{-45}{
31080 \backslash
31081 resizebox{2cm}{!}{
31082 \backslash
31083 reflectbox{Hallo}}}
31084 \series default
31085 :
31086 \end_layout
31087
31088 \begin_layout Standard
31089 \align center
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095
31096 \backslash
31097 rotatebox[origin=c]{-45}{
31098 \backslash
31099 resizebox{2cm}{!}{
31100 \backslash
31101 reflectbox{
31102 \end_layout
31103
31104 \end_inset
31105
31106 Hallo
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112 }}}
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \begin_layout Standard
31121 \noindent
31122 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \align center
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 rotatebox[origin=c]{-30}{
31135 \backslash
31136 resizebox{2cm}{!}{
31137 \backslash
31138 reflectbox{
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \begin_inset Graphics
31145         filename ../clipart/platypus.eps
31146         lyxscale 50
31147         width 25col%
31148
31149 \end_inset
31150
31151
31152 \begin_inset ERT
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156
31157 }}}
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168
31169 \backslash
31170 rotatebox[origin=c]{-45}{
31171 \backslash
31172 resizebox{2cm}{!}{
31173 \backslash
31174 reflectbox{
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset Tabular
31181 <lyxtabular version="3" rows="2" columns="2">
31182 <features>
31183 <column alignment="center" valignment="top" width="0">
31184 <column alignment="center" valignment="top" width="0">
31185 <row>
31186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 q
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 w
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 </row>
31205 <row>
31206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 e
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 r
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 </row>
31225 </lyxtabular>
31226
31227 \end_inset
31228
31229
31230 \begin_inset ERT
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234
31235 }}}
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 rotatebox[origin=c]{-45}{
31249 \backslash
31250 resizebox{2cm}{!}{
31251 \backslash
31252 reflectbox{
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31259 \end_inset
31260
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267 }}}
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Hat man den globalen Formelstil 
31277 \series bold
31278 fleqn
31279 \series default
31280
31281 \begin_inset Foot
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 Wenn 
31286 \begin_inset Quotes gld
31287 \end_inset
31288
31289 fleqn
31290 \begin_inset Quotes grd
31291 \end_inset
31292
31293  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31294 \end_layout
31295
31296 \end_inset
31297
31298  gewählt, kann man auch abgesetzte Formeln skalieren.
31299 \end_layout
31300
31301 \begin_layout Chapter
31302 Externe Dateien
31303 \begin_inset Index
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 Dateien ! externe
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \begin_layout Standard
31316 Mit 
31317 \family sans
31318 Einfügen\SpecialChar \menuseparator
31319 Datei
31320 \family default
31321  können Sie fremdes Material in Ihr Dokument einsetzen.
31322  Das kann folgendes sein:
31323 \end_layout
31324
31325 \begin_layout Description
31326 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31327  eingefügt.
31328 \end_layout
31329
31330 \begin_layout Description
31331 Einfacher
31332 \begin_inset Space ~
31333 \end_inset
31334
31335 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31336  eingefügt.
31337 \end_layout
31338
31339 \begin_layout Description
31340 Einfacher
31341 \begin_inset Space ~
31342 \end_inset
31343
31344 Text,
31345 \begin_inset Space ~
31346 \end_inset
31347
31348 Zeilen
31349 \begin_inset Space ~
31350 \end_inset
31351
31352 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31353  Leerzeilen trennen die Absätze.
31354 \end_layout
31355
31356 \begin_layout Description
31357 Externes
31358 \begin_inset Space ~
31359 \end_inset
31360
31361 Material Dateien in verschiedenen Formaten.
31362 \end_layout
31363
31364 \begin_layout Description
31365 Unterdokument LyX- oder LaTeX-Dokumente.
31366 \end_layout
31367
31368 \begin_layout Section
31369 Externes Material
31370 \begin_inset Index
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 Externes Material
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Standard
31383 Mit 
31384 \family sans
31385 Einfügen\SpecialChar \menuseparator
31386 Datei\SpecialChar \menuseparator
31387  Externes Material
31388 \family default
31389  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31390  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31391  weil LyX sich darum kümmert.
31392  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31393  eingefügt werden können.
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Zur Zeit können Sie folgende Dateitypen (
31398 \family sans
31399 Vorlagen
31400 \family default
31401 ) benutzen:
31402 \end_layout
31403
31404 \begin_layout Description
31405 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31406 \series bold
31407
31408 \begin_inset CommandInset href
31409 LatexCommand href
31410 name "XBoard"
31411 target "http://en.wikipedia.org/wiki/XBoard"
31412
31413 \end_inset
31414
31415
31416 \series default
31417  erzeugt wurden.
31418 \end_layout
31419
31420 \begin_layout Description
31421 Datum fügt ein Datum mit dem Format 
31422 \emph on
31423 Tag-Monat-Jahr
31424 \emph default
31425  ein.
31426  Hier ist ein Beispiel: 
31427 \begin_inset External
31428         template Date
31429         filename .
31430
31431 \end_inset
31432
31433
31434 \lang english
31435
31436 \begin_inset Space ~
31437 \end_inset
31438
31439
31440 \begin_inset Note Note
31441 status open
31442
31443 \begin_layout Plain Layout
31444
31445 \lang english
31446 Remove the protected space when bug 4398 is fixed!
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \lang ngerman
31453
31454 \begin_inset Newline newline
31455 \end_inset
31456
31457 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31458  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31459  Menü 
31460 \family sans
31461 Einfügen\SpecialChar \menuseparator
31462 Datum
31463 \family default
31464  und mit dem LaTeX-Befehl 
31465 \series bold
31466
31467 \backslash
31468 today
31469 \series default
31470 .
31471  Die verschiedenen Methoden werden in Tabelle
31472 \begin_inset Space ~
31473 \end_inset
31474
31475
31476 \begin_inset CommandInset ref
31477 LatexCommand ref
31478 reference "tab:Vergleich-der-Datums-Eingaben"
31479
31480 \end_inset
31481
31482  verglichen.
31483 \end_layout
31484
31485 \begin_layout Description
31486 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31487 \series bold
31488
31489 \begin_inset CommandInset href
31490 LatexCommand href
31491 name "LilyPond"
31492 target "http://en.wikipedia.org/wiki/LilyPond"
31493
31494 \end_inset
31495
31496
31497 \series default
31498  schreiben.
31499 \end_layout
31500
31501 \begin_layout Description
31502 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31503  Fast alle bekannten Bildformate werden unterstützt.
31504  Die Bilddateien können im Dialogfenster 
31505 \family sans
31506 Externes
31507 \begin_inset Space ~
31508 \end_inset
31509
31510 Material
31511 \family default
31512  genauso behandelt werden wie die mit dem normalen 
31513 \family sans
31514 Grafik
31515 \family default
31516 -Dialog eingefügten, siehe Abschnitt
31517 \begin_inset Space ~
31518 \end_inset
31519
31520
31521 \begin_inset CommandInset ref
31522 LatexCommand ref
31523 reference "abs:Grafik-Dialog"
31524
31525 \end_inset
31526
31527 .
31528  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31529  und EPS-Bilder werden nicht unterstützt.
31530 \end_layout
31531
31532 \begin_layout Description
31533 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31534 \series bold
31535
31536 \begin_inset CommandInset href
31537 LatexCommand href
31538 name "Xfig"
31539 target "http://en.wikipedia.org/wiki/Xfig"
31540
31541 \end_inset
31542
31543
31544 \series default
31545  erzeugt wurden.
31546 \end_layout
31547
31548 \begin_layout Standard
31549 \begin_inset Float table
31550 placement h
31551 wide false
31552 sideways false
31553 status open
31554
31555 \begin_layout Plain Layout
31556 \begin_inset Caption
31557
31558 \begin_layout Plain Layout
31559 \begin_inset CommandInset label
31560 LatexCommand label
31561 name "tab:Vergleich-der-Datums-Eingaben"
31562
31563 \end_inset
31564
31565 Vergleich der Datums-Eingaben
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Plain Layout
31574 \align center
31575 \begin_inset Tabular
31576 <lyxtabular version="3" rows="4" columns="4">
31577 <features>
31578 <column alignment="center" valignment="top" width="0">
31579 <column alignment="center" valignment="top" width="0">
31580 <column alignment="center" valignment="top" width="0">
31581 <column alignment="center" valignment="top" width="0">
31582 <row>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 Dokumentformat
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596
31597 \family sans
31598 Externes Material\SpecialChar \menuseparator
31599 Datum
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608
31609 \family sans
31610 Einfügen\SpecialChar \menuseparator
31611 Datum
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31617 \begin_inset Text
31618
31619 \begin_layout Plain Layout
31620 Befehl 
31621 \series bold
31622
31623 \backslash
31624 today
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 </row>
31630 <row>
31631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31632 \begin_inset Text
31633
31634 \begin_layout Plain Layout
31635 LyX
31636 \end_layout
31637
31638 \end_inset
31639 </cell>
31640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31641 \begin_inset Text
31642
31643 \begin_layout Plain Layout
31644 als Box
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653 als Datum
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31659 \begin_inset Text
31660
31661 \begin_layout Plain Layout
31662 als TeX-Code-Befehl
31663 \end_layout
31664
31665 \end_inset
31666 </cell>
31667 </row>
31668 <row>
31669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31670 \begin_inset Text
31671
31672 \begin_layout Plain Layout
31673 LaTeX
31674 \end_layout
31675
31676 \end_inset
31677 </cell>
31678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682 als Datum
31683 \end_layout
31684
31685 \end_inset
31686 </cell>
31687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31688 \begin_inset Text
31689
31690 \begin_layout Plain Layout
31691 als Datum
31692 \end_layout
31693
31694 \end_inset
31695 </cell>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700 als Befehl
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 </row>
31706 <row>
31707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout Plain Layout
31711 DVI, PDF, PS
31712 \end_layout
31713
31714 \end_inset
31715 </cell>
31716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31717 \begin_inset Text
31718
31719 \begin_layout Plain Layout
31720 als Datum
31721 \end_layout
31722
31723 \end_inset
31724 </cell>
31725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31726 \begin_inset Text
31727
31728 \begin_layout Plain Layout
31729 als Datum
31730 \end_layout
31731
31732 \end_inset
31733 </cell>
31734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 als Datum
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 </row>
31744 </lyxtabular>
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 Wenn Sie im Dialogfenster
31758 \family sans
31759  Externes
31760 \begin_inset Space ~
31761 \end_inset
31762
31763 Material 
31764 \family default
31765 in der Karteikarte
31766 \family sans
31767  Datei
31768 \family default
31769  die Option 
31770 \family sans
31771 Entwurf
31772 \family default
31773  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31774 \end_layout
31775
31776 \begin_layout Standard
31777 LyX kann externes Material entweder als Box wie hier: 
31778 \begin_inset Graphics
31779         filename clipart/ExternesMaterialQt4.png
31780         lyxscale 80
31781         scale 60
31782         scaleBeforeRotation
31783
31784 \end_inset
31785
31786  oder als Bild darstellen.
31787  Das hängt davon ab, ob Sie im Dialogfenster
31788 \family sans
31789  Externes
31790 \begin_inset Space ~
31791 \end_inset
31792
31793 Material 
31794 \family default
31795 in der Karteikarte 
31796 \family sans
31797 LyX-Ansicht
31798 \family default
31799  die Option 
31800 \family sans
31801 in
31802 \begin_inset Space ~
31803 \end_inset
31804
31805 LyX
31806 \begin_inset Space ~
31807 \end_inset
31808
31809 anzeigen
31810 \family default
31811  gewählt haben oder nicht.
31812 \end_layout
31813
31814 \begin_layout Standard
31815 Im LyX-Handbuch 
31816 \family sans
31817 \emph on
31818 Anpassung
31819 \family default
31820 \emph default
31821  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31822 \end_layout
31823
31824 \begin_layout Section
31825 Unterdokumente
31826 \begin_inset CommandInset label
31827 LatexCommand label
31828 name "abs:Unterdokumente"
31829
31830 \end_inset
31831
31832
31833 \begin_inset Index
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 Unterdokument
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Standard
31846 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31847  oder Abschnitten bestehen.
31848  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31849  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Unterdokumente werden in LyX als Box angezeigt: 
31854 \begin_inset Graphics
31855         filename clipart/UnterdokumentQt4.png
31856         lyxscale 80
31857         scale 60
31858         scaleBeforeRotation
31859
31860 \end_inset
31861
31862 .
31863  Sie werden über
31864 \family sans
31865  Einfügen\SpecialChar \menuseparator
31866 Datei\SpecialChar \menuseparator
31867 Unterdokument
31868 \family default
31869  eingebunden, was das Dialogfenster
31870 \family sans
31871  Unterdokument
31872 \family default
31873  öffnet.
31874  Für 
31875 \family sans
31876 die Art
31877 \begin_inset Space ~
31878 \end_inset
31879
31880 der
31881 \begin_inset Space ~
31882 \end_inset
31883
31884 Einbindung
31885 \family default
31886  gibt es dort vier Möglichkeiten:
31887 \end_layout
31888
31889 \begin_layout Description
31890 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31891  Wenn Sie im Dialogfenster
31892 \family sans
31893  Unterdokument
31894 \family default
31895  auf 
31896 \family sans
31897 Öffnen
31898 \family default
31899  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31900  und sie können es editieren.
31901 \begin_inset Newline newline
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Hier wird ein Unterdokument
31909 \family sans
31910  
31911 \family default
31912 per 
31913 \family sans
31914 Include
31915 \family default
31916  eingebunden: 
31917 \begin_inset CommandInset include
31918 LatexCommand include
31919 filename "DummyDocument1.lyx"
31920
31921 \end_inset
31922
31923 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31924  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
31925  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31926 s.
31927  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31928 \begin_inset Space ~
31929 \end_inset
31930
31931
31932 \begin_inset CommandInset ref
31933 LatexCommand ref
31934 reference "uab:Externer-Unterabschnitt-1"
31935
31936 \end_inset
31937
31938 .
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31943  wird benutzt.
31944  Unterdokumente, die per 
31945 \family sans
31946 Include
31947 \family default
31948  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31949  und enden mit einem Seitenumbruch.
31950 \end_layout
31951
31952 \begin_layout Standard
31953 Mit dem LaTeX-Befehl 
31954 \series bold
31955
31956 \backslash
31957 includeonly 
31958 \series default
31959 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31960  erstellt werden soll.
31961  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31962  sehen wollen, und es geht schneller.
31963  
31964 \series bold
31965
31966 \backslash
31967 includeonly
31968 \series default
31969  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31970  Im folgenden Beispiel:
31971 \end_layout
31972
31973 \begin_layout Standard
31974
31975 \series bold
31976
31977 \backslash
31978 includeonly{Kapitel1,Kapitel5}
31979 \end_layout
31980
31981 \begin_layout Standard
31982 werden nur die Dateien 
31983 \begin_inset Quotes gld
31984 \end_inset
31985
31986 Kapitel1.lyx
31987 \begin_inset Quotes grd
31988 \end_inset
31989
31990  (oder 
31991 \begin_inset Quotes gld
31992 \end_inset
31993
31994 Kapitel1.tex
31995 \begin_inset Quotes grd
31996 \end_inset
31997
31998 ) und 
31999 \begin_inset Quotes gld
32000 \end_inset
32001
32002 Kapitel5.lyx
32003 \begin_inset Quotes grd
32004 \end_inset
32005
32006
32007 \series bold
32008  
32009 \series default
32010 eingebunden.
32011 \end_layout
32012
32013 \begin_layout Standard
32014 \begin_inset Note Greyedout
32015 status open
32016
32017 \begin_layout Plain Layout
32018
32019 \series bold
32020 Bemerkung:
32021 \series default
32022  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32023  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32024  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32025  Ergebnissen führen wird.
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \begin_layout Description
32034 Input Diese Methode ist 
32035 \family sans
32036 Include
32037 \family default
32038  sehr ähnlich mit folgenden Unterschieden:
32039 \end_layout
32040
32041 \begin_deeper
32042 \begin_layout Itemize
32043 Unterdokumente, die per 
32044 \family sans
32045 Input
32046 \family default
32047  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32048  Seite und enden NICHT mit einem Seitenumbruch.
32049 \end_layout
32050
32051 \begin_layout Itemize
32052 Unterdokumente, die per 
32053 \family sans
32054 Input
32055 \family default
32056  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32057 \family sans
32058  Unterdokument Vorschau
32059 \begin_inset Space ~
32060 \end_inset
32061
32062 anzeigen
32063 \family default
32064  angekreuzt wurde und in den LyX-
32065 \family sans
32066 Einstellungen\SpecialChar \menuseparator
32067 Aussehen
32068 \begin_inset Space ~
32069 \end_inset
32070
32071 &
32072 \begin_inset Space ~
32073 \end_inset
32074
32075 Handhabung\SpecialChar \menuseparator
32076 Grafik Sofortige
32077 \begin_inset Space ~
32078 \end_inset
32079
32080 Vorschau
32081 \family default
32082  auf 
32083 \family sans
32084 An
32085 \family default
32086  gesetzt wurde.
32087  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
32088  aus.
32089 \end_layout
32090
32091 \begin_layout Itemize
32092 Der LaTeX-Befehl 
32093 \series bold
32094
32095 \backslash
32096 includeonly
32097 \series default
32098  kann nicht benutzt werden.
32099 \end_layout
32100
32101 \end_deeper
32102 \begin_layout Standard
32103 Hier ist ein Unterdokument, das mit
32104 \family sans
32105  Input
32106 \family default
32107  eingebunden wurde: 
32108 \begin_inset CommandInset include
32109 LatexCommand input
32110 filename "DummyDocument2.lyx"
32111
32112 \end_inset
32113
32114 .
32115 \end_layout
32116
32117 \begin_layout Description
32118 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32119   In der Druckvorschau wird für den Text der Stil 
32120 \family typewriter
32121 Schreibmaschine
32122 \family default
32123  verwendet.
32124  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32125  Wenn Sie im Dialogfenster
32126 \family sans
32127  Unterdokument Leerzeichen
32128 \begin_inset Space ~
32129 \end_inset
32130
32131 bei
32132 \begin_inset Space ~
32133 \end_inset
32134
32135 der
32136 \begin_inset Space ~
32137 \end_inset
32138
32139 Ausgabe
32140 \begin_inset Space ~
32141 \end_inset
32142
32143 kennzeichnen 
32144 \family default
32145 ankreuzen, wird in der Druckvorschau das Zeichen 
32146 \begin_inset Quotes gld
32147 \end_inset
32148
32149
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 textvisiblespace 
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \begin_inset Quotes grd
32164 \end_inset
32165
32166  für jedes Leerzeichen eingefügt.
32167 \begin_inset Newline newline
32168 \end_inset
32169
32170 Im Gegensatz zu 
32171 \family sans
32172 Einfügen\SpecialChar \menuseparator
32173 Datei\SpecialChar \menuseparator
32174 Einfacher
32175 \begin_inset Space ~
32176 \end_inset
32177
32178 Text
32179 \family default
32180  wird bei 
32181 \family sans
32182 Unformatiert
32183 \family default
32184  der Dateiinhalt in LyX nicht dargestellt.
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Hier ist ein Unterdokument, das mit
32189 \family sans
32190  Unformatiert
32191 \family default
32192  eingebunden wurde: 
32193 \begin_inset CommandInset include
32194 LatexCommand verbatiminput
32195 filename "DummyTextDocument.txt"
32196
32197 \end_inset
32198
32199
32200 \begin_inset VSpace bigskip
32201 \end_inset
32202
32203 Hier ist ein Unterdokument, das mit
32204 \family sans
32205  Unformatiert
32206 \family default
32207  eingebunden wurde und
32208 \family sans
32209  Leerzeichen
32210 \begin_inset Space ~
32211 \end_inset
32212
32213 bei
32214 \begin_inset Space ~
32215 \end_inset
32216
32217 der
32218 \begin_inset Space ~
32219 \end_inset
32220
32221 Ausgabe
32222 \begin_inset Space ~
32223 \end_inset
32224
32225 kennzeichnen
32226 \family default
32227  angekreuzt hat: 
32228 \begin_inset CommandInset include
32229 LatexCommand verbatiminput*
32230 filename "DummyTextDocument.txt"
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \begin_inset VSpace bigskip
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Standard
32245 \begin_inset Note Greyedout
32246 status open
32247
32248 \begin_layout Plain Layout
32249
32250 \series bold
32251 Bemerkung:
32252 \series default
32253  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32254  
32255 \family sans
32256 Unformatiert
32257 \family default
32258  eingebunden werden, am Zeilenende nicht umgebrochen.
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Description
32267 Listing Dieser Typ wird in Kapitel
32268 \begin_inset Space ~
32269 \end_inset
32270
32271
32272 \begin_inset CommandInset ref
32273 LatexCommand ref
32274 reference "kap:Programm-Code-Listen"
32275
32276 \end_inset
32277
32278  beschrieben.
32279 \end_layout
32280
32281 \begin_layout Standard
32282 \begin_inset Note Greyedout
32283 status open
32284
32285 \begin_layout Plain Layout
32286
32287 \series bold
32288 Bemerkung:
32289 \series default
32290  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32291  das zu LaTeX-Problemen führen.
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Chapter
32300 Programm-Code-Listen
32301 \begin_inset CommandInset label
32302 LatexCommand label
32303 name "kap:Programm-Code-Listen"
32304
32305 \end_inset
32306
32307
32308 \begin_inset Index
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312 Listen
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \begin_inset Index
32319 status collapsed
32320
32321 \begin_layout Plain Layout
32322 Programm-Code
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32332 \family sans
32333 Einfügen\SpecialChar \menuseparator
32334 Pro\SpecialChar \-
32335 gramm\SpecialChar \-
32336 listing
32337 \family default
32338  verwenden.
32339  Das LaTeX-Paket 
32340 \series bold
32341 listings
32342 \series default
32343
32344 \begin_inset Index
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 LaTeX-Pakete ! listings
32349 \end_layout
32350
32351 \end_inset
32352
32353  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32354 \end_layout
32355
32356 \begin_layout Standard
32357 Ein Rechtsklick auf das 
32358 \family sans
32359 Listing
32360 \family default
32361 -Kästchen öffnet das Dialogfenster 
32362 \family sans
32363 Programm\SpecialChar \-
32364 listing-Einstellungen
32365 \family default
32366 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32371  Die 
32372 \family sans
32373 Platzierung
32374 \family default
32375 -Option 
32376 \family sans
32377 Eingebettetes
32378 \begin_inset Space ~
32379 \end_inset
32380
32381 Listing
32382 \family default
32383  druckt das Listing in der Zeile wie hier: 
32384 \begin_inset listings
32385 lstparams "language={C++}"
32386 inline true
32387 status open
32388
32389 \begin_layout Plain Layout
32390
32391 \lang english
32392 int a=5;
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset Newline newline
32399 \end_inset
32400
32401 Die Option 
32402 \family sans
32403 Gleitobjekt
32404 \family default
32405  erzeugt ein Listing-Gleitobjekt, dessen 
32406 \family sans
32407 Platzierung 
32408 \family default
32409 Sie mit 
32410 \family sans
32411 h
32412 \family default
32413
32414 \family sans
32415 t
32416 \family default
32417
32418 \family sans
32419 b
32420 \family default
32421  und 
32422 \family sans
32423 p
32424 \family default
32425 , analog zu den in Abschnitt
32426 \begin_inset Space ~
32427 \end_inset
32428
32429
32430 \begin_inset CommandInset ref
32431 LatexCommand ref
32432 reference "abs:Gleitobjekt-Platzierung"
32433
32434 \end_inset
32435
32436  beschriebenen Platzierungsoptionen festlegen können.
32437  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32438  hintereinander angegeben, z.
32439 \begin_inset Space \thinspace{}
32440 \end_inset
32441
32442 B.
32443  
32444 \begin_inset Quotes gld
32445 \end_inset
32446
32447
32448 \family sans
32449 htbp
32450 \family default
32451
32452 \begin_inset Quotes grd
32453 \end_inset
32454
32455 .
32456  Die Option 
32457 \begin_inset Quotes eld
32458 \end_inset
32459
32460 h
32461 \begin_inset Quotes erd
32462 \end_inset
32463
32464  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32465  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32466 \end_layout
32467
32468 \begin_layout Standard
32469 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32470  zu verweisen: Listing
32471 \begin_inset Space ~
32472 \end_inset
32473
32474
32475 \begin_inset CommandInset ref
32476 LatexCommand ref
32477 reference "lst:Gleitendes-Programm-Listing"
32478
32479 \end_inset
32480
32481 .
32482 \end_layout
32483
32484 \begin_layout Standard
32485 \begin_inset listings
32486 lstparams "language=Python"
32487 inline false
32488 status open
32489
32490 \begin_layout Plain Layout
32491
32492 \lang english
32493 \begin_inset Caption
32494
32495 \begin_layout Plain Layout
32496 \begin_inset CommandInset label
32497 LatexCommand label
32498 name "lst:Gleitendes-Programm-Listing"
32499
32500 \end_inset
32501
32502 Gleitendes Programm-Listing
32503 \end_layout
32504
32505 \end_inset
32506
32507 # Gleitendes Programm-Listing
32508 \end_layout
32509
32510 \begin_layout Plain Layout
32511
32512 \lang english
32513 def func(param):
32514 \end_layout
32515
32516 \begin_layout Plain Layout
32517
32518 \lang english
32519     'Dies ist eine Python-Funktion'
32520 \end_layout
32521
32522 \begin_layout Plain Layout
32523
32524 \lang english
32525     pass
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 Wenn Sie eine Programmier-
32535 \family sans
32536 Sprache
32537 \family default
32538  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32539  gedruckt, wie 
32540 \emph on
32541 #
32542 \emph default
32543
32544 \emph on
32545 def
32546 \emph default
32547  und 
32548 \emph on
32549 pass
32550 \emph default
32551  in Listing
32552 \begin_inset Space ~
32553 \end_inset
32554
32555
32556 \begin_inset CommandInset ref
32557 LatexCommand ref
32558 reference "lst:Gleitendes-Programm-Listing"
32559
32560 \end_inset
32561
32562 .
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset Note Greyedout
32567 status open
32568
32569 \begin_layout Plain Layout
32570
32571 \series bold
32572 Bemerkung:
32573 \series default
32574  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32575 \family typewriter
32576 Schreib\SpecialChar \-
32577 maschine
32578 \family default
32579  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32580 h keine fett gedruckten Buchstaben.
32581  Wählen Sie in diesem Fall eine andere Schrift für 
32582 \family typewriter
32583 Schreibmaschine
32584 \family default
32585  im Menü 
32586 \family sans
32587 Dokument\SpecialChar \menuseparator
32588 Einstellungen\SpecialChar \menuseparator
32589 Schriften
32590 \family default
32591 .
32592  (Die Schriften 
32593 \emph on
32594 LuxiMono, BeraMono
32595 \emph default
32596  and 
32597 \emph on
32598 Courier
32599 \emph default
32600  enthalten fett gedruckte Buchstaben.)
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 Im Abschnitt 
32610 \family sans
32611 Zeilennummerierung
32612 \family default
32613  des Dialog 
32614 \family sans
32615 Programm\SpecialChar \-
32616 listing-Einstellungen
32617 \family default
32618 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32619  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32620  werden soll und die 
32621 \family sans
32622 Schriftgröße
32623 \family default
32624  der Nummerierung.
32625 \end_layout
32626
32627 \begin_layout Standard
32628 Im Abschnitt 
32629 \family sans
32630 Bereich
32631 \family default
32632  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32633  Im Abschnitt 
32634 \family sans
32635 Stil
32636 \family default
32637  legen Sie fest, wie die Liste ausgedruckt werden soll.
32638  Die Option 
32639 \family sans
32640 Erweiterte
32641 \begin_inset Space ~
32642 \end_inset
32643
32644 Zeichentabelle
32645 \family default
32646  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32647 \end_layout
32648
32649 \begin_layout Standard
32650 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32651  Sprache 
32652 \begin_inset Quotes gld
32653 \end_inset
32654
32655 Python
32656 \begin_inset Quotes grd
32657 \end_inset
32658
32659 , den Optionen 
32660 \family sans
32661 Erweiterte
32662 \begin_inset Space ~
32663 \end_inset
32664
32665 Zeichentabelle
32666 \family default
32667  und 
32668 \family sans
32669 Leerzeichen
32670 \begin_inset Space ~
32671 \end_inset
32672
32673 als
32674 \begin_inset Space ~
32675 \end_inset
32676
32677 Symbol
32678 \family default
32679  und Bereich 3
32680 \begin_inset Space \thinspace{}
32681 \end_inset
32682
32683 -
32684 \begin_inset Space \thinspace{}
32685 \end_inset
32686
32687 8:
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \begin_inset listings
32692 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32693 inline false
32694 status open
32695
32696 \begin_layout Plain Layout
32697
32698 \lang english
32699 def func(param):
32700 \end_layout
32701
32702 \begin_layout Plain Layout
32703
32704 \lang english
32705     'Dies ist eine Python-Funktion'
32706 \end_layout
32707
32708 \begin_layout Plain Layout
32709
32710 \lang english
32711     pass
32712 \end_layout
32713
32714 \begin_layout Plain Layout
32715
32716 \lang english
32717 def func(param):
32718 \end_layout
32719
32720 \begin_layout Plain Layout
32721
32722 \lang english
32723 'Sonderzeichen: Tschüß'
32724 \end_layout
32725
32726 \begin_layout Plain Layout
32727
32728 \lang english
32729 pass
32730 \end_layout
32731
32732 \begin_layout Plain Layout
32733
32734 \lang english
32735 def func(param):
32736 \end_layout
32737
32738 \begin_layout Plain Layout
32739
32740 \lang english
32741 'Dies ist eine Python-Funktion'
32742 \end_layout
32743
32744 \begin_layout Plain Layout
32745
32746 \lang english
32747 pass
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \noindent
32757 \begin_inset Note Greyedout
32758 status open
32759
32760 \begin_layout Plain Layout
32761
32762 \series bold
32763 Bemerkung:
32764 \series default
32765  Wegen eines Fehlers im 
32766 \series bold
32767 listings
32768 \series default
32769  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32770  verschoben.
32771  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32772  Liste nummeriert werden.
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Standard
32781 \begin_inset VSpace bigskip
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \noindent
32789 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32790  Das machen Sie mit
32791 \family sans
32792  Einfügen\SpecialChar \menuseparator
32793 Datei\SpecialChar \menuseparator
32794 Unterdokument
32795 \family default
32796  und der 
32797 \family sans
32798 Art
32799 \begin_inset Space ~
32800 \end_inset
32801
32802 der
32803 \begin_inset Space ~
32804 \end_inset
32805
32806 Einbindung
32807 \family default
32808  
32809 \family sans
32810 Listing
32811 \family default
32812 .
32813 \begin_inset Foot
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32818 \begin_inset Space ~
32819 \end_inset
32820
32821
32822 \begin_inset CommandInset ref
32823 LatexCommand ref
32824 reference "abs:Unterdokumente"
32825
32826 \end_inset
32827
32828  beschrieben.
32829 \end_layout
32830
32831 \end_inset
32832
32833  Im Dialogfenster
32834 \family sans
32835  Unterdokument
32836 \family default
32837  können Sie die Listing-Parameters unter 
32838 \family sans
32839 Weitere
32840 \begin_inset Space ~
32841 \end_inset
32842
32843 Parameter
32844 \family default
32845  eingeben.
32846  Wenn Sie dort ein Fragezeichen 
32847 \begin_inset Quotes gld
32848 \end_inset
32849
32850 ?
32851 \begin_inset Quotes grd
32852 \end_inset
32853
32854  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32855 det.
32856 \end_layout
32857
32858 \begin_layout Standard
32859 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32860  Text ins Feld 
32861 \family sans
32862 Marke
32863 \family default
32864 , auf die dann wie üblich verwiesen werden kann.
32865 \end_layout
32866
32867 \begin_layout Standard
32868 Listing
32869 \begin_inset Space ~
32870 \end_inset
32871
32872
32873 \begin_inset CommandInset ref
32874 LatexCommand ref
32875 reference "lst:Datei-Listing"
32876
32877 \end_inset
32878
32879  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32880 \begin_inset Space \thinspace{}
32881 \end_inset
32882
32883 -
32884 \begin_inset Space \thinspace{}
32885 \end_inset
32886
32887 15 gedruckt werden.
32888 \end_layout
32889
32890 \begin_layout Standard
32891 \begin_inset CommandInset include
32892 LatexCommand lstinputlisting
32893 filename "EmbeddedObjects.lyx"
32894 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Standard
32902 \begin_inset VSpace bigskip
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \noindent
32910 Dokumentweite Listing-Eigenschaften können in
32911 \family sans
32912  Dokument\SpecialChar \menuseparator
32913 Einstellungen\SpecialChar \menuseparator
32914 Text\SpecialChar \-
32915 for\SpecialChar \-
32916 mat\SpecialChar \menuseparator
32917 Listing-Einstellungen
32918 \family default
32919  festgelegt werden.
32920  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32921 \begin_inset Quotes gld
32922 \end_inset
32923
32924 ?
32925 \begin_inset Quotes grd
32926 \end_inset
32927
32928  links davon eine Liste aller möglichen Parameter.
32929 \end_layout
32930
32931 \begin_layout Standard
32932 Weitere Informationen über das 
32933 \series bold
32934 listings
32935 \series default
32936 -Paket finden Sie in 
32937 \begin_inset CommandInset citation
32938 LatexCommand cite
32939 key "listings"
32940
32941 \end_inset
32942
32943 .
32944 \begin_inset Newpage newpage
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Chapter
32951 \start_of_appendix
32952 In LyX verfügbare Maßeinheiten
32953 \begin_inset CommandInset label
32954 LatexCommand label
32955 name "kap:In-LyX-verfügbare"
32956
32957 \end_inset
32958
32959
32960 \begin_inset Index
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964 Einheiten
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \begin_layout Standard
32973 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32974  Tabelle
32975 \begin_inset Space ~
32976 \end_inset
32977
32978
32979 \begin_inset CommandInset ref
32980 LatexCommand ref
32981 reference "tab:Maßeinheiten"
32982
32983 \end_inset
32984
32985  alle in LyX verfügbaren Maßeinheiten.
32986 \end_layout
32987
32988 \begin_layout Standard
32989 \begin_inset Float table
32990 placement h
32991 wide false
32992 sideways false
32993 status open
32994
32995 \begin_layout Plain Layout
32996 \begin_inset Caption
32997
32998 \begin_layout Plain Layout
32999 \begin_inset CommandInset label
33000 LatexCommand label
33001 name "tab:Maßeinheiten"
33002
33003 \end_inset
33004
33005 Maßeinheiten
33006 \end_layout
33007
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Plain Layout
33014 \begin_inset VSpace medskip
33015 \end_inset
33016
33017
33018 \end_layout
33019
33020 \begin_layout Plain Layout
33021 \align center
33022 \begin_inset Tabular
33023 <lyxtabular version="3" rows="20" columns="2">
33024 <features>
33025 <column alignment="center" valignment="top" width="0">
33026 <column alignment="center" valignment="top" width="0">
33027 <row>
33028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032
33033 \series bold
33034 Maßeinheit
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043
33044 \series bold
33045 Name/Beschreibung
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 <row>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 mm
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065 Millimeter
33066 \end_layout
33067
33068 \end_inset
33069 </cell>
33070 </row>
33071 <row>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 cm
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 Zentimeter
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 </row>
33091 <row>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 in
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 Zoll (1
33106 \begin_inset Space \thinspace{}
33107 \end_inset
33108
33109 in = 2.54
33110 \begin_inset Space \thinspace{}
33111 \end_inset
33112
33113 cm
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 </row>
33119 <row>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 pt
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 Punkt (72.27
33134 \begin_inset Space \thinspace{}
33135 \end_inset
33136
33137 pt = 1
33138 \begin_inset Space \thinspace{}
33139 \end_inset
33140
33141 in)
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 </row>
33147 <row>
33148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152 pc
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 Pica (1
33162 \begin_inset Space \thinspace{}
33163 \end_inset
33164
33165 pc = 12
33166 \begin_inset Space \thinspace{}
33167 \end_inset
33168
33169 pt)
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 sp
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 skalierter Punkt (65536
33190 \begin_inset Space \thinspace{}
33191 \end_inset
33192
33193 sp = 1
33194 \begin_inset Space \thinspace{}
33195 \end_inset
33196
33197 pt)
33198 \end_layout
33199
33200 \end_inset
33201 </cell>
33202 </row>
33203 <row>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 bp
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 großer Punkt (72
33218 \begin_inset Space \thinspace{}
33219 \end_inset
33220
33221 bp = 1
33222 \begin_inset Space \thinspace{}
33223 \end_inset
33224
33225 in)
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 dd
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 Didot (1
33246 \begin_inset Space \thinspace{}
33247 \end_inset
33248
33249 dd 
33250 \begin_inset Formula $\approx$
33251 \end_inset
33252
33253  0,376
33254 \begin_inset Space \thinspace{}
33255 \end_inset
33256
33257 mm)
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 </row>
33263 <row>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 cc
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 Cicero (1
33278 \begin_inset Space \thinspace{}
33279 \end_inset
33280
33281 cc = 12
33282 \begin_inset Space \thinspace{}
33283 \end_inset
33284
33285 dd)
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 </row>
33291 <row>
33292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 Skalierung%
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 % der originalen Bildbreite
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316 Textbreite %
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 % der Textbreite
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 </row>
33331 <row>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336 Spaltenbreite %
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 % der Spaltenbreite
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 </row>
33351 <row>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 Seitenbreite %
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 % der Seitenbreite
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 Zeilenbreite %
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385 % der Zeilenbreite
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 </row>
33391 <row>
33392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 Texthöhe %
33397 \end_layout
33398
33399 \end_inset
33400 </cell>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 % der Texthöhe
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 <row>
33412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416 Seitenhöhe %
33417 \end_layout
33418
33419 \end_inset
33420 </cell>
33421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 % der Seitenhöhe
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 <row>
33432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 ex
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 Die Höhe des Buchstabens 
33446 \emph on
33447 x
33448 \emph default
33449  im aktiven Zeichensatz
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 </row>
33455 <row>
33456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33457 \begin_inset Text
33458
33459 \begin_layout Plain Layout
33460 em
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 Die Breite des Buchstabens 
33470 \emph on
33471 M
33472 \emph default
33473  im aktiven Zeichensatz
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row>
33480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 mu
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 mathematische  Maßeinheit
33494 \series bold
33495  
33496 \series default
33497 (1
33498 \begin_inset Space \thinspace{}
33499 \end_inset
33500
33501 mu = 1/18
33502 \begin_inset Space \thinspace{}
33503 \end_inset
33504
33505 em)
33506 \end_layout
33507
33508 \end_inset
33509 </cell>
33510 </row>
33511 </lyxtabular>
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \begin_layout Chapter
33524 Ausgabedatei-Formate mit Grafiken
33525 \begin_inset CommandInset label
33526 LatexCommand label
33527 name "kap:Ausgabedatei-Formate"
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \begin_layout Section
33535 DVI
33536 \begin_inset Index
33537 status collapsed
33538
33539 \begin_layout Plain Layout
33540 Dateiformat! DVI
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \begin_inset Index
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 DVI
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Standard
33559 Dieser Dateityp hat die Erweiterung 
33560 \begin_inset Quotes gld
33561 \end_inset
33562
33563
33564 \family typewriter
33565 .dvi
33566 \family default
33567
33568 \begin_inset Quotes grd
33569 \end_inset
33570
33571  und wird 
33572 \begin_inset Quotes gld
33573 \end_inset
33574
33575 device-independent
33576 \begin_inset Quotes grd
33577 \end_inset
33578
33579  genannt, weil er vollkommen portierbar ist.
33580  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33581  dvi-Betrachter installiert hat.
33582  
33583 \family typewriter
33584 .dvi
33585 \family default
33586 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33587  wie PostScript benutzt.
33588 \end_layout
33589
33590 \begin_layout Standard
33591 \begin_inset Note Greyedout
33592 status open
33593
33594 \begin_layout Plain Layout
33595
33596 \series bold
33597 Bemerkung:
33598 \series default
33599  
33600 \family typewriter
33601 .dvi
33602 \family default
33603 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \end_layout
33610
33611 \begin_layout Standard
33612 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33613 \family typewriter
33614 .dvi
33615 \family default
33616 -Datei auf einen anderen Computer kopieren.
33617  Dies Eigenschaft kann Ihren Computer verlangsamen.
33618  wenn Sie die 
33619 \family typewriter
33620 .dvi
33621 \family default
33622 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33623  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33624 \family typewriter
33625 .dvi
33626 \family default
33627 -Datei
33628 \family typewriter
33629  
33630 \family default
33631 blättern.
33632
33633 \family typewriter
33634  
33635 \family default
33636 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33637  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33638  
33639 \end_layout
33640
33641 \begin_layout Standard
33642 Sie können Ihr Dokument als DVI über das Menü 
33643 \family sans
33644 Datei\SpecialChar \menuseparator
33645 Exportieren\SpecialChar \menuseparator
33646 DVI
33647 \family default
33648  exportieren.
33649  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33650 \family sans
33651 Ansicht
33652 \family default
33653  oder den Werkzeugleistenknopf 
33654 \begin_inset Graphics
33655         filename ../../images/buffer-view_dvi.png
33656         scale 85
33657         scaleBeforeRotation
33658
33659 \end_inset
33660
33661  anschauen.
33662 \end_layout
33663
33664 \begin_layout Section
33665 PostScript
33666 \begin_inset CommandInset label
33667 LatexCommand label
33668 name "abs:PostScript"
33669
33670 \end_inset
33671
33672
33673 \begin_inset Index
33674 status collapsed
33675
33676 \begin_layout Plain Layout
33677 Dateiformat  ! PostScript
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \begin_inset Index
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687 PostScript
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Standard
33696 Dieser Dateityp hat die Erweiterung 
33697 \begin_inset Quotes gld
33698 \end_inset
33699
33700
33701 \family typewriter
33702 .ps
33703 \family default
33704
33705 \begin_inset Quotes grd
33706 \end_inset
33707
33708 .
33709  PostScript wurde von der Firma
33710 \family typewriter
33711  Adobe
33712 \family default
33713  als Druckersprache entwickelt.
33714  Die Datei enthält deshalb Druckbefehle.
33715  PostScript kann als 
33716 \begin_inset Quotes gld
33717 \end_inset
33718
33719 Programmiersprache
33720 \begin_inset Quotes grd
33721 \end_inset
33722
33723  angesehen werden.
33724  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33725 \begin_inset Foot
33726 status collapsed
33727
33728 \begin_layout Plain Layout
33729 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33730  von
33731 \series bold
33732  PSTricks
33733 \series default
33734  
33735 \begin_inset CommandInset citation
33736 LatexCommand cite
33737 key "pstricks"
33738
33739 \end_inset
33740
33741  oder 
33742 \begin_inset CommandInset citation
33743 LatexCommand cite
33744 key "latex-praxisbuch"
33745
33746 \end_inset
33747
33748  ansehen.
33749 \end_layout
33750
33751 \end_inset
33752
33753 .
33754  Wegen dieser Möglichkeiten sind 
33755 \family typewriter
33756 .ps
33757 \family default
33758 -Dateien oft größer als 
33759 \family typewriter
33760 .pdf
33761 \family default
33762 -Dateien.
33763 \end_layout
33764
33765 \begin_layout Standard
33766 PostScript kann nur Bilder im Format EPS
33767 \begin_inset Index
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771 EPS
33772 \end_layout
33773
33774 \end_inset
33775
33776  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33777 wei\SpecialChar \-
33778 te\SpecialChar \-
33779 rung 
33780 \begin_inset Quotes gld
33781 \end_inset
33782
33783
33784 \family typewriter
33785 .eps
33786 \family default
33787
33788 \begin_inset Quotes grd
33789 \end_inset
33790
33791 ) enthalten.
33792  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33793  intern nach EPS konvertiert werden.
33794  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33795  verlangsamen.
33796  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33797  konvertieren und direkt als EPS einfügen.
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Sie können Ihr Dokument als PostScript über das Menü 
33802 \family sans
33803 Datei\SpecialChar \menuseparator
33804 Exportieren\SpecialChar \menuseparator
33805 PostScript
33806 \family default
33807  exportieren.
33808  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33809 \family sans
33810 Ansicht
33811 \family default
33812  oder den Werkzeugleistenknopf 
33813 \begin_inset Graphics
33814         filename ../../images/buffer-view_ps.png
33815         scale 85
33816         scaleBeforeRotation
33817
33818 \end_inset
33819
33820  anschauen.
33821 \end_layout
33822
33823 \begin_layout Section
33824 PDF
33825 \begin_inset CommandInset label
33826 LatexCommand label
33827 name "abs:PDF"
33828
33829 \end_inset
33830
33831
33832 \begin_inset Index
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836 Dateiformat! PDF
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \begin_inset Index
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846 PDF
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \begin_layout Standard
33855 Dieser Dateityp hat die Erweiterung 
33856 \begin_inset Quotes gld
33857 \end_inset
33858
33859
33860 \family typewriter
33861 .pdf
33862 \family default
33863
33864 \begin_inset Quotes grd
33865 \end_inset
33866
33867 .
33868  Das
33869 \emph on
33870  
33871 \emph default
33872
33873 \begin_inset Quotes gld
33874 \end_inset
33875
33876 Portable Document Format
33877 \begin_inset Quotes grd
33878 \end_inset
33879
33880  (PDF) wurde auch von der Firma 
33881 \family typewriter
33882 Adobe
33883 \family default
33884  als Derivat von PostScript entwickelt.
33885  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33886  Wie der Begriff 
33887 \begin_inset Quotes gld
33888 \end_inset
33889
33890 portable
33891 \begin_inset Quotes grd
33892 \end_inset
33893
33894  (übertragbar) vermuten lässt, kann eine 
33895 \family typewriter
33896 .pdf
33897 \family default
33898 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
33899  gleich aus.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 PDF kann Bilder im eigenen PDF-Format, im Format 
33904 \begin_inset Quotes gld
33905 \end_inset
33906
33907 Joint Photographic Experts Group
33908 \begin_inset Quotes grd
33909 \end_inset
33910
33911  (JPEG
33912 \begin_inset Index
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916 JPG, JPEG
33917 \end_layout
33918
33919 \end_inset
33920
33921 , Datei-Erweiterung 
33922 \begin_inset Quotes gld
33923 \end_inset
33924
33925
33926 \family typewriter
33927 .jpg
33928 \family default
33929
33930 \begin_inset Quotes grd
33931 \end_inset
33932
33933  oder 
33934 \begin_inset Quotes gld
33935 \end_inset
33936
33937
33938 \family typewriter
33939 .jpeg
33940 \family default
33941
33942 \begin_inset Quotes grd
33943 \end_inset
33944
33945 ) und im Format 
33946 \begin_inset Quotes gld
33947 \end_inset
33948
33949 Portable Network Graphics
33950 \begin_inset Quotes grd
33951 \end_inset
33952
33953  (PNG
33954 \begin_inset Index
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958 PNG
33959 \end_layout
33960
33961 \end_inset
33962
33963 , Datei-Erweiterung 
33964 \begin_inset Quotes gld
33965 \end_inset
33966
33967
33968 \family typewriter
33969 .png
33970 \family default
33971
33972 \begin_inset Quotes grd
33973 \end_inset
33974
33975 ) enthalten.
33976  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33977  Sie konvertieren wird.
33978  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33979  wird, eines der drei erwähnten Bildformate zu benutzen.
33980 \end_layout
33981
33982 \begin_layout Standard
33983 PDF-Dateien können Sie über 
33984 \family sans
33985 Datei\SpecialChar \menuseparator
33986 Exportieren
33987 \family default
33988  auf drei Arten erzeugen:
33989 \end_layout
33990
33991 \begin_layout Description
33992 PDF
33993 \begin_inset Space ~
33994 \end_inset
33995
33996 (ps2pdf) benutzt das Programm
33997 \family typewriter
33998  ps2pdf
33999 \family default
34000 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
34001  Die PostScript-Version wird Programm 
34002 \family typewriter
34003 dvips
34004 \family default
34005  aus einer DVI-Version erstellt.
34006  Es werden also drei Konvertierungen verwendet.
34007 \end_layout
34008
34009 \begin_layout Description
34010 PDF
34011 \begin_inset Space ~
34012 \end_inset
34013
34014 (dvipdfm) benutzt das Programm 
34015 \family typewriter
34016 dvipdfm
34017 \family default
34018 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34019  PDF konvertiert.
34020 \end_layout
34021
34022 \begin_layout Description
34023 PDF
34024 \begin_inset Space ~
34025 \end_inset
34026
34027 (pdflatex) benutzt das Programm
34028 \family typewriter
34029  pdftex
34030 \family default
34031 , das Ihr Dokument direkt nach PDF konvertiert.
34032 \end_layout
34033
34034 \begin_layout Standard
34035
34036 \family sans
34037 PDF
34038 \begin_inset Space ~
34039 \end_inset
34040
34041 (pdflatex)
34042 \family default
34043  wird empfohlen, weil
34044 \family typewriter
34045  pdftex
34046 \family default
34047  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34048  ohne Probleme arbeitet.
34049  Das Programm 
34050 \family typewriter
34051 dvi\SpecialChar \-
34052 pdfm
34053 \family default
34054  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34055 \end_layout
34056
34057 \begin_layout Standard
34058 Sie können Ihr Dokument als PDF über das Menü 
34059 \family sans
34060 Datei\SpecialChar \menuseparator
34061 Exportieren\SpecialChar \menuseparator
34062 PDF
34063 \family default
34064  exportieren.
34065  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34066 \family sans
34067 Ansicht
34068 \family default
34069  oder den Werkzeugleistenknopf 
34070 \begin_inset Graphics
34071         filename ../../images/buffer-view_pdf2.png
34072         scale 85
34073         scaleBeforeRotation
34074
34075 \end_inset
34076
34077  anschauen 
34078 \family sans
34079 (
34080 \family default
34081 der 
34082 \family sans
34083 PDF
34084 \begin_inset Space ~
34085 \end_inset
34086
34087 (pdflatex)
34088 \family default
34089  verwendet).
34090 \end_layout
34091
34092 \begin_layout Chapter
34093 Erklärung der Gleichung
34094 \begin_inset Space ~
34095 \end_inset
34096
34097
34098 \begin_inset CommandInset ref
34099 LatexCommand eqref
34100 reference "eq:Wgn"
34101
34102 \end_inset
34103
34104
34105 \begin_inset CommandInset label
34106 LatexCommand label
34107 name "kap:Exläuterung-einer-Gleichung"
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 Die Gesamtbreite von
34116 \emph on
34117  n
34118 \emph default
34119  Tabellenzellen 
34120 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34121 \end_inset
34122
34123  kann wie folgt berechnet werden:
34124 \end_layout
34125
34126 \begin_layout Standard
34127 \begin_inset Formula \begin{equation}
34128 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}
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \begin_layout Standard
34136 Dabei ist 
34137 \begin_inset Formula $W_{g\, n}$
34138 \end_inset
34139
34140  die Breite jeder Zelle.
34141
34142 \series bold
34143  
34144 \backslash
34145 tabcolsep
34146 \series default
34147  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34148  Standardwert 6
34149 \begin_inset Space \thinspace{}
34150 \end_inset
34151
34152 pt.
34153  
34154 \series bold
34155
34156 \backslash
34157 arrayrulewidth
34158 \series default
34159  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34160 \begin_inset Space \thinspace{}
34161 \end_inset
34162
34163 pt.
34164 \end_layout
34165
34166 \begin_layout Standard
34167 Nach Gleichung
34168 \begin_inset Space ~
34169 \end_inset
34170
34171
34172 \begin_inset CommandInset ref
34173 LatexCommand ref
34174 reference "eq:Wtot_n"
34175
34176 \end_inset
34177
34178  ist die Gesamtbreite einer Mehrfachspalte, 
34179 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34180 \end_inset
34181
34182 ,
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset Formula \begin{equation}
34187 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \begin_layout Standard
34195 Setzt man die Gleichungen
34196 \begin_inset Space ~
34197 \end_inset
34198
34199
34200 \begin_inset CommandInset ref
34201 LatexCommand ref
34202 reference "eq:Wtot_n"
34203
34204 \end_inset
34205
34206  und 
34207 \begin_inset CommandInset ref
34208 LatexCommand ref
34209 reference "eq:Wtot_mult"
34210
34211 \end_inset
34212
34213  gleich, kann man die benötigte Breite 
34214 \begin_inset Formula $W_{g\, n}$
34215 \end_inset
34216
34217 , wenn 
34218 \emph on
34219 n
34220 \emph default
34221  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34222 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34223 \end_inset
34224
34225  hat, berechnen:
34226 \end_layout
34227
34228 \begin_layout Standard
34229 \begin_inset Formula \begin{equation}
34230 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Bibliography
34238 \begin_inset CommandInset bibitem
34239 LatexCommand bibitem
34240 key "latexcompanion"
34241
34242 \end_inset
34243
34244 Frank Mittelbach and Michel Goossens: 
34245 \emph on
34246 The LaTeX Companion Second Edition.
34247
34248 \emph default
34249  Addison-Wesley, 2004
34250 \end_layout
34251
34252 \begin_layout Bibliography
34253 \begin_inset CommandInset bibitem
34254 LatexCommand bibitem
34255 key "latexguide"
34256
34257 \end_inset
34258
34259 Helmut Kopka and Patrick W.
34260  Daly: 
34261 \emph on
34262 A Guide to LaTeX Fourth Edition.
34263
34264 \emph default
34265  Addison-Wesley, 2003
34266 \end_layout
34267
34268 \begin_layout Bibliography
34269 \begin_inset CommandInset bibitem
34270 LatexCommand bibitem
34271 key "lamport"
34272
34273 \end_inset
34274
34275 Leslie Lamport: 
34276 \emph on
34277 LaTeX: A Document Preparation System.
34278
34279 \emph default
34280  Addison-Wesley, second edition, 1994
34281 \end_layout
34282
34283 \begin_layout Bibliography
34284 \begin_inset CommandInset bibitem
34285 LatexCommand bibitem
34286 key "latex-praxisbuch"
34287
34288 \end_inset
34289
34290 Niedermair, Elke & Michael: 
34291 \emph on
34292 LaTeX-Praxisbuch
34293 \emph default
34294 , Franzis-Verlag, 2004
34295 \end_layout
34296
34297 \begin_layout Bibliography
34298 \begin_inset CommandInset bibitem
34299 LatexCommand bibitem
34300 key "booktabs"
34301
34302 \end_inset
34303
34304 Dokumnetation des LaTeX-Pakets 
34305 \series bold
34306
34307 \begin_inset CommandInset href
34308 LatexCommand href
34309 name "booktabs"
34310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34311
34312 \end_inset
34313
34314
34315 \series default
34316
34317 \begin_inset Index
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 LaTeX-Pakete ! booktabs
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Bibliography
34330 \begin_inset CommandInset bibitem
34331 LatexCommand bibitem
34332 key "caption"
34333
34334 \end_inset
34335
34336 Dokumentation des LaTeX-Pakets 
34337 \series bold
34338
34339 \begin_inset CommandInset href
34340 LatexCommand href
34341 name "caption"
34342 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34343
34344 \end_inset
34345
34346
34347 \series default
34348
34349 \begin_inset Index
34350 status collapsed
34351
34352 \begin_layout Plain Layout
34353 LaTeX-Pakete ! caption
34354 \end_layout
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \begin_layout Bibliography
34362 \begin_inset CommandInset bibitem
34363 LatexCommand bibitem
34364 key "endfloat"
34365
34366 \end_inset
34367
34368 Dokumentation des LaTeX-Pakets 
34369 \series bold
34370
34371 \begin_inset CommandInset href
34372 LatexCommand href
34373 name "endfloat"
34374 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34375
34376 \end_inset
34377
34378
34379 \series default
34380
34381 \begin_inset Index
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 LaTeX-Pakete ! endf
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391
34392 \backslash
34393
34394 \begin_inset ERT
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398
34399 {
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \begin_inset ERT
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409
34410 }
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \end_inset
34419
34420 /loat
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \begin_layout Bibliography
34429 \begin_inset CommandInset bibitem
34430 LatexCommand bibitem
34431 key "wrapfig"
34432
34433 \end_inset
34434
34435 Dokumentation des LaTeX-Pakets 
34436 \series bold
34437
34438 \begin_inset CommandInset href
34439 LatexCommand href
34440 name "wrapfig"
34441 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34442
34443 \end_inset
34444
34445
34446 \series default
34447
34448 \begin_inset Index
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 LaTeX-Pakete ! wrapfig
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458
34459 \backslash
34460
34461 \begin_inset ERT
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465
34466 {
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \begin_inset ERT
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476
34477 }
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \end_inset
34486
34487 vspace
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493 {
34494 \end_layout
34495
34496 \end_inset
34497
34498 4mm
34499 \begin_inset ERT
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503
34504 }
34505 \end_layout
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Bibliography
34518 \begin_inset CommandInset bibitem
34519 LatexCommand bibitem
34520 key "footmisc"
34521
34522 \end_inset
34523
34524 Dokumentation des LaTeX-Pakets 
34525 \series bold
34526
34527 \begin_inset CommandInset href
34528 LatexCommand href
34529 name "footmisc"
34530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34531
34532 \end_inset
34533
34534
34535 \series default
34536
34537 \begin_inset Index
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 LaTeX-Pakete ! footmisc
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Bibliography
34550 \begin_inset CommandInset bibitem
34551 LatexCommand bibitem
34552 key "hypcap"
34553
34554 \end_inset
34555
34556 Dokumentation des LaTeX-Pakets 
34557 \series bold
34558
34559 \begin_inset CommandInset href
34560 LatexCommand href
34561 name "hypcap"
34562 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34563
34564 \end_inset
34565
34566
34567 \series default
34568
34569 \begin_inset Index
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 LaTeX-Pakete ! hypcap
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Bibliography
34582 \begin_inset CommandInset bibitem
34583 LatexCommand bibitem
34584 key "hyperref"
34585
34586 \end_inset
34587
34588 Dokumentation des LaTeX-Pakets 
34589 \series bold
34590
34591 \begin_inset CommandInset href
34592 LatexCommand href
34593 name "hyperref"
34594 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34595
34596 \end_inset
34597
34598
34599 \series default
34600
34601 \begin_inset Index
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 LaTeX-Pakete ! hyperref
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Bibliography
34614 \begin_inset CommandInset bibitem
34615 LatexCommand bibitem
34616 key "koma-script"
34617
34618 \end_inset
34619
34620 Dokumentation des LaTeX-Pakets 
34621 \series bold
34622
34623 \begin_inset CommandInset href
34624 LatexCommand href
34625 name "koma-script"
34626 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34627
34628 \end_inset
34629
34630
34631 \series default
34632
34633 \begin_inset Index
34634 status collapsed
34635
34636 \begin_layout Plain Layout
34637 LaTeX-Pakete ! koma-script
34638 \end_layout
34639
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Bibliography
34646 \begin_inset CommandInset bibitem
34647 LatexCommand bibitem
34648 key "listings"
34649
34650 \end_inset
34651
34652 Dokumentation des LaTeX-Pakets 
34653 \series bold
34654
34655 \begin_inset CommandInset href
34656 LatexCommand href
34657 name "listings"
34658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34659
34660 \end_inset
34661
34662
34663 \series default
34664
34665 \begin_inset Index
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 LaTeX-Pakete ! listings
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Bibliography
34678 \begin_inset CommandInset bibitem
34679 LatexCommand bibitem
34680 key "marginnote"
34681
34682 \end_inset
34683
34684 Dokumentation des LaTeX-Pakets 
34685 \series bold
34686
34687 \begin_inset CommandInset href
34688 LatexCommand href
34689 name "marginnote"
34690 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34691
34692 \end_inset
34693
34694
34695 \series default
34696
34697 \begin_inset Index
34698 status collapsed
34699
34700 \begin_layout Plain Layout
34701 LaTeX-Pakete ! marginnote
34702 \end_layout
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Bibliography
34710 \begin_inset CommandInset bibitem
34711 LatexCommand bibitem
34712 key "pstricks"
34713
34714 \end_inset
34715
34716 Webseite des LaTeX-Pakets 
34717 \series bold
34718
34719 \begin_inset CommandInset href
34720 LatexCommand href
34721 name "PSTricks"
34722 target "http://tug.org/PSTricks/"
34723
34724 \end_inset
34725
34726
34727 \series default
34728
34729 \begin_inset Index
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733 LaTeX-Pakete ! pstricks
34734 \end_layout
34735
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \begin_layout Bibliography
34742 \begin_inset CommandInset bibitem
34743 LatexCommand bibitem
34744 key "sidecap"
34745
34746 \end_inset
34747
34748 Dokumentation des LaTeX-Pakets 
34749 \series bold
34750
34751 \begin_inset CommandInset href
34752 LatexCommand href
34753 name "sidecap"
34754 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34755
34756 \end_inset
34757
34758
34759 \series default
34760
34761 \begin_inset Index
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765 LaTeX-Pakete ! sidecap
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Bibliography
34774 \begin_inset CommandInset bibitem
34775 LatexCommand bibitem
34776 key "NewInLyX16"
34777
34778 \end_inset
34779
34780
34781 \begin_inset CommandInset href
34782 LatexCommand href
34783 name "Wiki-Seite"
34784 target "http://wiki.lyx.org/LyX/NewInLyX16"
34785
34786 \end_inset
34787
34788  über neue Funktionen in 
34789 \family sans
34790 LyX 1.6.0
34791 \family default
34792 .
34793 \end_layout
34794
34795 \begin_layout Standard
34796 \begin_inset CommandInset index_print
34797 LatexCommand printindex
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Standard
34805 \begin_inset FloatList figure
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Standard
34813 \begin_inset FloatList table
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \begin_inset ERT
34822 status open
34823
34824 \begin_layout Plain Layout
34825
34826
34827 \backslash
34828 listof{algorithm}{Algorithmenverzeichnis}
34829 \end_layout
34830
34831 \end_inset
34832
34833
34834 \begin_inset Note Note
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 siehe Abschnitt
34839 \begin_inset Space ~
34840 \end_inset
34841
34842
34843 \begin_inset CommandInset ref
34844 LatexCommand ref
34845 reference "uab:Gleitobjekt-Algorithmen"
34846
34847 \end_inset
34848
34849  für eine Beschreibung
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_body
34858 \end_document