]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Added UserGuide.lyx from Koji.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX }}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie sie eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
409  klicken.
410  Der Dialog hat drei Karteikarten:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Grafik
417 \family default
418  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
419  Version festlegen.
420  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "kap:In-LyX-verfügbare"
428
429 \end_inset
430
431  erklärt.
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index
437 status collapsed
438
439 \begin_layout Plain Layout
440 Abbildungen ! rotierte
441 \end_layout
442
443 \end_inset
444
445 Sie können Abbildungen durch Angabe eines 
446 \family sans
447 Winkel
448 \family default
449
450 \begin_inset space ~
451 \end_inset
452
453
454 \family sans
455 (Grad)
456 \family default
457  und Festlegung eines 
458 \family sans
459 Drehpunktes
460 \family default
461  drehen.
462  Negative Winkel drehen im Uhrzeigersinn.
463  Die Abbildung wird auch in LyX gedreht.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Abbildungen ! skalierte
473 \end_layout
474
475 \end_inset
476
477 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
478  oder Höhe und Breite definiert.
479  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
480  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
481  wobei sie möglicherweise verzerrt wird.
482  Um das zu vermeiden, sollten Sie 
483 \family sans
484 Seitenverhältnis
485 \begin_inset space ~
486 \end_inset
487
488 beibehalten
489 \family default
490  ankreuzen.
491  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
492 \family sans
493 Höhe
494 \family default
495  und 
496 \family sans
497 Breite
498 \family default
499  nicht überschritten werden.
500 \begin_inset Newline newline
501 \end_inset
502
503 Wenn Sie auf 
504 \family sans
505 Bearbeiten
506 \family default
507  klicken, können Abbildungen mit einem Programm, das in 
508 \family sans
509 Werkzeuge\SpecialChar \menuseparator
510 Einstellungen\SpecialChar \menuseparator
511 Datei-Handhabung\SpecialChar \menuseparator
512 Dateiformate
513 \family default
514  im Feld 
515 \family sans
516 Bearbeitungsprogramm
517 \family default
518  festgelegt wurde, bearbeitet werden.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Ausschnitt
525 \family default
526  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
527  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
528  Wenn Sie auf 
529 \family sans
530 Lese
531 \begin_inset space ~
532 \end_inset
533
534 aus
535 \begin_inset space ~
536 \end_inset
537
538 Datei
539 \family default
540  klicken, werden die Koordinaten automatisch berechnet.
541  Die Option 
542 \family sans
543 Auf
544 \begin_inset space ~
545 \end_inset
546
547 Begrenzungsbox
548 \begin_inset space ~
549 \end_inset
550
551 zuschneiden
552 \family default
553  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
554  Koordinaten liegt.
555  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
556  diese Karteikarte ignorieren.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX-
563 \begin_inset space ~
564 \end_inset
565
566 und
567 \begin_inset space ~
568 \end_inset
569
570 LyX-Optionen
571 \family default
572  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
573  LaTeX-Experten können weitere LaTeX-Optionen definieren.
574 \begin_inset Newline newline
575 \end_inset
576
577 Ist die Option 
578 \family sans
579 Entwurfsmodus 
580 \family default
581 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
582  darin gedruckt.
583 \begin_inset Newline newline
584 \end_inset
585
586 Die Option 
587 \family sans
588 Beim
589 \begin_inset space ~
590 \end_inset
591
592 Exportieren
593 \begin_inset space ~
594 \end_inset
595
596 nicht
597 \begin_inset space ~
598 \end_inset
599
600 entpacken
601 \family default
602  betrifft nur gepackte EPS-Dateien, zum Beispiel 
603 \emph on
604 x.eps.gz
605 \emph default
606 .
607  LaTeX kann so mit ihnen umgehen.
608 \begin_inset Newline newline
609 \end_inset
610
611 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
612  wählen, siehe Anhang
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "abs:PostScript"
620
621 \end_inset
622
623 .
624  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 gzip x.eps
631 \begin_inset Newline newline
632 \end_inset
633
634 zgrep %%Bounding x.eps.gz > x.eps.bb
635 \series default
636
637 \begin_inset Newline newline
638 \end_inset
639
640 Der zweite Befehl erzeugt die Begrenzungsbox 
641 \begin_inset Quotes gld
642 \end_inset
643
644 x.eps.bb
645 \begin_inset Quotes grd
646 \end_inset
647
648 , die LaTeX für gepackte Abbildungen benötigt.
649 \begin_inset Newline newline
650 \end_inset
651
652 Das Feld 
653 \family sans
654 Gruppenname
655 \begin_inset space ~
656 \end_inset
657
658 initialisieren
659 \family default
660  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
661  solche zuzuordnen.
662 \begin_inset Index
663 status collapsed
664
665 \begin_layout Plain Layout
666 Abbildungen ! Einstellungsgruppen
667 \end_layout
668
669 \end_inset
670
671  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
672  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
673  der Gruppe geändert werden.
674  Damit kann man z.B.
675 \begin_inset space ~
676 \end_inset
677
678 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
679  Bild tun zu müssen.
680  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
681  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
682 \end_layout
683
684 \begin_layout Standard
685 \begin_inset VSpace bigskip
686 \end_inset
687
688
689 \end_layout
690
691 \begin_layout Standard
692 Hier ist eine zentrierte EPS-Abbildung
693 \begin_inset Foot
694 status collapsed
695
696 \begin_layout Plain Layout
697 Abbildungsformate sind in Abschnitt
698 \begin_inset space ~
699 \end_inset
700
701
702 \begin_inset CommandInset ref
703 LatexCommand ref
704 reference "abs:Bildformate"
705
706 \end_inset
707
708  beschrieben.
709 \end_layout
710
711 \end_inset
712
713  in einem eigenen Absatz:
714 \end_layout
715
716 \begin_layout Standard
717 \align center
718 \begin_inset Graphics
719         filename ../clipart/mobius.eps
720         scale 70
721         scaleBeforeRotation
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 \noindent
731 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
732 \end_layout
733
734 \begin_layout Standard
735 \align center
736 \begin_inset Graphics
737         filename ../clipart/mobius.eps
738         scale 70
739         draft
740         scaleBeforeRotation
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Section
749 Gleitende Abbildungen
750 \begin_inset CommandInset label
751 LatexCommand label
752 name "abs:Gleitende-Abbildungen"
753
754 \end_inset
755
756
757 \begin_inset Index
758 status collapsed
759
760 \begin_layout Plain Layout
761 Abbildungen ! gleitende
762 \end_layout
763
764 \end_inset
765
766
767 \begin_inset Index
768 status collapsed
769
770 \begin_layout Plain Layout
771 Gleitobjekte ! Abbildungen
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "abs:Gleitobjekte-Einleitung"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \begin_layout Standard
795 Wenn Sie auf das Werkzeugleisten-Symbol 
796 \begin_inset Graphics
797         filename ../../images/float-insert_figure.png
798         scale 70
799         scaleBeforeRotation
800         BoundingBox 0bp 6bp 22bp 22bp
801
802 \end_inset
803
804  klicken oder 
805 \family sans
806 Einfügen\SpecialChar \menuseparator
807 Gleit\SpecialChar \-
808 objekt\SpecialChar \menuseparator
809 Abbildung
810 \family default
811  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
812  In das rot umrahmte Feld rechts von 
813 \emph on
814 Abbildung
815 \begin_inset space ~
816 \end_inset
817
818 Nr:
819 \emph default
820  schreiben Sie die Bildbeschriftung.
821  Nach einem Klick oberhalb oder unterhalb von 
822 \emph on
823 Abbildung
824 \begin_inset space ~
825 \end_inset
826
827 Nr:
828 \emph default
829  können Sie dann eine Abbildung wie 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "abb:kill-plat"
833
834 \end_inset
835
836  oberhalb oder wie Abbildung
837 \begin_inset space ~
838 \end_inset
839
840
841 \begin_inset CommandInset ref
842 LatexCommand ref
843 reference "abb:escher"
844
845 \end_inset
846
847  unterhalb der Bildbeschriftung einfügen.
848  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "abs:Titel-Platzierung"
856
857 \end_inset
858
859 .
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename ../clipart/platypus.eps
872         width 50col%
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "abb:kill-plat"
888
889 \end_inset
890
891 Platypus in einem Gleitobjekt
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "abb:escher"
917
918 \end_inset
919
920 M.C.
921  Escher
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         scaleBeforeRotation
935         rotateOrigin center
936
937 \end_inset
938
939
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Standard
948 \begin_inset Index
949 status collapsed
950
951 \begin_layout Plain Layout
952 Querverweise ! auf Abbildungen
953 \end_layout
954
955 \end_inset
956
957 Abbildung
958 \begin_inset space ~
959 \end_inset
960
961
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:kill-plat"
965
966 \end_inset
967
968  und 
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:escher"
972
973 \end_inset
974
975  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
976  Dafür fügen Sie in der Beschriftung mit 
977 \family sans
978 Einfügen\SpecialChar \menuseparator
979 Marke
980 \family default
981  oder durch Klicken auf 
982 \begin_inset Graphics
983         filename ../../images/label-insert.png
984         scale 70
985         scaleBeforeRotation
986         BoundingBox 0bp 6bp 20bp 20bp
987
988 \end_inset
989
990  eine Marke ein.
991  Auf diese können Sie dann wie gewohnt mit 
992 \family sans
993 Einfügen\SpecialChar \menuseparator
994 Querverweis
995 \family default
996  oder durch Klicken auf 
997 \begin_inset Graphics
998         filename ../../images/dialog-show-new-inset_ref.png
999         scale 70
1000         scaleBeforeRotation
1001         BoundingBox 0bp 6bp 22bp 22bp
1002
1003 \end_inset
1004
1005  verweisen.
1006  Das ist besser als eine vage Formulierung wie 
1007 \begin_inset Quotes gld
1008 \end_inset
1009
1010 die obige Abbildung
1011 \begin_inset Quotes grd
1012 \end_inset
1013
1014  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1015  erscheint, und das muss nicht 
1016 \emph on
1017 oben
1018 \emph default
1019  sein.
1020  Verweise werden detailliert in Abschnitt
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "abs:Auf-Gleitobjekte-verweisen"
1028
1029 \end_inset
1030
1031  beschrieben.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1036  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1037  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1038  Gleitabbildung einfügt.
1039  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1040  Abbildung
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "abb:Zwei-Teilabbildungen"
1048
1049 \end_inset
1050
1051  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1052  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1053  Gleitabbildung auf Eingabe drücken.
1054  Abbildung
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Undefinierbar"
1062
1063 \end_inset
1064
1065  und 
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "abb:Ein-Schnabeltier"
1069
1070 \end_inset
1071
1072  sind die Teilabbildungen.
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status open
1080
1081 \begin_layout Plain Layout
1082 \begin_inset space \hfill{}
1083 \end_inset
1084
1085
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status collapsed
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "abb:Undefinierbar"
1098
1099 \end_inset
1100
1101 Undefinierbar
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Graphics
1111         filename ../clipart/escher-lsd.eps
1112         width 35col%
1113         scaleBeforeRotation
1114         groupId Teilabbildung
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \begin_inset space \hfill{}
1125 \end_inset
1126
1127
1128 \begin_inset Float figure
1129 wide false
1130 sideways false
1131 status collapsed
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "abb:Ein-Schnabeltier"
1140
1141 \end_inset
1142
1143 Ein Schnabeltier
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Graphics
1153         filename ../clipart/platypus.eps
1154         width 35col%
1155         scaleBeforeRotation
1156         groupId Teilabbildung
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset space \hfill{}
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "abb:Zwei-Teilabbildungen"
1179
1180 \end_inset
1181
1182 Zwei Teilabbildungen nebeneinander.
1183  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1184 \begin_inset Quotes gld
1185 \end_inset
1186
1187 Teilabbildung
1188 \begin_inset Quotes grd
1189 \end_inset
1190
1191  an.
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \begin_layout Section
1205 Bildformate
1206 \begin_inset CommandInset label
1207 LatexCommand label
1208 name "abs:Bildformate"
1209
1210 \end_inset
1211
1212
1213 \begin_inset Index
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 Abbildungen ! Bildformate
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1227  Aber wie in Anhang
1228 \begin_inset space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "kap:Ausgabedatei-Formate"
1235
1236 \end_inset
1237
1238  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1239  LyX benutzt im Hintergrund das Programm
1240 \family typewriter
1241  Imagemagick
1242 \family default
1243 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1244  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1245  vermeiden.
1246  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1247  werden können.
1248  Diese Formate werden in Anhang
1249 \begin_inset space ~
1250 \end_inset
1251
1252
1253 \begin_inset CommandInset ref
1254 LatexCommand ref
1255 reference "kap:Ausgabedatei-Formate"
1256
1257 \end_inset
1258
1259  beschrieben.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1264 \end_layout
1265
1266 \begin_layout Description
1267 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1268  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1269  
1270 \emph on
1271 pixelig
1272 \emph default
1273  aus.
1274  Bekannte Pixel-Formate sind 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278 Graphics Interchange Format
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282  (GIF, Dateiendung
1283 \family typewriter
1284  
1285 \family default
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290
1291 \family typewriter
1292 .gif
1293 \family default
1294
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298 )
1299 \begin_inset Index
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303 GIF
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312 Portable Network Graphics
1313 \begin_inset Quotes grd
1314 \end_inset
1315
1316  (PNG, Dateiendung 
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320
1321 \family typewriter
1322 .png
1323 \family default
1324
1325 \begin_inset Quotes grd
1326 \end_inset
1327
1328 )
1329 \begin_inset Index
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342 Joint Photographic Experts Group
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  (JPEG, Dateiendung
1347 \family typewriter
1348  
1349 \family default
1350
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362  oder 
1363 \begin_inset Quotes gld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG, JPEG
1380 \end_layout
1381
1382 \end_inset
1383
1384  und 
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388 Windows Bitmap
1389 \begin_inset Quotes grd
1390 \end_inset
1391
1392  (BMP, Dateiendung 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396
1397 \family typewriter
1398 .bmp
1399 \family default
1400
1401 \begin_inset Quotes grd
1402 \end_inset
1403
1404 )
1405 \begin_inset Index
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 BMP
1410 \end_layout
1411
1412 \end_inset
1413
1414 .
1415 \end_layout
1416
1417 \begin_layout Description
1418 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1419  auf jede beliebige Größe skaliert werden.
1420  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1421  zoomen zu können.
1422 \begin_inset Newline newline
1423 \end_inset
1424
1425 Bekannte Formate sind 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429 Scalable Vector Graphics
1430 \begin_inset Quotes grd
1431 \end_inset
1432
1433  (SVG, Dateiendung
1434 \family typewriter
1435  
1436 \family default
1437
1438 \begin_inset Quotes gld
1439 \end_inset
1440
1441
1442 \family typewriter
1443 .svg
1444 \family default
1445
1446 \begin_inset Quotes grd
1447 \end_inset
1448
1449 )
1450 \begin_inset Index
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 SVG
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463 Encapsulated PostScript
1464 \begin_inset Quotes grd
1465 \end_inset
1466
1467  (EPS, Dateiendung 
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471
1472 \family typewriter
1473 .eps
1474 \family default
1475
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479 )
1480 \begin_inset Index
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 EPS
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493 Portable Document Format
1494 \begin_inset Quotes grd
1495 \end_inset
1496
1497  (PDF, Dateiendung
1498 \family typewriter
1499  
1500 \family default
1501
1502 \begin_inset Quotes gld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .pdf
1508 \family default
1509
1510 \begin_inset Quotes grd
1511 \end_inset
1512
1513 )
1514 \begin_inset Index
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 PDF
1519 \end_layout
1520
1521 \end_inset
1522
1523  und 
1524 \begin_inset Quotes gld
1525 \end_inset
1526
1527 Windows Metafile
1528 \begin_inset Quotes grd
1529 \end_inset
1530
1531  (WMF, Dateiendung 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .wmf
1538 \family default
1539
1540 \begin_inset Quotes grd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 WMF
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1558  das Ergebnis ist immer noch ein Pixelbild.
1559  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1560  hinzugefügt.
1561 \begin_inset Foot
1562 status open
1563
1564 \begin_layout Plain Layout
1565 Bei PDF wird das Originalbild auch noch komprimiert.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Die PDF-Dateien, die 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  erzeugt, sind zum Beispiel Pixelbilder.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1579  umgekehrt.
1580  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1581  eingefügt werden.
1582  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1583  erzeugt wird, weil es zur Zeit keine WMF/SVG
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587 PDF/EPS Konverter gibt.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tabellen
1592 \begin_inset CommandInset label
1593 LatexCommand label
1594 name "kap:Tabellen"
1595
1596 \end_inset
1597
1598
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Section
1612 Einführung
1613 \begin_inset Index
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tabellen ! Einführung
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Standard
1626 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1627 \begin_inset Graphics
1628         filename ../../images/tabular-insert.png
1629         scale 70
1630         scaleBeforeRotation
1631         BoundingBox 0bp 6bp 22bp 22bp
1632
1633 \end_inset
1634
1635  oder das Menü 
1636 \family sans
1637 Einfügen\SpecialChar \menuseparator
1638 Tabelle
1639 \family default
1640  einfügen.
1641  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1642 \begin_inset space \thinspace{}
1643 \end_inset
1644
1645 -Tabelle.
1646  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1647  und die Größe der dunkelblauen Tabelle angezeigt.
1648  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1649  ein.
1650  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1651  Spaltenanzahl festlegen können.
1652 \end_layout
1653
1654 \begin_layout Standard
1655 In der so erstellten Tabelle ist jede Zelle umrandet.
1656  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1657  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1658  die zweite Zeile eine Linie oberhalb haben.
1659  Hier ist ein Beispiel:
1660 \end_layout
1661
1662 \begin_layout Standard
1663 \align center
1664 \begin_inset Tabular
1665 <lyxtabular version="3" rows="5" columns="4">
1666 <features>
1667 <column alignment="center" valignment="top" width="0">
1668 <column alignment="center" valignment="top" width="0">
1669 <column alignment="center" valignment="top" width="0">
1670 <column alignment="center" valignment="top" width="0">
1671 <row>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \family roman
1687 \series medium
1688 \shape up
1689 \size normal
1690 \emph off
1691 \bar no
1692 \noun off
1693 \color none
1694 1
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 2
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712 3
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 </row>
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \family roman
1725 \series medium
1726 \shape up
1727 \size normal
1728 \emph off
1729 \bar no
1730 \noun off
1731 \color none
1732 A
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 </row>
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \family roman
1772 \series medium
1773 \shape up
1774 \size normal
1775 \emph off
1776 \bar no
1777 \noun off
1778 \color none
1779 B
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 C
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 D
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Section
1905 Tabellen-Einstellungen
1906 \begin_inset Index
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910 Tabellen ! Einstellungen
1911 \end_layout
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Standard
1919 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1920  Maustaste draufklicken.
1921  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1922 \family sans
1923 Einstellungen
1924 \family default
1925  steht.
1926  Ein Klick darauf öffnet das Fenster 
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930 .
1931  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1932  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1933  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1934  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1935  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1936  Auswahl.
1937  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1938 \emph on
1939 Inhalt
1940 \emph default
1941  einer Zelle oder die Zelle selber ausgewählt haben.
1942  Das 
1943 \family sans
1944 Tabellen-Einstellungen
1945 \family default
1946 -Menü hat folgende Karteikarten:
1947 \end_layout
1948
1949 \begin_layout Description
1950
1951 \family sans
1952 Tabellen-Einstellungen
1953 \family default
1954  Hier können Sie die 
1955 \family sans
1956 Horizontale
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Ausrichtung
1961 \family default
1962  der momentanen Spalte und die 
1963 \family sans
1964 Spaltenbreite
1965 \family default
1966  festlegen.
1967  Wenn Sie eine 
1968 \family sans
1969 Spaltenbreite
1970 \family default
1971  festgelegt haben, können Sie auch eine 
1972 \family sans
1973 Vertikale
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Ausrichtung
1978 \family default
1979  der momentanen Zeile wählen.
1980  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1981  Absätze haben, wie in Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "uab:Mehrfache-Zeilen-in"
1989
1990 \end_inset
1991
1992  beschrieben.
1993  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1998  als 
1999 \family sans
2000 Mehrfachspalte
2001 \family default
2002  definieren, wie in Abschnitt
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "uab:Mehrfachspalten"
2010
2011 \end_inset
2012
2013  beschrieben.
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2018  den Uhrzeigersinn um 90° drehen.
2019  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023
2024 \begin_inset Note Greyedout
2025 status open
2026
2027 \begin_layout Plain Layout
2028
2029 \series bold
2030 Achtung:
2031 \series default
2032  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2033 \end_layout
2034
2035 \end_inset
2036
2037
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 Man kann auch ein 
2042 \family sans
2043 LaTe
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049 {}
2050 \end_layout
2051
2052 \end_inset
2053
2054 X-Argument
2055 \family default
2056  für besondere Tabellen-Formatierun\SpecialChar \-
2057 gen einfügen, wie in den Abschnitten
2058  
2059 \begin_inset CommandInset ref
2060 LatexCommand ref
2061 reference "uab:Mehrfachspalten-Berechnungen"
2062
2063 \end_inset
2064
2065  und 
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "abs:Farbige-Tabellen"
2069
2070 \end_inset
2071
2072  beschrieben.
2073 \end_layout
2074
2075 \begin_layout Description
2076
2077 \family sans
2078 Rahmen
2079 \family default
2080  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2081  hinzufügen und löschen.
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085 Wenn Sie die Stil-Option
2086 \family sans
2087  Formal
2088 \family default
2089  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "abs:Formale-Tabellen"
2097
2098 \end_inset
2099
2100  beschrieben, konvertiert.
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "uab:Zeilenabstand"
2112
2113 \end_inset
2114
2115  beschrieben.
2116 \end_layout
2117
2118 \begin_layout Description
2119
2120 \family sans
2121 Lange
2122 \begin_inset space ~
2123 \end_inset
2124
2125 Tabelle
2126 \family default
2127  Hier kann eine Tabelle als 
2128 \family sans
2129 Lange
2130 \begin_inset space ~
2131 \end_inset
2132
2133 Tabelle
2134 \family default
2135  definiert werden, die über mehrere Seiten reicht.
2136  Die Abschnitte
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "abs:Lange-Tabellen"
2144
2145 \end_inset
2146
2147  und 
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "abs:Special-Longtable-Issues"
2151
2152 \end_inset
2153
2154  beschreiben diese Funktion genauer.
2155 \end_layout
2156
2157 \begin_layout Standard
2158 Wenn das Menü 
2159 \family sans
2160 Tabellen-Einstellungen
2161 \family default
2162  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2163  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2164 \end_layout
2165
2166 \begin_layout Section
2167 Tabellen-Werkzeugleiste
2168 \begin_inset Index
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 Tabellen ! Werkzeugleiste
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2182 \family sans
2183 Tabellen-Einstellungen
2184 \family default
2185 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2186  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2187  LyX-Fensters.
2188 \end_layout
2189
2190 \begin_layout Standard
2191 Die Werkzeugleiste hat folgende Knöpfe:
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_append-row.png
2198         scale 70
2199         scaleBeforeRotation
2200         BoundingBox 0bp 6bp 22bp 22bp
2201
2202 \end_inset
2203
2204  Fügt eine Zeile unterhalb der momentanen an
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_append-column.png
2211         scale 70
2212         scaleBeforeRotation
2213         BoundingBox 0bp 6bp 22bp 22bp
2214
2215 \end_inset
2216
2217  Fügt eine Spalte rechts von der momentanen an
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_delete-row.png
2224         scale 70
2225         scaleBeforeRotation
2226         BoundingBox 0bp 6bp 22bp 22bp
2227
2228 \end_inset
2229
2230  Löscht die ausgewählte(n) Zeile(n)
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../../images/tabular-feature_delete-column.png
2237         scale 70
2238         scaleBeforeRotation
2239         BoundingBox 0bp 6bp 22bp 22bp
2240
2241 \end_inset
2242
2243  Löscht die ausgewählte(n) Spalte(n)
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-top.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_toggle-line-bottom.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_toggle-line-left.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2285  wenn der Knopf grau hinterlegt ist
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_toggle-line-right.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2299  wenn der Knopf grau hinterlegt ist
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_set-all-lines.png
2306         scale 70
2307         scaleBeforeRotation
2308         BoundingBox 0bp 6bp 22bp 22bp
2309
2310 \end_inset
2311
2312  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_unset-all-lines.png
2319         scale 70
2320         scaleBeforeRotation
2321         BoundingBox 0bp 6bp 22bp 22bp
2322
2323 \end_inset
2324
2325  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_align-left.png
2332         scale 70
2333         scaleBeforeRotation
2334         BoundingBox 0bp 6bp 22bp 22bp
2335
2336 \end_inset
2337
2338  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../../images/tabular-feature_align-center.png
2345         scale 70
2346         scaleBeforeRotation
2347         BoundingBox 0bp 6bp 22bp 22bp
2348
2349 \end_inset
2350
2351  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_align-right.png
2358         scale 70
2359         scaleBeforeRotation
2360         BoundingBox 0bp 6bp 22bp 22bp
2361
2362 \end_inset
2363
2364  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_valign-top.png
2371         scale 70
2372         scaleBeforeRotation
2373         BoundingBox 0bp 6bp 22bp 22bp
2374
2375 \end_inset
2376
2377  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../../images/tabular-feature_valign-middle.png
2384         scale 70
2385         scaleBeforeRotation
2386         BoundingBox 0bp 6bp 22bp 22bp
2387
2388 \end_inset
2389
2390  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Graphics
2396         filename ../../images/tabular-feature_valign-bottom.png
2397         scale 70
2398         scaleBeforeRotation
2399         BoundingBox 0bp 6bp 22bp 22bp
2400
2401 \end_inset
2402
2403  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_set-rotate-cell.png
2410         scale 70
2411         scaleBeforeRotation
2412         BoundingBox 0bp 6bp 22bp 22bp
2413
2414 \end_inset
2415
2416  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_set-rotate-tabular.png
2423         scale 70
2424         scaleBeforeRotation
2425         BoundingBox 0bp 6bp 22bp 22bp
2426
2427 \end_inset
2428
2429  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Graphics
2435         filename ../../images/tabular-feature_multicolumn.png
2436         scale 70
2437         scaleBeforeRotation
2438         BoundingBox 0bp 6bp 22bp 22bp
2439
2440 \end_inset
2441
2442  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2443 \end_layout
2444
2445 \begin_layout Standard
2446 \begin_inset Note Greyedout
2447 status open
2448
2449 \begin_layout Plain Layout
2450
2451 \series bold
2452 Bemerkung:
2453 \series default
2454  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2455  Reihe für alle Zelle der Reihe verwendet.
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Section
2464 Bearbeiten-Menü
2465 \begin_inset Index
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 Tabellen ! Bearbeiten-Menü
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \begin_layout Standard
2478 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2479  Wenn der Cursor in einer Tabelle steht, sind im 
2480 \family sans
2481 Bearbeiten
2482 \family default
2483 -Menü folgende Punkte aktiviert: 
2484 \family sans
2485 Tabelle
2486 \family default
2487
2488 \family sans
2489 Zeilen
2490 \begin_inset space ~
2491 \end_inset
2492
2493 &
2494 \begin_inset space ~
2495 \end_inset
2496
2497 Spalten
2498 \family default
2499  und 
2500 \family sans
2501 Tabellen-Einstellungen
2502 \family default
2503 .
2504  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2505 ngsmöglichkeiten zu erreichen.
2506 \end_layout
2507
2508 \begin_layout Section
2509 Gleitende Tabellen
2510 \begin_inset CommandInset label
2511 LatexCommand label
2512 name "abs:Gleitende-Tabellen"
2513
2514 \end_inset
2515
2516
2517 \begin_inset Index
2518 status collapsed
2519
2520 \begin_layout Plain Layout
2521 Gleitobjekte ! Tabellen
2522 \end_layout
2523
2524 \end_inset
2525
2526
2527 \begin_inset Index
2528 status collapsed
2529
2530 \begin_layout Plain Layout
2531 Tabellen ! gleitende
2532 \end_layout
2533
2534 \end_inset
2535
2536
2537 \end_layout
2538
2539 \begin_layout Standard
2540 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2541 \begin_inset space ~
2542 \end_inset
2543
2544
2545 \begin_inset CommandInset ref
2546 LatexCommand ref
2547 reference "abs:Gleitobjekte-Einleitung"
2548
2549 \end_inset
2550
2551 .
2552 \end_layout
2553
2554 \begin_layout Standard
2555 \begin_inset Float table
2556 placement h
2557 wide false
2558 sideways false
2559 status open
2560
2561 \begin_layout Plain Layout
2562 \begin_inset Caption
2563
2564 \begin_layout Plain Layout
2565 \begin_inset CommandInset label
2566 LatexCommand label
2567 name "tab:a table float"
2568
2569 \end_inset
2570
2571 Eine gleitende Tabelle
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \end_layout
2578
2579 \begin_layout Plain Layout
2580 \align center
2581 \begin_inset Tabular
2582 <lyxtabular version="3" rows="3" columns="3">
2583 <features>
2584 <column alignment="center" valignment="top" width="0pt">
2585 <column alignment="center" valignment="top" width="0pt">
2586 <column alignment="center" valignment="top" width="0pt">
2587 <row>
2588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Plain Layout
2592
2593 \family roman
2594 \series medium
2595 \shape up
2596 \size normal
2597 \emph off
2598 \bar no
2599 \noun off
2600 \color none
2601 1
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Plain Layout
2610
2611 \family roman
2612 \series medium
2613 \shape up
2614 \size normal
2615 \emph off
2616 \bar no
2617 \noun off
2618 \color none
2619 2
2620 \end_layout
2621
2622 \end_inset
2623 </cell>
2624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2625 \begin_inset Text
2626
2627 \begin_layout Plain Layout
2628
2629 \family roman
2630 \series medium
2631 \shape up
2632 \size normal
2633 \emph off
2634 \bar no
2635 \noun off
2636 \color none
2637 3
2638 \end_layout
2639
2640 \end_inset
2641 </cell>
2642 </row>
2643 <row>
2644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2645 \begin_inset Text
2646
2647 \begin_layout Plain Layout
2648
2649 \family roman
2650 \series medium
2651 \shape up
2652 \size normal
2653 \emph off
2654 \bar no
2655 \noun off
2656 \color none
2657 Martin
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 Lena
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 Alina
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \family roman
2706 \series medium
2707 \shape up
2708 \size normal
2709 \emph off
2710 \bar no
2711 \noun off
2712 \color none
2713 \begin_inset Formula $\int x^{2}dx$
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 \begin_inset Formula $\left[\begin{array}{cc}
2735 a & b\\
2736 c & d\end{array}\right]$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748
2749 \family roman
2750 \series medium
2751 \shape up
2752 \size normal
2753 \emph off
2754 \bar no
2755 \noun off
2756 \color none
2757 \begin_inset Formula $1+1=2$
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 </lyxtabular>
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \begin_layout Standard
2779 Gleitende Tabellen können über 
2780 \family sans
2781 Einfügen\SpecialChar \menuseparator
2782 Gleitobjekt\SpecialChar \menuseparator
2783 Tabelle
2784 \family default
2785  oder einen Klick auf den Werkzeugleistenknopf 
2786 \begin_inset Graphics
2787         filename ../../images/float-insert_table.png
2788         scale 70
2789         scaleBeforeRotation
2790         BoundingBox 0bp 6bp 22bp 22bp
2791
2792 \end_inset
2793
2794  erzeugt werden.
2795  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2796  In das rot umrahmte Feld rechts von 
2797 \emph on
2798 Tabelle
2799 \begin_inset space ~
2800 \end_inset
2801
2802 Nr:
2803 \emph default
2804  schreiben Sie die Tabellenbeschriftung.
2805  Nach einem Klick oberhalb oder unterhalb von 
2806 \emph on
2807 Tabelle
2808 \begin_inset space ~
2809 \end_inset
2810
2811 Nr:
2812 \emph default
2813  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2814 \begin_inset Graphics
2815         filename ../../images/tabular-insert.png
2816         scale 70
2817         scaleBeforeRotation
2818         BoundingBox 0bp 6bp 22bp 22bp
2819
2820 \end_inset
2821
2822  oder dem Menü 
2823 \family sans
2824 Einfügen\SpecialChar \menuseparator
2825 Tabelle
2826 \family default
2827  einfügen.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 Tabelle
2832 \begin_inset space ~
2833 \end_inset
2834
2835
2836 \begin_inset CommandInset ref
2837 LatexCommand ref
2838 reference "tab:a table float"
2839
2840 \end_inset
2841
2842  ist ein Beispiel für eine gleitende Tabelle.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2847 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2848  Das bedeutet, dass bei den Klassen 
2849 \family sans
2850 article
2851 \family default
2852
2853 \family sans
2854 book
2855 \family default
2856
2857 \family sans
2858 letter
2859 \family default
2860 , und 
2861 \family sans
2862 report
2863 \family default
2864  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2865  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2866 \series bold
2867 caption
2868 \series default
2869
2870 \begin_inset Index
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874 LaTeX-Pakete ! caption
2875 \end_layout
2876
2877 \end_inset
2878
2879  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2880 \begin_inset Foot
2881 status open
2882
2883 \begin_layout Plain Layout
2884 Näheres finden Sie im Abschnitt
2885 \begin_inset space ~
2886 \end_inset
2887
2888
2889 \begin_inset CommandInset ref
2890 LatexCommand ref
2891 reference "abs:Titel-Platzierung"
2892
2893 \end_inset
2894
2895 .
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \series bold
2906 tableposition=top
2907 \end_layout
2908
2909 \begin_layout Standard
2910 Das Paket 
2911 \series bold
2912 caption
2913 \series default
2914 , das in Abschnitt
2915 \begin_inset space ~
2916 \end_inset
2917
2918
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "abs:Titel-Formatierung"
2922
2923 \end_inset
2924
2925  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2926 \end_layout
2927
2928 \begin_layout Standard
2929 \begin_inset Index
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Querverweise ! auf Tabellen
2934 \end_layout
2935
2936 \end_inset
2937
2938 Auf Tabellen kann über ihre Marke verwiesen werden.
2939  Dafür fügen Sie in der Beschriftung mit 
2940 \family sans
2941 Einfügen\SpecialChar \menuseparator
2942 Marke
2943 \family default
2944  oder durch Klicken auf 
2945 \begin_inset Graphics
2946         filename ../../images/label-insert.png
2947         scale 70
2948         scaleBeforeRotation
2949         BoundingBox 0bp 6bp 20bp 20bp
2950
2951 \end_inset
2952
2953  eine Marke ein.
2954  Auf diese können Sie dann wie gewohnt mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Querverweis
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/dialog-show-new-inset_ref.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 22bp 22bp
2965
2966 \end_inset
2967
2968  verweisen.
2969  Verweise werden detailliert in Abschnitt
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "abs:Auf-Gleitobjekte-verweisen"
2977
2978 \end_inset
2979
2980  beschrieben.
2981 \end_layout
2982
2983 \begin_layout Section
2984 Lange Tabellen
2985 \begin_inset CommandInset label
2986 LatexCommand label
2987 name "abs:Lange-Tabellen"
2988
2989 \end_inset
2990
2991
2992 \begin_inset Index
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996 Tabellen ! lange
2997 \end_layout
2998
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3006  Dialogfenster 
3007 \family sans
3008 Tabellen-Einstellungen
3009 \family default
3010  auf der Karteikarte  
3011 \family sans
3012 Lange
3013 \begin_inset space ~
3014 \end_inset
3015
3016 Tabelle
3017 \family default
3018  die Option 
3019 \family sans
3020 Lange
3021 \begin_inset space ~
3022 \end_inset
3023
3024 Tabelle
3025 \begin_inset space ~
3026 \end_inset
3027
3028 verwenden
3029 \family default
3030  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3031  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3032 \end_layout
3033
3034 \begin_layout Description
3035
3036 \family sans
3037 Kopfzei
3038 \family default
3039 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3040  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3041  mit Ausnahme der ersten, wenn 
3042 \family sans
3043 Erste
3044 \begin_inset space ~
3045 \end_inset
3046
3047 Kopfzeile
3048 \family default
3049  aktiviert ist.
3050 \end_layout
3051
3052 \begin_layout Description
3053
3054 \family sans
3055 Erste
3056 \lang english
3057
3058 \begin_inset space ~
3059 \end_inset
3060
3061
3062 \lang ngerman
3063 Kopfz
3064 \family default
3065 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3066  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3067  mehrseitigen Tabelle definiert.
3068 \end_layout
3069
3070 \begin_layout Description
3071
3072 \family sans
3073 Fußz
3074 \family default
3075 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3076  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3077  der letzten, wenn 
3078 \family sans
3079 Letzte
3080 \begin_inset space ~
3081 \end_inset
3082
3083 Fußzeile
3084 \family default
3085  aktiviert ist.
3086 \end_layout
3087
3088 \begin_layout Description
3089
3090 \family sans
3091 Letzte
3092 \begin_inset space ~
3093 \end_inset
3094
3095 Fußz
3096 \family default
3097 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3098  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3099  Tabelle definiert.
3100 \end_layout
3101
3102 \begin_layout Description
3103 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3104  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3105 \family sans
3106 Einfügen\SpecialChar \menuseparator
3107 Marke
3108 \family default
3109  einfügen.
3110  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3111 \begin_inset space ~
3112 \end_inset
3113
3114
3115 \begin_inset CommandInset ref
3116 LatexCommand ref
3117 reference "uab:Beschriftungen-langer-Tabellen"
3118
3119 \end_inset
3120
3121  erklärt.
3122 \end_layout
3123
3124 \begin_layout Standard
3125 Hier ist ein Beispiel einer langen Tabelle:
3126 \end_layout
3127
3128 \begin_layout Standard
3129 \align center
3130 \begin_inset Tabular
3131 <lyxtabular version="3" rows="69" columns="3">
3132 <features islongtable="true">
3133 <column alignment="left" valignment="top" width="0cm">
3134 <column alignment="left" valignment="top" width="0pt">
3135 <column alignment="right" valignment="top" width="0pt">
3136 <row endfirsthead="true">
3137 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 Telefonliste (ignoriere die Namen)
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row endfirsthead="true">
3168 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \series bold
3174 NAME
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \series bold
3194 TEL.
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row endhead="true">
3201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Telefonliste
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row endhead="true">
3232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 NAME
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 TEL.
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row endfoot="true">
3265 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 wird fortgesetzt
3272 \series default
3273  \SpecialChar \ldots{}
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row>
3299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Annovi
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Silvia
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 111
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 Bertoli
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Stefano
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 111
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Bozzi
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Walter
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 111
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 Cachia
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 Maria
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 111
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \series bold
3429 Cachia
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Maurizio
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 111
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Cinquemani
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Giusi
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 111
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Colin
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Bernard
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Concli
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Gianfranco
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Dal Bosco
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Carolina
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Dalpiaz
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Annamaria
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Feliciello
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Domenico
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Focarelli
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Paola
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Galletti
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Oreste
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Gasparini
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Franca
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Rizzardi
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Paola
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Lassini
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Giancarlo
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Malfatti
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Luciano
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Malfatti
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Valeriano
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Meneguzzo
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Roberto
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Mezzadra
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Roberto
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Pirpamer
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Erich
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Pochiesa
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Paolo
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111, 222
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Radina
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Claudio
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Stuffer
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Oskar
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Tacchelli
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Ugo
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Tezzele
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Margit
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Unterkalmsteiner
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Frieda
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Vieider
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Hilde
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171
4172 \series bold
4173 Vigna
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Jürgen
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 111
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \series bold
4204 Weber
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 Maurizio
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 111
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 </row>
4228 <row>
4229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \series bold
4235 Winkler
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Franz
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 111
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264  
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Annovi
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Silvia
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 555
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Bertoli
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Stefano
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 555
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Bozzi
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Walter
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 555
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Cachia
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Maria
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 555
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Cachia
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Maurizio
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 555
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Cinquemani
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Giusi
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 555
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Colin
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Bernard
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 555
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Concli
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Gianfranco
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 555
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Dal Bosco
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Carolina
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 555
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Dalpiaz
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Annamaria
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 555
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Feliciello
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Domenico
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Focarelli
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Paola
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Galletti
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Oreste
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Gasparini
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Franca
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Rizzardi
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Paola
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Lassini
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Giancarlo
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Malfatti
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Luciano
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Malfatti
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Valeriano
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Meneguzzo
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Roberto
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Mezzadra
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Roberto
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Pirpamer
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Erich
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Pochiesa
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Paolo
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555, 222
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Radina
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Claudio
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Stuffer
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Oskar
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 555
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Tacchelli
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Ugo
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Tezzele
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Margit
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row>
5095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \series bold
5101 Unterkalmsteiner
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Frieda
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 555
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \series bold
5132 Vieider
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 Hilde
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 555
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \series bold
5163 Vigna
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Jürgen
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 999
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \series bold
5194 Weber
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Maurizio
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 555
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 </row>
5218 <row>
5219 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \series bold
5225 Winkler
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 Franz
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 555
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 <row endlastfoot="true">
5250 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Ende
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 </lyxtabular>
5279
5280 \end_inset
5281
5282
5283 \begin_inset ERT
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288
5289 \backslash
5290 addtocounter{table}{-1}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \begin_inset Note Note
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5301 \begin_inset space ~
5302 \end_inset
5303
5304
5305 \begin_inset CommandInset ref
5306 LatexCommand ref
5307 reference "uab:Beschriftungen-langer-Tabellen"
5308
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Subsection
5320 Fußnoten in langen Tabellen
5321 \begin_inset CommandInset label
5322 LatexCommand label
5323 name "uab:Fußnoten-in-langen"
5324
5325 \end_inset
5326
5327
5328 \begin_inset Index
5329 status collapsed
5330
5331 \begin_layout Plain Layout
5332 Tabellen ! lange ! Fußnoten
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \begin_layout Standard
5341 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5342  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5343  Tabelle
5344 \begin_inset space ~
5345 \end_inset
5346
5347
5348 \begin_inset CommandInset ref
5349 LatexCommand ref
5350 reference "tab:DiffCaptions"
5351
5352 \end_inset
5353
5354  hat zum Beispiel eine Fußnote.
5355 \end_layout
5356
5357 \begin_layout Subsection
5358 Ausrichtung langer Tabellen
5359 \begin_inset Index
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 Tabellen ! lange ! Ausrichtung
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Standard
5372 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5373  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5374 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5375  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5376  Längen 
5377 \series bold
5378
5379 \backslash
5380 LTleft 
5381 \series default
5382 und 
5383 \series bold
5384
5385 \backslash
5386 LTright
5387 \series default
5388  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5389  wird:
5390 \end_layout
5391
5392 \begin_layout Standard
5393
5394 \series bold
5395
5396 \backslash
5397 setlength{
5398 \backslash
5399 LTleft}{Wert}
5400 \end_layout
5401
5402 \begin_layout Standard
5403 Wobei der Wert eine der in Tabelle
5404 \begin_inset space ~
5405 \end_inset
5406
5407
5408 \begin_inset CommandInset ref
5409 LatexCommand ref
5410 reference "tab:Maßeinheiten"
5411
5412 \end_inset
5413
5414  aufgelisteten Einheiten haben kann.
5415  
5416 \series bold
5417
5418 \backslash
5419 LTleft
5420 \series default
5421  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5422  
5423 \series bold
5424
5425 \backslash
5426 LTright
5427 \series default
5428  den Abstand von rechts.
5429  Die Voreinstellung für beide Werte ist 
5430 \series bold
5431
5432 \backslash
5433 fill
5434 \series default
5435 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5436  in LyX ist.
5437 \end_layout
5438
5439 \begin_layout Standard
5440 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5441 \series bold
5442
5443 \backslash
5444 LTleft
5445 \series default
5446  auf den Wert 0
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 pt gesetzt wurde.
5451 \begin_inset ERT
5452 status collapsed
5453
5454 \begin_layout Plain Layout
5455
5456
5457 \backslash
5458 setlength{
5459 \backslash
5460 LTleft}{0pt}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Standard
5469 \begin_inset Tabular
5470 <lyxtabular version="3" rows="5" columns="5">
5471 <features islongtable="true">
5472 <column alignment="center" valignment="top" width="0">
5473 <column alignment="center" valignment="top" width="0">
5474 <column alignment="center" valignment="top" width="0">
5475 <column alignment="center" valignment="top" width="0">
5476 <column alignment="center" valignment="top" width="0">
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 1
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 2
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 3
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 4
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 5
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 <row>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 s
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 s
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 s
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 asd
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 asd
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 s
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 s
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 asd
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 asd
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 </lyxtabular>
5713
5714 \end_inset
5715
5716
5717 \begin_inset ERT
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721
5722
5723 \backslash
5724 setlength{
5725 \backslash
5726 LTleft}{
5727 \backslash
5728 fill}
5729 \end_layout
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Subsection
5737 Beschriftungen langer Tabellen
5738 \begin_inset CommandInset label
5739 LatexCommand label
5740 name "uab:Beschriftungen-langer-Tabellen"
5741
5742 \end_inset
5743
5744
5745 \begin_inset Index
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Tabellen ! lange ! Titel
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 Eine 
5759 \family sans
5760 lange
5761 \begin_inset space ~
5762 \end_inset
5763
5764 Tabelle
5765 \family default
5766  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5767  Seite gedruckt werden können.
5768  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5769  in Abschnitt
5770 \begin_inset space ~
5771 \end_inset
5772
5773
5774 \begin_inset CommandInset ref
5775 LatexCommand ref
5776 reference "abs:Lange-Tabellen"
5777
5778 \end_inset
5779
5780  erklärt.
5781  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5782  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5783 \end_layout
5784
5785 \begin_layout Standard
5786 Hier ist eine kurze 
5787 \family sans
5788 lange
5789 \begin_inset space ~
5790 \end_inset
5791
5792 Tabelle
5793 \family default
5794 , die zeigt, wie das funktioniert:
5795 \end_layout
5796
5797 \begin_layout Standard
5798 \begin_inset Tabular
5799 <lyxtabular version="3" rows="6" columns="5">
5800 <features islongtable="true">
5801 <column alignment="center" valignment="top" width="0">
5802 <column alignment="center" valignment="top" width="0">
5803 <column alignment="center" valignment="top" width="0">
5804 <column alignment="center" valignment="top" width="0">
5805 <column alignment="center" valignment="top" width="0">
5806 <row caption="true">
5807 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Caption
5812
5813 \begin_layout Plain Layout
5814 Eine 
5815 \family sans
5816 lange
5817 \begin_inset space ~
5818 \end_inset
5819
5820 Tabelle
5821 \family default
5822  mit Titel
5823 \begin_inset OptArg
5824 status open
5825
5826 \begin_layout Plain Layout
5827 Lange Tabelle
5828 \end_layout
5829
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 1
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 2
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 3
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 4
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 5
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 asd
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 s
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 asd
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 s
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 s
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 s
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 asd
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 </lyxtabular>
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset VSpace medskip
6123 \end_inset
6124
6125
6126 \begin_inset Note Greyedout
6127 status open
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132 Bemerkung
6133 \begin_inset space ~
6134 \end_inset
6135
6136 1:
6137 \series default
6138  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6139  Titel vergeben.
6140  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6141 \begin_inset space ~
6142 \end_inset
6143
6144 2.4 auf Tabelle
6145 \begin_inset space ~
6146 \end_inset
6147
6148 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6149  Titel sind.
6150  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6151  LaTeX-Befehl als TeX-Code einfügen:
6152 \end_layout
6153
6154 \begin_layout Plain Layout
6155
6156 \series bold
6157
6158 \backslash
6159 addtocounter{table}{-1}
6160 \end_layout
6161
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168 \begin_inset Note Greyedout
6169 status open
6170
6171 \begin_layout Plain Layout
6172
6173 \series bold
6174 Bemerkung
6175 \begin_inset space ~
6176 \end_inset
6177
6178 2:
6179 \series default
6180  Wenn Sie 
6181 \series bold
6182 hyperref
6183 \series default
6184
6185 \begin_inset Index
6186 status collapsed
6187
6188 \begin_layout Plain Layout
6189 LaTeX-Pakete ! hyperref
6190 \end_layout
6191
6192 \end_inset
6193
6194  in den
6195 \family sans
6196  PDF-Eigenschaften
6197 \family default
6198  im 
6199 \family sans
6200 Dokument-Einstellungen
6201 \family default
6202  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6203 \family sans
6204 lange
6205 \begin_inset space ~
6206 \end_inset
6207
6208 Tabelle
6209 \family default
6210  immer auf den Anfang des Dokuments zeigen.
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \begin_inset Newpage newpage
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Subsubsection
6223 Querverweise auf 
6224 \family sans
6225 lange Tabelle
6226 \family default
6227 n
6228 \begin_inset Index
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 Tabellen ! lange ! Querverweis
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \begin_layout Standard
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="6" columns="5">
6243 <features islongtable="true">
6244 <column alignment="center" valignment="top" width="0">
6245 <column alignment="center" valignment="top" width="0">
6246 <column alignment="center" valignment="top" width="0">
6247 <column alignment="center" valignment="top" width="0">
6248 <column alignment="center" valignment="top" width="0">
6249 <row caption="true">
6250 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 \begin_inset Caption
6255
6256 \begin_layout Plain Layout
6257
6258 \family sans
6259 Lange
6260 \begin_inset space ~
6261 \end_inset
6262
6263 Tabelle
6264 \family default
6265  mit Marke
6266 \begin_inset CommandInset label
6267 LatexCommand label
6268 name "tab:LangeTabelle-mit-Marke"
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 </row>
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 1
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 2
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 3
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 4
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 5
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 s
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 s
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 s
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 <row>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 sad
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 asd
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 </row>
6554 </lyxtabular>
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6563  im Titel einfügen.
6564 \end_layout
6565
6566 \begin_layout Standard
6567 Dies ist ein Verweis auf Tabelle
6568 \begin_inset space ~
6569 \end_inset
6570
6571
6572 \begin_inset CommandInset ref
6573 LatexCommand ref
6574 reference "tab:LangeTabelle-mit-Marke"
6575
6576 \end_inset
6577
6578 .
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Mit dem LaTeX-Paket 
6583 \series bold
6584 caption
6585 \series default
6586
6587 \begin_inset Index
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591 LaTeX-Pakete ! caption
6592 \end_layout
6593
6594 \end_inset
6595
6596 , siehe Abschnitt
6597 \begin_inset space ~
6598 \end_inset
6599
6600
6601 \begin_inset CommandInset ref
6602 LatexCommand ref
6603 reference "abs:Titel-Formatierung"
6604
6605 \end_inset
6606
6607 , können Sie alle anderen 
6608 \family sans
6609 Legende
6610 \family default
6611 -Optionen benutzen.
6612 \end_layout
6613
6614 \begin_layout Subsubsection
6615 Titelbreite
6616 \begin_inset Index
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Tabellen ! lange ! Beschriftungsbreite
6621 \end_layout
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629 Die maximale Titelbreite wird durch die Variable 
6630 \series bold
6631
6632 \backslash
6633 LTcapwidth
6634 \series default
6635  definiert.
6636  Ihr Standardwert ist 4
6637 \begin_inset space \thinspace{}
6638 \end_inset
6639
6640 Zoll (
6641 \begin_inset Formula $\approx10$
6642 \end_inset
6643
6644
6645 \begin_inset space \thinspace{}
6646 \end_inset
6647
6648 cm).
6649  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6650  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6651 \end_layout
6652
6653 \begin_layout Standard
6654
6655 \series bold
6656
6657 \backslash
6658 setlength{
6659 \backslash
6660 LTcapwidth}{Breite}
6661 \end_layout
6662
6663 \begin_layout Standard
6664 wobei die Breite eine der in Anhang
6665 \begin_inset space ~
6666 \end_inset
6667
6668
6669 \begin_inset CommandInset ref
6670 LatexCommand ref
6671 reference "kap:In-LyX-verfügbare"
6672
6673 \end_inset
6674
6675  aufgelisteten Einheiten haben kann.
6676 \end_layout
6677
6678 \begin_layout Standard
6679 Die beiden folgenden Tabellen zeigen den Unterschied:
6680 \end_layout
6681
6682 \begin_layout Standard
6683 \begin_inset Tabular
6684 <lyxtabular version="3" rows="6" columns="5">
6685 <features islongtable="true">
6686 <column alignment="center" valignment="top" width="0">
6687 <column alignment="center" valignment="top" width="0">
6688 <column alignment="center" valignment="top" width="0">
6689 <column alignment="center" valignment="top" width="0">
6690 <column alignment="center" valignment="top" width="0">
6691 <row caption="true">
6692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 \begin_inset Caption
6697
6698 \begin_layout Plain Layout
6699 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6700 \begin_inset OptArg
6701 status open
6702
6703 \begin_layout Plain Layout
6704 Titel mit Standardbreite
6705 \end_layout
6706
6707 \end_inset
6708
6709
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 <row>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 1
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 2
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 3
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 4
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 5
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 s
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 s
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 <row>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 s
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 sad
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 asd
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 </row>
6991 </lyxtabular>
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \begin_layout Standard
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 setlength{
7007 \backslash
7008 LTcapwidth}{5cm}
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \begin_inset Tabular
7015 <lyxtabular version="3" rows="6" columns="5">
7016 <features islongtable="true">
7017 <column alignment="center" valignment="top" width="0">
7018 <column alignment="center" valignment="top" width="0">
7019 <column alignment="center" valignment="top" width="0">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <row caption="true">
7023 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Caption
7028
7029 \begin_layout Plain Layout
7030 Langer Titel mit 5
7031 \begin_inset space \thinspace{}
7032 \end_inset
7033
7034 cm Breite, Langer Titel mit 5
7035 \begin_inset space \thinspace{}
7036 \end_inset
7037
7038 cm Breite
7039 \begin_inset OptArg
7040 status open
7041
7042 \begin_layout Plain Layout
7043 Titel mit 5
7044 \begin_inset space \thinspace{}
7045 \end_inset
7046
7047 cm Breite
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 1
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 2
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 3
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 4
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 5
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 sad
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 </lyxtabular>
7335
7336 \end_inset
7337
7338
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 LTcapwidth}{4in}
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \begin_inset Note Note
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358 Beschriftungsbreite zurücksetzen
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \begin_layout Standard
7367 \begin_inset Note Greyedout
7368 status open
7369
7370 \begin_layout Plain Layout
7371
7372 \series bold
7373 Achtung:
7374 \series default
7375  Wenn das LaTeX-Paket 
7376 \series bold
7377 caption
7378 \series default
7379
7380 \begin_inset Index
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 LaTeX-Pakete ! caption
7385 \end_layout
7386
7387 \end_inset
7388
7389  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7390  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7391  4
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 Zoll für 
7396 \series bold
7397
7398 \backslash
7399 LTcapwidth
7400 \series default
7401  benutzen.
7402  Um in diesem Fall eine genau 4
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7407  4
7408 \begin_inset space \thinspace{}
7409 \end_inset
7410
7411 Zoll veränderten Wert wie z.
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 B.
7416  3.99
7417 \begin_inset space \thinspace{}
7418 \end_inset
7419
7420 Zoll verwenden oder den LaTeX-Befehl 
7421 \series bold
7422
7423 \backslash
7424 captionsetup{width=Wert}
7425 \series default
7426  benutzen, der vom 
7427 \series bold
7428 caption
7429 \series default
7430 -Paket bereitgestellt wird.
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Subsubsection
7439 Unterschiedliche Titel für Tabellenseiten
7440 \begin_inset Index
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Tabellen ! lange ! mehrere Titel
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7454  die erste, müssen Sie eine 
7455 \family sans
7456 Legende
7457 \family default
7458  mit einem nicht-leeren 
7459 \family sans
7460 Kurztitel
7461 \family default
7462  in eine leere Legende-Zeile, die als 
7463 \family sans
7464 Erste
7465 \begin_inset space ~
7466 \end_inset
7467
7468 Kopfzeile
7469 \family default
7470  definiert wurde, einfügen.
7471  Der Titel für die anderen Tabellenseiten wird als 
7472 \family sans
7473 Legende
7474 \family default
7475  ohne 
7476 \family sans
7477 Kurztitel
7478 \family default
7479  in eine leere Legende-Zeile, die als 
7480 \family sans
7481 Kopfzeile
7482 \family default
7483  definiert wurde, eingefügt.
7484  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7485  Befehl
7486 \end_layout
7487
7488 \begin_layout Standard
7489
7490 \series bold
7491
7492 \backslash
7493 caption*{caption text}
7494 \end_layout
7495
7496 \begin_layout Standard
7497 anstatt der 
7498 \family sans
7499 Legende
7500 \family default
7501 -Umgebung von LyX benutzen.
7502  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7503  den Titel der 
7504 \family sans
7505 Ersten
7506 \begin_inset space ~
7507 \end_inset
7508
7509 Kopfzeile
7510 \family default
7511  eingefügt werden.
7512  Tabelle
7513 \begin_inset space ~
7514 \end_inset
7515
7516
7517 \begin_inset CommandInset ref
7518 LatexCommand ref
7519 reference "tab:DiffCaptions"
7520
7521 \end_inset
7522
7523  ist ein Beispiel für eine 
7524 \family sans
7525 lange
7526 \begin_inset space ~
7527 \end_inset
7528
7529 Tabelle
7530 \family default
7531  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7532 \end_layout
7533
7534 \begin_layout Standard
7535 \align center
7536 \begin_inset Tabular
7537 <lyxtabular version="3" rows="60" columns="3">
7538 <features islongtable="true">
7539 <column alignment="left" valignment="top" width="0cm">
7540 <column alignment="left" valignment="top" width="0pt">
7541 <column alignment="right" valignment="top" width="0pt">
7542 <row endfirsthead="true" caption="true">
7543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Caption
7548
7549 \begin_layout Plain Layout
7550 Telefonliste
7551 \begin_inset CommandInset label
7552 LatexCommand label
7553 name "tab:DiffCaptions"
7554
7555 \end_inset
7556
7557
7558 \begin_inset OptArg
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 Telefonliste
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row endfirsthead="true">
7597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Telefonliste (ignoriere die Namen)
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 NAME
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 TEL.
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row endhead="true" caption="true">
7661 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 \begin_inset ERT
7666 status open
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 caption*{Fortsetzung der Telefonliste}
7673 \backslash
7674
7675 \backslash
7676 %
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" bottomline="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 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row endhead="true">
7706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Telefonliste
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 NAME
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 TEL.
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endfoot="true">
7770 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 wird fortgesetzt\SpecialChar \ldots{}
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 Annovi
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 Silvia
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 111
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Bertoli
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Stefano
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 111
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Bozzi
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Walter
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 111
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 Cachia
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Maria
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 111
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 Cachia
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 Maurizio
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 111
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Cinquemani
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Giusi
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Colin
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 Bernard
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 111
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 Concli
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 Gianfranco
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 111
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 Dal Bosco
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Carolina
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 111
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Dalpiaz
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Annamaria
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Feliciello
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Domenico
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Focarelli
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Paola
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Galletti
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Oreste
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Gasparini
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Franca
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Rizzardi
8241 \series default
8242
8243 \begin_inset Foot
8244 status open
8245
8246 \begin_layout Plain Layout
8247 Beispielfußnote
8248 \end_layout
8249
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Paola
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Lassini
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Giancarlo
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Malfatti
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Luciano
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Malfatti
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Valeriano
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Meneguzzo
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Roberto
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Mezzadra
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Roberto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Pirpamer
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Erich
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Pochiesa
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Paolo
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111, 222
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Radina
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Claudio
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Stuffer
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Oskar
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Tacchelli
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Ugo
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Tezzele
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Margit
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Unterkalmsteiner
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Frieda
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Vieider
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Hilde
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Vigna
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Jürgen
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Weber
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Maurizio
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Winkler
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Franz
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777  
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Annovi
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Silvia
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 555
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Bertoli
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Stefano
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Bozzi
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Walter
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Cachia
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Maria
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Cachia
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Maurizio
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Cinquemani
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Giusi
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Colin
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Bernard
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Concli
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Gianfranco
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Dal Bosco
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Carolina
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Dalpiaz
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Annamaria
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Feliciello
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Domenico
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Focarelli
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Paola
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Galletti
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Oreste
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Gasparini
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Franca
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Rizzardi
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Paola
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Lassini
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Giancarlo
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Malfatti
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Luciano
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Malfatti
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Valeriano
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Meneguzzo
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Roberto
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Mezzadra
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Roberto
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row endlastfoot="true">
9422 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 </lyxtabular>
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \begin_layout Section
9458 Weitere Möglichkeiten für 
9459 \family sans
9460 lange Tabelle
9461 \family default
9462 n
9463 \begin_inset CommandInset label
9464 LatexCommand label
9465 name "abs:Special-Longtable-Issues"
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Subsection
9473 L
9474 \family sans
9475 ange Tabelle
9476 \family default
9477 n: Berechnung
9478 \begin_inset Index
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Tabellen ! lange ! Berechnung
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9492  sogenannten 
9493 \emph on
9494 chunks
9495 \emph default
9496  (Brocken).
9497  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9498  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9499  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9500  das die Druckausgabe.
9501  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9502  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9503  einfügen:
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setcounter{LTchunksize}{100}
9512 \end_layout
9513
9514 \begin_layout Subsection
9515 Gleitobjekte und L
9516 \family sans
9517 ange Tabelle
9518 \family default
9519 n
9520 \begin_inset Index
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524 Tabellen ! lange ! und Gleitobjekte
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \begin_layout Standard
9533 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9534 \family sans
9535 lange
9536 \begin_inset space ~
9537 \end_inset
9538
9539 Tabelle
9540 \family default
9541  beginnt, ein Gleitobjekt befindet.
9542  Um das zu vermeiden, können Sie vor der 
9543 \family sans
9544 langen
9545 \begin_inset space ~
9546 \end_inset
9547
9548 Tabellen
9549 \family default
9550  einen manuellen Seitenumbruch
9551 \family sans
9552  Einfügen\SpecialChar \menuseparator
9553 Formatierung\SpecialChar \menuseparator
9554 [Doppel]Seite
9555 \begin_inset space \space{}
9556 \end_inset
9557
9558 leeren
9559 \family default
9560  einfügen, siehe 
9561 \emph on
9562 Benutzerhandbuch
9563 \emph default
9564 .
9565 \end_layout
9566
9567 \begin_layout Subsection
9568 Manuelle Seitenumbrüche
9569 \begin_inset Index
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573 Tabellen ! lange ! manueller Seitenumbruch
9574 \end_layout
9575
9576 \end_inset
9577
9578
9579 \end_layout
9580
9581 \begin_layout Standard
9582 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9583  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9584  der Zelle umbrechen wollen, fügen Sie den Befehl  
9585 \begin_inset Quotes gld
9586 \end_inset
9587
9588
9589 \series bold
9590
9591 \backslash
9592
9593 \backslash
9594
9595 \series default
9596
9597 \begin_inset Quotes grd
9598 \end_inset
9599
9600  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9601  werden soll.
9602  Vor dem 
9603 \begin_inset Quotes gld
9604 \end_inset
9605
9606
9607 \series bold
9608
9609 \backslash
9610
9611 \backslash
9612
9613 \series default
9614
9615 \begin_inset Quotes grd
9616 \end_inset
9617
9618 -Befehl müssen Sie so viele 
9619 \begin_inset Quotes gld
9620 \end_inset
9621
9622
9623 \series bold
9624 &
9625 \series default
9626
9627 \begin_inset Quotes grd
9628 \end_inset
9629
9630  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9631  Mit 
9632 \begin_inset Quotes gld
9633 \end_inset
9634
9635
9636 \series bold
9637 &
9638 \series default
9639
9640 \begin_inset Quotes grd
9641 \end_inset
9642
9643   werden in LaTeX Tabellenzellen getrennt.
9644  Hinter jedes 
9645 \begin_inset Quotes gld
9646 \end_inset
9647
9648
9649 \series bold
9650 &
9651 \series default
9652
9653 \begin_inset Quotes grd
9654 \end_inset
9655
9656  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9657  und löschen den Inhalt dieser Zellen.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Hinter dem 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667
9668 \backslash
9669
9670 \backslash
9671
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677 -Befehl müssen Sie so viele 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9690  In Tabelle
9691 \begin_inset space ~
9692 \end_inset
9693
9694
9695 \begin_inset CommandInset ref
9696 LatexCommand ref
9697 reference "tab:ForcedPagebreak"
9698
9699 \end_inset
9700
9701  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9702  Es folgt noch eine weitere Spalte.
9703  Deshalb wurde hinter dem Wort 
9704 \emph on
9705 Castelchiodato, 
9706 \emph default
9707 folgendes eingefügt:
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721 &
9722 \end_layout
9723
9724 \begin_layout Standard
9725 Die 
9726 \begin_inset Quotes gld
9727 \end_inset
9728
9729 111
9730 \begin_inset Quotes grd
9731 \end_inset
9732
9733  in der dritten Spalte wurde gelöscht.
9734  Wenn die Fußzeile Ihrer 
9735 \family sans
9736 langen
9737 \begin_inset space ~
9738 \end_inset
9739
9740 Tabelle
9741 \family default
9742  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9743  Befehle benutzen:
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749 & 111
9750 \backslash
9751
9752 \backslash
9753
9754 \begin_inset Newline newline
9755 \end_inset
9756
9757
9758 \backslash
9759 hline &
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9764  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9765 \end_layout
9766
9767 \begin_layout Standard
9768
9769 \series bold
9770
9771 \backslash
9772 setlength{
9773 \backslash
9774 parfillskip}{0pt}
9775 \end_layout
9776
9777 \begin_layout Standard
9778 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9779  erscheint.
9780 \end_layout
9781
9782 \begin_layout Standard
9783 \align center
9784 \begin_inset Tabular
9785 <lyxtabular version="3" rows="39" columns="3">
9786 <features islongtable="true">
9787 <column alignment="left" valignment="top" width="0cm">
9788 <column alignment="left" valignment="top" width="3cm">
9789 <column alignment="right" valignment="top" width="0pt">
9790 <row endfirsthead="true" caption="true">
9791 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Caption
9796
9797 \begin_layout Plain Layout
9798 Tabelle mit manuellem Seitenumbruch in einer Zelle
9799 \begin_inset CommandInset label
9800 LatexCommand label
9801 name "tab:ForcedPagebreak"
9802
9803 \end_inset
9804
9805
9806 \begin_inset OptArg
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Tabelle mit manuellem Seitenumbruch in einer Zelle
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row endfirsthead="true">
9845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Telefonliste (ignoriere die Namen)
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfirsthead="true">
9876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 NAME
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 TEL.
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true" caption="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 \begin_inset ERT
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917
9918
9919 \backslash
9920 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9921 \backslash
9922
9923 \backslash
9924 %
9925 \end_layout
9926
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row endhead="true">
9954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Telefonliste
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row endhead="true">
9985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 NAME
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 TEL.
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row endfoot="true">
10018 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 wird fortgesetzt\SpecialChar \ldots{}
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Annovi
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Silvia
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Bertoli
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Stefano
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Bozzi
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Walter
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Cachia
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Maria
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Cachia
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Maurizio
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Cinquemani
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Giusi
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Colin
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Bernard
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Concli
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Gianfranco
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Dal Bosco
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Carolina
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Dalpiaz
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Annamaria
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Feliciello
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Domenico
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Focarelli
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Paola
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Galletti
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Oreste
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Gasparini
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Franca
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Lassini
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Giancarlo
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Malfatti
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Luciano
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Malfatti
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Valeriano
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Meneguzzo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Roberto
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Mezzadra
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Roberto
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Pirpamer
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Erich
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Pochiesa
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Paolo
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111, 222
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Radina
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Claudio
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Rizzardi
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Paolo, 11.
10746  Fürst von Monte\SpecialChar \-
10747 com\SpecialChar \-
10748 patri, 11.
10749  Fürst von Sulmona und Vivaro, 10.
10750  Fürst von Rossano, 5.
10751  Herzog von Canemorte, 11.
10752  Herzog von Palombara, 5.
10753  Herzog von Castelchiodato,
10754 \begin_inset ERT
10755 status open
10756
10757 \begin_layout Plain Layout
10758
10759 & 111
10760 \backslash
10761
10762 \backslash
10763
10764 \end_layout
10765
10766 \begin_layout Plain Layout
10767
10768 &
10769 \end_layout
10770
10771 \end_inset
10772
10773  11.
10774  Herzog von Poggionativo, 11.
10775  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10776  Graf von Valinfreda, 11.
10777  Baron von Cropalati, 11.
10778  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Stuffer
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Oskar
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Tacchelli
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Ugo
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Tezzele
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Margit
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Unterkalmsteiner
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Frieda
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Vieider
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Hilde
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Vigna
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Jürgen
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Weber
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Maurizio
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Winkler
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Franz
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row endlastfoot="true">
11042 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 </lyxtabular>
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Section
11078 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11079 \end_layout
11080
11081 \begin_layout Subsection
11082 Mehrfache Zeilen in Zellen
11083 \begin_inset CommandInset label
11084 LatexCommand label
11085 name "uab:Mehrfache-Zeilen-in"
11086
11087 \end_inset
11088
11089
11090 \begin_inset Index
11091 status collapsed
11092
11093 \begin_layout Plain Layout
11094 Mehrfache ! Zeilen in Zellen
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Tabellen ! Zeilenumbrüche
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 \noindent
11114 \begin_inset Float table
11115 placement H
11116 wide false
11117 sideways false
11118 status open
11119
11120 \begin_layout Plain Layout
11121 \begin_inset Caption
11122
11123 \begin_layout Plain Layout
11124 \begin_inset CommandInset label
11125 LatexCommand label
11126 name "tab:Table-with-multiple"
11127
11128 \end_inset
11129
11130 Tabelle mit mehrfachen Zeilen in einer Zelle
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Plain Layout
11139 \align center
11140 \begin_inset Tabular
11141 <lyxtabular version="3" rows="3" columns="3">
11142 <features>
11143 <column alignment="center" valignment="middle" width="2.5cm">
11144 <column alignment="center" valignment="middle" width="0.5cm">
11145 <column alignment="center" valignment="middle" width="0.5cm">
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 zwei
11152 \begin_inset Newline linebreak
11153 \end_inset
11154
11155 Zeilen
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 b
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 c
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 d
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 e
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 f
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 g
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 h
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 i
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \begin_layout Standard
11250 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11251  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11252  Tabelle
11253 \begin_inset space ~
11254 \end_inset
11255
11256
11257 \begin_inset CommandInset ref
11258 LatexCommand ref
11259 reference "tab:Table-with-multiple"
11260
11261 \end_inset
11262
11263  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11264 \family sans
11265 Tabellen-Einstellungen
11266 \family default
11267 -Dialog auf 2.5
11268 \begin_inset space \thinspace{}
11269 \end_inset
11270
11271 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11272  Weil unser Text schmaler als 2.5
11273 \begin_inset space \thinspace{}
11274 \end_inset
11275
11276 cm ist, würde er in einer Zeile gedruckt werden.
11277  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11278
11279 \family sans
11280 Strg-Shift-Enter
11281 \family default
11282 ) eingefügt.
11283  Wenn der Text länger ist, wird er automatisch umgebrochen.
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11288  setzen Sie die Breite der beiden Spalten im 
11289 \family sans
11290 Tabellen-Einstellungen
11291 \family default
11292 -Dialog auf 0.5
11293 \begin_inset space \thinspace{}
11294 \end_inset
11295
11296 cm und die vertikale Ausrichtung auf zentriert.
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11301  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11302  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11303  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11304  Fügen sie daher 0
11305 \begin_inset space \thinspace{}
11306 \end_inset
11307
11308 pt horizontalen Abstand vor dem Wort ein.
11309  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11310  Tabelle
11311 \begin_inset space ~
11312 \end_inset
11313
11314
11315 \begin_inset CommandInset ref
11316 LatexCommand ref
11317 reference "tab:Table-with-and"
11318
11319 \end_inset
11320
11321  zeigt die Wirkungen.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 \begin_inset Float table
11326 placement h
11327 wide false
11328 sideways false
11329 status open
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Caption
11333
11334 \begin_layout Plain Layout
11335 \begin_inset CommandInset label
11336 LatexCommand label
11337 name "tab:Table-with-and"
11338
11339 \end_inset
11340
11341 Tabelle ohne und mit Silbentrennung
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Plain Layout
11350 \begin_inset space \hfill{}
11351 \end_inset
11352
11353
11354 \begin_inset Tabular
11355 <lyxtabular version="3" rows="3" columns="3">
11356 <features>
11357 <column alignment="center" valignment="middle" width="2.5cm">
11358 <column alignment="center" valignment="middle" width="0.5cm">
11359 <column alignment="center" valignment="middle" width="0.5cm">
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 einsehrlangesZellenwort
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 b
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 c
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 d
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 e
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 f
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 g
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 h
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 i
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 </lyxtabular>
11448
11449 \end_inset
11450
11451
11452 \begin_inset space \hfill{}
11453 \end_inset
11454
11455
11456 \begin_inset Tabular
11457 <lyxtabular version="3" rows="3" columns="3">
11458 <features>
11459 <column alignment="center" valignment="middle" width="2.5cm">
11460 <column alignment="center" valignment="middle" width="0.5cm">
11461 <column alignment="center" valignment="middle" width="0.5cm">
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset space \hspace{}
11468 \length 0pt
11469 \end_inset
11470
11471 einsehrlangesZellenwort
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 b
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 c
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 d
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 e
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 f
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 g
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 h
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 i
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 </lyxtabular>
11554
11555 \end_inset
11556
11557
11558 \begin_inset space \hfill{}
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \begin_layout Subsection
11570 Mehrfachspalten
11571 \begin_inset CommandInset label
11572 LatexCommand label
11573 name "uab:Mehrfachspalten"
11574
11575 \end_inset
11576
11577
11578 \begin_inset Index
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582 Mahrfachspalten
11583 \end_layout
11584
11585 \end_inset
11586
11587
11588 \begin_inset Index
11589 status collapsed
11590
11591 \begin_layout Plain Layout
11592 Tabellen ! Mahrfachspalten
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Subsubsection
11601 Grundlagen
11602 \end_layout
11603
11604 \begin_layout Standard
11605 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11606  und verwenden dann den Knopf 
11607 \begin_inset Graphics
11608         filename ../../images/tabular-feature_multicolumn.png
11609         scale 70
11610         scaleBeforeRotation
11611         BoundingBox 0bp 6bp 22bp 22bp
11612
11613 \end_inset
11614
11615  in der Werkzeugleiste, das Menü 
11616 \family sans
11617 Bearbeiten\SpecialChar \menuseparator
11618 Tabelle\SpecialChar \menuseparator
11619 Mehrfachspalte
11620 \family default
11621  oder den 
11622 \family sans
11623 Tabellen-Einstellungen
11624 \family default
11625 -Dialog, in dem Sie auf der Karteikarte 
11626 \family sans
11627 Tabellen-Einstellungen
11628 \family default
11629  
11630 \family sans
11631 Mehrfachspalte
11632 \family default
11633  ankreuzen.
11634 \end_layout
11635
11636 \begin_layout Standard
11637 Mehrfachspalten haben ihre eigenen Einstellungen.
11638  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11639  Hier ist ein Beispiel, wobei 
11640 \begin_inset Quotes gld
11641 \end_inset
11642
11643 B 2
11644 \begin_inset Quotes grd
11645 \end_inset
11646
11647  keine Mehrfachzeile ist, wie in Abschnitt
11648 \begin_inset space ~
11649 \end_inset
11650
11651
11652 \begin_inset CommandInset ref
11653 LatexCommand ref
11654 reference "uab:Mehrfachzeilen"
11655
11656 \end_inset
11657
11658  beschrieben.
11659  Es wurde nur eine Linie weggelassen:
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \align center
11664 \begin_inset Tabular
11665 <lyxtabular version="3" rows="3" columns="4">
11666 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <column alignment="center" valignment="middle" width="0">
11669 <column alignment="center" valignment="top" width="0in">
11670 <column alignment="center" valignment="top" width="0pt">
11671 <row>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 abc
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 def ghi
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 jkl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \family roman
11716 \series medium
11717 \shape up
11718 \size normal
11719 \emph off
11720 \bar no
11721 \noun off
11722 \color none
11723 A
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 B
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 C
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 D
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 1
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 2
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 3
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 4
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Subsubsection
11802 Mehrfachspalten-Berechnungen
11803 \begin_inset CommandInset label
11804 LatexCommand label
11805 name "uab:Mehrfachspalten-Berechnungen"
11806
11807 \end_inset
11808
11809
11810 \begin_inset Index
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814 Mahrfachspalten ! Berechnung
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Tabellen ! Mahrfachspalten ! Berechnung
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11834  Zellen beachten.
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset Float table
11839 placement h
11840 wide false
11841 sideways false
11842 status open
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Caption
11846
11847 \begin_layout Plain Layout
11848 \begin_inset CommandInset label
11849 LatexCommand label
11850 name "tab:Table-with-centered"
11851
11852 \end_inset
11853
11854 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11855  die halbe Breite der Mehrfachspalten-Zelle haben
11856 \begin_inset OptArg
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Eine Mehrfachspalten-Tabelle
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Plain Layout
11874 \align center
11875 \begin_inset Tabular
11876 <lyxtabular version="3" rows="3" columns="3">
11877 <features>
11878 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11879 <column alignment="center" valignment="middle" width="0">
11880 <column alignment="center" valignment="top" width="0">
11881 <row>
11882 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 Dies ist eine Mehrfach\SpecialChar \-
11887 spalten-Zelle
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Um Tabelle
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11994  3×3-Tabelle, kreuzen im 
11995 \family sans
11996 Tabellen-Einstellungen
11997 \family default
11998 -Dialog 
11999 \family sans
12000 Mehrfachspalte
12001 \family default
12002  an, setzen die 
12003 \family sans
12004 Horizontale
12005 \begin_inset space ~
12006 \end_inset
12007
12008 Ausrichtung
12009 \family default
12010  auf 
12011 \family sans
12012 Zentriert
12013 \family default
12014  und die 
12015 \family sans
12016 Breite
12017 \family default
12018  auf 2.5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm.
12023  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12024  Sie die Breite der ersten Spalte auf 1.25
12025 \begin_inset space \thinspace{}
12026 \end_inset
12027
12028 cm setzen.
12029  Die zweite Spalte wird dann automatisch 1.25
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm breit (Breite der 
12034 \family sans
12035 Mehrfachspalte
12036 \family default
12037  
12038 \begin_inset Formula $-$
12039 \end_inset
12040
12041  Breite der ersten Spalte).
12042  Dies wurde so für Tabelle
12043 \begin_inset space ~
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "tab:Table-without-half"
12050
12051 \end_inset
12052
12053  gemacht.
12054 \end_layout
12055
12056 \begin_layout Standard
12057 \begin_inset Float table
12058 wide false
12059 sideways false
12060 status open
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Caption
12064
12065 \begin_layout Plain Layout
12066 \begin_inset CommandInset label
12067 LatexCommand label
12068 name "tab:Table-without-half"
12069
12070 \end_inset
12071
12072 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12073  wie die Mehrfachspalte
12074 \begin_inset OptArg
12075 status collapsed
12076
12077 \begin_layout Plain Layout
12078 Eine unvollkommene Mehrfachspalten-Tabelle
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Plain Layout
12092 \align center
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="3" columns="3">
12095 <features>
12096 <column alignment="center" valignment="top" width="1.25cm">
12097 <column alignment="center" valignment="top" width="0">
12098 <column alignment="center" valignment="top" width="0">
12099 <row>
12100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 Dies ist auch eine Mehr\SpecialChar \-
12105 fach\SpecialChar \-
12106 spalten-Zelle
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 c
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 d
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 e
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 f
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 g
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 h
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 i
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12202  als die zweite ist.
12203  Das liegt daran, dass die Zellenbreite 
12204 \begin_inset Formula $W_{\mathrm{tot}}$
12205 \end_inset
12206
12207  nicht ihre definierte Breite 
12208 \begin_inset Formula $W_{g}$
12209 \end_inset
12210
12211  ist, sondern ein wenig mehr.
12212  Anhang
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "kap:Exläuterung-einer-Gleichung"
12220
12221 \end_inset
12222
12223  erklärt das genauer.
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Wenn 
12228 \emph on
12229 n
12230 \emph default
12231  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12232  die definierte Breite 
12233 \begin_inset Formula $W_{g\, n}$
12234 \end_inset
12235
12236  einer Spalte, deren totale Breite = 
12237 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12238 \end_inset
12239
12240  sein soll, wie folgt:
12241 \begin_inset Formula \begin{equation}
12242 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 In unserem Falls ist 
12251 \begin_inset Formula $n=2$
12252 \end_inset
12253
12254
12255 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12256 \end_inset
12257
12258 cm, und damit wird aus Gleichung
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "eq:Wgn"
12266
12267 \end_inset
12268
12269  
12270 \begin_inset Formula \begin{equation}
12271 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 Damit LaTeX rechnen kann, muss das Paket 
12280 \series bold
12281 calc
12282 \series default
12283  im Vorspann geladen werden.
12284 \begin_inset Index
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 LaTeX-Pakete ! calc
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297
12298 \series bold
12299
12300 \backslash
12301 usepackage{calc}
12302 \end_layout
12303
12304 \begin_layout Standard
12305 LyX erlaubt im 
12306 \family sans
12307 Breite
12308 \family default
12309 -Feld des 
12310 \family sans
12311 Tabellen-Einstellungen
12312 \family default
12313 -Dialogs keine Berechnungen.
12314  Deshalb müssen Sie die Formel für die Breite im Feld 
12315 \family sans
12316 LaTe
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322 {}
12323 \end_layout
12324
12325 \end_inset
12326
12327 X-Argument
12328 \family default
12329  eingeben.
12330  Hier iss ein Überblick über die Argumente:
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 p{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Oben
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 m{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Mitte
12359 \end_layout
12360
12361 \begin_layout Itemize
12362
12363 \series bold
12364 b{Breite}
12365 \series default
12366  die Zelle bekommt eine feste 
12367 \series bold
12368 Breite
12369 \series default
12370 , und die vertikale Ausrichtung ist 
12371 \family sans
12372 Unten
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12377  für diese Zelle überschrieben.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 \begin_inset Note Greyedout
12382 status open
12383
12384 \begin_layout Plain Layout
12385
12386 \series bold
12387 Bemerkung:
12388 \series default
12389  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12390  angezeigt.
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12400  der Zelle mit dem Inhalt 
12401 \begin_inset Quotes gld
12402 \end_inset
12403
12404 d
12405 \begin_inset Quotes grd
12406 \end_inset
12407
12408  der Tabelle
12409 \begin_inset space ~
12410 \end_inset
12411
12412
12413 \begin_inset CommandInset ref
12414 LatexCommand ref
12415 reference "tab:Table-with-centered"
12416
12417 \end_inset
12418
12419  auch noch der Befehl
12420 \family typewriter
12421 \series bold
12422  
12423 \family default
12424
12425 \backslash
12426 centering
12427 \series default
12428  hinzugefügt.
12429  Das Ganze sieht dann so aus:
12430 \end_layout
12431
12432 \begin_layout Standard
12433
12434 \series bold
12435 |>{
12436 \backslash
12437 centering}m{1.25cm-6.2pt}
12438 \end_layout
12439
12440 \begin_layout Standard
12441 Der vertikale Strich 
12442 \series bold
12443
12444 \begin_inset Quotes gld
12445 \end_inset
12446
12447 |
12448 \series default
12449
12450 \begin_inset Quotes grd
12451 \end_inset
12452
12453  am Anfang zeichnet die linke Linie, und der Befehl 
12454 \series bold
12455
12456 \begin_inset Quotes gld
12457 \end_inset
12458
12459 >{ }
12460 \begin_inset Quotes grd
12461 \end_inset
12462
12463
12464 \series default
12465  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12466  der Zelle benutzt werden sollen.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12471  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12472  für einzelne Spalten anwendet.
12473  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12474  werden:
12475 \end_layout
12476
12477 \begin_layout Standard
12478
12479 \series bold
12480 |>{
12481 \backslash
12482 centering}m{2.5cm}|
12483 \end_layout
12484
12485 \begin_layout Subsection
12486 Mehrfachzeilen
12487 \begin_inset CommandInset label
12488 LatexCommand label
12489 name "uab:Mehrfachzeilen"
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Mehrfachzeilen
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Tabellen ! Mehrfachzeilen
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12518  unterstützt, sodass etwas TeX-Code notwendig ist.
12519  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12520 \series bold
12521 multirow
12522 \series default
12523
12524 \begin_inset Index
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 LaTeX-Pakete ! multirow
12529 \end_layout
12530
12531 \end_inset
12532
12533  im Vorspann geladen werden:
12534 \end_layout
12535
12536 \begin_layout Standard
12537
12538 \series bold
12539
12540 \backslash
12541 usepackage{multirow}
12542 \end_layout
12543
12544 \begin_layout Standard
12545 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12546 \end_layout
12547
12548 \begin_layout Standard
12549
12550 \series bold
12551
12552 \backslash
12553 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12554 \end_layout
12555
12556 \begin_layout Standard
12557 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12558  Mehrfachspalte definiert und die obere Linie entfernt.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \align center
12563 \begin_inset ERT
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567
12568
12569 \backslash
12570 renewcommand{
12571 \backslash
12572 multirowsetup}{
12573 \backslash
12574 centering}
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset Tabular
12581 <lyxtabular version="3" rows="3" columns="3">
12582 <features>
12583 <column alignment="center" valignment="top" width="0">
12584 <column alignment="center" valignment="top" width="0">
12585 <column alignment="center" valignment="top" width="0">
12586 <row>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 a
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 b
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 c
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 multirow{2}{2.5cm}{
12628 \end_layout
12629
12630 \end_inset
12631
12632 Mehrfach\SpecialChar \-
12633 zeilen-Text
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639 }
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 e
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 f
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 h
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 i
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 </lyxtabular>
12698
12699 \end_inset
12700
12701
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 renewcommand{
12710 \backslash
12711 multirowsetup}{
12712 \backslash
12713 raggedright}
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \begin_layout Standard
12722 In der Zelle darüber wurde dann mit dem Befehl
12723 \end_layout
12724
12725 \begin_layout Standard
12726
12727 \series bold
12728
12729 \backslash
12730 multirow{2}{2.5cm}{
12731 \end_layout
12732
12733 \begin_layout Standard
12734 als TeX-Code die Mehrfachzeile definiert.
12735  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12736 \begin_inset space \thinspace{}
12737 \end_inset
12738
12739 cm.
12740  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12741  mit der Klammer 
12742 \begin_inset Quotes gld
12743 \end_inset
12744
12745
12746 \series bold
12747 }
12748 \series default
12749
12750 \begin_inset Quotes grd
12751 \end_inset
12752
12753  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 multirow
12762 \series default
12763  richtet seinen Inhalt standardmäßig linksbündig aus.
12764  Das wurde mit dem Befehl
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 renewcommand{
12773 \backslash
12774 multirowsetup}{
12775 \backslash
12776 centering}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 renewcommand{
12789 \backslash
12790 multirowsetup}{
12791 \backslash
12792 raggedright}
12793 \end_layout
12794
12795 \begin_layout Standard
12796 zurückgesetzt.
12797  Für rechtsbündigen Text benutzt man 
12798 \series bold
12799
12800 \backslash
12801 raggedleft
12802 \series default
12803 .
12804 \end_layout
12805
12806 \begin_layout Section
12807 Formale Tabellen
12808 \begin_inset CommandInset label
12809 LatexCommand label
12810 name "abs:Formale-Tabellen"
12811
12812 \end_inset
12813
12814
12815 \begin_inset Index
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819 Tabellen ! Formale
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 Tabellen werden in Büchern oft wie Tabelle
12829 \begin_inset space ~
12830 \end_inset
12831
12832
12833 \begin_inset CommandInset ref
12834 LatexCommand ref
12835 reference "tab:Formale-Tabelle"
12836
12837 \end_inset
12838
12839  gesetzt.
12840  Diese Tabellen werden
12841 \emph on
12842  formal
12843 \emph default
12844  genannt.
12845  Formale Tabellen bekommen Sie, wenn Sie im 
12846 \family sans
12847 Tabellen-Einstellungen
12848 \family default
12849 -Dialog auf der Karteikarte 
12850 \family sans
12851 Rahmen
12852 \family default
12853  den 
12854 \family sans
12855 Stil
12856 \family default
12857  
12858 \family sans
12859 Formal
12860 \family default
12861  ankreuzen.
12862 \end_layout
12863
12864 \begin_layout Standard
12865 \begin_inset Float table
12866 placement h
12867 wide false
12868 sideways false
12869 status open
12870
12871 \begin_layout Plain Layout
12872 \begin_inset Caption
12873
12874 \begin_layout Plain Layout
12875 \begin_inset CommandInset label
12876 LatexCommand label
12877 name "tab:Formale-Tabelle"
12878
12879 \end_inset
12880
12881 Formale Tabelle
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \begin_layout Plain Layout
12890 \align center
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="8" columns="4">
12893 <features booktabs="true">
12894 <column alignment="center" valignment="top" width="0">
12895 <column alignment="right" valignment="top" width="0">
12896 <column alignment="right" valignment="top" width="0">
12897 <column alignment="right" valignment="top" width="0">
12898 <row>
12899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 System
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 Medipix
12913 \begin_inset Formula $\,$
12914 \end_inset
12915
12916 1
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 Medipix
12926 \begin_inset Formula $\,$
12927 \end_inset
12928
12929 2
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 \begin_inset ERT
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953
12954
12955 \backslash
12956 cmidrule(r){2-2}
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 cmidrule(l){3-4}
12970 \end_layout
12971
12972 \end_inset
12973
12974 Detektordicke [µm]
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 300
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 300
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 700
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 Kantenwinkel [°]
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 3.55
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 2.71
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 7.99
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row topspace="default">
13046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 räumliche Auf\SpecialChar \textcompwordmark{}
13051 lösung [µm]
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 4.26
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 10.17
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 10.56
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 <row topspace="default">
13085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 MTF bei 
13090 \begin_inset Formula $f_{\mathrm{max}}$
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 0.53
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 0.37
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 0.39
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row topspace="default">
13127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 \begin_inset ERT
13132 status collapsed
13133
13134 \begin_layout Plain Layout
13135
13136
13137 \backslash
13138 cmidrule(l{10pt}){1-1}
13139 \end_layout
13140
13141 \end_inset
13142
13143 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13144 lösung
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
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 in µm
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 129.7
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 52.75
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 50.78
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 in % der Pixelgröße
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 76.3
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 95.9
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 92.3
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Standard
13266 Abstände zu Tabellenzeilen können auf der Karteikarte 
13267 \family sans
13268 Rahmen
13269 \family default
13270  des 
13271 \family sans
13272 Tabellen-Ein\SpecialChar \-
13273 stel\SpecialChar \-
13274 lun\SpecialChar \-
13275 gen
13276 \family default
13277 -Dialogs hinzugefügt werden, wie in Abschnitt
13278 \begin_inset space ~
13279 \end_inset
13280
13281
13282 \begin_inset CommandInset ref
13283 LatexCommand ref
13284 reference "uab:Zeilenabstand"
13285
13286 \end_inset
13287
13288  beschrieben.
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13293  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13294  gedruckt aber anders aus.
13295  Die erste und letzte Linie ist 0.08
13296 \begin_inset space \thinspace{}
13297 \end_inset
13298
13299 em dick, während die anderen 0.05
13300 \begin_inset space \thinspace{}
13301 \end_inset
13302
13303 em dick sind.
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 let
13316 \backslash
13317 mytoprule
13318 \backslash
13319 toprule
13320 \begin_inset Newline newline
13321 \end_inset
13322
13323
13324 \backslash
13325 renewcommand{
13326 \backslash
13327 toprule}{
13328 \backslash
13329 mytoprule[Breite]}
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Dies Beispiel gilt für die oberste Linie, genannt 
13334 \series bold
13335 toprule
13336 \series default
13337 .
13338  Für die letzte müssen Sie 
13339 \series bold
13340 toprule
13341 \series default
13342  durch 
13343 \series bold
13344 bottomrule
13345 \series default
13346  ersetzen.
13347  Die Linien dazwischen heißen 
13348 \series bold
13349 midrule
13350 \series default
13351 .
13352  Für 
13353 \family sans
13354 Breite
13355 \family default
13356  können Sie alle Einheiten benutzen, die in Anhang
13357 \begin_inset space ~
13358 \end_inset
13359
13360
13361 \begin_inset CommandInset ref
13362 LatexCommand ref
13363 reference "kap:In-LyX-verfügbare"
13364
13365 \end_inset
13366
13367  aufgelistet sind.
13368 \end_layout
13369
13370 \begin_layout Standard
13371 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13372  eine Linie unter einer Mehrfachspalte.
13373  LyX wird intern den Befehl 
13374 \series bold
13375
13376 \backslash
13377 cmidrule
13378 \series default
13379  benutzen, um diese Linie zu drucken.
13380  Der ganze Befehl sieht so aus:
13381 \end_layout
13382
13383 \begin_layout Standard
13384
13385 \series bold
13386
13387 \backslash
13388 cmidrule[width](trim){Anfangsspalte-Endspalte}
13389 \end_layout
13390
13391 \begin_layout Standard
13392 Die 
13393 \series bold
13394
13395 \backslash
13396 cmidrule
13397 \series default
13398 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13399  benutzen.
13400  
13401 \series bold
13402
13403 \backslash
13404 cmidrule
13405 \series default
13406  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13407  erste Zelle einer Zeile einfügt.
13408  Die Linie wird dann über der Zeile gedruckt.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 Der Standardwert ist 0.03
13413 \begin_inset space \thinspace{}
13414 \end_inset
13415
13416 em.
13417  Die Linie reicht von 
13418 \family typewriter
13419 Anfangsspalte
13420 \family default
13421  bis 
13422 \family typewriter
13423 End\SpecialChar \-
13424 spal\SpecialChar \-
13425 te
13426 \family default
13427 .
13428  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13429   Der optionale Parameter 
13430 \family typewriter
13431 trim
13432 \family default
13433  kann die Werte 
13434 \emph on
13435 r
13436 \emph default
13437
13438 \emph on
13439 r{Breite}
13440 \emph default
13441
13442 \emph on
13443 l
13444 \family typewriter
13445 \emph default
13446  
13447 \family default
13448 oder 
13449 \emph on
13450 l{Breite}
13451 \emph default
13452  annehmen, wobei die 
13453 \family sans
13454 Breite
13455 \family default
13456  optional ist.
13457  
13458 \emph on
13459 l{2pt}
13460 \emph default
13461  zum Beispiel bedeutet, dass die Linie links um 2
13462 \begin_inset space \thinspace{}
13463 \end_inset
13464
13465 pt gekürzt wird.
13466  Ohne Breitenangabe werden die Linien um 0.5
13467 \begin_inset space \thinspace{}
13468 \end_inset
13469
13470 em gekürzt.
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \begin_inset VSpace bigskip
13475 \end_inset
13476
13477 In Tabelle
13478 \begin_inset space ~
13479 \end_inset
13480
13481
13482 \begin_inset CommandInset ref
13483 LatexCommand ref
13484 reference "tab:Formale-Tabelle"
13485
13486 \end_inset
13487
13488  wurden die Befehle
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 cmidrule(r){2-2}
13497 \backslash
13498 cmidrule(l){3-4}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 am Anfang der zweiten Zeile und
13503 \end_layout
13504
13505 \begin_layout Standard
13506
13507 \series bold
13508
13509 \backslash
13510 cmidrule(l{10pt}){1-1}
13511 \end_layout
13512
13513 \begin_layout Standard
13514 in der sechsten benutzt.
13515 \end_layout
13516
13517 \begin_layout Standard
13518 \begin_inset VSpace bigskip
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 Sie können mit 
13526 \series bold
13527
13528 \backslash
13529 cmidrule
13530 \series default
13531  auch überlappende Linien wie in Tabelle
13532 \begin_inset space ~
13533 \end_inset
13534
13535
13536 \begin_inset CommandInset ref
13537 LatexCommand ref
13538 reference "tab:Special-booktabs-table"
13539
13540 \end_inset
13541
13542  definieren.
13543  Der Befehl ist:
13544 \end_layout
13545
13546 \begin_layout Standard
13547
13548 \series bold
13549
13550 \backslash
13551 morecmidrules
13552 \end_layout
13553
13554 \begin_layout Standard
13555 In Zeile zwei der Tabelle
13556 \begin_inset space ~
13557 \end_inset
13558
13559
13560 \begin_inset CommandInset ref
13561 LatexCommand ref
13562 reference "tab:Special-booktabs-table"
13563
13564 \end_inset
13565
13566  wurde folgender Befehl benutzt:
13567 \end_layout
13568
13569 \begin_layout Standard
13570
13571 \series bold
13572
13573 \backslash
13574 cmidrule(r){2-2}
13575 \backslash
13576 cmidrule(l){3-4}
13577 \backslash
13578 morecmidrules
13579 \begin_inset Newline newline
13580 \end_inset
13581
13582
13583 \backslash
13584 cmidrule{2-4}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 und in Zeile sechs:
13589 \end_layout
13590
13591 \begin_layout Standard
13592
13593 \series bold
13594
13595 \backslash
13596 midrule
13597 \backslash
13598 morecmidrules
13599 \backslash
13600 cmidrule{3-4}
13601 \end_layout
13602
13603 \begin_layout Standard
13604 \begin_inset VSpace bigskip
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \begin_layout Standard
13611 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13612  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 specialrule{Dicke}{Abstand davor}{Abstand danach}
13621 \end_layout
13622
13623 \begin_layout Standard
13624 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13625 \series bold
13626 booktabs
13627 \series default
13628  
13629 \begin_inset CommandInset citation
13630 LatexCommand cite
13631 key "booktabs"
13632
13633 \end_inset
13634
13635 .
13636 \begin_inset Index
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 LaTeX-Pakete ! booktabs
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset Float table
13650 placement h
13651 wide false
13652 sideways false
13653 status open
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Caption
13657
13658 \begin_layout Plain Layout
13659 \begin_inset CommandInset label
13660 LatexCommand label
13661 name "tab:Special-booktabs-table"
13662
13663 \end_inset
13664
13665 Eine spezielle formale Tabelle
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Plain Layout
13674 \align center
13675 \begin_inset Tabular
13676 <lyxtabular version="3" rows="8" columns="4">
13677 <features booktabs="true">
13678 <column alignment="center" valignment="top" width="0">
13679 <column alignment="center" valignment="top" width="0">
13680 <column alignment="right" valignment="top" width="0">
13681 <column alignment="right" valignment="top" width="0">
13682 <row>
13683 <cell alignment="center" valignment="top" topline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 System
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Medipix
13697 \begin_inset space \thinspace{}
13698 \end_inset
13699
13700 1
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Medipix
13710 \begin_inset space \thinspace{}
13711 \end_inset
13712
13713 2
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 <row>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 cmidrule(r){2-2}
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751
13752 \backslash
13753 cmidrule(l){3-4}
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 morecmidrules 
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 cmidrule{2-4}
13780 \end_layout
13781
13782 \end_inset
13783
13784 Detektordicke  [µm]
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 300
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 300
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 700
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 Kantenwinkel [°]
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 3,55
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 2,71
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 7,99
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row topspace="default">
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 räumliche Auf\SpecialChar \textcompwordmark{}
13861 lösung [µm]
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 4,26
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 10,17
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 10,56
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row topspace="default">
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 MTF bei 
13900 \begin_inset Formula $f_{\mathrm{max}}$
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 0,53
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 0,37
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 0,39
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 </row>
13936 <row>
13937 <cell alignment="center" valignment="top" topline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946
13947 \backslash
13948 morecmidrules 
13949 \end_layout
13950
13951 \end_inset
13952
13953
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959
13960 \backslash
13961 cmidrule{3-4}
13962 \end_layout
13963
13964 \end_inset
13965
13966 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13967 lösung
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 in µm
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 129,7
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 52,75
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 50,78
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 <row>
14039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 in % der Pixelgröße
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 76,3
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 95,9
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 92,3
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 </lyxtabular>
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Section
14089 Vertikale Tabellen-Ausrichtung
14090 \begin_inset Index
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094 Tabellen ! Ausrichtung
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14104  einer Box sein.
14105  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14106 \begin_inset space ~
14107 \end_inset
14108
14109
14110 \begin_inset CommandInset ref
14111 LatexCommand ref
14112 reference "abs:Box-Dialog"
14113
14114 \end_inset
14115
14116  beschrieben.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14121 \begin_inset Foot
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 Minipages werden in Abschnitt
14126 \begin_inset space ~
14127 \end_inset
14128
14129
14130 \begin_inset CommandInset ref
14131 LatexCommand ref
14132 reference "abs:Minipage"
14133
14134 \end_inset
14135
14136  beschrieben.
14137 \end_layout
14138
14139 \end_inset
14140
14141  mit 15
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 col%-Breite:
14146 \end_layout
14147
14148 \begin_layout Itemize
14149 Test 
14150 \begin_inset Box Frameless
14151 position "t"
14152 hor_pos "c"
14153 has_inner_box 1
14154 inner_pos "c"
14155 use_parbox 0
14156 width "15col%"
14157 special "none"
14158 height "1in"
14159 height_special "totalheight"
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Tabular
14164 <lyxtabular version="3" rows="3" columns="3">
14165 <features>
14166 <column alignment="center" valignment="top" width="0">
14167 <column alignment="center" valignment="top" width="0">
14168 <column alignment="center" valignment="top" width="0">
14169 <row>
14170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Tabelle 1
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 </row>
14198 <row>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 b
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 e
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 h
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 c
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 f
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 i
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 </lyxtabular>
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264
14265  Test 
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271
14272 \backslash
14273 raisebox{0.85
14274 \backslash
14275 baselineskip}{
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \begin_inset Box Frameless
14282 position "t"
14283 hor_pos "c"
14284 has_inner_box 1
14285 inner_pos "c"
14286 use_parbox 0
14287 width "15col%"
14288 special "none"
14289 height "1in"
14290 height_special "totalheight"
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="3" columns="3">
14296 <features>
14297 <column alignment="center" valignment="top" width="0">
14298 <column alignment="center" valignment="top" width="0">
14299 <column alignment="center" valignment="top" width="0">
14300 <row>
14301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 Tabelle 2
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 b
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 e
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 h
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 c
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 f
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 i
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 </lyxtabular>
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \begin_inset ERT
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401
14402 }
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Itemize
14411 Test 
14412 \begin_inset Box Frameless
14413 position "c"
14414 hor_pos "c"
14415 has_inner_box 1
14416 inner_pos "c"
14417 use_parbox 0
14418 width "15col%"
14419 special "none"
14420 height "1in"
14421 height_special "totalheight"
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="3" columns="3">
14427 <features>
14428 <column alignment="center" valignment="top" width="0">
14429 <column alignment="center" valignment="top" width="0">
14430 <column alignment="center" valignment="top" width="0">
14431 <row>
14432 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 Tabelle 3
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 <row>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 b
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 e
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 h
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 c
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 f
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 i
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 </lyxtabular>
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Itemize
14531 Test 
14532 \begin_inset Box Frameless
14533 position "b"
14534 hor_pos "c"
14535 has_inner_box 1
14536 inner_pos "c"
14537 use_parbox 0
14538 width "15col%"
14539 special "none"
14540 height "1in"
14541 height_special "totalheight"
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="3" columns="3">
14547 <features>
14548 <column alignment="center" valignment="top" width="0">
14549 <column alignment="center" valignment="top" width="0">
14550 <column alignment="center" valignment="top" width="0">
14551 <row>
14552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 Tabelle 4
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 b
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 e
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 h
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 c
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623 f
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 i
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 </lyxtabular>
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \end_inset
14646
14647 Test 
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653
14654 \backslash
14655 raisebox{-0.32
14656 \backslash
14657 baselineskip}{
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Box Frameless
14664 position "b"
14665 hor_pos "c"
14666 has_inner_box 1
14667 inner_pos "c"
14668 use_parbox 0
14669 width "15col%"
14670 special "none"
14671 height "1in"
14672 height_special "totalheight"
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 \begin_inset Tabular
14677 <lyxtabular version="3" rows="3" columns="3">
14678 <features>
14679 <column alignment="center" valignment="top" width="0">
14680 <column alignment="center" valignment="top" width="0">
14681 <column alignment="center" valignment="top" width="0">
14682 <row>
14683 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 Tabelle 5
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 <row>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 b
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 e
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 h
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 c
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 f
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 i
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 </lyxtabular>
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784 }
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14794 \begin_inset space \space{}
14795 \end_inset
14796
14797 1 und letzten Zeile von Tabelle
14798 \begin_inset space \space{}
14799 \end_inset
14800
14801 4 bezüglich dem Wort 
14802 \begin_inset Quotes gld
14803 \end_inset
14804
14805 Test
14806 \begin_inset Quotes grd
14807 \end_inset
14808
14809  nicht richtig ausgerichtet.
14810  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14811 \begin_inset Quotes gld
14812 \end_inset
14813
14814 Raisebox
14815 \begin_inset Quotes grd
14816 \end_inset
14817
14818
14819 \begin_inset Foot
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 Raiseboxen werden in Abschnitt
14824 \begin_inset space ~
14825 \end_inset
14826
14827
14828 \begin_inset CommandInset ref
14829 LatexCommand ref
14830 reference "uab:Vertikale-Ausrichtung"
14831
14832 \end_inset
14833
14834  beschrieben.
14835 \end_layout
14836
14837 \end_inset
14838
14839  setzen.
14840  In Tabelle
14841 \begin_inset space \space{}
14842 \end_inset
14843
14844 2 wurde der Text mit dem Befehl
14845 \end_layout
14846
14847 \begin_layout Standard
14848
14849 \series bold
14850
14851 \backslash
14852 raisebox{0.85
14853 \backslash
14854 baselineskip}{
14855 \end_layout
14856
14857 \begin_layout Standard
14858 vor der Box ausgerichtet.
14859  Hinter der Box wurde auch noch 
14860 \series bold
14861 }
14862 \series default
14863  als TeX-Code eingefügt, weil der obige Befehl mit 
14864 \series bold
14865 {
14866 \series default
14867  aufhörte.
14868  Für Tabelle
14869 \begin_inset space \space{}
14870 \end_inset
14871
14872 5 wurde der Befehl
14873 \end_layout
14874
14875 \begin_layout Standard
14876
14877 \series bold
14878
14879 \backslash
14880 raisebox{-0.32
14881 \backslash
14882 baselineskip}{
14883 \end_layout
14884
14885 \begin_layout Standard
14886 benutzt.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset Note Greyedout
14891 status open
14892
14893 \begin_layout Plain Layout
14894
14895 \series bold
14896 Bemerkung:
14897 \series default
14898  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14899  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14900  Der Faktor im 
14901 \series bold
14902
14903 \backslash
14904 raisebox
14905 \series default
14906 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Section
14915 Farbige Tabellen
14916 \begin_inset CommandInset label
14917 LatexCommand label
14918 name "abs:Farbige-Tabellen"
14919
14920 \end_inset
14921
14922
14923 \begin_inset Index
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Tabellen ! farbige
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Subsection
14936 Farbige Zellen
14937 \begin_inset Index
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 farbige !  Tabellenzellen
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Standard
14950 \begin_inset Float table
14951 placement h
14952 wide false
14953 sideways false
14954 status open
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Caption
14958
14959 \begin_layout Plain Layout
14960 \begin_inset CommandInset label
14961 LatexCommand label
14962 name "tab:Farbige-Tabelle-ohne"
14963
14964 \end_inset
14965
14966 Farbige Tabelle, ohne Paket 
14967 \series bold
14968 colortbl
14969 \series default
14970
14971 \begin_inset OptArg
14972 status collapsed
14973
14974 \begin_layout Plain Layout
14975 Tabelle ohne 
14976 \family typewriter
14977 colortbl
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \begin_layout Plain Layout
14991 \align center
14992 \begin_inset Tabular
14993 <lyxtabular version="3" rows="3" columns="3">
14994 <features>
14995 <column alignment="center" valignment="top" width="0">
14996 <column alignment="center" valignment="top" width="0">
14997 <column alignment="center" valignment="top" width="0">
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color green
15005 a
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \color red
15016 b
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \color red
15027 c
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color green
15040 d
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color blue
15051 e
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color blue
15062 f
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color green
15075 g
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color blue
15086 h
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 i
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 </lyxtabular>
15104
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \begin_layout Standard
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "Wenn-Sie-nur"
15119
15120 \end_inset
15121
15122 Wenn Sie nur farbigen Text
15123 \begin_inset Index
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 Farbe ! für Text
15128 \end_layout
15129
15130 \end_inset
15131
15132  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15133  auf den Werkzeugleistenknopf 
15134 \begin_inset Graphics
15135         filename ../../images/dialog-show_character.png
15136         scale 70
15137         scaleBeforeRotation
15138         BoundingBox 0bp 0bp 20bp 20bp
15139
15140 \end_inset
15141
15142  oder über das Menü 
15143 \family sans
15144 Bearbeiten\SpecialChar \menuseparator
15145 Textstil\SpecialChar \menuseparator
15146 Benutzerdefiniert
15147 \family default
15148  mit dem 
15149 \family sans
15150 Textstil
15151 \family default
15152 -Dialog wie es in Tabelle
15153 \begin_inset space ~
15154 \end_inset
15155
15156
15157 \begin_inset CommandInset ref
15158 LatexCommand ref
15159 reference "tab:Farbige-Tabelle-ohne"
15160
15161 \end_inset
15162
15163  gemacht wurde.
15164  In anderen Fällen müssen Sie das LaTeX-Paket 
15165 \series bold
15166 colortbl
15167 \series default
15168  benutzen.
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 LaTeX-Pakete ! colortbl
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 ifcolortbl
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \begin_inset Note Note
15196 status open
15197
15198 \begin_layout Plain Layout
15199 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15200 \series bold
15201 colortbl
15202 \series default
15203  installiert ist.
15204 \end_layout
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Um farbige Tabellen zu erzeugen, muss 
15213 \series bold
15214 colortbl
15215 \series default
15216  im LaTeX-Vorspann geladen werden:
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 usepackage{colortbl}
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Die Farbe einer Spalte ändert man dann mit dem Befehl
15229 \end_layout
15230
15231 \begin_layout Standard
15232
15233 \series bold
15234
15235 \backslash
15236 columncolor{Farbname}
15237 \end_layout
15238
15239 \begin_layout Standard
15240 innerhalb des Befehls 
15241 \series bold
15242 >{}
15243 \series default
15244 .
15245  Mehr über den Befehl 
15246 \series bold
15247 >{}
15248 \series default
15249  finden Sie im Abschnitt
15250 \begin_inset space ~
15251 \end_inset
15252
15253
15254 \begin_inset CommandInset ref
15255 LatexCommand ref
15256 reference "uab:Mehrfachspalten-Berechnungen"
15257
15258 \end_inset
15259
15260 .
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Folgende Farbnamen sind vordefiniert:
15265 \end_layout
15266
15267 \begin_layout Standard
15268
15269 \family sans
15270 red
15271 \family default
15272
15273 \family sans
15274 green
15275 \family default
15276
15277 \family sans
15278 yellow
15279 \family default
15280
15281 \family sans
15282 blue
15283 \family default
15284
15285 \family sans
15286 cyan
15287 \family default
15288
15289 \family sans
15290 magenta
15291 \family default
15292
15293 \family sans
15294 black
15295 \family default
15296  und 
15297 \family sans
15298 white
15299 \begin_inset Newline newline
15300 \end_inset
15301
15302 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15303 \family default
15304 und
15305 \family sans
15306  weiß
15307 \family default
15308 ).
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset VSpace medskip
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Sie können auch eigene Farben definieren:
15320 \end_layout
15321
15322 \begin_layout Standard
15323
15324 \series bold
15325
15326 \backslash
15327 definecolor{Farbname}{Farbmodell}{Farbwerte}
15328 \end_layout
15329
15330 \begin_layout Standard
15331 Das Farbmodell kann eins der folgenden sein:
15332 \end_layout
15333
15334 \begin_layout Labeling
15335 \labelwidthstring 00.00.0000
15336 cmyk: cyan, magenta, yellow, black
15337 \end_layout
15338
15339 \begin_layout Labeling
15340 \labelwidthstring 00.00.0000
15341 rgb: red, green blue
15342 \end_layout
15343
15344 \begin_layout Labeling
15345 \labelwidthstring 00.00.0000
15346 gray: gray
15347 \end_layout
15348
15349 \begin_layout Standard
15350 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15351  die die entsprechende Farbe für das Farbmodell beschreiben.
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15356 \emph on
15357
15358 \begin_inset Quotes gld
15359 \end_inset
15360
15361 dunkelgruen
15362 \emph default
15363
15364 \begin_inset Quotes grd
15365 \end_inset
15366
15367  und 
15368 \begin_inset Quotes gld
15369 \end_inset
15370
15371
15372 \emph on
15373 hellgrau
15374 \emph default
15375
15376 \begin_inset Quotes grd
15377 \end_inset
15378
15379  folgendermaßen definieren:
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 definecolor{hellgrau}{gray}{0.8}
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset VSpace medskip
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 Linien werden mit dem Befehl
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 rowcolor{Farbname}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 gefärbt, Zellen mit dem Befehl
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 cellcolor{Farbname}
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Um nur Text zu färben, machen Sie es wie 
15435 \begin_inset CommandInset ref
15436 LatexCommand vpageref
15437 reference "Wenn-Sie-nur"
15438
15439 \end_inset
15440
15441  beschrieben.
15442  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15443 \emph on
15444 markieren Sie nur den Text
15445 \emph default
15446 , sonst werden Sie LaTeX-Fehler erzeugen.
15447 \end_layout
15448
15449 \begin_layout Standard
15450 \begin_inset Note Greyedout
15451 status open
15452
15453 \begin_layout Plain Layout
15454
15455 \series bold
15456 Achtung:
15457 \series default
15458  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Standard
15474 Die Tabelle
15475 \begin_inset space ~
15476 \end_inset
15477
15478
15479 \begin_inset CommandInset ref
15480 LatexCommand ref
15481 reference "tab:Table-colored-using"
15482
15483 \end_inset
15484
15485  wurde folgendermaßen erstellt: die erste Spalte soll 
15486 \emph on
15487
15488 \begin_inset Quotes gld
15489 \end_inset
15490
15491 dunkelgruen
15492 \emph default
15493
15494 \begin_inset Quotes grd
15495 \end_inset
15496
15497  werden, also müssen Sie ins 
15498 \family sans
15499 LaTe
15500 \begin_inset ERT
15501 status collapsed
15502
15503 \begin_layout Plain Layout
15504
15505 {}
15506 \end_layout
15507
15508 \end_inset
15509
15510 X-Argument
15511 \family default
15512  der Zellen der ersten Spalte den Befehl
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518 >{
15519 \backslash
15520 columncolor{dunkelgruen}
15521 \backslash
15522 centering}c
15523 \end_layout
15524
15525 \begin_layout Standard
15526 schreiben.
15527  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 rowcolow{cyan}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 in die erste Zelle der ersten Zeile eingefügt.
15540  Diese Farbe ersetzt die Spaltenfarbe.
15541  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15542  wird mit folgendem Befehl erreicht:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 cellcolor{magenta}
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15555 \family sans
15556 Textstil
15557 \family default
15558 -Dialog.
15559 \end_layout
15560
15561 \begin_layout Standard
15562 \begin_inset Float table
15563 placement h
15564 wide false
15565 sideways false
15566 status open
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Caption
15570
15571 \begin_layout Plain Layout
15572 \begin_inset CommandInset label
15573 LatexCommand label
15574 name "tab:Table-colored-using"
15575
15576 \end_inset
15577
15578 Eine mit dem Paket 
15579 \series bold
15580 colortbl
15581 \series default
15582  gefärbte Tabelle
15583 \begin_inset OptArg
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 Tabelle mit 
15588 \family typewriter
15589 colortbl
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603 \align center
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="3" columns="3">
15606 <features>
15607 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15608 <column alignment="center" valignment="top" width="0">
15609 <column alignment="center" valignment="top" width="0">
15610 <row>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset ERT
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619
15620
15621 \backslash
15622 rowcolor{cyan}
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \color magenta
15629 a
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \color red
15640 b
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \color red
15651 c
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \color yellow
15664 d
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \color blue
15675 e
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \color blue
15686 f
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \color yellow
15699 g
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color blue
15710 h
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset ERT
15720 status collapsed
15721
15722 \begin_layout Plain Layout
15723
15724
15725 \backslash
15726 cellcolor{magenta}
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \color green
15733 i
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \begin_inset ERT
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757
15758 \backslash
15759 else
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \begin_inset Note Note
15766 status open
15767
15768 \begin_layout Plain Layout
15769 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15770 \series bold
15771 colortbl
15772 \series default
15773  nicht installiert ist:
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Standard
15782 Sie müssen das LaTeX-Paket 
15783 \series bold
15784 colortbl
15785 \series default
15786  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset ERT
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795
15796 \backslash
15797 fi
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Subsection
15806 Farbige Linien
15807 \begin_inset Index
15808 status collapsed
15809
15810 \begin_layout Plain Layout
15811 farbige !  Tabellenlinien
15812 \end_layout
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 Wie in Abschnitt
15821 \begin_inset space ~
15822 \end_inset
15823
15824
15825 \begin_inset CommandInset ref
15826 LatexCommand ref
15827 reference "uab:Liniendicke"
15828
15829 \end_inset
15830
15831  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15832 \series bold
15833
15834 \backslash
15835 arrayrulewidth
15836 \series default
15837  definiert werden.
15838  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15839 \begin_inset space \thinspace{}
15840 \end_inset
15841
15842 pt gesetzt.
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 setlength{
15851 \backslash
15852 arrayrulewidth}{1.5pt}
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Standard
15861 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15862 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15863 \begin_inset space ~
15864 \end_inset
15865
15866
15867 \begin_inset CommandInset ref
15868 LatexCommand ref
15869 reference "uab:Angepasste-Zellen-/Spaltenformate"
15870
15871 \end_inset
15872
15873  definiert:
15874 \end_layout
15875
15876 \begin_layout Standard
15877
15878 \series bold
15879
15880 \backslash
15881 newcolumntype{W}{!{
15882 \backslash
15883 color{green}
15884 \backslash
15885 vline}}
15886 \end_layout
15887
15888 \begin_layout Standard
15889 In Tabelle
15890 \begin_inset space ~
15891 \end_inset
15892
15893
15894 \begin_inset CommandInset ref
15895 LatexCommand ref
15896 reference "tab:Tabelle-mit-farbigen-vert"
15897
15898 \end_inset
15899
15900  wurde das LaTeX-Argument 
15901 \series bold
15902 WcW
15903 \series default
15904  für die letzte und 
15905 \series bold
15906 Wc
15907 \series default
15908  für die anderen Spalten benutzt.
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15913 \end_layout
15914
15915 \begin_layout Standard
15916 \begin_inset Float table
15917 placement h
15918 wide false
15919 sideways false
15920 status open
15921
15922 \begin_layout Plain Layout
15923 \begin_inset Caption
15924
15925 \begin_layout Plain Layout
15926 \begin_inset CommandInset label
15927 LatexCommand label
15928 name "tab:Tabelle-mit-farbigen-vert"
15929
15930 \end_inset
15931
15932 Tabelle mit farbigen vertikalen Linien
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Plain Layout
15941 \align center
15942 \begin_inset Tabular
15943 <lyxtabular version="3" rows="3" columns="3">
15944 <features>
15945 <column alignment="center" valignment="top" width="0" special="Wc">
15946 <column alignment="center" valignment="top" width="0" special="Wc">
15947 <column alignment="center" valignment="top" width="0" special="WcW">
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 sd
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 sd
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 sd
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 </lyxtabular>
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 \begin_inset VSpace bigskip
16049 \end_inset
16050
16051 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16052 \begin_inset space ~
16053 \end_inset
16054
16055
16056 \begin_inset CommandInset ref
16057 LatexCommand ref
16058 reference "tab:Tabelle-mit-farbigen-horiz"
16059
16060 \end_inset
16061
16062 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16063  einfügen:
16064 \end_layout
16065
16066 \begin_layout Standard
16067
16068 \series bold
16069
16070 \backslash
16071 let
16072 \backslash
16073 myHlineC
16074 \backslash
16075 hline
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \backslash
16081 renewcommand{
16082 \backslash
16083 hline}
16084 \begin_inset Newline newline
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 hphantom{ }
16096 \end_layout
16097
16098 \end_inset
16099
16100 {
16101 \backslash
16102 arrayrulecolor{red}
16103 \backslash
16104 myHlineC
16105 \backslash
16106 arrayrulecolor{black}}
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset ERT
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \end_layout
16123
16124 \begin_layout Plain Layout
16125
16126
16127 \backslash
16128 renewcommand{
16129 \backslash
16130 hline}
16131 \end_layout
16132
16133 \begin_layout Plain Layout
16134
16135  {
16136 \backslash
16137 arrayrulecolor{red}
16138 \backslash
16139 myHlineC
16140 \backslash
16141 arrayrulecolor{black}}
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \begin_inset Float table
16148 placement h
16149 wide false
16150 sideways false
16151 status open
16152
16153 \begin_layout Plain Layout
16154 \begin_inset Caption
16155
16156 \begin_layout Plain Layout
16157 \begin_inset CommandInset label
16158 LatexCommand label
16159 name "tab:Tabelle-mit-farbigen-horiz"
16160
16161 \end_inset
16162
16163 Tabelle mit farbigen horizontalen Linien
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Plain Layout
16172 \align center
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="3">
16175 <features>
16176 <column alignment="center" valignment="top" width="0">
16177 <column alignment="center" valignment="top" width="0">
16178 <column alignment="center" valignment="top" width="0">
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 sd
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 sd
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 sd
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16280  als TeX-Code hinter der Tabelle einfügen:
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285 \series bold
16286
16287 \backslash
16288 renewcommand{
16289 \backslash
16290 hline}{
16291 \backslash
16292 myHlineC}
16293 \end_layout
16294
16295 \begin_layout Standard
16296 Tabelle
16297 \begin_inset space ~
16298 \end_inset
16299
16300
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "tab:Table-with-colored"
16304
16305 \end_inset
16306
16307  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset Float table
16312 placement h
16313 wide false
16314 sideways false
16315 status open
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Caption
16319
16320 \begin_layout Plain Layout
16321 \begin_inset CommandInset label
16322 LatexCommand label
16323 name "tab:Table-with-colored"
16324
16325 \end_inset
16326
16327 Tabelle mit farbigen Linien
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Plain Layout
16336 \align center
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="3" columns="3">
16339 <features>
16340 <column alignment="center" valignment="top" width="0" special="Wc">
16341 <column alignment="center" valignment="top" width="0" special="Wc">
16342 <column alignment="center" valignment="top" width="0" special="WcW">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 sd
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 sd
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row topspace="default">
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 sd
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 </lyxtabular>
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 \begin_inset ERT
16444 status collapsed
16445
16446 \begin_layout Plain Layout
16447
16448
16449 \backslash
16450 renewcommand{
16451 \backslash
16452 hline}{
16453 \backslash
16454 myHlineC}
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468
16469 \backslash
16470 setlength{
16471 \backslash
16472 arrayrulewidth}{0.4pt}
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset Note Note
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 setzt die Liniendicke wieder auf ihren Standardwert zurück
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Section
16491 Tabellen-Anpassung
16492 \begin_inset Index
16493 status collapsed
16494
16495 \begin_layout Plain Layout
16496 Tabellen ! Anpassung
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Subsection
16505 Zeilenabstand
16506 \begin_inset CommandInset label
16507 LatexCommand label
16508 name "uab:Zeilenabstand"
16509
16510 \end_inset
16511
16512
16513 \begin_inset Index
16514 status collapsed
16515
16516 \begin_layout Plain Layout
16517 Tabellen ! Zeilenabstand
16518 \end_layout
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \begin_layout Standard
16526 Auf der Karteikarte 
16527 \family sans
16528 Rahmen
16529 \family default
16530  des 
16531 \family sans
16532 Tabellen-Einstellungen
16533 \family default
16534 -Dialogs können Sie 
16535 \family sans
16536 zusätzliche
16537 \begin_inset space ~
16538 \end_inset
16539
16540 Abstände
16541 \family default
16542  einfügen.
16543  Dabei haben Sie drei Möglichkeiten:
16544 \end_layout
16545
16546 \begin_layout Description
16547 Oberhalb
16548 \begin_inset space ~
16549 \end_inset
16550
16551 der
16552 \begin_inset space ~
16553 \end_inset
16554
16555 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16556  Bei einer formalen Tabelle
16557 \begin_inset Foot
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561 Formale Tabellen wurden in Abschnitt
16562 \begin_inset space ~
16563 \end_inset
16564
16565
16566 \begin_inset CommandInset ref
16567 LatexCommand ref
16568 reference "abs:Formale-Tabellen"
16569
16570 \end_inset
16571
16572  beschrieben.
16573 \end_layout
16574
16575 \end_inset
16576
16577  fügt LyX standardmäßig 0.5
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 em Leerraum ein.
16582  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16583 \begin_inset VSpace medskip
16584 \end_inset
16585
16586
16587 \begin_inset Newline newline
16588 \end_inset
16589
16590
16591 \begin_inset space \hspace*{}
16592 \length 0pt
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset Tabular
16601 <lyxtabular version="3" rows="3" columns="1">
16602 <features>
16603 <column alignment="center" valignment="top" width="0">
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 A
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row topspace="3mm">
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 3
16621 \begin_inset space \thinspace{}
16622 \end_inset
16623
16624 mm Leerraum oberhalb der Zeile
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 C
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \begin_inset space \hfill{}
16647 \end_inset
16648
16649
16650 \begin_inset space \hspace*{}
16651 \length 0pt
16652 \end_inset
16653
16654
16655 \begin_inset VSpace medskip
16656 \end_inset
16657
16658
16659 \begin_inset Newline newline
16660 \end_inset
16661
16662 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16663 n Linien verwenden.
16664 \end_layout
16665
16666 \begin_layout Description
16667 Unterhalb
16668 \begin_inset space ~
16669 \end_inset
16670
16671 der
16672 \begin_inset space ~
16673 \end_inset
16674
16675 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16676  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16677 \begin_inset space \thinspace{}
16678 \end_inset
16679
16680 em Leerraum ein.
16681  Bei normalen Tabellen ist der Standardwert 2
16682 \begin_inset space \thinspace{}
16683 \end_inset
16684
16685 pt.
16686 \end_layout
16687
16688 \begin_layout Description
16689 Zwischen
16690 \begin_inset space ~
16691 \end_inset
16692
16693 den
16694 \begin_inset space ~
16695 \end_inset
16696
16697 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16698  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16699 \begin_inset space \thinspace{}
16700 \end_inset
16701
16702 em Leerraum ein.
16703  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16704 \begin_inset VSpace medskip
16705 \end_inset
16706
16707
16708 \begin_inset Newline newline
16709 \end_inset
16710
16711
16712 \begin_inset space \hspace*{}
16713 \length 0pt
16714 \end_inset
16715
16716
16717 \begin_inset space \hfill{}
16718 \end_inset
16719
16720
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="3" columns="1">
16723 <features>
16724 <column alignment="center" valignment="top" width="0">
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 A
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row interlinespace="3mm">
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\downarrow$
16742 \end_inset
16743
16744  3
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 mm Leerraum zwischen den Zeilen 
16749 \begin_inset Formula $\downarrow$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\uparrow$
16764 \end_inset
16765
16766  3
16767 \begin_inset space \thinspace{}
16768 \end_inset
16769
16770 mm Leerraum zwischen den Zeilen 
16771 \begin_inset Formula $\uparrow$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 </lyxtabular>
16781
16782 \end_inset
16783
16784
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset space \hspace*{}
16790 \length 0pt
16791 \end_inset
16792
16793
16794 \begin_inset VSpace medskip
16795 \end_inset
16796
16797
16798 \begin_inset Newline newline
16799 \end_inset
16800
16801 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16802 n Linien verwenden.
16803 \end_layout
16804
16805 \begin_layout Standard
16806 \begin_inset VSpace bigskip
16807 \end_inset
16808
16809 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16810  Befehlen im LaTeX-Vorspann machen:
16811 \end_layout
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816
16817 \backslash
16818 @ifundefined{extrarowheight}
16819 \begin_inset Newline newline
16820 \end_inset
16821
16822
16823 \begin_inset ERT
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827
16828
16829 \backslash
16830 hphantom{ }
16831 \end_layout
16832
16833 \end_inset
16834
16835 {
16836 \backslash
16837 usepackage{array}}{}
16838 \begin_inset Newline newline
16839 \end_inset
16840
16841
16842 \backslash
16843 setlength{
16844 \backslash
16845 extrarowheight}{Höhe}
16846 \end_layout
16847
16848 \begin_layout Standard
16849 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16850  ausgerichtet sind.
16851  (Das Paket 
16852 \series bold
16853 array
16854 \series default
16855  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16856  verwenden.
16857  Der Befehl 
16858 \series bold
16859
16860 \backslash
16861 @ifundefined
16862 \series default
16863  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16864 \end_layout
16865
16866 \begin_layout Subsection
16867 Besondere Zellenausrichtung
16868 \begin_inset Index
16869 status collapsed
16870
16871 \begin_layout Plain Layout
16872 Tabellen ! Zellenausrichtung
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Standard
16881 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16882  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16883 \begin_inset space ~
16884 \end_inset
16885
16886
16887 \begin_inset CommandInset ref
16888 LatexCommand ref
16889 reference "tab:Tabellenzellen-sind-auf"
16890
16891 \end_inset
16892
16893 .
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Float table
16898 placement h
16899 wide false
16900 sideways false
16901 status open
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Caption
16905
16906 \begin_layout Plain Layout
16907 \begin_inset CommandInset label
16908 LatexCommand label
16909 name "tab:Tabellenzellen-sind-auf"
16910
16911 \end_inset
16912
16913 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Plain Layout
16922 \align center
16923 \begin_inset Tabular
16924 <lyxtabular version="3" rows="4" columns="2">
16925 <features>
16926 <column alignment="right" valignment="top" width="0">
16927 <column alignment="left" valignment="top" width="0" special="@{}l">
16928 <row>
16929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 Überschrift
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 12.
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 6
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 <row>
16969 <cell alignment="center" valignment="top" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 0.
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 68
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 -123.
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 0
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Standard
17021 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17022  Die Überschrift ist eine zentrierte Mehrfachspalte.
17023  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17024  der Zahlen einschließlich Dezimalpunkt.
17025  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17026  der Zahlen.
17027   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17028 \family sans
17029 LaTe
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035 {}
17036 \end_layout
17037
17038 \end_inset
17039
17040 X-Argument
17041 \family default
17042  für die zweite Spalte folgendes eingefügt:
17043 \end_layout
17044
17045 \begin_layout Standard
17046
17047 \series bold
17048 @{}l
17049 \end_layout
17050
17051 \begin_layout Standard
17052 Tabelle
17053 \begin_inset space ~
17054 \end_inset
17055
17056
17057 \begin_inset CommandInset ref
17058 LatexCommand ref
17059 reference "tab:Verschiedene-Ausrichtungen"
17060
17061 \end_inset
17062
17063  zeigt einige Ausrichtungen.
17064  Für die Ausrichtung der Relationen müssen Sie den 
17065 \family sans
17066 Mittleren
17067 \begin_inset space ~
17068 \end_inset
17069
17070 Abstand
17071 \family default
17072  aus der 
17073 \family sans
17074 Mathe-Werkzeugleiste
17075 \family default
17076  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17077  rechts vom Relationszeichen zu bekommen.
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \color black
17083 \begin_inset Float table
17084 placement h
17085 wide false
17086 sideways false
17087 status open
17088
17089 \begin_layout Plain Layout
17090
17091 \color black
17092 \begin_inset Caption
17093
17094 \begin_layout Plain Layout
17095
17096 \color black
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Verschiedene-Ausrichtungen"
17100
17101 \end_inset
17102
17103
17104 \color inherit
17105 Verschiedene Ausrichtungen
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Plain Layout
17114 \align center
17115 \begin_inset Tabular
17116 <lyxtabular version="3" rows="4" columns="6">
17117 <features>
17118 <column alignment="right" valignment="top" width="0">
17119 <column alignment="left" valignment="top" width="0" special="@{}l">
17120 <column alignment="right" valignment="top" width="0">
17121 <column alignment="left" valignment="top" width="0" special="@{}l">
17122 <column alignment="right" valignment="top" width="0">
17123 <column alignment="left" valignment="top" width="0" special="@{}l">
17124 <row>
17125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 Einheiten
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 Exponenten
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 Relationen
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 12×
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 24
17195 \begin_inset space \thinspace{}
17196 \end_inset
17197
17198 Flaschen
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $10\cdot$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $10^{\mbox{-}17}$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\Gamma(t)\propto$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\:\Upsilon(t)$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 1024×
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 768
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 Pixel
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 \begin_inset Formula $5.78\cdot$
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $10^{7}$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $A\ne$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\: B_{\mathrm{red}}$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 32×
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 6
17339 \begin_inset space \thinspace{}
17340 \end_inset
17341
17342 cm
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 -
17352 \begin_inset Formula $33.5\cdot$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $10^{4}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\sin(\alpha)\ge$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\:\sin(\beta)$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 </lyxtabular>
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace bigskip
17411 \end_inset
17412
17413 Es gibt auch noch das LaTeX-Paket 
17414 \series bold
17415 dcolumn
17416 \series default
17417 ,
17418 \begin_inset Index
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422 LaTeX-Pakete ! dcolumn
17423 \end_layout
17424
17425 \end_inset
17426
17427  mit dem man Zellen ausrichten kann.
17428  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17429  in den Zellen.
17430  Die erste Spalte von Tabelle
17431 \begin_inset space ~
17432 \end_inset
17433
17434
17435 \begin_inset CommandInset ref
17436 LatexCommand ref
17437 reference "tab:Verschiedene-Ausrichtungen"
17438
17439 \end_inset
17440
17441  wird mit 
17442 \family typewriter
17443 dcolumn
17444 \family default
17445  wie die erste Spalte von Tabelle
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Ausrichtung-mit-dem"
17453
17454 \end_inset
17455
17456  aussehen und nur mit ein paar Tricks wie erwartet.
17457  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17458 \begin_inset space ~
17459 \end_inset
17460
17461
17462 \begin_inset CommandInset ref
17463 LatexCommand ref
17464 reference "tab:Verschiedene-Ausrichtungen"
17465
17466 \end_inset
17467
17468  ist mit 
17469 \series bold
17470 dcolumn
17471 \series default
17472  nicht möglich.
17473 \end_layout
17474
17475 \begin_layout Standard
17476 \begin_inset Float table
17477 placement h
17478 wide false
17479 sideways false
17480 status open
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Caption
17484
17485 \begin_layout Plain Layout
17486 \begin_inset CommandInset label
17487 LatexCommand label
17488 name "tab:Ausrichtung-mit-dem"
17489
17490 \end_inset
17491
17492 Ausrichtung mit dem LaTeX-Paket 
17493 \series bold
17494 dcolumn
17495 \series default
17496 .
17497  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17498  bekommen.
17499 \begin_inset OptArg
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Ausrichtung mit dem LaTeX-Paket 
17504 \series bold
17505 dcolumn
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Plain Layout
17519 \align center
17520 \begin_inset Tabular
17521 <lyxtabular version="3" rows="4" columns="3">
17522 <features>
17523 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17524 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17525 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17526 <row>
17527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 Einheiten
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 Einheiten
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 Einheiten
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 12x24
17561 \begin_inset space \thinspace{}
17562 \end_inset
17563
17564
17565 \begin_inset Formula $\mbox{Flaschen}$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 12x24
17578 \begin_inset space \thinspace{}
17579 \end_inset
17580
17581
17582 \begin_inset Formula $\mbox{Flaschen}$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 12
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600
17601 \backslash
17602 times 
17603 \end_layout
17604
17605 \end_inset
17606
17607 24~
17608 \begin_inset Formula $\mbox{Flaschen}$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 1024x768
17623 \begin_inset space \thinspace{}
17624 \end_inset
17625
17626
17627 \begin_inset Formula $\mbox{Pixel}$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 1024x768
17640 \begin_inset space \thinspace{}
17641 \end_inset
17642
17643
17644 \begin_inset Formula $\mbox{Pixel}$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 1024
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 times 
17665 \end_layout
17666
17667 \end_inset
17668
17669 768~
17670 \begin_inset Formula $\mbox{Pixel}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 32x6
17685 \begin_inset space \thinspace{}
17686 \end_inset
17687
17688
17689 \begin_inset Formula $\mbox{cm}$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 32x6
17702 \begin_inset space \thinspace{}
17703 \end_inset
17704
17705
17706 \begin_inset Formula $\mbox{cm}$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 32
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 times 
17727 \end_layout
17728
17729 \end_inset
17730
17731 6~
17732 \begin_inset Formula $\mbox{cm}$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 </lyxtabular>
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Subsection
17754 Angepasste Zellen-/Spaltenformate
17755 \begin_inset CommandInset label
17756 LatexCommand label
17757 name "uab:Angepasste-Zellen-/Spaltenformate"
17758
17759 \end_inset
17760
17761
17762 \begin_inset Index
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 Tabellen ! Spaltenformat
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Wenn man wie in Abschnitt
17776 \begin_inset space ~
17777 \end_inset
17778
17779
17780 \begin_inset CommandInset ref
17781 LatexCommand ref
17782 reference "uab:Mehrfachspalten-Berechnungen"
17783
17784 \end_inset
17785
17786  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17787  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17788  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17789  definieren:
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17798 \end_layout
17799
17800 \begin_layout Standard
17801 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17802 \emph on
17803 b
17804 \emph default
17805
17806 \emph on
17807 c
17808 \emph default
17809
17810 \emph on
17811 l
17812 \emph default
17813
17814 \emph on
17815 m
17816 \emph default
17817
17818 \emph on
17819 p
17820 \emph default
17821  oder 
17822 \emph on
17823 r
17824 \emph default
17825 , weil diese vordefiniert sind.
17826  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset VSpace medskip
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17838  Breite könnte das Format so aussehen:
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 newcolumntype{M}[1]{>{
17847 \backslash
17848 centering
17849 \backslash
17850 hspace{0pt}}m{#1}}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 wobei 
17855 \series bold
17856
17857 \backslash
17858 hspace{0pt}
17859 \series default
17860  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17861  Abschnitt
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "uab:Mehrfache-Zeilen-in"
17869
17870 \end_inset
17871
17872  beschrieben.
17873  Jetzt können Sie mit
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879 M{Breite}
17880 \end_layout
17881
17882 \begin_layout Standard
17883 im 
17884 \family sans
17885 LaTeX-Argument
17886 \family default
17887  im 
17888 \family sans
17889 Tabellen-Einstellungen
17890 \family default
17891 -Dialog eine Mehrfachspalte definieren.
17892 \end_layout
17893
17894 \begin_layout Standard
17895 \begin_inset VSpace bigskip
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \begin_layout Standard
17902 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17903  Format definieren:
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 newcolumntype{S}[2]{>{
17912 \backslash
17913 centering
17914 \backslash
17915 hspace{0pt}}
17916 \begin_inset Newline newline
17917 \end_inset
17918
17919
17920 \begin_inset ERT
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924
17925
17926 \backslash
17927 phantom{
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \backslash
17934 newcolumntype
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940 }
17941 \end_layout
17942
17943 \end_inset
17944
17945 m{(#1+(2
17946 \backslash
17947 tabcolsep+
17948 \backslash
17949 arrayrulewidth)*(1-#2))/#2}}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 Dieses Format benutzt Gleichung
17954 \begin_inset space ~
17955 \end_inset
17956
17957
17958 \begin_inset CommandInset ref
17959 LatexCommand ref
17960 reference "eq:Wgn"
17961
17962 \end_inset
17963
17964 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17965  breit ist.
17966 \end_layout
17967
17968 \begin_layout Standard
17969 Jetzt können Sie im 
17970 \family sans
17971 LaTeX-Argument
17972 \family default
17973  im 
17974 \family sans
17975 Tabellen-Einstellungen
17976 \family default
17977 -Dialog folgendes einfügen:
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset VSpace bigskip
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 Für farbige Spalten können Sie folgendes einfügen:
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 newcolumntype{K}[1]{>{
18003 \backslash
18004 columncolor{#1}
18005 \backslash
18006 hspace{0pt}}c}
18007 \end_layout
18008
18009 \begin_layout Standard
18010 Das 
18011 \begin_inset Quotes gld
18012 \end_inset
18013
18014 c
18015 \begin_inset Quotes grd
18016 \end_inset
18017
18018  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18019  zentriert ist.
18020  Jetzt können Sie als 
18021 \family sans
18022 LaTeX-Argument
18023 \family default
18024  folgendes einfügen:
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030 K{Farbname}
18031 \end_layout
18032
18033 \begin_layout Standard
18034 \begin_inset VSpace bigskip
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Für Tabelle
18042 \begin_inset space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "tab:Tabelle-mit-benutzerdefinierte"
18049
18050 \end_inset
18051
18052  wurden folgende 
18053 \family sans
18054 LaTeX-Argumente
18055 \family default
18056  benutzt:
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062 M{2.5cm}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 für die erste Spalte und die Mehrfachspalte,
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072 K{red}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 für die letzte Spalte und
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082 S{2.5cm}{2}
18083 \end_layout
18084
18085 \begin_layout Standard
18086 für die Spalten in der zweiten Mehrfachspalte.
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \begin_inset Float table
18091 placement h
18092 wide false
18093 sideways false
18094 status open
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Caption
18098
18099 \begin_layout Plain Layout
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "tab:Tabelle-mit-benutzerdefinierte"
18103
18104 \end_inset
18105
18106 Tabelle mit benutzerdefinierten Formaten
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Plain Layout
18115 \align center
18116 \begin_inset Tabular
18117 <lyxtabular version="3" rows="3" columns="4">
18118 <features>
18119 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18120 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18121 <column alignment="center" valignment="middle" width="0">
18122 <column alignment="center" valignment="middle" width="0" special="K{red}">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 einsehrlangesWort
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 Mehrfachspalte mit mehreren Zeilen
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 c
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 d
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 e
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 f
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 g
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 h
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 i
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 j
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 k
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 </lyxtabular>
18238
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Subsection
18250 Liniendicke
18251 \begin_inset CommandInset label
18252 LatexCommand label
18253 name "uab:Liniendicke"
18254
18255 \end_inset
18256
18257
18258 \begin_inset Index
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262 Tabellen  ! Linien ! -dicke
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Die Liniendicke für alle Linien einer Tabelle kann mit 
18272 \series bold
18273
18274 \backslash
18275 arrayrulewidth
18276 \series default
18277  eingestellt werden.
18278  Um eine Liniendicke von 1.5
18279 \begin_inset space \thinspace{}
18280 \end_inset
18281
18282 pt wie in Tabelle
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18290
18291 \end_inset
18292
18293  zu bekommen, geben Sie den Befehl
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299
18300 \backslash
18301 setlength{
18302 \backslash
18303 arrayrulewidth}{1.5pt}
18304 \end_layout
18305
18306 \begin_layout Standard
18307 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18308  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18309  Mit
18310 \end_layout
18311
18312 \begin_layout Standard
18313
18314 \series bold
18315
18316 \backslash
18317 setlength{
18318 \backslash
18319 arrayrulewidth}{0.4pt}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 bekommen Sie wieder die Standarddicke.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 setlength{
18335 \backslash
18336 arrayrulewidth}{1.5pt}
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \begin_inset Float table
18343 placement H
18344 wide false
18345 sideways false
18346 status open
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Caption
18350
18351 \begin_layout Plain Layout
18352 \begin_inset CommandInset label
18353 LatexCommand label
18354 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18355
18356 \end_inset
18357
18358 Tabelle mit 1.5
18359 \begin_inset space \thinspace{}
18360 \end_inset
18361
18362 pt Liniendicke
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="3" columns="3">
18374 <features>
18375 <column alignment="center" valignment="top" width="0">
18376 <column alignment="center" valignment="top" width="0">
18377 <column alignment="center" valignment="top" width="0">
18378 <row>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 sd
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 sd
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 sd
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \begin_inset ERT
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479
18480
18481 \backslash
18482 setlength{
18483 \backslash
18484 arrayrulewidth}{0.4pt}
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset VSpace bigskip
18494 \end_inset
18495
18496 Um eine Liniendicke von 1.5
18497 \begin_inset space \thinspace{}
18498 \end_inset
18499
18500 pt nur für horizontale Linien zu bekommen wie in Tabelle
18501 \begin_inset space ~
18502 \end_inset
18503
18504
18505 \begin_inset CommandInset ref
18506 LatexCommand ref
18507 reference "tab:Tabelle-mit-1.5pt-horiz"
18508
18509 \end_inset
18510
18511 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18512  einfügen:
18513 \end_layout
18514
18515 \begin_layout Standard
18516
18517 \series bold
18518
18519 \backslash
18520 let
18521 \backslash
18522 myHline
18523 \backslash
18524 hline
18525 \begin_inset Newline newline
18526 \end_inset
18527
18528
18529 \backslash
18530 renewcommand{
18531 \backslash
18532 hline}
18533 \begin_inset Newline newline
18534 \end_inset
18535
18536  {
18537 \backslash
18538 noalign{
18539 \backslash
18540 global
18541 \backslash
18542 arrayrulewidth 1.5pt}
18543 \begin_inset Newline newline
18544 \end_inset
18545
18546  
18547 \backslash
18548 myHline
18549 \backslash
18550 noalign{
18551 \backslash
18552 global
18553 \backslash
18554 arrayrulewidth 0.4pt}}
18555 \end_layout
18556
18557 \begin_layout Standard
18558 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18559  der (Gleit\SpecialChar \-
18560 objekt-)Tabelle zurück:
18561 \end_layout
18562
18563 \begin_layout Standard
18564
18565 \series bold
18566
18567 \backslash
18568 renewcommand{
18569 \backslash
18570 hline}{
18571 \backslash
18572 myHline}
18573 \end_layout
18574
18575 \begin_layout Standard
18576 \begin_inset ERT
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580
18581
18582 \backslash
18583 let
18584 \backslash
18585 myHline
18586 \backslash
18587 hline
18588 \end_layout
18589
18590 \begin_layout Plain Layout
18591
18592
18593 \backslash
18594 renewcommand{
18595 \backslash
18596 hline}
18597 \end_layout
18598
18599 \begin_layout Plain Layout
18600
18601  {
18602 \backslash
18603 noalign{
18604 \backslash
18605 global
18606 \backslash
18607 arrayrulewidth 1.5pt}
18608 \end_layout
18609
18610 \begin_layout Plain Layout
18611
18612   
18613 \backslash
18614 myHline
18615 \backslash
18616 noalign{
18617 \backslash
18618 global
18619 \backslash
18620 arrayrulewidth 0.4pt}}
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Float table
18627 placement h
18628 wide false
18629 sideways false
18630 status open
18631
18632 \begin_layout Plain Layout
18633 \begin_inset Caption
18634
18635 \begin_layout Plain Layout
18636 \begin_inset CommandInset label
18637 LatexCommand label
18638 name "tab:Tabelle-mit-1.5pt-horiz"
18639
18640 \end_inset
18641
18642 Tabelle mit 1.5
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt dicken horizontalen Linien
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="3" columns="3">
18658 <features>
18659 <column alignment="center" valignment="top" width="0">
18660 <column alignment="center" valignment="top" width="0">
18661 <column alignment="center" valignment="top" width="0">
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 sd
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 sd
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 </lyxtabular>
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 renewcommand{
18767 \backslash
18768 hline}{
18769 \backslash
18770 myHline}
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset VSpace bigskip
18780 \end_inset
18781
18782 Um die Liniendicke von 1.5
18783 \begin_inset space \thinspace{}
18784 \end_inset
18785
18786 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18787  Spaltenformat entsprechend der Beschreibung in Abschnitt
18788 \begin_inset space ~
18789 \end_inset
18790
18791
18792 \begin_inset CommandInset ref
18793 LatexCommand ref
18794 reference "uab:Angepasste-Zellen-/Spaltenformate"
18795
18796 \end_inset
18797
18798  definieren:
18799 \end_layout
18800
18801 \begin_layout Standard
18802
18803 \series bold
18804
18805 \backslash
18806 newcolumntype{V}{!{
18807 \backslash
18808 vrule width 1.5pt}}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 In Tabelle
18813 \begin_inset space ~
18814 \end_inset
18815
18816
18817 \begin_inset CommandInset ref
18818 LatexCommand ref
18819 reference "tab:Tabelle-mit-1.5pt-vert"
18820
18821 \end_inset
18822
18823  wurde das 
18824 \family sans
18825 LaTe
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831 {}
18832 \end_layout
18833
18834 \end_inset
18835
18836 X-Argument
18837 \family default
18838 \series bold
18839  VcV
18840 \series default
18841  für die letzte Spalte und
18842 \series bold
18843  Vc
18844 \series default
18845  für die anderen benutzt.
18846 \end_layout
18847
18848 \begin_layout Standard
18849 \begin_inset Float table
18850 placement H
18851 wide false
18852 sideways false
18853 status open
18854
18855 \begin_layout Plain Layout
18856 \begin_inset Caption
18857
18858 \begin_layout Plain Layout
18859 \begin_inset CommandInset label
18860 LatexCommand label
18861 name "tab:Tabelle-mit-1.5pt-vert"
18862
18863 \end_inset
18864
18865 Tabelle mit 1.5
18866 \begin_inset space \thinspace{}
18867 \end_inset
18868
18869 pt dicken vertikalen Linien
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Plain Layout
18878 \align center
18879 \begin_inset Tabular
18880 <lyxtabular version="3" rows="3" columns="3">
18881 <features>
18882 <column alignment="center" valignment="top" width="0" special="Vc">
18883 <column alignment="center" valignment="top" width="0" special="Vc">
18884 <column alignment="center" valignment="top" width="0" special="VcV">
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 sd
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 </lyxtabular>
18973
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Subsection
18985 Gestrichelte Linien
18986 \begin_inset Index
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Tabellen  ! Linien ! gestrichelte 
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004
19005 \backslash
19006 ifarydshln
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \begin_inset Note Note
19013 status open
19014
19015 \begin_layout Plain Layout
19016 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19017 \series bold
19018 arydshln
19019 \series default
19020  installiert ist.
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset Float table
19030 placement h
19031 wide false
19032 sideways false
19033 status open
19034
19035 \begin_layout Plain Layout
19036 \begin_inset Caption
19037
19038 \begin_layout Plain Layout
19039 \begin_inset CommandInset label
19040 LatexCommand label
19041 name "tab:Tabelle-mit-gestrichelten"
19042
19043 \end_inset
19044
19045 Tabelle mit gestrichelten Linien
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Plain Layout
19054 \align center
19055 \begin_inset Tabular
19056 <lyxtabular version="3" rows="5" columns="5">
19057 <features>
19058 <column alignment="center" valignment="top" width="0">
19059 <column alignment="center" valignment="top" width="0">
19060 <column alignment="center" valignment="top" width="0" special=":c">
19061 <column alignment="center" valignment="top" width="0">
19062 <column alignment="center" valignment="top" width="0">
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 a
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 b
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 c
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 d
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 e
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 f
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 g
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 h
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 i
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 j
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 </row>
19157 <row>
19158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166
19167
19168 \backslash
19169 hdashline 
19170 \end_layout
19171
19172 \end_inset
19173
19174 k
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 l
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 m
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 n
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 o
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset ERT
19222 status collapsed
19223
19224 \begin_layout Plain Layout
19225
19226
19227 \backslash
19228 cdashline{4-5}
19229 \end_layout
19230
19231 \end_inset
19232
19233 p
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 q
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 r
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 s
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 t
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 u
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 v
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 w
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 x
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 </lyxtabular>
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19336  TeX-Code benutzen.
19337  Zunächst müssen Sie das LaTeX-Paket 
19338 \series bold
19339 arydshln
19340 \series default
19341
19342 \begin_inset Index
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346 LaTeX-Pakete ! arydshln
19347 \end_layout
19348
19349 \end_inset
19350
19351  im LaTeX-Vorspann laden:
19352 \end_layout
19353
19354 \begin_layout Standard
19355
19356 \series bold
19357
19358 \backslash
19359 usepackage{arydshln}
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Um senkrechte Linien zu stricheln, müssen Sie im 
19364 \family sans
19365 LaTe
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371 {}
19372 \end_layout
19373
19374 \end_inset
19375
19376 X-Argument
19377 \family default
19378  des 
19379 \family sans
19380 Tabellen-Einstellungen
19381 \family default
19382 -Dialogs 
19383 \begin_inset Quotes gld
19384 \end_inset
19385
19386 :
19387 \begin_inset Quotes grd
19388 \end_inset
19389
19390 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19395 \end_layout
19396
19397 \begin_layout Standard
19398
19399 \series bold
19400
19401 \backslash
19402 hdashline
19403 \end_layout
19404
19405 \begin_layout Standard
19406 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19407 \end_layout
19408
19409 \begin_layout Standard
19410 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \series bold
19416
19417 \backslash
19418 cdashline{Anfangsspalte-Endspalte}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19423  Wenn Sie z.
19424 \begin_inset space \thinspace{}
19425 \end_inset
19426
19427 B.
19428  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19429  gestrichelte Linie haben, fügen Sie den Befehl
19430 \end_layout
19431
19432 \begin_layout Standard
19433
19434 \series bold
19435
19436 \backslash
19437 cdashline{2-4}
19438 \end_layout
19439
19440 \begin_layout Standard
19441 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset VSpace bigskip
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 In Tabelle
19453 \begin_inset space ~
19454 \end_inset
19455
19456
19457 \begin_inset CommandInset ref
19458 LatexCommand ref
19459 reference "tab:Tabelle-mit-gestrichelten"
19460
19461 \end_inset
19462
19463  wurde in der dritten Spalte der Befehl
19464 \series bold
19465  
19466 \series default
19467
19468 \begin_inset Quotes gld
19469 \end_inset
19470
19471
19472 \series bold
19473 :c
19474 \begin_inset Quotes grd
19475 \end_inset
19476
19477
19478 \series default
19479  benutzt.
19480  Der Befehl 
19481 \series bold
19482
19483 \backslash
19484 hdashline
19485 \series default
19486  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19487 \begin_inset Newline newline
19488 \end_inset
19489
19490  
19491 \series bold
19492
19493 \backslash
19494 cdashline{4-5} 
19495 \series default
19496 wurde in die erste Zelle der vierten Zeile eingefügt.
19497 \end_layout
19498
19499 \begin_layout Standard
19500 \begin_inset Note Greyedout
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505 \series bold
19506 Bemerkung:
19507 \series default
19508  Das LaTeX-Paket 
19509 \series bold
19510 arydshln
19511 \series default
19512  ist nicht kompatibel dem LaTeX-Paket 
19513 \series bold
19514 colortbl
19515 \series default
19516
19517 \begin_inset Index
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 LaTeX-Pakete ! colortbl
19522 \end_layout
19523
19524 \end_inset
19525
19526 , das für die farbigen Tabellen in Abschnitt
19527 \begin_inset space ~
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset ref
19532 LatexCommand ref
19533 reference "abs:Farbige-Tabellen"
19534
19535 \end_inset
19536
19537  benutzt wurde.
19538  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \begin_layout Standard
19547 \begin_inset ERT
19548 status collapsed
19549
19550 \begin_layout Plain Layout
19551
19552
19553 \backslash
19554 else
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \begin_inset Note Note
19561 status open
19562
19563 \begin_layout Plain Layout
19564 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19565 \series bold
19566 arydshln
19567 \series default
19568  nicht installiert ist:
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Standard
19577 Sie müssen das LaTeX-Paket 
19578 \series bold
19579 arydshln
19580 \series default
19581  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589
19590
19591 \backslash
19592 fi
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Chapter
19601 Gleitobjekte
19602 \begin_inset CommandInset label
19603 LatexCommand label
19604 name "kap:Gleitobjekte"
19605
19606 \end_inset
19607
19608
19609 \begin_inset Index
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613 Gleitobjekte
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Section
19622 Einleitung
19623 \begin_inset CommandInset label
19624 LatexCommand label
19625 name "abs:Gleitobjekte-Einleitung"
19626
19627 \end_inset
19628
19629
19630 \begin_inset Index
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 Gleitobjekte ! Einleitung
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19644  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19645  der beste Platz ist.
19646  
19647 \family sans
19648 Fußnoten
19649 \family default
19650  und 
19651 \family sans
19652 Randnotizen
19653 \family default
19654  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19655  wenn auf ihrer Seite schon zu viele sind.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19660  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19661  um weiße Flächen und Seiten ohne Text zu vermeiden.
19662  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19663 löst,
19664  kann im Text auf ein Gleitobjekt verwiesen werden.
19665  Gleitobjekte sind deshalb nummeriert.
19666  Querverweise werden in Abschnitt
19667 \begin_inset space ~
19668 \end_inset
19669
19670
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "abs:Auf-Gleitobjekte-verweisen"
19674
19675 \end_inset
19676
19677  beschrieben.
19678 \end_layout
19679
19680 \begin_layout Standard
19681 Ein Gleitobjekt wird mit 
19682 \family sans
19683 Einfügen\SpecialChar \menuseparator
19684 Gleitobjekt\SpecialChar \menuseparator
19685 Algorithmus/Abbildung/Ta\SpecialChar \-
19686 belle/Um\SpecialChar \-
19687 flos\SpecialChar \-
19688 se\SpecialChar \-
19689 nes
19690 \begin_inset space ~
19691 \end_inset
19692
19693 Gleitobjekt
19694 \family default
19695  eingefügt.
19696  Für Abbildungen oder Tabellen können Sie auch auf 
19697 \begin_inset Graphics
19698         filename ../../images/float-insert_figure.png
19699         scale 70
19700         scaleBeforeRotation
19701         BoundingBox 0bp 6bp 22bp 22bp
19702
19703 \end_inset
19704
19705  oder 
19706 \begin_inset Graphics
19707         filename ../../images/float-insert_table.png
19708         scale 70
19709         scaleBeforeRotation
19710         BoundingBox 0bp 6bp 22bp 22bp
19711
19712 \end_inset
19713
19714  klicken.
19715  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19716  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19717  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19718  #:).
19719  Statt # sehen Sie die von LyX vergebene Nummer.
19720  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19721  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19722  eingefügt.
19723  In Abschnitt
19724 \begin_inset space ~
19725 \end_inset
19726
19727
19728 \begin_inset CommandInset ref
19729 LatexCommand ref
19730 reference "abs:Titel-Platzierung"
19731
19732 \end_inset
19733
19734  finden Sie mehr über die Platzierung des Titels.
19735  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19736  auch wieder geöffnet.
19737  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19738 \begin_inset Graphics
19739         filename clipart/GleitobjektQt4.png
19740         scale 70
19741         scaleBeforeRotation
19742         BoundingBox 0bp 6bp 128bp 22bp
19743
19744 \end_inset
19745
19746  -- ein graues Kästchen mit roter Beschriftung.
19747 \end_layout
19748
19749 \begin_layout Standard
19750 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19751  Gleitobjekte in einem eigenen Absatz einzufügen.
19752 \end_layout
19753
19754 \begin_layout Standard
19755 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19756  indem Sie sie markieren und dann auf 
19757 \begin_inset Graphics
19758         filename ../../images/float-insert_figure.png
19759         scale 70
19760         scaleBeforeRotation
19761         BoundingBox 0bp 6bp 22bp 22bp
19762
19763 \end_inset
19764
19765  oder 
19766 \begin_inset Graphics
19767         filename ../../images/float-insert_table.png
19768         scale 70
19769         scaleBeforeRotation
19770         BoundingBox 0bp 6bp 22bp 22bp
19771
19772 \end_inset
19773
19774  klicken.
19775 \end_layout
19776
19777 \begin_layout Section
19778 Gleitobjekt-Typen
19779 \begin_inset Index
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 Gleitobjekte ! Typen
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19793 \begin_inset space ~
19794 \end_inset
19795
19796
19797 \begin_inset CommandInset ref
19798 LatexCommand ref
19799 reference "abs:Gleitende-Abbildungen"
19800
19801 \end_inset
19802
19803  und 
19804 \begin_inset CommandInset ref
19805 LatexCommand ref
19806 reference "abs:Gleitende-Tabellen"
19807
19808 \end_inset
19809
19810  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19811 \end_layout
19812
19813 \begin_layout Subsection
19814 Gleitobjekt-Algorithmen
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Gleitobjekte ! Algorithmen
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \begin_inset CommandInset label
19826 LatexCommand label
19827 name "uab:Gleitobjekt-Algorithmen"
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Standard
19835 \begin_inset Float algorithm
19836 placement h
19837 wide false
19838 sideways false
19839 status open
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Caption
19843
19844 \begin_layout Plain Layout
19845 \begin_inset CommandInset label
19846 LatexCommand label
19847 name "alg:Ein-Gleitobjekt-Algorithmus"
19848
19849 \end_inset
19850
19851 Ein Gleitobjekt-Algorithmus 
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout LyX-Code
19860 for I in 1..N loop
19861 \begin_inset Newline newline
19862 \end_inset
19863
19864  Sum:= Sum + A(I); /*Kommentar*/
19865 \begin_inset Newline newline
19866 \end_inset
19867
19868 end loop
19869 \begin_inset VSpace -4mm
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 Dieser Typ wird mit 
19882 \family sans
19883 Einfügen\SpecialChar \menuseparator
19884 Gleitobjekt\SpecialChar \menuseparator
19885 Algorithmus
19886 \family default
19887  eingefügt.
19888  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19889  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19890  Eine mögliche Absatz-Umgebung hier für ist 
19891 \family sans
19892 LyX-Code
19893 \family default
19894 , beschrieben im 
19895 \emph on
19896 Benutzerhandbuch
19897 \emph default
19898 .
19899  In Algorithmus
19900 \begin_inset space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "alg:Ein-Gleitobjekt-Algorithmus"
19907
19908 \end_inset
19909
19910  wurden am Ende -0.4
19911 \begin_inset space \thinspace{}
19912 \end_inset
19913
19914 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19915  letzten Zeile gedruckt wird.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Die Marke 
19920 \emph on
19921 Algorithmus
19922 \emph default
19923  wird nicht automatisch in die druckbare Version übernommen, sondern das
19924  englische Wort 
19925 \emph on
19926 Algorithm
19927 \emph default
19928  verwendet.
19929  Soll
19930 \emph on
19931  Algorithmus
19932 \emph default
19933  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19934 \end_layout
19935
19936 \begin_layout Standard
19937
19938 \series bold
19939
19940 \backslash
19941 floatname{algorithm}{Algorithmus}
19942 \end_layout
19943
19944 \begin_layout Standard
19945 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19946  Menü 
19947 \family sans
19948 Einfügen\SpecialChar \menuseparator
19949 Liste
19950 \begin_inset space \thinspace{}
19951 \end_inset
19952
19953 /
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 Inhaltsverzeichnis\SpecialChar \menuseparator
19958 Algorithmenverzeichnis
19959 \family default
19960  verwendet werden.
19961  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19962  eingefügt werden:
19963 \end_layout
19964
19965 \begin_layout Standard
19966
19967 \series bold
19968
19969 \backslash
19970 listof{algorithm}{Algorithmenverzeichnis}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19975  nach dem Schema 
19976 \begin_inset Quotes gld
19977 \end_inset
19978
19979 Kapitelnummer.Algorithmusnummer
19980 \begin_inset Quotes grd
19981 \end_inset
19982
19983  nummeriert.
19984  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19985  einfügen:
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 numberwithin{algorithm}{chapter}
19994 \end_layout
19995
19996 \begin_layout Standard
19997 Um 
19998 \series bold
19999
20000 \backslash
20001 numberwithin
20002 \series default
20003  benutzen zu können, muss in den 
20004 \family sans
20005 Mathe
20006 \begin_inset space ~
20007 \end_inset
20008
20009 Optionen
20010 \family default
20011  der 
20012 \family sans
20013 Dokument-Einstellungen
20014 \family default
20015  
20016 \family sans
20017 AMS
20018 \begin_inset space ~
20019 \end_inset
20020
20021 Mathe
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Paket
20026 \family default
20027
20028 \begin_inset space ~
20029 \end_inset
20030
20031
20032 \family sans
20033 verwenden
20034 \family default
20035  angekreuzt sein.
20036 \end_layout
20037
20038 \begin_layout Subsection
20039 Umflossene Gleitobjekte
20040 \begin_inset CommandInset label
20041 LatexCommand label
20042 name "uab:Umflossene-Gleitobjekte"
20043
20044 \end_inset
20045
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Gleitobjekte ! umflossene
20052 \end_layout
20053
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \begin_layout Standard
20060 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20061  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20062  den die Abbildung bzw.
20063 \begin_inset space ~
20064 \end_inset
20065
20066 Tabelle übrig lässt.
20067  Sie werden über das Menü
20068 \family sans
20069  Einfügen\SpecialChar \menuseparator
20070 Gleitobjekt\SpecialChar \menuseparator
20071 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20072 objekt
20073 \family default
20074  eingefügt, wenn das LaTeX-Paket 
20075 \series bold
20076 wrapfig
20077 \series default
20078
20079 \begin_inset Index
20080 status collapsed
20081
20082 \begin_layout Plain Layout
20083 LaTeX-Pakete ! wrapfig
20084 \begin_inset ERT
20085 status collapsed
20086
20087 \begin_layout Plain Layout
20088
20089
20090 \backslash
20091 vspace{4mm}
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100
20101  installiert ist.
20102 \begin_inset Foot
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20107 \emph on
20108 LaTeX-Konfiguration
20109 \emph default
20110  beschrieben.
20111 \end_layout
20112
20113 \end_inset
20114
20115  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20116  Box des Gleitobjekts geändert werden.
20117  
20118 \begin_inset Wrap figure
20119 lines 0
20120 placement l
20121 overhang 1cm
20122 width "40col%"
20123 status open
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Graphics
20127         filename ../clipart/mobius.eps
20128         width 40col%
20129         scaleBeforeRotation
20130         rotateOrigin center
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Caption
20139
20140 \begin_layout Plain Layout
20141 \begin_inset CommandInset label
20142 LatexCommand label
20143 name "abb:Dies-ist-eine"
20144
20145 \end_inset
20146
20147 Dies ist eine umflossene Gleitobjekt-Abbildung
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156
20157  Obligatorische Einstellungen sind die 
20158 \family sans
20159 Breite
20160 \family default
20161  und 
20162 \family sans
20163 Platzierung
20164 \family default
20165  des Gleitobjekts.
20166  Optional sind der 
20167 \family sans
20168 Überhang 
20169 \family default
20170 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20171 \begin_inset space \thinspace{}
20172 \end_inset
20173
20174 /
20175 \begin_inset space \thinspace{}
20176 \end_inset
20177
20178 der Seite ragt und die 
20179 \family sans
20180 benötigten Zeilen
20181 \family default
20182 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20183  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20184  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20185  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20186  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20187  zu lassen.
20188  Abbildung
20189 \begin_inset space ~
20190 \end_inset
20191
20192
20193 \begin_inset CommandInset ref
20194 LatexCommand ref
20195 reference "abb:Dies-ist-eine"
20196
20197 \end_inset
20198
20199  ist zum Beispiel ein umflossenes Bild, das 40
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 % der Spaltenbreite einnimmt, 1
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 cm in den Rand ragt und links gesetzt wurde.
20208 \begin_inset Foot
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 Die benutzbaren Einheiten werden in Anhang
20213 \begin_inset space ~
20214 \end_inset
20215
20216
20217 \begin_inset CommandInset ref
20218 LatexCommand ref
20219 reference "kap:In-LyX-verfügbare"
20220
20221 \end_inset
20222
20223  beschrieben.
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \begin_layout Standard
20232 \begin_inset Note Greyedout
20233 status open
20234
20235 \begin_layout Plain Layout
20236
20237 \series bold
20238 Bemerkung:
20239 \series default
20240  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20241 \begin_inset space \thinspace{}
20242 \end_inset
20243
20244 B.
20245  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20246  oder über anderen Text gedruckt wird.
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Allgemein gilt:
20256 \end_layout
20257
20258 \begin_layout Itemize
20259 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20260  der nächsten Seite fortgesetzt werden.
20261  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20262  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20263 \end_layout
20264
20265 \begin_layout Itemize
20266 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20267  sie fließen soll, eingefügt werden oder darin.
20268 \end_layout
20269
20270 \begin_layout Itemize
20271 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20272  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20273  ihnen ist.
20274 \end_layout
20275
20276 \begin_layout Itemize
20277 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20278  erlaubt.
20279 \end_layout
20280
20281 \begin_layout Section
20282 Gleitobjekt-Nummerierung
20283 \begin_inset CommandInset label
20284 LatexCommand label
20285 name "abs:Gleitobjekt-Nummerierung"
20286
20287 \end_inset
20288
20289
20290 \begin_inset Index
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 Gleitobjekte ! Nummerierung
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \begin_layout Standard
20303 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20304  nummeriert oder nach dem Schema 
20305 \begin_inset Quotes gld
20306 \end_inset
20307
20308 Kapitelnummer.Gleitobjektnummer
20309 \begin_inset Quotes grd
20310 \end_inset
20311
20312  oder 
20313 \begin_inset Quotes gld
20314 \end_inset
20315
20316 Abschnittsnummer.Gleitobjektnummer
20317 \begin_inset Quotes grd
20318 \end_inset
20319
20320 .
20321  Das hängt von der Dokumentklasse ab.
20322 \end_layout
20323
20324 \begin_layout Standard
20325 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20326  in den LaTeX-Vorspann einfügen:
20327 \end_layout
20328
20329 \begin_layout Standard
20330
20331 \series bold
20332
20333 \backslash
20334 renewcommand{
20335 \backslash
20336 thetable}{
20337 \backslash
20338 roman{table}}
20339 \end_layout
20340
20341 \begin_layout Standard
20342
20343 \series bold
20344
20345 \backslash
20346 thetable
20347 \series default
20348  ist der Befehl, der die Tabellennummer druckt.
20349  Für Abbildungen ist das 
20350 \series bold
20351
20352 \backslash
20353 thefigure
20354 \series default
20355 .
20356  Der Befehl 
20357 \series bold
20358
20359 \backslash
20360 roman
20361 \series default
20362  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 Um das Nummerierungsschema zum Beispiel auf 
20367 \begin_inset Quotes gld
20368 \end_inset
20369
20370 Unterabschnittsnummer.Num\SpecialChar \-
20371 mer
20372 \begin_inset Quotes grd
20373 \end_inset
20374
20375  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381
20382 \backslash
20383 numberwithin{table}{subsection}
20384 \end_layout
20385
20386 \begin_layout Standard
20387 Um den Befehl 
20388 \series bold
20389
20390 \backslash
20391 numberwithin
20392 \series default
20393  benutzen zu können, müssen Sie in den 
20394 \family sans
20395 Mathe
20396 \begin_inset space ~
20397 \end_inset
20398
20399 Optionen
20400 \family default
20401  der 
20402 \family sans
20403 Dokument-Einstellungen
20404 \family default
20405  
20406 \family sans
20407 AMS
20408 \begin_inset space ~
20409 \end_inset
20410
20411 Mathe
20412 \begin_inset space ~
20413 \end_inset
20414
20415 Paket
20416 \family default
20417
20418 \begin_inset space ~
20419 \end_inset
20420
20421
20422 \family sans
20423 verwenden
20424 \family default
20425  ankreuzen.
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Sehen Sie sich bitte auch Abschnitt
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "uab:Fußnoten-Nummerierung"
20437
20438 \end_inset
20439
20440  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20441 \end_layout
20442
20443 \begin_layout Section
20444 Auf Gleitobjekte verweisen
20445 \begin_inset CommandInset label
20446 LatexCommand label
20447 name "abs:Auf-Gleitobjekte-verweisen"
20448
20449 \end_inset
20450
20451
20452 \begin_inset Index
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Gleitobjekte ! Querverweise
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Querverweise ! auf Gleitobjekte
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Zunächst müssen Sie mit 
20476 \family sans
20477 Einfügen\SpecialChar \menuseparator
20478 Marke
20479 \family default
20480  oder einen Klick auf 
20481 \begin_inset Graphics
20482         filename ../../images/label-insert.png
20483         scale 70
20484         scaleBeforeRotation
20485
20486 \end_inset
20487
20488  eine Marke im Titel einfügen.
20489  Im 
20490 \family sans
20491 Marke
20492 \family default
20493 -Dialog schreiben Sie einen Text in das Feld 
20494 \family sans
20495 Marke
20496 \family default
20497  oder übernehmen den vorgeschlagenen.
20498  Die Marke sieht in LyX dann so aus:
20499 \end_layout
20500
20501 \begin_layout Standard
20502 \begin_inset Graphics
20503         filename clipart/Marke.png
20504         lyxscale 80
20505         scale 50
20506         scaleBeforeRotation
20507         BoundingBox 0bp 6bp 76bp 23bp
20508
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Die Marke wird als Anker und Name für den Querverweis benutzt.
20516  Mit 
20517 \family sans
20518 Einfügen\SpecialChar \menuseparator
20519 Querverweis
20520 \family default
20521  oder einen Klick auf 
20522 \begin_inset Graphics
20523         filename ../../images/dialog-show-new-inset_ref.png
20524         scale 70
20525         scaleBeforeRotation
20526
20527 \end_inset
20528
20529  können Sie dann auf die Marke verweisen.
20530  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20531  angezeigt:
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset Graphics
20536         filename clipart/Querverweis.png
20537         lyxscale 80
20538         scale 50
20539         scaleBeforeRotation
20540         BoundingBox 0bp 6bp 76bp 23bp
20541
20542 \end_inset
20543
20544
20545 \begin_inset Newline newline
20546 \end_inset
20547
20548  Mehr zu Querverweisen finden Sie im 
20549 \emph on
20550 Benutzerhandbuch
20551 \emph default
20552 .
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20557  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20558  durch einen Zeilenumbruch getrennt werden können.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20563  LyX passt die Querverweise automatisch an.
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Ein Klick auf den Schalter 
20568 \family sans
20569 Gehe
20570 \begin_inset space ~
20571 \end_inset
20572
20573 zur
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Marke
20578 \family default
20579  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20580  Der Text der Schaltfläche heißt jetzt 
20581 \family sans
20582 Gehe
20583 \begin_inset space ~
20584 \end_inset
20585
20586 zurück
20587 \family default
20588  und ein Klick darauf macht genau dies.
20589   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20590  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20591  Dann ist auch kein 
20592 \family sans
20593 Gehe
20594 \begin_inset space ~
20595 \end_inset
20596
20597 zurück
20598 \family default
20599  möglich.
20600 \end_layout
20601
20602 \begin_layout Subsection
20603 Querverweis-Formate
20604 \begin_inset CommandInset label
20605 LatexCommand label
20606 name "uab:Querverweis-Formate"
20607
20608 \end_inset
20609
20610
20611 \begin_inset Index
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 Querverweise ! Formate
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 Es gibt sechs verschiedene Querverweisstile:
20625 \end_layout
20626
20627 \begin_layout Description
20628 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20629  
20630 \begin_inset CommandInset ref
20631 LatexCommand ref
20632 reference "abb:Zwei-Teilabbildungen"
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Description
20640 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20641  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20642  verwendet wird, speziell wenn der Name 
20643 \begin_inset Quotes gld
20644 \end_inset
20645
20646 Gleichung
20647 \begin_inset Quotes grd
20648 \end_inset
20649
20650  weggelassen wird: 
20651 \begin_inset CommandInset ref
20652 LatexCommand eqref
20653 reference "eq:Wgn"
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Description
20661 <Seite>: druckt die Seitennummer: Seite
20662 \begin_inset space ~
20663 \end_inset
20664
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand pageref
20668 reference "abb:Zwei-Teilabbildungen"
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Description
20676 auf
20677 \begin_inset space ~
20678 \end_inset
20679
20680 Seite
20681 \begin_inset space ~
20682 \end_inset
20683
20684 <Seite>: druckt den Text 
20685 \begin_inset Quotes gld
20686 \end_inset
20687
20688 auf Seite
20689 \begin_inset Quotes grd
20690 \end_inset
20691
20692  und die Seitennummer: 
20693 \begin_inset CommandInset ref
20694 LatexCommand vpageref
20695 reference "abb:Zwei-Teilabbildungen"
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Description
20703 <Querverweis>
20704 \begin_inset space ~
20705 \end_inset
20706
20707 auf
20708 \begin_inset space ~
20709 \end_inset
20710
20711 Seite
20712 \begin_inset space ~
20713 \end_inset
20714
20715 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20716 \begin_inset Quotes gld
20717 \end_inset
20718
20719 auf Seite
20720 \begin_inset Quotes grd
20721 \end_inset
20722
20723 , und die Seitennummer: 
20724 \begin_inset CommandInset ref
20725 LatexCommand vref
20726 reference "abb:Zwei-Teilabbildungen"
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Description
20734 Formatierter
20735 \begin_inset space ~
20736 \end_inset
20737
20738 Querverweis: druckt ein selbst definiertes Querverweisformat
20739 \begin_inset Newline newline
20740 \end_inset
20741
20742
20743 \begin_inset Note Greyedout
20744 status open
20745
20746 \begin_layout Plain Layout
20747
20748 \series bold
20749 Bemerkung:
20750 \series default
20751  Dies ist nur möglich, wenn das LaTeX-Paket 
20752 \series bold
20753 prettyref
20754 \series default
20755  installiert ist.
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20765  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20766  Seite befindet.
20767  Stattdessen wird der Text 
20768 \begin_inset Quotes gld
20769 \end_inset
20770
20771 auf der vorigen Seite
20772 \begin_inset Quotes grd
20773 \end_inset
20774
20775
20776 \begin_inset Quotes gld
20777 \end_inset
20778
20779 auf dieser Seite
20780 \begin_inset Quotes grd
20781 \end_inset
20782
20783  oder 
20784 \begin_inset Quotes gld
20785 \end_inset
20786
20787 auf der nächsten Seite
20788 \begin_inset Quotes grd
20789 \end_inset
20790
20791  gedruckt.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20796  automatisch von LaTeX berechnet.
20797  Die Stile können im Feld 
20798 \family sans
20799 Format
20800 \family default
20801  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20802  einen Querverweis klicken.
20803 \end_layout
20804
20805 \begin_layout Subsection
20806 Automatische Querverweisnamen
20807 \begin_inset Index
20808 status collapsed
20809
20810 \begin_layout Plain Layout
20811 Querverweise ! Automatische Namen 
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Das LaTeX-Paket 
20821 \series bold
20822 hyperref
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 LaTeX-Pakete ! hyperref
20830 \end_layout
20831
20832 \end_inset
20833
20834 , das in den
20835 \family sans
20836  PDF-Eigenschaften
20837 \family default
20838  im 
20839 \family sans
20840 Dokument-Einstellungen
20841 \family default
20842  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
20843  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
20844  wie 
20845 \emph on
20846 Abschnitt
20847 \emph default
20848 ).
20849  Sie müssen damit z.
20850 \begin_inset space \thinspace{}
20851 \end_inset
20852
20853 B.
20854  nicht mehr den Namen 
20855 \begin_inset Quotes gld
20856 \end_inset
20857
20858 Abbildung
20859 \begin_inset Quotes grd
20860 \end_inset
20861
20862  vor jeden Querverweis auf eine Abbildung schreiben.
20863  Um diese Funktion benutzen zu können, aktivieren Sie 
20864 \series bold
20865 hyperref
20866 \series default
20867  und fügen diese Zeile in den LaTeX-Vorspann ein:
20868 \end_layout
20869
20870 \begin_layout Standard
20871
20872 \series bold
20873
20874 \backslash
20875 AtBeginDocument{
20876 \backslash
20877 renewcommand{
20878 \backslash
20879 ref}[1]{
20880 \backslash
20881 mbox{
20882 \backslash
20883 autoref{#1}}}}
20884 \end_layout
20885
20886 \begin_layout Standard
20887 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
20888 \begin_inset space \thinspace{}
20889 \end_inset
20890
20891 B.
20892  statt 
20893 \begin_inset Quotes gld
20894 \end_inset
20895
20896 Abschnitt
20897 \begin_inset Quotes grd
20898 \end_inset
20899
20900  den Namen 
20901 \begin_inset Quotes gld
20902 \end_inset
20903
20904 Kap.
20905 \begin_inset space \thinspace{}
20906 \end_inset
20907
20908
20909 \begin_inset Quotes grd
20910 \end_inset
20911
20912 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
20913 \end_layout
20914
20915 \begin_layout Standard
20916
20917 \series bold
20918
20919 \backslash
20920 addto
20921 \backslash
20922 extrasngerman{
20923 \backslash
20924 renewcommand{
20925 \backslash
20926 sectionautorefname}
20927 \begin_inset Newline newline
20928 \end_inset
20929
20930
20931 \begin_inset ERT
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935
20936
20937 \backslash
20938 hphantom{ }
20939 \end_layout
20940
20941 \end_inset
20942
20943 {Kap.
20944 \backslash
20945 negthinspace}}
20946 \end_layout
20947
20948 \begin_layout Standard
20949 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
20950 \begin_inset Newline newline
20951 \end_inset
20952
20953
20954 \series bold
20955
20956 \backslash
20957 extrasngerman
20958 \series default
20959  durch 
20960 \series bold
20961
20962 \backslash
20963 extras***
20964 \series default
20965 , wobei *** der Name der verwendeten Sprache ist.
20966 \end_layout
20967
20968 \begin_layout Standard
20969 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
20970  z.
20971 \begin_inset space \thinspace{}
20972 \end_inset
20973
20974 B.
20975  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
20976 \end_layout
20977
20978 \begin_layout Standard
20979
20980 \series bold
20981
20982 \backslash
20983 newlength{
20984 \backslash
20985 abc}
20986 \begin_inset Newline newline
20987 \end_inset
20988
20989
20990 \backslash
20991 settowidth{
20992 \backslash
20993 abc}{
20994 \backslash
20995 space}
20996 \begin_inset Newline newline
20997 \end_inset
20998
20999
21000 \backslash
21001 addto
21002 \backslash
21003 extrasenglish{
21004 \backslash
21005 renewcommand{
21006 \backslash
21007 equationautorefname}
21008 \begin_inset Newline newline
21009 \end_inset
21010
21011
21012 \begin_inset ERT
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017
21018 \backslash
21019 hphantom{ }
21020 \end_layout
21021
21022 \end_inset
21023
21024 {
21025 \backslash
21026 hspace{-
21027 \backslash
21028 abc}}
21029 \end_layout
21030
21031 \begin_layout Standard
21032 Mehr über dieses Thema finden Sie in der 
21033 \series bold
21034 hyperref
21035 \series default
21036 -Dokumentation 
21037 \begin_inset CommandInset citation
21038 LatexCommand cite
21039 key "hyperref"
21040
21041 \end_inset
21042
21043 .
21044 \end_layout
21045
21046 \begin_layout Standard
21047 \begin_inset Note Greyedout
21048 status open
21049
21050 \begin_layout Plain Layout
21051
21052 \series bold
21053 Bemerkung:
21054 \series default
21055  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21056  als Querverweisstil 
21057 \family sans
21058 Formatierter
21059 \begin_inset space ~
21060 \end_inset
21061
21062 Querverweis
21063 \family default
21064  benutzen, wie in Abschnitt
21065 \begin_inset space ~
21066 \end_inset
21067
21068
21069 \begin_inset CommandInset ref
21070 LatexCommand ref
21071 reference "uab:Querverweis-Formate"
21072
21073 \end_inset
21074
21075  beschrieben.
21076 \end_layout
21077
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Standard
21084 Das 
21085 \emph on
21086 Mathe
21087 \emph default
21088  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21089 \end_layout
21090
21091 \begin_layout Subsection
21092 Querverweis-Position
21093 \begin_inset CommandInset label
21094 LatexCommand label
21095 name "uab:Querverweis-Position"
21096
21097 \end_inset
21098
21099
21100 \begin_inset Index
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104 Querverweise !  Position
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \begin_layout Standard
21113 Wenn Sie 
21114 \series bold
21115 hyperref
21116 \series default
21117
21118 \begin_inset Index
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 LaTeX-Pakete ! hyperref
21123 \end_layout
21124
21125 \end_inset
21126
21127  in den
21128 \family sans
21129  PDF-Eigenschaften
21130 \family default
21131  im 
21132 \family sans
21133 Dokument-Einstellungen
21134 \family default
21135  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21136  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21137  und Sie werden das Bild ohne Scrollen nicht sehen.
21138  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21139  ist.
21140  Wenn Sie das  LaTeX-Paket 
21141 \series bold
21142 hypcap
21143 \series default
21144
21145 \begin_inset Index
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149 LaTeX-Pakete ! hypcap
21150 \end_layout
21151
21152 \end_inset
21153
21154 , das Teil des LaTeX-Pakets 
21155 \series bold
21156 oberdiek
21157 \series default
21158
21159 \begin_inset Index
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163 LaTeX-Pakete ! oberdiek
21164 \end_layout
21165
21166 \end_inset
21167
21168  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21169  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21170 \series bold
21171 hypcap
21172 \series default
21173  zunächst in den LaTeX-Vorspann laden:
21174 \end_layout
21175
21176 \begin_layout Standard
21177
21178 \series bold
21179
21180 \backslash
21181 usepackage[figure]{hypcap}
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Sie können 
21186 \series bold
21187 hypcap
21188 \series default
21189  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21190  nicht empfohlen.
21191  Weitere Informationen finden Sie im
21192 \series bold
21193  hypcap
21194 \series default
21195 -Handbuch 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "hypcap"
21199
21200 \end_inset
21201
21202 .
21203 \end_layout
21204
21205 \begin_layout Standard
21206 \begin_inset Note Greyedout
21207 status open
21208
21209 \begin_layout Plain Layout
21210
21211 \series bold
21212 Bemerkung:
21213 \series default
21214  
21215 \series bold
21216 hypcap
21217 \series medium
21218  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Section
21227 Gleitobjekt-Platzierung
21228 \begin_inset CommandInset label
21229 LatexCommand label
21230 name "abs:Gleitobjekt-Platzierung"
21231
21232 \end_inset
21233
21234
21235 \begin_inset Index
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239 Gleitobjekte ! Platzierung
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21249 \family sans
21250 Gleitobjekt-Einstellungen
21251 \family default
21252 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21253  können.
21254 \begin_inset Newline newline
21255 \end_inset
21256
21257 Die Option 
21258 \family sans
21259 Spalten
21260 \begin_inset space ~
21261 \end_inset
21262
21263 überspannen
21264 \family default
21265  ist nur bei zweispaltigen Dokumenten sinnvoll.
21266  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21267 \begin_inset Newline newline
21268 \end_inset
21269
21270 Die Option 
21271 \family sans
21272 Seitwärts
21273 \begin_inset space ~
21274 \end_inset
21275
21276 drehen
21277 \family default
21278  ist in Abschnitt 
21279 \begin_inset CommandInset ref
21280 LatexCommand ref
21281 reference "abs:Gedrehte-Gleitobjekte"
21282
21283 \end_inset
21284
21285  beschrieben.
21286 \end_layout
21287
21288 \begin_layout Standard
21289 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21290  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21291  Sie die Option 
21292 \family sans
21293 Standard-Platzierung
21294 \begin_inset space ~
21295 \end_inset
21296
21297 verwenden
21298 \family default
21299  nicht verwenden:
21300 \end_layout
21301
21302 \begin_layout Description
21303 Hier
21304 \begin_inset space ~
21305 \end_inset
21306
21307 wenn
21308 \begin_inset space ~
21309 \end_inset
21310
21311 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21312 \end_layout
21313
21314 \begin_layout Description
21315 Anfang
21316 \begin_inset space ~
21317 \end_inset
21318
21319 der
21320 \begin_inset space ~
21321 \end_inset
21322
21323 Seite
21324 \family sans
21325  
21326 \family default
21327 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21328  Gleitobjekte, die maximal 70
21329 \begin_inset space \thinspace{}
21330 \end_inset
21331
21332 % einer Seite benötigen, dürfen oben platziert werden.
21333  Dies kann durch die Variable 
21334 \series bold
21335
21336 \backslash
21337 topfraction
21338 \series default
21339  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21340 \end_layout
21341
21342 \begin_deeper
21343 \begin_layout Standard
21344
21345 \series bold
21346
21347 \backslash
21348 renewcommand{
21349 \backslash
21350 topfraction}{0.9}
21351 \family typewriter
21352 \series default
21353  
21354 \end_layout
21355
21356 \end_deeper
21357 \begin_layout Description
21358 Ende
21359 \begin_inset space ~
21360 \end_inset
21361
21362 der
21363 \begin_inset space ~
21364 \end_inset
21365
21366 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21367  Gleitobjekte, die maximal 30
21368 \begin_inset space \thinspace{}
21369 \end_inset
21370
21371 % einer Seite benötigen, dürfen unten platziert werden.
21372  Dies kann durch die Variable 
21373 \series bold
21374
21375 \backslash
21376 bottomfraction
21377 \series default
21378  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21379 \end_layout
21380
21381 \begin_deeper
21382 \begin_layout Standard
21383
21384 \series bold
21385
21386 \backslash
21387 renewcommand{
21388 \backslash
21389 bottomfraction}{0.5}
21390 \end_layout
21391
21392 \begin_layout Standard
21393 die oftmals zu kleine untere Grenze auf 50
21394 \begin_inset space \thinspace{}
21395 \end_inset
21396
21397 %.
21398 \end_layout
21399
21400 \end_deeper
21401 \begin_layout Description
21402 Seite
21403 \begin_inset space ~
21404 \end_inset
21405
21406 mit
21407 \begin_inset space ~
21408 \end_inset
21409
21410 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21411  Nur wenn mehr als 50
21412 \begin_inset space \thinspace{}
21413 \end_inset
21414
21415 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21416  Gleitobjekte bereitgestellt.
21417  Dies kann durch die Variable 
21418 \series bold
21419
21420 \backslash
21421 floatpagefraction 
21422 \series default
21423 im LaTeX-Vorspann überschrieben werden.
21424 \end_layout
21425
21426 \begin_layout Standard
21427 Die Reihenfolge der obigen Optionen wird 
21428 \emph on
21429 immer
21430 \emph default
21431  von LaTeX verwendet.
21432  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21433  versuchen 
21434 \family sans
21435 Hier
21436 \begin_inset space \space{}
21437 \end_inset
21438
21439 wenn
21440 \begin_inset space \space{}
21441 \end_inset
21442
21443 möglich
21444 \family default
21445 , dann 
21446 \family sans
21447 Anfang
21448 \begin_inset space ~
21449 \end_inset
21450
21451 der
21452 \begin_inset space ~
21453 \end_inset
21454
21455 Seite
21456 \family default
21457  und dann die anderen Optionen anzuwenden.
21458  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21459  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21460  Reihenfolge.
21461  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21462 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21463 \end_layout
21464
21465 \begin_layout Standard
21466 Die Option 
21467 \family sans
21468 Hier,
21469 \begin_inset space ~
21470 \end_inset
21471
21472 auf
21473 \begin_inset space ~
21474 \end_inset
21475
21476 jeden
21477 \begin_inset space ~
21478 \end_inset
21479
21480 Fall
21481 \family default
21482  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21483  fast druckreif ist.
21484  Denn mit der Option kann das Objekt nicht mehr 
21485 \emph on
21486 gleiten
21487 \emph default
21488 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21489  oftmals zerstört.
21490 \end_layout
21491
21492 \begin_layout Standard
21493 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21494  immer vom Text eines bestimmten Absatzes umgeben sind.
21495 \begin_inset VSpace bigskip
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21503 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21504  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21505  Das kann mit dem LaTeX-Befehl
21506 \series bold
21507  
21508 \backslash
21509 suppressfloats
21510 \series default
21511  verhindert werden.
21512  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21513  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21514  gesetzt wird.
21515  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21516 \end_layout
21517
21518 \begin_layout Standard
21519
21520 \series bold
21521
21522 \backslash
21523 let
21524 \backslash
21525 meinAbschnitt
21526 \backslash
21527 section
21528 \begin_inset Newline newline
21529 \end_inset
21530
21531
21532 \backslash
21533 renewcommand{
21534 \backslash
21535 section}{
21536 \backslash
21537 suppressfloats[t]
21538 \backslash
21539 meinAbschnitt}
21540 \end_layout
21541
21542 \begin_layout Standard
21543 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21544  Unterabschnitten festlegen.
21545  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21546  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21547 \end_layout
21548
21549 \begin_layout Standard
21550 Es gibt auch noch das LaTeX-Paket 
21551 \series bold
21552 flafter
21553 \series default
21554
21555 \begin_inset Index
21556 status collapsed
21557
21558 \begin_layout Plain Layout
21559 LaTeX-Pakete ! flafter
21560 \end_layout
21561
21562 \end_inset
21563
21564  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21565  gedruckt wird.
21566 \end_layout
21567
21568 \begin_layout Standard
21569 \begin_inset VSpace bigskip
21570 \end_inset
21571
21572 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21573  Dafür gibt es das LaTeX-Paket 
21574 \series bold
21575 endfloat
21576 \series default
21577
21578 \begin_inset Index
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 LaTeX-Pakete ! endfloat
21583 \end_layout
21584
21585 \end_inset
21586
21587 .
21588  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21589  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21590  
21591 \family sans
21592
21593 \begin_inset Quotes gld
21594 \end_inset
21595
21596 [Abbildung
21597 \begin_inset space ~
21598 \end_inset
21599
21600 3.2 ist ungefähr hier.]
21601 \family default
21602
21603 \begin_inset Quotes grd
21604 \end_inset
21605
21606  finden.
21607  Das 
21608 \series bold
21609 endfloat
21610 \series default
21611 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21612 \end_layout
21613
21614 \begin_layout Standard
21615
21616 \series bold
21617
21618 \backslash
21619 usepackage[Optionen]{endfloat}
21620 \end_layout
21621
21622 \begin_layout Standard
21623 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21624  Tabellen-Abschnitte, die Sie in der 
21625 \series bold
21626 endfloat
21627 \series default
21628 -Dokumentation 
21629 \begin_inset CommandInset citation
21630 LatexCommand cite
21631 key "endfloat"
21632
21633 \end_inset
21634
21635  nachlesen können.
21636 \begin_inset Newline newline
21637 \end_inset
21638
21639
21640 \begin_inset Note Greyedout
21641 status open
21642
21643 \begin_layout Plain Layout
21644
21645 \series bold
21646 Bemerkung
21647 \begin_inset space ~
21648 \end_inset
21649
21650 1: endfloat
21651 \series default
21652  übersetzt den Hinweistext nicht automatisch.
21653  Abschnitt
21654 \begin_inset space ~
21655 \end_inset
21656
21657 4 in 
21658 \begin_inset CommandInset citation
21659 LatexCommand cite
21660 key "endfloat"
21661
21662 \end_inset
21663
21664  beschreibt, wie es geht.
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 \begin_inset Note Greyedout
21674 status open
21675
21676 \begin_layout Plain Layout
21677
21678 \series bold
21679 Bemerkung
21680 \begin_inset space ~
21681 \end_inset
21682
21683 2: 
21684 \series default
21685 Die aktuelle Version von 
21686 \series bold
21687 endfloat
21688 \series default
21689  hat einen Fehler, wenn die Überschrift ein 
21690 \begin_inset Quotes gld
21691 \end_inset
21692
21693 ß
21694 \begin_inset Quotes grd
21695 \end_inset
21696
21697  enthält.
21698  Sie müssen stattdessen den Befehl 
21699 \series bold
21700
21701 \backslash
21702 ss
21703 \series default
21704  als TeX-Code benutzen.
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \begin_inset VSpace bigskip
21714 \end_inset
21715
21716 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21717  wie 
21718 \begin_inset CommandInset citation
21719 LatexCommand cite
21720 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21721
21722 \end_inset
21723
21724 .
21725 \end_layout
21726
21727 \begin_layout Section
21728 Gedrehte Gleitobjekte
21729 \begin_inset CommandInset label
21730 LatexCommand label
21731 name "abs:Gedrehte-Gleitobjekte"
21732
21733 \end_inset
21734
21735
21736 \begin_inset Index
21737 status collapsed
21738
21739 \begin_layout Plain Layout
21740 Gleitobjekte ! drehen
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \begin_layout Standard
21749 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21750 t drehen.
21751  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21752  und die Option 
21753 \family sans
21754 Seitwärts
21755 \begin_inset space ~
21756 \end_inset
21757
21758 drehen
21759 \family default
21760  wählen.
21761 \end_layout
21762
21763 \begin_layout Standard
21764 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21765  sie ein mehrspaltiges Dokument haben) gedruckt.
21766  Sie können mehrere Spalten überspannen, wenn die Option 
21767 \family sans
21768 Spalten
21769 \begin_inset space ~
21770 \end_inset
21771
21772 überspannen
21773 \family default
21774  in den Gleitobjekt Einstellungen gewählt ist.
21775  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21776  werden können.
21777  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21778  Option 
21779 \series bold
21780 figuresleft
21781 \series default
21782  oder 
21783 \series bold
21784 figuresright
21785 \series default
21786  zu den Dokumentklassen-Optionen hinzu.
21787 \end_layout
21788
21789 \begin_layout Standard
21790 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21791  Tabelle
21792 \begin_inset space ~
21793 \end_inset
21794
21795
21796 \begin_inset CommandInset ref
21797 LatexCommand ref
21798 reference "tab:Gedrehte-Tabelle"
21799
21800 \end_inset
21801
21802  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21803 \end_layout
21804
21805 \begin_layout Standard
21806 \begin_inset Note Greyedout
21807 status open
21808
21809 \begin_layout Plain Layout
21810
21811 \series bold
21812 Bemerkung:
21813 \series default
21814  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Standard
21823 \begin_inset Float table
21824 wide false
21825 sideways true
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Gedrehte-Tabelle"
21835
21836 \end_inset
21837
21838 Gedrehte Tabelle
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Plain Layout
21847 \align center
21848 \begin_inset Tabular
21849 <lyxtabular version="3" rows="1" columns="5">
21850 <features>
21851 <column alignment="center" valignment="top" width="0">
21852 <column alignment="center" valignment="top" width="0">
21853 <column alignment="center" valignment="top" width="0">
21854 <column alignment="center" valignment="top" width="0">
21855 <column alignment="center" valignment="top" width="0">
21856 <row>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 Test
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 b
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 c
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 d
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 e
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 </lyxtabular>
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Section
21916 Gleitobjekte nebeneinander
21917 \begin_inset Index
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921 Gleitobjekte ! nebeneinander
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Standard
21930 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21931 \begin_inset space ~
21932 \end_inset
21933
21934
21935 \begin_inset CommandInset ref
21936 LatexCommand ref
21937 reference "abb:Gleitobjekt-links"
21938
21939 \end_inset
21940
21941  und 
21942 \begin_inset CommandInset ref
21943 LatexCommand ref
21944 reference "abb:Gleitobjekt-rechts"
21945
21946 \end_inset
21947
21948  wird nur 
21949 \emph on
21950 ein
21951 \emph default
21952  Gleitobjekt verwendet.
21953  In dieses werden zwei Minipage Boxen eingefügt.
21954 \begin_inset Foot
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958 Minipages sind in Abschnitt
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \begin_inset CommandInset ref
21964 LatexCommand ref
21965 reference "abs:Minipage"
21966
21967 \end_inset
21968
21969  erklärt.
21970 \end_layout
21971
21972 \end_inset
21973
21974  Die Breite wird für jede Minipage auf 45
21975 \begin_inset space \thinspace{}
21976 \end_inset
21977
21978 -50
21979 \begin_inset space \thinspace{}
21980 \end_inset
21981
21982 Spalten% und die Box Ausrichtung auf 
21983 \family sans
21984 Unten
21985 \family default
21986  gesetzt.
21987  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21988  Gleitobjekt.
21989  Der einzige Unterschied ist, dass die Bildeinheit 
21990 \family sans
21991 Spaltenbreite
21992 \begin_inset space ~
21993 \end_inset
21994
21995 %
21996 \family default
21997  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \begin_inset Float figure
22002 wide false
22003 sideways false
22004 status open
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Box Frameless
22008 position "b"
22009 hor_pos "c"
22010 has_inner_box 1
22011 inner_pos "t"
22012 use_parbox 0
22013 width "45col%"
22014 special "none"
22015 height "1in"
22016 height_special "totalheight"
22017 status open
22018
22019 \begin_layout Plain Layout
22020 \align center
22021 \begin_inset Graphics
22022         filename ../clipart/mobius.eps
22023         lyxscale 50
22024         width 100col%
22025         scaleBeforeRotation
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Caption
22034
22035 \begin_layout Plain Layout
22036 \begin_inset CommandInset label
22037 LatexCommand label
22038 name "abb:Gleitobjekt-links"
22039
22040 \end_inset
22041
22042 Gleitobjekt auf der linken Seite.
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \begin_inset space \hfill{}
22054 \end_inset
22055
22056
22057 \begin_inset Box Frameless
22058 position "b"
22059 hor_pos "c"
22060 has_inner_box 1
22061 inner_pos "t"
22062 use_parbox 0
22063 width "45col%"
22064 special "none"
22065 height "1in"
22066 height_special "totalheight"
22067 status open
22068
22069 \begin_layout Plain Layout
22070 \align center
22071 \begin_inset Graphics
22072         filename ../clipart/platypus.eps
22073         lyxscale 50
22074         width 100col%
22075         scaleBeforeRotation
22076
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Caption
22084
22085 \begin_layout Plain Layout
22086 \begin_inset CommandInset label
22087 LatexCommand label
22088 name "abb:Gleitobjekt-rechts"
22089
22090 \end_inset
22091
22092 Gleitobjekt auf der rechten Seite.
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Section
22111 Beschriftungs-Formatierung
22112 \begin_inset CommandInset label
22113 LatexCommand label
22114 name "abs:Titel-Formatierung"
22115
22116 \end_inset
22117
22118
22119 \begin_inset Index
22120 status collapsed
22121
22122 \begin_layout Plain Layout
22123 Gleitobjekte ! Beschriftung ! Formatierung
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \family sans
22134 Legende
22135 \family default
22136  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22137  In LyX sehen Titel so aus:  
22138 \family sans
22139
22140 \begin_inset Quotes gld
22141 \end_inset
22142
22143 Abbildung xyz:
22144 \family default
22145
22146 \begin_inset Quotes grd
22147 \end_inset
22148
22149 , gefolgt vom Beschriftungstext, wobei 
22150 \family sans
22151 xyz
22152 \family default
22153  die von LyX vergebene Nummer ist.
22154  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22155  gedruckt.
22156  Dies ist nicht immer brauchbar.
22157 \end_layout
22158
22159 \begin_layout Standard
22160 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22161  
22162 \series bold
22163 caption
22164 \series default
22165
22166 \begin_inset Index
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 LaTeX-Pakete ! caption
22171 \end_layout
22172
22173 \end_inset
22174
22175  in den LaTeX-Vorspann laden:
22176 \end_layout
22177
22178 \begin_layout Standard
22179
22180 \series bold
22181
22182 \backslash
22183 usepackage[Format-Definition]{caption}
22184 \end_layout
22185
22186 \begin_layout Standard
22187 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22188  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22189 \end_layout
22190
22191 \begin_layout Standard
22192
22193 \series bold
22194
22195 \backslash
22196 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22197 \end_layout
22198
22199 \begin_layout Standard
22200 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22201  definieren.
22202  Dazu laden Sie das 
22203 \series bold
22204 caption
22205 \series default
22206 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22207  dem Befehl
22208 \end_layout
22209
22210 \begin_layout Standard
22211
22212 \series bold
22213
22214 \backslash
22215 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Für Abbildung
22220 \begin_inset space ~
22221 \end_inset
22222
22223
22224 \begin_inset CommandInset ref
22225 LatexCommand ref
22226 reference "abb:Langer-Abb-Titel"
22227
22228 \end_inset
22229
22230  und Tabelle
22231 \begin_inset space ~
22232 \end_inset
22233
22234
22235 \begin_inset CommandInset ref
22236 LatexCommand ref
22237 reference "tab:Langer-Tab-Titel"
22238
22239 \end_inset
22240
22241  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22242  werden:
22243 \end_layout
22244
22245 \begin_layout Standard
22246
22247 \series bold
22248
22249 \backslash
22250 usepackage[tableposition=top]{caption}
22251 \begin_inset Newline newline
22252 \end_inset
22253
22254
22255 \backslash
22256 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22257 \begin_inset Newline newline
22258 \end_inset
22259
22260
22261 \begin_inset ERT
22262 status collapsed
22263
22264 \begin_layout Plain Layout
22265
22266
22267 \backslash
22268 hphantom{
22269 \backslash
22270
22271 \backslash
22272 captionsetup[figure]
22273 \backslash
22274 {}
22275 \end_layout
22276
22277 \end_inset
22278
22279  labelsep=period}
22280 \begin_inset Newline newline
22281 \end_inset
22282
22283
22284 \backslash
22285 captionsetup[table]{labelfont={bf,sf}}
22286 \end_layout
22287
22288 \begin_layout Standard
22289 \begin_inset Note Greyedout
22290 status open
22291
22292 \begin_layout Plain Layout
22293
22294 \series bold
22295 Bemerkung:
22296 \series default
22297  Die Option 
22298 \series bold
22299 tableposition=top
22300 \series default
22301  hat keine Auswirkung, wenn eine 
22302 \series bold
22303 koma-script
22304 \series default
22305
22306 \begin_inset Index
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310 LaTeX-Pakete ! koma-script
22311 \end_layout
22312
22313 \end_inset
22314
22315 -Dokumentklasse verwendet wird.
22316  Hier muss die Option 
22317 \series bold
22318 tablecaptionabove
22319 \series default
22320  benutzt werden.
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 Weitere Informationen über das Paket
22330 \series bold
22331  caption
22332 \series default
22333  finden Sie in seiner Dokumentation 
22334 \begin_inset CommandInset citation
22335 LatexCommand cite
22336 key "caption"
22337
22338 \end_inset
22339
22340 .
22341 \end_layout
22342
22343 \begin_layout Standard
22344 Wenn Sie den Namen von 
22345 \begin_inset Quotes gld
22346 \end_inset
22347
22348 Abbildung
22349 \begin_inset Quotes grd
22350 \end_inset
22351
22352  auf 
22353 \begin_inset Quotes gld
22354 \end_inset
22355
22356 Bild
22357 \begin_inset Quotes grd
22358 \end_inset
22359
22360  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366
22367 \backslash
22368 renewcommand{
22369 \backslash
22370 fnum@figure}{Bild~
22371 \backslash
22372 thefigure}
22373 \end_layout
22374
22375 \begin_layout Standard
22376 wobei 
22377 \series bold
22378
22379 \backslash
22380 thefigure
22381 \series default
22382  die Bildnummer einsetzt und
22383 \series bold
22384  ~
22385 \series default
22386  ein geschütztes Leerzeichen ist.
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset VSpace bigskip
22391 \end_inset
22392
22393 Wenn Sie eine 
22394 \series bold
22395 koma-script
22396 \series default
22397
22398 \begin_inset Index
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402 LaTeX-Pakete ! koma-script
22403 \end_layout
22404
22405 \end_inset
22406
22407 -Dokumentklasse (
22408 \family sans
22409 article (koma-script)
22410 \family default
22411
22412 \family sans
22413 book (koma-script)
22414 \family default
22415
22416 \family sans
22417 letter (koma-script)
22418 \family default
22419  oder 
22420 \family sans
22421 report (koma-script)
22422 \family default
22423 ) benutzen, können Sie anstatt des 
22424 \series bold
22425 caption
22426 \series default
22427 -Paketes den eingebauten Befehl 
22428 \series bold
22429
22430 \backslash
22431 setkomafont
22432 \series default
22433  von 
22434 \series bold
22435 koma-script
22436 \series default
22437  benutzen.
22438  Der Befehl
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \series bold
22444
22445 \backslash
22446 setkomafont{captionlabel}{
22447 \backslash
22448 bfseries}
22449 \end_layout
22450
22451 \begin_layout Standard
22452 im LaTeX-Vorspann druckt den Namen fett.
22453 \end_layout
22454
22455 \begin_layout Standard
22456 Weitere Informationen über 
22457 \series bold
22458
22459 \backslash
22460 setkomafont
22461 \series default
22462  finden Sie in der 
22463 \series bold
22464 koma-script
22465 \series default
22466 -Do\SpecialChar \-
22467 ku\SpecialChar \-
22468 men\SpecialChar \-
22469 ta\SpecialChar \-
22470 tion 
22471 \begin_inset CommandInset citation
22472 LatexCommand cite
22473 key "koma-script"
22474
22475 \end_inset
22476
22477 .
22478 \end_layout
22479
22480 \begin_layout Standard
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486
22487 \backslash
22488 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22489 }
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset Note Note
22496 status open
22497
22498 \begin_layout Plain Layout
22499 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 \begin_inset Float figure
22509 placement !p
22510 wide false
22511 sideways false
22512 status open
22513
22514 \begin_layout Plain Layout
22515 \align center
22516 \begin_inset Graphics
22517         filename ../clipart/mobius.eps
22518         lyxscale 50
22519         scale 50
22520         scaleBeforeRotation
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \begin_inset Caption
22529
22530 \begin_layout Plain Layout
22531 \begin_inset CommandInset label
22532 LatexCommand label
22533 name "abb:Langer-Abb-Titel"
22534
22535 \end_inset
22536
22537 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22538  ist, um das andere Beschriftungsformat zu zeigen.
22539  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22540 \begin_inset OptArg
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22545  ist.
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Standard
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22572 on}
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581 \begin_inset Float table
22582 placement !p
22583 wide false
22584 sideways false
22585 status open
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Caption
22589
22590 \begin_layout Plain Layout
22591 \begin_inset CommandInset label
22592 LatexCommand label
22593 name "tab:Langer-Tab-Titel"
22594
22595 \end_inset
22596
22597 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22598  ist, um das andere Beschriftungsformat zu zeigen.
22599  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22600  benutzt.
22601 \begin_inset OptArg
22602 status collapsed
22603
22604 \begin_layout Plain Layout
22605 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22606  ist.
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Plain Layout
22620 \align center
22621 \begin_inset Tabular
22622 <lyxtabular version="3" rows="1" columns="5">
22623 <features>
22624 <column alignment="center" valignment="top" width="0">
22625 <column alignment="center" valignment="top" width="0">
22626 <column alignment="center" valignment="top" width="0">
22627 <column alignment="center" valignment="top" width="0">
22628 <column alignment="center" valignment="top" width="0">
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 a
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 b
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 c
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 d
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 e
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 </lyxtabular>
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Section
22689 Beschriftungs-Platzierung
22690 \begin_inset CommandInset label
22691 LatexCommand label
22692 name "abs:Titel-Platzierung"
22693
22694 \end_inset
22695
22696
22697 \begin_inset Index
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701 Gleitobjekte ! Beschriftung ! Platzierung
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 Normalerweise werden die Beschriftungen wie folgt platziert:
22711 \end_layout
22712
22713 \begin_layout Description
22714 Abbildung: darunter
22715 \end_layout
22716
22717 \begin_layout Description
22718 Tabelle: darüber
22719 \end_layout
22720
22721 \begin_layout Standard
22722 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22723  Das heißt wenn Sie eine der Dokument-Klassen 
22724 \family sans
22725 article
22726 \family default
22727
22728 \family sans
22729 book
22730 \family default
22731
22732 \family sans
22733 letter
22734 \family default
22735  oder 
22736 \family sans
22737 report
22738 \family default
22739  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22740  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22741 \series bold
22742 caption
22743 \series default
22744  im LaTeX-Vorspann folgendes schreiben:
22745 \begin_inset Foot
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749 In Abschnitt
22750 \begin_inset space ~
22751 \end_inset
22752
22753
22754 \begin_inset CommandInset ref
22755 LatexCommand ref
22756 reference "abs:Titel-Formatierung"
22757
22758 \end_inset
22759
22760  steht mehr über das Paket 
22761 \series bold
22762 caption
22763 \series default
22764 .
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773
22774 \series bold
22775 tableposition=top
22776 \end_layout
22777
22778 \begin_layout Standard
22779 Wenn Sie eine 
22780 \series bold
22781 koma-script
22782 \series default
22783
22784 \begin_inset Index
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788 LaTeX-Pakete ! koma-script
22789 \end_layout
22790
22791 \end_inset
22792
22793 -Dokumentklasse (
22794 \family sans
22795 article (koma-script)
22796 \family default
22797
22798 \family sans
22799 book (koma-script)
22800 \family default
22801
22802 \family sans
22803 letter (koma-script)
22804 \family default
22805  oder 
22806 \family sans
22807 report (koma-script)
22808 \family default
22809 ) benutzen, können Sie alternativ zum 
22810 \series bold
22811 caption
22812 \series default
22813 -Paket die Option 
22814 \series bold
22815 tablecaptionabove
22816 \series default
22817  benutzen.
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset VSpace bigskip
22822 \end_inset
22823
22824 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22825  Das bewirkt das LaTeX-Paket 
22826 \series bold
22827 sidecap
22828 \series default
22829
22830 \begin_inset Index
22831 status collapsed
22832
22833 \begin_layout Plain Layout
22834 LaTeX-Pakete ! sidecap
22835 \end_layout
22836
22837 \end_inset
22838
22839 , das so in den LaTeX-Vorspann geladen wird:
22840 \end_layout
22841
22842 \begin_layout Standard
22843
22844 \series bold
22845
22846 \backslash
22847 usepackage[Option]{sidecap}
22848 \end_layout
22849
22850 \begin_layout Standard
22851 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22852  Mit 
22853 \series bold
22854 innercaption
22855 \series default
22856  wird die Beschriftung innen gedruckt.
22857  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22858  
22859 \series bold
22860 rightcaption
22861 \series default
22862  oder 
22863 \series bold
22864 leftcaption
22865 \series default
22866 .
22867 \end_layout
22868
22869 \begin_layout Standard
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 ifsidecap
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \begin_inset Note Note
22884 status open
22885
22886 \begin_layout Plain Layout
22887 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22888 \series bold
22889 sidecap
22890 \series default
22891  installiert ist.
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Standard
22900 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22901  in den LaTeX-Vorspann schreiben:
22902 \end_layout
22903
22904 \begin_layout Standard
22905
22906 \lyxline
22907
22908 \end_layout
22909
22910 \begin_layout Standard
22911
22912 \series bold
22913
22914 \backslash
22915 newcommand{
22916 \backslash
22917 TabBesBeg}{%
22918 \begin_inset Newline newline
22919 \end_inset
22920
22921
22922 \begin_inset ERT
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926
22927
22928 \backslash
22929 hphantom{ }
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \backslash
22936 let
22937 \backslash
22938 MyTable
22939 \backslash
22940 table
22941 \begin_inset Newline newline
22942 \end_inset
22943
22944
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 hphantom{ }
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \backslash
22959 let
22960 \backslash
22961 MyEndtable
22962 \backslash
22963 endtable
22964 \begin_inset Newline newline
22965 \end_inset
22966
22967
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 hphantom{ }
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \backslash
22982 renewenvironment{table}{
22983 \backslash
22984 begin{SCtable}}{
22985 \backslash
22986 end{SCtable}}}
22987 \end_layout
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992
22993 \backslash
22994 newcommand{
22995 \backslash
22996 TabBesEnd}{%
22997 \begin_inset Newline newline
22998 \end_inset
22999
23000
23001 \begin_inset ERT
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005
23006
23007 \backslash
23008 hphantom{ }
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \backslash
23015 let
23016 \backslash
23017 table
23018 \backslash
23019 MyTable
23020 \begin_inset Newline newline
23021 \end_inset
23022
23023
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 hphantom{ }
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \backslash
23038 let
23039 \backslash
23040 endtable
23041 \backslash
23042 MyEndtable
23043 \end_layout
23044
23045 \begin_layout Standard
23046
23047 \series bold
23048
23049 \backslash
23050 newcommand{
23051 \backslash
23052 FigBesBeg}{%
23053 \begin_inset Newline newline
23054 \end_inset
23055
23056
23057 \begin_inset ERT
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061
23062
23063 \backslash
23064 hphantom{ }
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \backslash
23071 let
23072 \backslash
23073 MyFigure
23074 \backslash
23075 figure
23076 \begin_inset Newline newline
23077 \end_inset
23078
23079
23080 \begin_inset ERT
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084
23085
23086 \backslash
23087 hphantom{ }
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \backslash
23094 let
23095 \backslash
23096 MyEndfigure
23097 \backslash
23098 endfigure
23099 \begin_inset Newline newline
23100 \end_inset
23101
23102
23103 \begin_inset ERT
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107
23108
23109 \backslash
23110 hphantom{ }
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \backslash
23117 renewenvironment{figure}{
23118 \backslash
23119 begin{SCfigure}}{
23120 \backslash
23121 end{SCfigure}}}
23122 \end_layout
23123
23124 \begin_layout Standard
23125
23126 \series bold
23127
23128 \backslash
23129 newcommand{
23130 \backslash
23131 FigBesEnd}{%
23132 \begin_inset Newline newline
23133 \end_inset
23134
23135
23136 \begin_inset ERT
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140
23141
23142 \backslash
23143 hphantom{ }
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \backslash
23150 let
23151 \backslash
23152 figure
23153 \backslash
23154 MyFigure
23155 \begin_inset Newline newline
23156 \end_inset
23157
23158
23159 \begin_inset ERT
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163
23164
23165 \backslash
23166 hphantom{ }
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \backslash
23173 let
23174 \backslash
23175 endfigure
23176 \backslash
23177 MyEndfigure}
23178 \series default
23179
23180 \lyxline
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23186 ungen seitlich gedruckt werden.
23187  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23188 \end_layout
23189
23190 \begin_layout Standard
23191
23192 \series bold
23193
23194 \backslash
23195 FigBesBeg
23196 \end_layout
23197
23198 \begin_layout Standard
23199 als TeX-Code vor und
23200 \end_layout
23201
23202 \begin_layout Standard
23203
23204 \series bold
23205
23206 \backslash
23207 FigBesEnd
23208 \end_layout
23209
23210 \begin_layout Standard
23211 hinter das Gleitobjekt.
23212  Bei Gleitobjekt-Tabellen heißen die Befehle
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 TabBesBeg
23221 \series default
23222  und 
23223 \series bold
23224
23225 \backslash
23226 TabBesEnd
23227 \series default
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 Abbildung
23233 \begin_inset space ~
23234 \end_inset
23235
23236
23237 \begin_inset CommandInset ref
23238 LatexCommand ref
23239 reference "abb:Beschriftung-neben"
23240
23241 \end_inset
23242
23243  und Tabelle
23244 \begin_inset space ~
23245 \end_inset
23246
23247
23248 \begin_inset CommandInset ref
23249 LatexCommand ref
23250 reference "tab:cap-beside-tab"
23251
23252 \end_inset
23253
23254  sind Beispiele für seitliche Beschriftungen.
23255 \end_layout
23256
23257 \begin_layout Standard
23258 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23259  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23260  der Abbildung.
23261  Das kann man mit dem Befehl
23262 \end_layout
23263
23264 \begin_layout Standard
23265
23266 \series bold
23267
23268 \backslash
23269 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23270 \end_layout
23271
23272 \begin_layout Standard
23273 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23274  Der Gleitobjekt-Typ ist entweder 
23275 \family sans
23276 figure
23277 \family default
23278  oder 
23279 \family sans
23280 table
23281 \family default
23282 , die
23283 \family sans
23284  
23285 \family default
23286 Platzierung ist 
23287 \family typewriter
23288 t
23289 \family default
23290  für oben, 
23291 \family typewriter
23292 c
23293 \family default
23294  für zentriert oder 
23295 \family typewriter
23296 b
23297 \family default
23298  für unten.
23299  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23300  lautet der Befehl
23301 \end_layout
23302
23303 \begin_layout Standard
23304
23305 \series bold
23306
23307 \backslash
23308 sidecaptionvpos{figure}{c}
23309 \end_layout
23310
23311 \begin_layout Standard
23312 Das wurde in Abbildung
23313 \begin_inset space ~
23314 \end_inset
23315
23316
23317 \begin_inset CommandInset ref
23318 LatexCommand ref
23319 reference "abb:cap-beside-fig-2"
23320
23321 \end_inset
23322
23323  benutzt.
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset VSpace medskip
23328 \end_inset
23329
23330 Weitere Informationen über das Paket
23331 \series bold
23332  sidecap
23333 \series default
23334  finden Sie in seiner Dokumentation 
23335 \begin_inset CommandInset citation
23336 LatexCommand cite
23337 key "sidecap"
23338
23339 \end_inset
23340
23341 .
23342 \end_layout
23343
23344 \begin_layout Standard
23345 \begin_inset Note Greyedout
23346 status open
23347
23348 \begin_layout Plain Layout
23349
23350 \series bold
23351 Bemerkung:
23352 \series default
23353  Das LaTeX-Paket 
23354 \series bold
23355 hypcap
23356 \series default
23357 ,
23358 \begin_inset Index
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362 LaTeX-Pakete ! hypcap
23363 \end_layout
23364
23365 \end_inset
23366
23367  das in Abschnitt
23368 \begin_inset space ~
23369 \end_inset
23370
23371
23372 \begin_inset CommandInset ref
23373 LatexCommand ref
23374 reference "uab:Querverweis-Position"
23375
23376 \end_inset
23377
23378  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23379  Beschriftungen.
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset ERT
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 FigBesBeg 
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Standard
23404 \begin_inset Float figure
23405 wide false
23406 sideways false
23407 status open
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Graphics
23411         filename ../clipart/escher-lsd.eps
23412         scale 75
23413         scaleBeforeRotation
23414
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Caption
23422
23423 \begin_layout Plain Layout
23424 \begin_inset CommandInset label
23425 LatexCommand label
23426 name "abb:Beschriftung-neben"
23427
23428 \end_inset
23429
23430 Dies ist eine Beschriftung neben einer Abbildung.
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Standard
23444 \begin_inset ERT
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448
23449
23450 \backslash
23451 TabBesBeg 
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \begin_inset Float table
23461 wide false
23462 sideways false
23463 status open
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Caption
23467
23468 \begin_layout Plain Layout
23469 \begin_inset CommandInset label
23470 LatexCommand label
23471 name "tab:cap-beside-tab"
23472
23473 \end_inset
23474
23475 Dies ist eine Beschriftung neben einer Tabelle.
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="4" columns="5">
23486 <features>
23487 <column alignment="center" valignment="top" width="0">
23488 <column alignment="center" valignment="top" width="0">
23489 <column alignment="center" valignment="top" width="0">
23490 <column alignment="center" valignment="top" width="0">
23491 <column alignment="center" valignment="top" width="0">
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 a
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 b
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 c
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 d
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 e
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 f
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 g
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 h
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 i
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 j
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 </lyxtabular>
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset ERT
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697
23698
23699 \backslash
23700 TabBesEnd
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 sidecaptionvpos{figure}{c}
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \begin_inset Float figure
23723 wide false
23724 sideways false
23725 status open
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Graphics
23729         filename ../clipart/escher-lsd.eps
23730         scale 75
23731         scaleBeforeRotation
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Caption
23740
23741 \begin_layout Plain Layout
23742 \begin_inset CommandInset label
23743 LatexCommand label
23744 name "abb:cap-beside-fig-2"
23745
23746 \end_inset
23747
23748 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \begin_layout Standard
23762 \begin_inset ERT
23763 status collapsed
23764
23765 \begin_layout Plain Layout
23766
23767
23768 \backslash
23769 FigBesEnd
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 \begin_inset ERT
23779 status collapsed
23780
23781 \begin_layout Plain Layout
23782
23783
23784 \backslash
23785 else
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \begin_inset Note Note
23792 status open
23793
23794 \begin_layout Plain Layout
23795 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23796 \series bold
23797 sidecap
23798 \series default
23799  nicht installiert ist:
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 Das LaTeX-Paket 
23809 \series bold
23810 sidecap
23811 \series default
23812  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset ERT
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820
23821
23822 \backslash
23823 fi
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \begin_layout Section
23832 Gleitobjekt-Verzeichnisse
23833 \begin_inset CommandInset label
23834 LatexCommand label
23835 name "abs:Gleitobjekt-Verzeichnisse"
23836
23837 \end_inset
23838
23839
23840 \begin_inset Index
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 Gleitobjekte ! Verzeichnisse
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23854  Sie können mit den Untermenüs von 
23855 \family sans
23856 Einfügen\SpecialChar \menuseparator
23857 Liste
23858 \begin_inset space ~
23859 \end_inset
23860
23861 /
23862 \begin_inset space ~
23863 \end_inset
23864
23865 Inhaltsverzeichnis
23866 \family default
23867  eingefügt werden.
23868 \end_layout
23869
23870 \begin_layout Standard
23871 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23872  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23873 \end_layout
23874
23875 \begin_layout Standard
23876 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23877  und ein Tabellen-Verzeichnis.
23878 \end_layout
23879
23880 \begin_layout Chapter
23881 Notizen
23882 \end_layout
23883
23884 \begin_layout Section
23885 LyX-Notizen
23886 \begin_inset CommandInset label
23887 LatexCommand label
23888 name "abs:LyX-Notizen"
23889
23890 \end_inset
23891
23892
23893 \begin_inset Index
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897 Notizen ! LyX-Notizen
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 Notizen werden mit einem Klick auf 
23907 \begin_inset Graphics
23908         filename ../../images/note-insert.png
23909         scale 85
23910         scaleBeforeRotation
23911         BoundingBox 0bp 6bp 22bp 22bp
23912
23913 \end_inset
23914
23915  oder 
23916 \family sans
23917 Einfügen\SpecialChar \menuseparator
23918 Notiz
23919 \family default
23920  eingefügt.
23921  Es gibt drei Arten:
23922 \end_layout
23923
23924 \begin_layout Description
23925 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23926  Eine 
23927 \family sans
23928 LyX-Notiz
23929 \family default
23930  sieht so aus:
23931 \begin_inset Newline newline
23932 \end_inset
23933
23934
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset Graphics
23940         filename clipart/LyXNotizQt4.png
23941         display false
23942         scale 60
23943         scaleBeforeRotation
23944
23945 \end_inset
23946
23947  
23948 \begin_inset Note Note
23949 status open
23950
23951 \begin_layout Plain Layout
23952 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Description
23961 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23962  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23963 \family sans
23964 Datei\SpecialChar \menuseparator
23965 Ex\SpecialChar \-
23966 por\SpecialChar \-
23967 tie\SpecialChar \-
23968 ren\SpecialChar \menuseparator
23969 LaTe
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975 {}
23976 \end_layout
23977
23978 \end_inset
23979
23980 X (pdflatex) / (normal)
23981 \family default
23982 .
23983  Ein Kommentar sieht so aus:
23984 \begin_inset Newline newline
23985 \end_inset
23986
23987
23988 \begin_inset Newline newline
23989 \end_inset
23990
23991
23992 \begin_inset Graphics
23993         filename clipart/KommentarQt4.png
23994         display false
23995         scale 60
23996         scaleBeforeRotation
23997
23998 \end_inset
23999
24000  
24001 \begin_inset Note Comment
24002 status open
24003
24004 \begin_layout Plain Layout
24005 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Description
24014 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018
24019 \begin_inset Newline newline
24020 \end_inset
24021
24022
24023 \begin_inset Graphics
24024         filename clipart/GrauschriftNotizQt4.png
24025         display false
24026         scale 60
24027         scaleBeforeRotation
24028
24029 \end_inset
24030
24031
24032 \begin_inset Newline newline
24033 \end_inset
24034
24035
24036 \begin_inset ERT
24037 status collapsed
24038
24039 \begin_layout Plain Layout
24040
24041
24042 \backslash
24043 renewenvironment{lyxgreyedout}
24044 \end_layout
24045
24046 \begin_layout Plain Layout
24047
24048 {
24049 \backslash
24050 textcolor[gray]{0.4}
24051 \backslash
24052 bgroup}{
24053 \backslash
24054 egroup}
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \begin_inset Note Greyedout
24061 status open
24062
24063 \begin_layout Plain Layout
24064 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24065 \begin_inset Foot
24066 status open
24067
24068 \begin_layout Plain Layout
24069 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \begin_inset ERT
24081 status collapsed
24082
24083 \begin_layout Plain Layout
24084
24085
24086 \backslash
24087 renewenvironment{lyxgreyedout}
24088 \end_layout
24089
24090 \begin_layout Plain Layout
24091
24092 {
24093 \backslash
24094 textcolor{blue}
24095 \backslash
24096 bgroup}{
24097 \backslash
24098 egroup}
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \begin_inset Note Note
24105 status collapsed
24106
24107 \begin_layout Plain Layout
24108 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24109  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24110  
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \begin_inset Newline newline
24117 \end_inset
24118
24119
24120 \begin_inset Newline newline
24121 \end_inset
24122
24123 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24124  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset VSpace bigskip
24129 \end_inset
24130
24131 Wenn Sie auf den Werzeugleistenknopf 
24132 \begin_inset Graphics
24133         filename ../../images/note-insert.png
24134         scale 85
24135         scaleBeforeRotation
24136         BoundingBox 0bp 6bp 22bp 22bp
24137
24138 \end_inset
24139
24140  klicken, wird zunächst eine 
24141 \family sans
24142 LyX-Notiz
24143 \family default
24144  eingefügt.
24145  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24146  anderen Möglichkeiten auswählen.
24147  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24148  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24149  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24150  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24151  am Ende der Notiz ist.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 \begin_inset VSpace bigskip
24156 \end_inset
24157
24158 Die Textfarbe der 
24159 \family sans
24160 Grauschrift
24161 \family default
24162 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24163 \end_layout
24164
24165 \begin_layout Standard
24166
24167 \series bold
24168
24169 \backslash
24170 renewenvironment{lyxgreyedout}
24171 \begin_inset Newline newline
24172 \end_inset
24173
24174
24175 \begin_inset ERT
24176 status collapsed
24177
24178 \begin_layout Plain Layout
24179
24180
24181 \backslash
24182 hphantom{ }
24183 \end_layout
24184
24185 \end_inset
24186
24187 {
24188 \backslash
24189 textcolor{color}
24190 \backslash
24191 bgroup}{
24192 \backslash
24193 egroup}
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24198 \begin_inset space ~
24199 \end_inset
24200
24201
24202 \begin_inset CommandInset ref
24203 LatexCommand ref
24204 reference "abs:Farbige-Tabellen"
24205
24206 \end_inset
24207
24208  beschrieben.
24209  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24210 \end_layout
24211
24212 \begin_layout Section
24213 Fußnoten
24214 \begin_inset CommandInset label
24215 LatexCommand label
24216 name "abs:Fußnoten"
24217
24218 \end_inset
24219
24220
24221 \begin_inset Index
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225 Notizen ! Fußnoten
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \begin_inset Index
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235 Fußnoten
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244 Zu dem, was bereits im 
24245 \emph on
24246 Benutzerhandbuch
24247 \emph default
24248  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24249  Eine Fußnotenbox sieht folgendermaßen aus: 
24250 \begin_inset Graphics
24251         filename clipart/FussnoteQt4.png
24252         scale 80
24253         scaleBeforeRotation
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Hier ist eine Beispielfußnote:
24262 \color black
24263
24264 \begin_inset Foot
24265 status open
24266
24267 \begin_layout Plain Layout
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "fuss:Fußnoten-Beispiel"
24271
24272 \end_inset
24273
24274 Dies ist eine Fußnote.
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Standard
24283 \begin_inset ERT
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287
24288
24289 \backslash
24290 newcounter{MyRepeatFoot}
24291 \end_layout
24292
24293 \begin_layout Plain Layout
24294
24295
24296 \backslash
24297 setcounter{MyRepeatFoot}{
24298 \backslash
24299 thefootnote}
24300 \end_layout
24301
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \begin_layout Standard
24308 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24309  wurde, eine hochgestellte Zahl.
24310  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24311  hochgestellt dem Text vorangeht.
24312  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24313  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24314  werden.
24315 \end_layout
24316
24317 \begin_layout Standard
24318 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24319  der Fußnote eine Marke eingefügt wurde.
24320  Dies ist ein Querverweis auf Fußnote
24321 \begin_inset space ~
24322 \end_inset
24323
24324
24325 \begin_inset CommandInset ref
24326 LatexCommand ref
24327 reference "fuss:Fußnoten-Beispiel"
24328
24329 \end_inset
24330
24331 .
24332 \end_layout
24333
24334 \begin_layout Standard
24335 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24336  siehe Abschnitt
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "abs:Minipage"
24344
24345 \end_inset
24346
24347 .
24348  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24349 \begin_inset space ~
24350 \end_inset
24351
24352
24353 \begin_inset CommandInset ref
24354 LatexCommand ref
24355 reference "uab:Fußnoten-in-langen"
24356
24357 \end_inset
24358
24359  beschrieben.
24360 \end_layout
24361
24362 \begin_layout Standard
24363 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24364  TeX-Code-Befehl 
24365 \series bold
24366
24367 \backslash
24368 footnotemark[Nummer]
24369 \series default
24370  benutzen.
24371  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24372  mal gedruckt wird.
24373 \end_layout
24374
24375 \begin_layout Standard
24376 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24377  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24378  Hinter Fußnote
24379 \begin_inset space ~
24380 \end_inset
24381
24382
24383 \begin_inset CommandInset ref
24384 LatexCommand ref
24385 reference "fuss:Fußnoten-Beispiel"
24386
24387 \end_inset
24388
24389  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 newcounter{MyRepeatFoot}
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401
24402 \backslash
24403 setcounter{MyRepeatFoot}{
24404 \backslash
24405 thefootnote}
24406 \end_layout
24407
24408 \begin_layout Standard
24409 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \series bold
24415
24416 \backslash
24417 footnotemark[
24418 \backslash
24419 theMyRepeatFoot]
24420 \end_layout
24421
24422 \begin_layout Standard
24423 Hier ist ein Beispiel für eine Fußnotenmarke:
24424 \family roman
24425 \series medium
24426 \bar no
24427
24428 \begin_inset ERT
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432
24433
24434 \backslash
24435 footnotemark[
24436 \backslash
24437 theMyRepeatFoot]
24438 \end_layout
24439
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \begin_layout Subsection
24446 Fußnoten-Nummerierung
24447 \begin_inset CommandInset label
24448 LatexCommand label
24449 name "uab:Fußnoten-Nummerierung"
24450
24451 \end_inset
24452
24453
24454 \begin_inset Index
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458 Fußnoten ! Nummerierung
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 Um Fußnoten nach jedem Abschnitt
24468 \family roman
24469  auf 1 zurückzusetzen, 
24470 \family default
24471 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24472 \end_layout
24473
24474 \begin_layout Standard
24475
24476 \series bold
24477
24478 \backslash
24479 @addtoreset{footnote}{section}
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset VSpace bigskip
24484 \end_inset
24485
24486 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24487  Zahlen:
24488 \end_layout
24489
24490 \begin_layout Standard
24491
24492 \series bold
24493
24494 \backslash
24495 renewcommand{
24496 \backslash
24497 thefootnote}{
24498 \backslash
24499 roman{footnote}}
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset ERT
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507
24508
24509 \backslash
24510 renewcommand{
24511 \backslash
24512 thefootnote}{
24513 \backslash
24514 roman{footnote}}
24515 \end_layout
24516
24517 \end_inset
24518
24519  Hier ist ein Beispiel für solch eine Fußnote:
24520 \begin_inset Foot
24521 status open
24522
24523 \begin_layout Plain Layout
24524 Dies ist eine Fußnote mit kleinen römischen Zahlen
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Standard
24533 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24534  in obigem Befehl 
24535 \series bold
24536
24537 \backslash
24538 roman
24539 \series default
24540  durch 
24541 \series bold
24542
24543 \backslash
24544 Roman
24545 \series default
24546 .
24547  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24548 \begin_inset Quotes gld
24549 \end_inset
24550
24551 nummerieren
24552 \begin_inset Quotes grd
24553 \end_inset
24554
24555 , verwenden Sie die Befehle 
24556 \series bold
24557
24558 \backslash
24559 Alph
24560 \series default
24561  oder 
24562 \series bold
24563
24564 \backslash
24565 alph
24566 \series default
24567 .
24568  Für die 
24569 \begin_inset Quotes gld
24570 \end_inset
24571
24572 Nummerierung
24573 \begin_inset Quotes grd
24574 \end_inset
24575
24576  mit Symbolen steht der Befehl 
24577 \series bold
24578
24579 \backslash
24580 fnsymbol
24581 \series default
24582  zur Verfügung.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 \begin_inset Note Greyedout
24587 status open
24588
24589 \begin_layout Plain Layout
24590
24591 \series bold
24592 Bemerkung 1:
24593 \series default
24594  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24595  
24596 \emph on
24597 ein
24598 \emph default
24599  Buchstabe verwendet wird.
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Newline newline
24606 \end_inset
24607
24608
24609 \begin_inset Note Greyedout
24610 status open
24611
24612 \begin_layout Plain Layout
24613
24614 \series bold
24615 Bemerkung 2:
24616 \series default
24617  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24627 \series bold
24628
24629 \backslash
24630 arabic
24631 \series default
24632  anstelle von 
24633 \series bold
24634
24635 \backslash
24636 roman
24637 \series default
24638  in obigem Befehl.
24639 \begin_inset ERT
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643
24644
24645 \backslash
24646 renewcommand{
24647 \backslash
24648 thefootnote}{
24649 \backslash
24650 arabic{footnote}}
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \begin_inset VSpace bigskip
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24667 \begin_inset Quotes gld
24668 \end_inset
24669
24670 Kapitel.Fußnote
24671 \begin_inset Quotes grd
24672 \end_inset
24673
24674  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 numberwithin{footnote}{chapter}
24683 \end_layout
24684
24685 \begin_layout Standard
24686 Um 
24687 \series bold
24688
24689 \backslash
24690 numberwithin
24691 \series default
24692  benutzen zu können, muss in den 
24693 \family sans
24694 Mathe
24695 \begin_inset space ~
24696 \end_inset
24697
24698 Optionen
24699 \family default
24700  der 
24701 \family sans
24702 Dokument-Einstellungen
24703 \family default
24704  
24705 \family sans
24706 AMS
24707 \begin_inset space ~
24708 \end_inset
24709
24710 Mathe
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Paket
24715 \family default
24716
24717 \begin_inset space ~
24718 \end_inset
24719
24720
24721 \family sans
24722 verwenden
24723 \family default
24724  angekreuzt sein.
24725 \begin_inset ERT
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729
24730
24731 \backslash
24732 numberwithin{footnote}{chapter}
24733 \end_layout
24734
24735 \end_inset
24736
24737  Hier ist ein Beispiel für solch eine Fußnote.
24738 \series bold
24739
24740 \begin_inset Foot
24741 status open
24742
24743 \begin_layout Plain Layout
24744 Dies ist eine Fußnote nach dem Schema 
24745 \begin_inset Quotes gld
24746 \end_inset
24747
24748 Kapitel.Fußnote
24749 \begin_inset Quotes grd
24750 \end_inset
24751
24752 .
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \series default
24759
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 renewcommand{
24768 \backslash
24769 thefootnote}{
24770 \backslash
24771 arabic{footnote}}
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Note Greyedout
24781 status open
24782
24783 \begin_layout Plain Layout
24784
24785 \series bold
24786 Bemerkung:
24787 \series default
24788  
24789 \series bold
24790
24791 \backslash
24792 numberwithin
24793 \series default
24794  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24795  werden überschrieben.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Standard
24804 Um also z.
24805 \begin_inset space \thinspace{}
24806 \end_inset
24807
24808 B.
24809  das Schema 
24810 \begin_inset Quotes gld
24811 \end_inset
24812
24813 Kapitel.
24814 \backslash
24815 Roman{footnote}
24816 \begin_inset Quotes grd
24817 \end_inset
24818
24819  zu erhalten, muss dieser Befehl anstelle von 
24820 \series bold
24821
24822 \backslash
24823 numberwithin
24824 \series default
24825  verwendet werden:
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 renewcommand{
24834 \backslash
24835 thefootnote}{
24836 \backslash
24837 thechapter.
24838 \backslash
24839 Roman{footnote}}
24840 \end_layout
24841
24842 \begin_layout Subsection
24843 Fußnoten-Platzierung
24844 \begin_inset Index
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 Fußnoten ! Platzierung
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24858  ohne Zwischenraum am Ende der Seite gedruckt.
24859  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24860  LaTeX-Vorspann 1.5
24861 \begin_inset space \thinspace{}
24862 \end_inset
24863
24864 mm Zwischenraum einfügen:
24865 \end_layout
24866
24867 \begin_layout Standard
24868
24869 \series bold
24870
24871 \backslash
24872 let
24873 \backslash
24874 myFoot
24875 \backslash
24876 footnote
24877 \begin_inset Newline newline
24878 \end_inset
24879
24880
24881 \backslash
24882 renewcommand{
24883 \backslash
24884 footnote}[1]{
24885 \backslash
24886 myFoot{#1
24887 \backslash
24888 vspace{1.5mm}}}
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset VSpace bigskip
24893 \end_inset
24894
24895 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24896  Spalte gedruckt, Abbildung
24897 \begin_inset space ~
24898 \end_inset
24899
24900
24901 \begin_inset CommandInset ref
24902 LatexCommand ref
24903 reference "abb:Standard-Fußnoten-Platzierung-in"
24904
24905 \end_inset
24906
24907 .
24908  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24909  in Abbildung
24910 \begin_inset space ~
24911 \end_inset
24912
24913
24914 \begin_inset CommandInset ref
24915 LatexCommand ref
24916 reference "abb:Fußnoten-Platzierung-in-einem"
24917
24918 \end_inset
24919
24920 , müssen Sie das LaTeX-Paket 
24921 \series bold
24922 ftnright
24923 \series default
24924
24925 \begin_inset Index
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929 LaTeX-Pakete ! ftnright
24930 \end_layout
24931
24932 \end_inset
24933
24934  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \series bold
24940
24941 \backslash
24942 usepackage{ftnright}
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset Float figure
24947 placement !h
24948 wide false
24949 sideways false
24950 status open
24951
24952 \begin_layout Plain Layout
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957
24958
24959 \backslash
24960 framebox{
24961 \end_layout
24962
24963 \end_inset
24964
24965
24966 \begin_inset Graphics
24967         filename ../clipart/without_fntright.pdf
24968         width 100col%
24969         scaleBeforeRotation
24970
24971 \end_inset
24972
24973
24974 \begin_inset ERT
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978
24979 }
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Caption
24989
24990 \begin_layout Plain Layout
24991 \begin_inset CommandInset label
24992 LatexCommand label
24993 name "abb:Standard-Fußnoten-Platzierung-in"
24994
24995 \end_inset
24996
24997 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24998 \begin_inset OptArg
24999 status open
25000
25001 \begin_layout Plain Layout
25002 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset Float figure
25022 placement !h
25023 wide false
25024 sideways false
25025 status open
25026
25027 \begin_layout Plain Layout
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 framebox{
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \begin_inset Graphics
25042         filename ../clipart/with_fntright.pdf
25043         width 100col%
25044         scaleBeforeRotation
25045
25046 \end_inset
25047
25048
25049 \begin_inset ERT
25050 status collapsed
25051
25052 \begin_layout Plain Layout
25053
25054 }
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Plain Layout
25063 \begin_inset Caption
25064
25065 \begin_layout Plain Layout
25066 \begin_inset CommandInset label
25067 LatexCommand label
25068 name "abb:Fußnoten-Platzierung-in-einem"
25069
25070 \end_inset
25071
25072 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25073  
25074 \series bold
25075 ftnright
25076 \series default
25077 .
25078 \begin_inset OptArg
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082 Fußnoten-Platzierung mit 
25083 \family typewriter
25084 ftnright
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset VSpace bigskip
25104 \end_inset
25105
25106 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25107  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25108 \begin_inset space ~
25109 \end_inset
25110
25111
25112 \begin_inset CommandInset ref
25113 LatexCommand ref
25114 reference "abb:endnotes----Die"
25115
25116 \end_inset
25117
25118  gedruckt.
25119  Man nennt sie dann 
25120 \emph on
25121 Endnoten
25122 \emph default
25123 .
25124 \begin_inset Index
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128 Endnoten
25129 \end_layout
25130
25131 \end_inset
25132
25133  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25134 \series bold
25135 endnotes
25136 \series default
25137
25138 \begin_inset Index
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 LaTeX-Pakete ! endnotes
25143 \end_layout
25144
25145 \end_inset
25146
25147  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25148 \end_layout
25149
25150 \begin_layout Standard
25151
25152 \series bold
25153
25154 \backslash
25155 usepackage{endnotes}
25156 \begin_inset Newline newline
25157 \end_inset
25158
25159
25160 \backslash
25161 let
25162 \backslash
25163 footnote
25164 \backslash
25165 endnote
25166 \end_layout
25167
25168 \begin_layout Standard
25169 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25170 \series bold
25171  
25172 \backslash
25173 theendnotes
25174 \series default
25175  am Ende des Abschnitts oder Kapitels ein.
25176 \end_layout
25177
25178 \begin_layout Standard
25179 \begin_inset Float figure
25180 wide false
25181 sideways false
25182 status open
25183
25184 \begin_layout Plain Layout
25185 \align center
25186 \begin_inset ERT
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190
25191
25192 \backslash
25193 framebox{
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \begin_inset Graphics
25200         filename ../clipart/endnotes.pdf
25201         scaleBeforeRotation
25202
25203 \end_inset
25204
25205
25206 \begin_inset ERT
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210
25211 }
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Caption
25221
25222 \begin_layout Plain Layout
25223 \begin_inset CommandInset label
25224 LatexCommand label
25225 name "abb:endnotes----Die"
25226
25227 \end_inset
25228
25229
25230 \series bold
25231 endnotes
25232 \series default
25233  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25234  gedruckt.
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Standard
25248 \begin_inset VSpace medskip
25249 \end_inset
25250
25251 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25252 ache übersetzt.
25253  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25254 \begin_inset Quotes gld
25255 \end_inset
25256
25257 Notes 
25258 \begin_inset Quotes grd
25259 \end_inset
25260
25261 in 
25262 \begin_inset Quotes gld
25263 \end_inset
25264
25265 Anmerkungen
25266 \begin_inset Quotes grd
25267 \end_inset
25268
25269 :
25270 \end_layout
25271
25272 \begin_layout Standard
25273
25274 \series bold
25275
25276 \backslash
25277 renewcommand{
25278 \backslash
25279 notesname}{Anmerkungen}
25280 \end_layout
25281
25282 \begin_layout Standard
25283 \begin_inset VSpace medskip
25284 \end_inset
25285
25286 Wenn Sie in den Befehlen von Abschnitt
25287 \begin_inset space ~
25288 \end_inset
25289
25290
25291 \begin_inset CommandInset ref
25292 LatexCommand ref
25293 reference "uab:Fußnoten-Nummerierung"
25294
25295 \end_inset
25296
25297  
25298 \series bold
25299
25300 \backslash
25301 thefootnote
25302 \series default
25303  durch 
25304 \series bold
25305
25306 \backslash
25307 theendnote
25308 \series default
25309  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25310  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25311 \series bold
25312
25313 \backslash
25314 @addtoreset
25315 \series default
25316  wie in Abschnitt
25317 \begin_inset space \space{}
25318 \end_inset
25319
25320
25321 \begin_inset CommandInset ref
25322 LatexCommand ref
25323 reference "uab:Fußnoten-Nummerierung"
25324
25325 \end_inset
25326
25327  beschrieben und ersetzen 
25328 \series bold
25329 footnote
25330 \series default
25331  durch 
25332 \series bold
25333 endnote
25334 \series default
25335 .
25336 \end_layout
25337
25338 \begin_layout Standard
25339 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25340  
25341 \series bold
25342
25343 \backslash
25344 endnotemark[Nummer]
25345 \series default
25346  ähnlich wie 
25347 \series bold
25348
25349 \backslash
25350 footnotemark
25351 \series default
25352  Abschnitt
25353 \begin_inset space ~
25354 \end_inset
25355
25356
25357 \begin_inset CommandInset ref
25358 LatexCommand ref
25359 reference "abs:Fußnoten"
25360
25361 \end_inset
25362
25363 .
25364 \end_layout
25365
25366 \begin_layout Standard
25367 \begin_inset VSpace bigskip
25368 \end_inset
25369
25370 Mit dem LaTeX-Paket 
25371 \series bold
25372 footmisc
25373 \series default
25374
25375 \begin_inset Index
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 LaTeX-Pakete ! footmisc
25380 \end_layout
25381
25382 \end_inset
25383
25384  (
25385 \begin_inset CommandInset citation
25386 LatexCommand cite
25387 key "footmisc"
25388
25389 \end_inset
25390
25391 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25392 \end_layout
25393
25394 \begin_layout Standard
25395 In LaTeX-Büchern, 
25396 \begin_inset CommandInset citation
25397 LatexCommand cite
25398 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25399
25400 \end_inset
25401
25402 , finden Sie weiteres zu Fußnoten.
25403 \end_layout
25404
25405 \begin_layout Section
25406 Randnotizen
25407 \begin_inset Index
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 Randnotizen
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \begin_inset Index
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421 Notizen ! Randnotizen
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25431  Sie fügen sie mit einem Klick auf den Schalter 
25432 \begin_inset Graphics
25433         filename ../../images/marginalnote-insert.png
25434         scale 70
25435         scaleBeforeRotation
25436
25437 \end_inset
25438
25439  oder über 
25440 \family sans
25441 Einfügen\SpecialChar \menuseparator
25442 Randnotiz
25443 \family default
25444  ein.
25445  Ein graues Kästchen mit der Aufschrift 
25446 \begin_inset Quotes gld
25447 \end_inset
25448
25449 Rand
25450 \begin_inset Quotes grd
25451 \end_inset
25452
25453  erscheint
25454 \family roman
25455 \series medium
25456 , und dort, wo der Cursor steht, können Sie Text eingeben.
25457 \end_layout
25458
25459 \begin_layout Standard
25460 Hier am Rand sehen Sie eine Randnotiz.
25461  
25462 \begin_inset Marginal
25463 status open
25464
25465 \begin_layout Plain Layout
25466 Dies ist eine Randnotiz.
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \begin_layout Standard
25475 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25476  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25477  Seiten und rechts auf den ungeraden.
25478  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25479  wird und umgekehrt.
25480  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25481  wurde.
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset VSpace bigskip
25486 \end_inset
25487
25488 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25489 \end_layout
25490
25491 \begin_layout Standard
25492
25493 \series bold
25494
25495 \backslash
25496 reversemarginpar
25497 \end_layout
25498
25499 \begin_layout Standard
25500 als TeX-Code vor einer Randnotiz ein.
25501  Das gilt dann für alle folgenden Randnotizen.
25502  
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507
25508
25509 \backslash
25510 reversemarginpar 
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \begin_inset Marginal
25517 status open
25518
25519 \begin_layout Plain Layout
25520 Hier ist ein Beispiel im inneren Rand.
25521 \end_layout
25522
25523 \end_inset
25524
25525
25526 \begin_inset Newline newline
25527 \end_inset
25528
25529
25530 \begin_inset Note Greyedout
25531 status open
25532
25533 \begin_layout Plain Layout
25534  
25535 \series bold
25536 Achtung:
25537 \series default
25538  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \begin_layout Standard
25547 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25548 \end_layout
25549
25550 \begin_layout Standard
25551
25552 \series bold
25553
25554 \backslash
25555 normalmarginpar
25556 \end_layout
25557
25558 \begin_layout Standard
25559 als TeX-Code ein.
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 normalmarginpar 
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \begin_layout Standard
25576 \begin_inset Note Greyedout
25577 status open
25578
25579 \begin_layout Plain Layout
25580
25581 \series bold
25582 Achtung:
25583 \series default
25584  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25585 \series bold
25586
25587 \backslash
25588 reversemarginpar
25589 \series default
25590  verwendet wird.
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 \begin_inset VSpace bigskip
25600 \end_inset
25601
25602
25603 \begin_inset Marginal
25604 status open
25605
25606 \begin_layout Plain Layout
25607
25608 \family roman
25609 \series medium
25610 EinSehrLangesWort am Anfang, das umgebrochen wird.
25611 \end_layout
25612
25613 \end_inset
25614
25615  Ähnlich wie in Abschnitt
25616 \begin_inset space ~
25617 \end_inset
25618
25619
25620 \begin_inset CommandInset ref
25621 LatexCommand ref
25622 reference "uab:Mehrfache-Zeilen-in"
25623
25624 \end_inset
25625
25626  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25627  Wort der Randnotiz sind.
25628  Um das zu vermeiden, fügen sie 0
25629 \begin_inset space \thinspace{}
25630 \end_inset
25631
25632 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25633 \begin_inset Marginal
25634 status open
25635
25636 \begin_layout Plain Layout
25637 \begin_inset space \hspace{}
25638 \length 0pt
25639 \end_inset
25640
25641
25642 \family roman
25643 \series medium
25644 EinSehrLangesWort am Anfang, das umgebrochen wird.
25645 \end_layout
25646
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \begin_layout Standard
25653 \begin_inset VSpace bigskip
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \begin_layout Standard
25660 \begin_inset Note Greyedout
25661 status open
25662
25663 \begin_layout Plain Layout
25664
25665 \series bold
25666 Bemerkung:
25667 \series default
25668  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25669  verwendet werden.
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 \begin_inset VSpace bigskip
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Standard
25685 \begin_inset ERT
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689
25690
25691 \backslash
25692 ifmarginnote
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \begin_inset Note Note
25699 status open
25700
25701 \begin_layout Plain Layout
25702 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25703 \series bold
25704 marginnote
25705 \series default
25706  installiert ist.
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Standard
25715 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25716 \series bold
25717 marginnote
25718 \series default
25719
25720 \begin_inset Index
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724 LaTeX-Pakete ! marginnote
25725 \end_layout
25726
25727 \end_inset
25728
25729  verwendet wird.
25730  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25731  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25732  des Pakets 
25733 \series bold
25734 marginnote
25735 \series default
25736  für Randnotizen verwendet wird:
25737 \end_layout
25738
25739 \begin_layout Standard
25740
25741 \series bold
25742
25743 \backslash
25744 usepackage{marginnote}
25745 \begin_inset Newline newline
25746 \end_inset
25747
25748
25749 \backslash
25750 let
25751 \backslash
25752 marginpar
25753 \backslash
25754 marginnote
25755 \end_layout
25756
25757 \begin_layout Standard
25758 Dies wird auch in diesem Dokument verwendet, denn 
25759 \series bold
25760 marginnote
25761 \series default
25762  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25763  für Randnotizen angeben.
25764  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25765 n zu dicht beieinander sind.
25766  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25767  Schema
25768 \end_layout
25769
25770 \begin_layout Standard
25771
25772 \series bold
25773 [Versatz]
25774 \end_layout
25775
25776 \begin_layout Standard
25777 angegeben.
25778  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25779 \begin_inset space ~
25780 \end_inset
25781
25782
25783 \begin_inset CommandInset ref
25784 LatexCommand ref
25785 reference "tab:Maßeinheiten"
25786
25787 \end_inset
25788
25789  aufgelistet sind.
25790  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25791  nach unten.
25792  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25793 \begin_inset space \thinspace{}
25794 \end_inset
25795
25796 cm mit dem TeX-Code-Befehl  
25797 \begin_inset Quotes gld
25798 \end_inset
25799
25800
25801 \series bold
25802 [-1.5cm]
25803 \series default
25804
25805 \begin_inset Quotes grd
25806 \end_inset
25807
25808  nach oben versetzt.
25809 \begin_inset Marginal
25810 status open
25811
25812 \begin_layout Plain Layout
25813 Diese Randnotiz ist 1.5
25814 \begin_inset space \thinspace{}
25815 \end_inset
25816
25817 cm von ihrer Originalposition nach oben versetzt.
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \begin_inset ERT
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827
25828 [-1.5cm]
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \begin_inset VSpace medskip
25838 \end_inset
25839
25840 Mit 
25841 \series bold
25842 marginnote
25843 \series default
25844  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25845  Zum Beispiel setzen die Befehle
25846 \end_layout
25847
25848 \begin_layout Standard
25849
25850 \series bold
25851
25852 \backslash
25853 renewcommand*{
25854 \backslash
25855 raggedleftmarginnote}{
25856 \backslash
25857 centering}
25858 \begin_inset Newline newline
25859 \end_inset
25860
25861
25862 \backslash
25863 renewcommand*{
25864 \backslash
25865 raggedrightmarginnote}{
25866 \backslash
25867 centering}
25868 \end_layout
25869
25870 \begin_layout Standard
25871 die Ausrichtung auf zentriert.
25872  
25873 \series bold
25874
25875 \backslash
25876 raggedleftmarginnote
25877 \series default
25878  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25879  
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 renewcommand*{
25888 \backslash
25889 raggedleftmarginnote}{
25890 \backslash
25891 centering}
25892 \end_layout
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 renewcommand*{
25899 \backslash
25900 raggedrightmarginnote}{
25901 \backslash
25902 centering}
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \begin_inset Marginal
25909 status open
25910
25911 \begin_layout Plain Layout
25912 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25913 \end_layout
25914
25915 \end_inset
25916
25917  Die Voreinstellung ist
25918 \end_layout
25919
25920 \begin_layout Standard
25921
25922 \series bold
25923
25924 \backslash
25925 renewcommand*{
25926 \backslash
25927 raggedleftmarginnote}{
25928 \backslash
25929 raggedleft}
25930 \begin_inset Newline newline
25931 \end_inset
25932
25933
25934 \backslash
25935 renewcommand*{
25936 \backslash
25937 raggedrightmarginnote}{
25938 \backslash
25939 raggedright}
25940 \series default
25941
25942 \begin_inset ERT
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946
25947
25948 \backslash
25949 renewcommand*{
25950 \backslash
25951 raggedleftmarginnote}{
25952 \backslash
25953 raggedleft}
25954 \end_layout
25955
25956 \begin_layout Plain Layout
25957
25958
25959 \backslash
25960 renewcommand*{
25961 \backslash
25962 raggedrightmarginnote}{
25963 \backslash
25964 raggedright}
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \begin_layout Standard
25973 \begin_inset VSpace medskip
25974 \end_inset
25975
25976 Für weitere Fähigkeiten des Pakets 
25977 \series bold
25978 marginnote
25979 \series default
25980  sei auf dessen Dokumentation verwiesen 
25981 \begin_inset CommandInset citation
25982 LatexCommand cite
25983 key "marginnote"
25984
25985 \end_inset
25986
25987 .
25988 \end_layout
25989
25990 \begin_layout Standard
25991 \begin_inset VSpace bigskip
25992 \end_inset
25993
25994 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25995  geändert werden.
25996  Um z.
25997 \begin_inset space \thinspace{}
25998 \end_inset
25999
26000 B.
26001  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26002  und fettgedruckten Text 
26003 \begin_inset Quotes eld
26004 \end_inset
26005
26006
26007 \family sans
26008 \series bold
26009 \bar under
26010 Achtung!
26011 \family default
26012 \series default
26013 \bar default
26014
26015 \begin_inset Quotes erd
26016 \end_inset
26017
26018  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26019 \end_layout
26020
26021 \begin_layout Standard
26022
26023 \series bold
26024
26025 \backslash
26026 let
26027 \backslash
26028 myMarginpar
26029 \backslash
26030 marginpar
26031 \begin_inset Newline newline
26032 \end_inset
26033
26034
26035 \backslash
26036 renewcommand{
26037 \backslash
26038 marginpar}[1]{
26039 \backslash
26040 myMarginpar{%
26041 \begin_inset Newline newline
26042 \end_inset
26043
26044
26045 \begin_inset ERT
26046 status collapsed
26047
26048 \begin_layout Plain Layout
26049
26050
26051 \backslash
26052 hphantom{ }
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \backslash
26059 hspace{0pt}
26060 \backslash
26061 textsf{
26062 \backslash
26063 textbf{
26064 \backslash
26065 underbar{Achtung!}}}%
26066 \begin_inset Newline newline
26067 \end_inset
26068
26069
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 hphantom{ }
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \backslash
26084 vspace{1.5mm}
26085 \backslash
26086
26087 \backslash
26088 #1}}
26089 \end_layout
26090
26091 \begin_layout Standard
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 let
26100 \backslash
26101 myMarginpar
26102 \backslash
26103 marginpar
26104 \end_layout
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 renewcommand{
26111 \backslash
26112 marginpar}[1]{
26113 \backslash
26114 myMarginpar{%
26115 \end_layout
26116
26117 \begin_layout Plain Layout
26118
26119    
26120 \backslash
26121 textsf{
26122 \backslash
26123 textbf{
26124 \backslash
26125 underbar{Achtung!}}}%
26126 \end_layout
26127
26128 \begin_layout Plain Layout
26129
26130    
26131 \backslash
26132 vspace{1.5mm}
26133 \backslash
26134
26135 \backslash
26136 #1}}
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \begin_inset Marginal
26143 status open
26144
26145 \begin_layout Plain Layout
26146 Dies ist eine Randnotiz mit einer definierten Überschrift.
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157 [-1.5cm]
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 renewcommand{
26171 \backslash
26172 marginpar}[1]{
26173 \backslash
26174 myMarginpar{#1}}
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \begin_inset Note Note
26181 status open
26182
26183 \begin_layout Plain Layout
26184 Das Format wurde nur für dieses Beispiel geändert.
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset ERT
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197
26198
26199 \backslash
26200 else
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \begin_inset Note Note
26207 status open
26208
26209 \begin_layout Plain Layout
26210 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26211 \series bold
26212 marginnote
26213 \series default
26214  nicht installiert ist:
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Standard
26223 Das LaTeX-Paket 
26224 \series bold
26225 marginnote
26226 \series default
26227  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26228 \end_layout
26229
26230 \begin_layout Standard
26231 \begin_inset ERT
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235
26236
26237 \backslash
26238 fi
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \begin_layout Chapter
26247 Boxen
26248 \end_layout
26249
26250 \begin_layout Section
26251 Einleitung
26252 \begin_inset Index
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256 Boxen ! Einleitung
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Standard
26265 Boxen werden benutzt, um einen Textblock zu formatieren.
26266  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26267  siehe Abschnitt
26268 \begin_inset space ~
26269 \end_inset
26270
26271
26272 \begin_inset CommandInset ref
26273 LatexCommand ref
26274 reference "abs:Minipage"
26275
26276 \end_inset
26277
26278 , um Text zu umrahmen, siehe Abschnitt
26279 \begin_inset space ~
26280 \end_inset
26281
26282
26283 \begin_inset CommandInset ref
26284 LatexCommand ref
26285 reference "uab:Verzierung"
26286
26287 \end_inset
26288
26289 , um Silbentrennung zu verhindern, siehe Abschnitt
26290 \begin_inset space ~
26291 \end_inset
26292
26293
26294 \begin_inset CommandInset ref
26295 LatexCommand ref
26296 reference "abs:Silbentrennung-unterbinden"
26297
26298 \end_inset
26299
26300 , um Text senkrecht auszurichten, siehe Abschnitt
26301 \begin_inset space ~
26302 \end_inset
26303
26304
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "uab:Vertikale-Ausrichtung"
26308
26309 \end_inset
26310
26311  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26312 \begin_inset space ~
26313 \end_inset
26314
26315
26316 \begin_inset CommandInset ref
26317 LatexCommand ref
26318 reference "abs:Farbige-Boxen"
26319
26320 \end_inset
26321
26322 .
26323 \end_layout
26324
26325 \begin_layout Standard
26326 Boxen werden mit 
26327 \family sans
26328 Einfügen\SpecialChar \menuseparator
26329 Box
26330 \family default
26331  oder dem Schalter 
26332 \begin_inset Graphics
26333         filename ../../images/box-insert.png
26334         scale 70
26335         scaleBeforeRotation
26336
26337 \end_inset
26338
26339  eingefügt.
26340  Ein graues Kästchen mit der Aufschrift 
26341 \begin_inset Quotes gld
26342 \end_inset
26343
26344 Box (Minipage)
26345 \begin_inset Quotes grd
26346 \end_inset
26347
26348  erscheint: 
26349 \begin_inset Graphics
26350         filename clipart/StandardBoxQt4.png
26351         scale 85
26352         scaleBeforeRotation
26353
26354 \end_inset
26355
26356  Mit einem Rechts\SpecialChar \-
26357 klick auf das graue Kästchen kann der Typ spezifiziert
26358  werden.
26359  Das Dialogfenster bietet bei 
26360 \family sans
26361 Innere
26362 \begin_inset space ~
26363 \end_inset
26364
26365 Box
26366 \family default
26367  die Typen 
26368 \family sans
26369 Parbox
26370 \family default
26371  und 
26372 \family sans
26373 Minipage
26374 \family default
26375  an.
26376  
26377 \family sans
26378 Minipage
26379 \family default
26380  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26381 \begin_inset space ~
26382 \end_inset
26383
26384
26385 \begin_inset CommandInset ref
26386 LatexCommand ref
26387 reference "abs:Minipage"
26388
26389 \end_inset
26390
26391  beschrieben, 
26392 \family sans
26393 Parbox
26394 \family default
26395  in Abschnitt
26396 \begin_inset space ~
26397 \end_inset
26398
26399
26400 \begin_inset CommandInset ref
26401 LatexCommand ref
26402 reference "abs:Parbox"
26403
26404 \end_inset
26405
26406 .
26407 \end_layout
26408
26409 \begin_layout Standard
26410 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26411  wie auf Gleitobjekte und Fußnoten.
26412 \end_layout
26413
26414 \begin_layout Standard
26415 \begin_inset Note Greyedout
26416 status open
26417
26418 \begin_layout Plain Layout
26419
26420 \series bold
26421 Bemerkung
26422 \begin_inset space ~
26423 \end_inset
26424
26425 1:
26426 \series default
26427  Boxen dürfen in 
26428 \family sans
26429 List-
26430 \family default
26431  oder 
26432 \family sans
26433 Beschreibung-
26434 \family default
26435 Umgebungen nicht verwendet werden.
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Standard
26444 \begin_inset Note Greyedout
26445 status open
26446
26447 \begin_layout Plain Layout
26448
26449 \series bold
26450 Bemerkung
26451 \begin_inset space ~
26452 \end_inset
26453
26454 2:
26455 \series default
26456  Boxen ohne 
26457 \family sans
26458 Innere
26459 \begin_inset space ~
26460 \end_inset
26461
26462 Box
26463 \family default
26464  und ohne Rahmen werden in Abschnitt
26465 \begin_inset space ~
26466 \end_inset
26467
26468
26469 \begin_inset CommandInset ref
26470 LatexCommand ref
26471 reference "abs:Silbentrennung-unterbinden"
26472
26473 \end_inset
26474
26475  beschrieben.
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Section
26484 Das Box-Einstellungen-Fenster
26485 \begin_inset CommandInset label
26486 LatexCommand label
26487 name "abs:Box-Dialog"
26488
26489 \end_inset
26490
26491
26492 \begin_inset Index
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496 Boxen ! Box-Dialog-Fenster
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Subsection
26505 Box-Größe
26506 \begin_inset Index
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510 Boxen ! Größe
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \begin_layout Standard
26519 Im 
26520 \family sans
26521 Box-Einstellungen
26522 \family default
26523 -Fenster können Sie die Größe der Box mit 
26524 \family sans
26525 Breite
26526 \family default
26527  und 
26528 \family sans
26529 Höhe 
26530 \family default
26531 festlegen.
26532  Die verfügbaren Einheiten werden in Tabelle
26533 \begin_inset space ~
26534 \end_inset
26535
26536
26537 \begin_inset CommandInset ref
26538 LatexCommand ref
26539 reference "tab:Maßeinheiten"
26540
26541 \end_inset
26542
26543  aufgelistet.
26544  Das Feld
26545 \family sans
26546  Höhe
26547 \family default
26548  bietet die folgenden zusätzlichen Größen:
26549 \end_layout
26550
26551 \begin_layout Description
26552 Tiefe Dies ist die reine Text-
26553 \begin_inset Quotes gld
26554 \end_inset
26555
26556 Höhe
26557 \begin_inset Quotes grd
26558 \end_inset
26559
26560 .
26561  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26562 \begin_inset Newline newline
26563 \end_inset
26564
26565
26566 \begin_inset Newline newline
26567 \end_inset
26568
26569
26570 \begin_inset Newline newline
26571 \end_inset
26572
26573
26574 \begin_inset Box Boxed
26575 position "c"
26576 hor_pos "c"
26577 has_inner_box 1
26578 inner_pos "c"
26579 use_parbox 0
26580 width "12col%"
26581 special "none"
26582 height "1in"
26583 height_special "depth"
26584 status collapsed
26585
26586 \begin_layout Plain Layout
26587 \align center
26588 Box-Höhe = 1
26589 \begin_inset space \thinspace{}
26590 \end_inset
26591
26592 Tiefe
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \begin_inset Newline newline
26599 \end_inset
26600
26601
26602 \begin_inset Newline newline
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Description
26609 Höhe Dies ist die Texthöhe innerhalb der Box.
26610  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26611  Texthöhe setzen: 
26612 \begin_inset Box Boxed
26613 position "c"
26614 hor_pos "c"
26615 has_inner_box 1
26616 inner_pos "c"
26617 use_parbox 0
26618 width "20col%"
26619 special "none"
26620 height "2in"
26621 height_special "height"
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625 \align center
26626 Boxhöhe = 2
26627 \begin_inset space \thinspace{}
26628 \end_inset
26629
26630 Höhe
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Description
26639 Gesamthöhe Dies ist Höhe
26640 \begin_inset space \thinspace{}
26641 \end_inset
26642
26643 +
26644 \begin_inset space \thinspace{}
26645 \end_inset
26646
26647 Tiefe: 
26648 \begin_inset Box Boxed
26649 position "c"
26650 hor_pos "c"
26651 has_inner_box 1
26652 inner_pos "c"
26653 use_parbox 0
26654 width "20col%"
26655 special "none"
26656 height "1in"
26657 height_special "totalheight"
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661 \align center
26662 Boxhöhe = 1
26663 \begin_inset space \thinspace{}
26664 \end_inset
26665
26666 Gesamthöhe
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Description
26675 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26676 \begin_inset Box Boxed
26677 position "c"
26678 hor_pos "c"
26679 has_inner_box 1
26680 inner_pos "c"
26681 use_parbox 0
26682 width "12col%"
26683 special "none"
26684 height "1in"
26685 height_special "width"
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 \align center
26690 Boxhöhe = 1
26691 \begin_inset space \thinspace{}
26692 \end_inset
26693
26694 Breite
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Subsection
26703 Ausrichtung
26704 \begin_inset Index
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 Boxen ! Ausrichtung
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Standard
26717 Wenn Sie eine 
26718 \family sans
26719 Innere
26720 \begin_inset space ~
26721 \end_inset
26722
26723 Box
26724 \family default
26725  gewählt haben, kann die Box mit folgenden Werten für 
26726 \family sans
26727 Box
26728 \family default
26729  senkrecht ausgerichtet werden:
26730 \end_layout
26731
26732 \begin_layout Description
26733 Oben Dies ist ein Beispieltext.
26734  
26735 \begin_inset Box Boxed
26736 position "t"
26737 hor_pos "c"
26738 has_inner_box 1
26739 inner_pos "c"
26740 use_parbox 0
26741 width "20col%"
26742 special "none"
26743 height "1in"
26744 height_special "totalheight"
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748 \align center
26749 Die Ober\SpecialChar \-
26750 kante der Box ist in der Zeile.
26751 \end_layout
26752
26753 \end_inset
26754
26755  Dies ist ein Beispieltext.
26756 \end_layout
26757
26758 \begin_layout Description
26759 Mitte Dies ist ein Beispieltext.
26760  
26761 \begin_inset Box Boxed
26762 position "c"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "c"
26766 use_parbox 0
26767 width "20col%"
26768 special "none"
26769 height "1in"
26770 height_special "totalheight"
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 Die Mitte der Box ist in der Zeile.
26776 \end_layout
26777
26778 \end_inset
26779
26780  Dies ist ein Beispieltext.
26781 \end_layout
26782
26783 \begin_layout Description
26784 Unten Dies ist ein Beispieltext.
26785  
26786 \begin_inset Box Boxed
26787 position "b"
26788 hor_pos "c"
26789 has_inner_box 1
26790 inner_pos "c"
26791 use_parbox 0
26792 width "20col%"
26793 special "none"
26794 height "1in"
26795 height_special "totalheight"
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 \align center
26800 Die Unter\SpecialChar \-
26801 kante der Box ist in der Zeile.
26802 \end_layout
26803
26804 \end_inset
26805
26806  Dies ist ein Beispieltext.
26807 \end_layout
26808
26809 \begin_layout Standard
26810 \begin_inset Note Greyedout
26811 status open
26812
26813 \begin_layout Plain Layout
26814
26815 \series bold
26816 Bemerkung:
26817 \series default
26818  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26819  Boxen in einer Zeile sind und eine Box z.
26820 \begin_inset space \thinspace{}
26821 \end_inset
26822
26823 B.
26824  schattiert ist, die andere abere nicht.
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \begin_layout Standard
26833 Eine Box kann mit dem Dialog 
26834 \family sans
26835 Absatz-Einstellungen
26836 \family default
26837  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26838 \end_layout
26839
26840 \begin_layout Standard
26841 \begin_inset VSpace bigskip
26842 \end_inset
26843
26844 Wenn Sie eine 
26845 \family sans
26846 Innere
26847 \begin_inset space ~
26848 \end_inset
26849
26850 Box
26851 \family default
26852  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26853 \family sans
26854 Inhalt
26855 \family default
26856  senkrecht ausgerichtet werden:
26857 \end_layout
26858
26859 \begin_layout Description
26860 Oben Dies ist ein Beispieltext.
26861  
26862 \begin_inset Box Boxed
26863 position "c"
26864 hor_pos "c"
26865 has_inner_box 1
26866 inner_pos "t"
26867 use_parbox 0
26868 width "20col%"
26869 special "none"
26870 height "1.5in"
26871 height_special "totalheight"
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 \align center
26876 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26877 \end_layout
26878
26879 \end_inset
26880
26881  Dies ist ein Beispieltext.
26882 \end_layout
26883
26884 \begin_layout Description
26885 Mitte Dies ist ein Beispieltext.
26886  
26887 \begin_inset Box Boxed
26888 position "c"
26889 hor_pos "c"
26890 has_inner_box 1
26891 inner_pos "c"
26892 use_parbox 0
26893 width "20col%"
26894 special "none"
26895 height "1.5in"
26896 height_special "totalheight"
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 \align center
26901 Der Boxinhalt ist zentriert ausgerichtet.
26902 \end_layout
26903
26904 \end_inset
26905
26906  Dies ist ein Beispieltext.
26907 \end_layout
26908
26909 \begin_layout Description
26910 Unten Dies ist ein Beispieltext.
26911  
26912 \begin_inset Box Boxed
26913 position "c"
26914 hor_pos "c"
26915 has_inner_box 1
26916 inner_pos "b"
26917 use_parbox 0
26918 width "20col%"
26919 special "none"
26920 height "1.5in"
26921 height_special "totalheight"
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925 \align center
26926 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26927 \end_layout
26928
26929 \end_inset
26930
26931  Dies ist ein Beispieltext.
26932 \end_layout
26933
26934 \begin_layout Description
26935 Dehnen Dies ist ein Beispieltext.
26936  
26937 \begin_inset Box Boxed
26938 position "c"
26939 hor_pos "c"
26940 has_inner_box 1
26941 inner_pos "s"
26942 use_parbox 0
26943 width "20col%"
26944 special "none"
26945 height "1in"
26946 height_special "totalheight"
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 \align center
26951 Der Boxinhalt
26952 \end_layout
26953
26954 \begin_layout Plain Layout
26955 \align center
26956 ist über die
26957 \end_layout
26958
26959 \begin_layout Plain Layout
26960 \align center
26961 Boxhöhe
26962 \end_layout
26963
26964 \begin_layout Plain Layout
26965 \align center
26966 gleichmäßig verteilt.
26967 \end_layout
26968
26969 \end_inset
26970
26971  Dies ist ein Beispieltext.
26972 \end_layout
26973
26974 \begin_layout Standard
26975 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26976  besteht.
26977  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26978 \end_layout
26979
26980 \begin_layout Standard
26981 Ein Boxinhalt kann mit dem Dialog 
26982 \family sans
26983 Absatz-Einstellungen
26984 \family default
26985  waagerecht ausgerichtet werden, wenn Sie eine
26986 \family sans
26987  Innere
26988 \begin_inset space ~
26989 \end_inset
26990
26991 Box
26992 \family default
26993  gewählt haben.
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \align center
26998 \begin_inset Box Boxed
26999 position "c"
27000 hor_pos "c"
27001 has_inner_box 1
27002 inner_pos "s"
27003 use_parbox 0
27004 width "30col%"
27005 special "none"
27006 height "1.25in"
27007 height_special "totalheight"
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011 \align left
27012 Hier ist jede Zeile
27013 \end_layout
27014
27015 \begin_layout Plain Layout
27016 \align center
27017 anders
27018 \end_layout
27019
27020 \begin_layout Plain Layout
27021 \align right
27022 ausgerichtet.
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Standard
27031 Wenn Sie keine
27032 \family sans
27033  Innere
27034 \begin_inset space ~
27035 \end_inset
27036
27037 Box
27038 \family default
27039  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27040 \family sans
27041 Box-Einstellungen-
27042 \family default
27043 Dialog ausrichten
27044 \end_layout
27045
27046 \begin_layout Standard
27047 \align center
27048 \begin_inset Box Boxed
27049 position "c"
27050 hor_pos "s"
27051 has_inner_box 0
27052 inner_pos "s"
27053 use_parbox 0
27054 width "90col%"
27055 special "none"
27056 height "1.25in"
27057 height_special "totalheight"
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 \align left
27062 Dieser Boxinhalt wurde horizontal gedehnt.
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Subsection
27071 Verzierung
27072 \begin_inset CommandInset label
27073 LatexCommand label
27074 name "uab:Verzierung"
27075
27076 \end_inset
27077
27078
27079 \begin_inset Index
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 Boxen ! Verzierung
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Im 
27093 \family sans
27094 Box-Einstellungen-
27095 \family default
27096 Dialog können Sie mit der 
27097 \family sans
27098 Verzierung
27099 \family default
27100  den Typ der Box auswählen:
27101 \end_layout
27102
27103 \begin_layout Description
27104 Einfacher
27105 \begin_inset space ~
27106 \end_inset
27107
27108 rechteckiger
27109 \begin_inset space ~
27110 \end_inset
27111
27112 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27113  Die Rahmendicke wird durch 
27114 \series bold
27115
27116 \backslash
27117 fboxrule
27118 \series default
27119  festgelegt.
27120  
27121 \begin_inset Box Boxed
27122 position "c"
27123 hor_pos "c"
27124 has_inner_box 1
27125 inner_pos "c"
27126 use_parbox 0
27127 width "21col%"
27128 special "none"
27129 height "1in"
27130 height_special "totalheight"
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135 \series medium
27136 Rechteckige
27137 \begin_inset space ~
27138 \end_inset
27139
27140 Box
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \begin_layout Description
27149 Seitenumbruch
27150 \begin_inset space ~
27151 \end_inset
27152
27153 erlaubt Wenn Sie die Verzierung 
27154 \family sans
27155 Einfacher rechteckiger Rahmen
27156 \family default
27157  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27158  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27159  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27160  für sich ist und 
27161 \series bold
27162
27163 \backslash
27164 fboxrule
27165 \series default
27166  und 
27167 \series bold
27168
27169 \backslash
27170 fboxsep
27171 \series default
27172  keinen Einfluss auf diesen Box Typ haben.
27173  Die Rahmendicke wird durch 
27174 \series bold
27175
27176 \backslash
27177 FrameRule
27178 \series default
27179  festgelegt.
27180  
27181 \begin_inset Box Framed
27182 position "t"
27183 hor_pos "c"
27184 has_inner_box 0
27185 inner_pos "t"
27186 use_parbox 0
27187 width "100col%"
27188 special "none"
27189 height "1in"
27190 height_special "totalheight"
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 Box erlaubt Seitenumbruch
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Description
27203 Ovaler
27204 \begin_inset space ~
27205 \end_inset
27206
27207 Rahmen,
27208 \begin_inset space ~
27209 \end_inset
27210
27211 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27212  Die Rahmendicke ist 0.4
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 pt.
27217  
27218 \begin_inset Box ovalbox
27219 position "c"
27220 hor_pos "c"
27221 has_inner_box 1
27222 inner_pos "c"
27223 use_parbox 0
27224 width "20col%"
27225 special "none"
27226 height "1in"
27227 height_special "totalheight"
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Ovale
27232 \begin_inset space ~
27233 \end_inset
27234
27235 Box,
27236 \begin_inset space ~
27237 \end_inset
27238
27239 dünn
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Description
27248 Ovaler
27249 \begin_inset space ~
27250 \end_inset
27251
27252 Rahmen,
27253 \begin_inset space ~
27254 \end_inset
27255
27256 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27257  Die Rahmendicke ist 0.8
27258 \begin_inset space \thinspace{}
27259 \end_inset
27260
27261 pt.
27262  
27263 \begin_inset Box Ovalbox
27264 position "c"
27265 hor_pos "c"
27266 has_inner_box 1
27267 inner_pos "c"
27268 use_parbox 0
27269 width "20col%"
27270 special "none"
27271 height "1in"
27272 height_special "totalheight"
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 Ovale
27277 \begin_inset space ~
27278 \end_inset
27279
27280 Box,
27281 \begin_inset space ~
27282 \end_inset
27283
27284 dick
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \begin_layout Description
27293 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27294  Die Rahmendicke wird durch 
27295 \series bold
27296
27297 \backslash
27298 fboxrule
27299 \series default
27300  festgelegt, der Schatten ist 4
27301 \begin_inset space \thinspace{}
27302 \end_inset
27303
27304 pt breit.
27305 \begin_inset Newline newline
27306 \end_inset
27307
27308
27309 \begin_inset Box Shadowbox
27310 position "c"
27311 hor_pos "c"
27312 has_inner_box 1
27313 inner_pos "c"
27314 use_parbox 0
27315 width "20col%"
27316 special "none"
27317 height "1in"
27318 height_special "totalheight"
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322 Schattierte
27323 \begin_inset space ~
27324 \end_inset
27325
27326 Box
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Description
27335 Schattierter
27336 \begin_inset space ~
27337 \end_inset
27338
27339 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27340  Im Gegensatz zu farbigen Boxen
27341 \begin_inset Foot
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345 siehe Abschnitt
27346 \begin_inset space ~
27347 \end_inset
27348
27349
27350 \begin_inset CommandInset ref
27351 LatexCommand ref
27352 reference "abs:Farbige-Boxen"
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \end_inset
27360
27361  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27362  die Box ist ein Absatz für sich.
27363  
27364 \begin_inset Box Shaded
27365 position "t"
27366 hor_pos "c"
27367 has_inner_box 0
27368 inner_pos "t"
27369 use_parbox 0
27370 width "50col%"
27371 special "none"
27372 height "1in"
27373 height_special "totalheight"
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 Schattierter Hintergrund Box
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Description
27386 Doppelter
27387 \begin_inset space ~
27388 \end_inset
27389
27390 rechteckiger
27391 \begin_inset space ~
27392 \end_inset
27393
27394 Rahmen zeichnet einen doppelten Rahmen um die Box.
27395  Der innere Rahmen ist 0.75
27396 \begin_inset space \thinspace{}
27397 \end_inset
27398
27399
27400 \series bold
27401
27402 \backslash
27403 fboxrule
27404 \series default
27405  breit, der äußere 1.5
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409
27410 \series bold
27411
27412 \backslash
27413 fboxrule
27414 \series default
27415 , der Zwischenraum 1.5
27416 \begin_inset space \thinspace{}
27417 \end_inset
27418
27419
27420 \series bold
27421
27422 \backslash
27423 fboxrule
27424 \series default
27425
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429 +
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 0.5
27434 \begin_inset space \thinspace{}
27435 \end_inset
27436
27437 pt.
27438  
27439 \begin_inset Box Doublebox
27440 position "c"
27441 hor_pos "c"
27442 has_inner_box 1
27443 inner_pos "c"
27444 use_parbox 0
27445 width "20col%"
27446 special "none"
27447 height "1in"
27448 height_special "totalheight"
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452 Doppelt
27453 \begin_inset space ~
27454 \end_inset
27455
27456 gerahmte
27457 \begin_inset space ~
27458 \end_inset
27459
27460 Box
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 \begin_inset VSpace bigskip
27470 \end_inset
27471
27472 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27473  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27474 \series bold
27475 fancybox
27476 \series default
27477
27478 \begin_inset Index
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 LaTeX-Pakete ! fancybox
27483 \end_layout
27484
27485 \end_inset
27486
27487  installiert sein.
27488 \end_layout
27489
27490 \begin_layout Section
27491 Box-Anpassung
27492 \begin_inset Index
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Boxen ! Anpassung
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 Der Standardwert für 
27506 \series bold
27507
27508 \backslash
27509 fboxrule
27510 \series default
27511  ist 0.4
27512 \begin_inset space \thinspace{}
27513 \end_inset
27514
27515 pt.
27516  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 pt gesetzt werden:
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 setlength{
27529 \backslash
27530 fboxrule}{2pt}
27531 \end_layout
27532
27533 \begin_layout Standard
27534 \begin_inset ERT
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538
27539
27540 \backslash
27541 setlength{
27542 \backslash
27543 fboxrule}{2pt}
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \begin_inset Box Boxed
27550 position "c"
27551 hor_pos "c"
27552 has_inner_box 1
27553 inner_pos "c"
27554 use_parbox 0
27555 width "30col%"
27556 special "none"
27557 height "1in"
27558 height_special "totalheight"
27559 status open
27560
27561 \begin_layout Plain Layout
27562 \align center
27563 Rechteckige Box mit einer Rahmenbreite von 2
27564 \begin_inset space \thinspace{}
27565 \end_inset
27566
27567 pt
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \begin_inset ERT
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577
27578
27579 \backslash
27580 setlength{
27581 \backslash
27582 fboxrule}{0.4pt}
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \begin_inset VSpace bigskip
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \begin_layout Standard
27595 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 pt.
27600  Sie können das ändern, indem Sie den Wert von 
27601 \series bold
27602
27603 \backslash
27604 fboxsep
27605 \series default
27606  mit einem TeX-Code-Befehl ändern:
27607 \end_layout
27608
27609 \begin_layout Standard
27610
27611 \series bold
27612
27613 \backslash
27614 setlength{
27615 \backslash
27616 fboxsep}{10pt}
27617 \end_layout
27618
27619 \begin_layout Standard
27620 setzt den Wert auf 10
27621 \begin_inset space \thinspace{}
27622 \end_inset
27623
27624 pt, wie in der folgenden Box:
27625 \end_layout
27626
27627 \begin_layout Standard
27628 \begin_inset ERT
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 setlength{
27636 \backslash
27637 fboxsep}{10pt}
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \begin_inset Box Boxed
27644 position "c"
27645 hor_pos "c"
27646 has_inner_box 1
27647 inner_pos "c"
27648 use_parbox 0
27649 width "25col%"
27650 special "none"
27651 height "1in"
27652 height_special "totalheight"
27653 status open
27654
27655 \begin_layout Plain Layout
27656 \align center
27657 Rechteckige Box mit 
27658 \series bold
27659
27660 \backslash
27661 fboxsep
27662 \series default
27663
27664 \begin_inset space \thinspace{}
27665 \end_inset
27666
27667 =
27668 \begin_inset space \thinspace{}
27669 \end_inset
27670
27671 10
27672 \begin_inset space \thinspace{}
27673 \end_inset
27674
27675 pt
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 setlength{
27689 \backslash
27690 fboxsep}{3pt}
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \noindent
27700 \begin_inset VSpace bigskip
27701 \end_inset
27702
27703 Der Durchmesser der abgerundeten Ecken kann mit 
27704 \series bold
27705
27706 \backslash
27707 cornersize
27708 \series default
27709  gesetzt werden.
27710  Der TeX-Code-Befehl
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 cornersize*{1cm}
27719 \end_layout
27720
27721 \begin_layout Standard
27722 setzt den Durchmesser auf 1
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 cm.
27727  Der TeX-Code-Befehl
27728 \end_layout
27729
27730 \begin_layout Standard
27731
27732 \series bold
27733
27734 \backslash
27735 cornersize{num}
27736 \end_layout
27737
27738 \begin_layout Standard
27739 setzt den Durchmesser auf 
27740 \family sans
27741 num
27742 \begin_inset space \thinspace{}
27743 \end_inset
27744
27745 ×
27746 \begin_inset space \thinspace{}
27747 \end_inset
27748
27749 Minimum(Breite der Box, Höhe der Box)
27750 \family default
27751 .
27752  Der Standardwert ist 
27753 \series bold
27754
27755 \backslash
27756 cornersize{0.5}
27757 \series default
27758 .
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset ERT
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766
27767
27768 \backslash
27769 cornersize*{1.5cm}
27770 \end_layout
27771
27772 \end_inset
27773
27774
27775 \begin_inset Box Ovalbox
27776 position "c"
27777 hor_pos "c"
27778 has_inner_box 1
27779 inner_pos "c"
27780 use_parbox 0
27781 width "30col%"
27782 special "none"
27783 height "1in"
27784 height_special "totalheight"
27785 status open
27786
27787 \begin_layout Plain Layout
27788 \align center
27789 Ovale Box, dicker Rand, mit 
27790 \series bold
27791
27792 \backslash
27793 cornersize
27794 \series default
27795
27796 \begin_inset space \thinspace{}
27797 \end_inset
27798
27799 =
27800 \begin_inset space \thinspace{}
27801 \end_inset
27802
27803 1.5
27804 \begin_inset space \thinspace{}
27805 \end_inset
27806
27807 cm
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818
27819 \backslash
27820 cornersize{0.5}
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \begin_layout Standard
27829 \begin_inset VSpace bigskip
27830 \end_inset
27831
27832 Die Breite des Schattens wird mit 
27833 \series bold
27834
27835 \backslash
27836 shadowsize
27837 \series default
27838  festgelegt.
27839  Mit dem TeX-Code-Befehl
27840 \end_layout
27841
27842 \begin_layout Standard
27843
27844 \series bold
27845
27846 \backslash
27847 setlength{
27848 \backslash
27849 shadowsize}{2pt}
27850 \end_layout
27851
27852 \begin_layout Standard
27853 wird er für die folgende Box auf 2
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 pt festgelegt.
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865
27866
27867 \backslash
27868 setlength{
27869 \backslash
27870 shadowsize}{2pt}
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset Box Shadowbox
27877 position "c"
27878 hor_pos "c"
27879 has_inner_box 1
27880 inner_pos "c"
27881 use_parbox 0
27882 width "25col%"
27883 special "none"
27884 height "1in"
27885 height_special "totalheight"
27886 status open
27887
27888 \begin_layout Plain Layout
27889 \align center
27890 Schattierte Box mit 
27891 \series bold
27892
27893 \backslash
27894 shadowsize
27895 \series default
27896
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 =
27901 \begin_inset space \thinspace{}
27902 \end_inset
27903
27904 2
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 pt
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 setlength{
27922 \backslash
27923 shadowsize}{4pt}
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Standard
27932 \begin_inset VSpace bigskip
27933 \end_inset
27934
27935 Der Standardwert für 
27936 \series bold
27937
27938 \backslash
27939 FrameRule
27940 \series default
27941  ist 0.4
27942 \begin_inset space \thinspace{}
27943 \end_inset
27944
27945 pt.
27946  Der Standard-Abstand zwischen Rahmen und Text ist 9
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950 pt und kann mit dem Wert für 
27951 \series bold
27952
27953 \backslash
27954 FrameSep
27955 \series default
27956  geändert werden.
27957  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27958  TeX-Code Befehlen geändert:
27959 \end_layout
27960
27961 \begin_layout Standard
27962
27963 \series bold
27964
27965 \backslash
27966 setlength{
27967 \backslash
27968 FrameRule}{5pt}
27969 \begin_inset Newline newline
27970 \end_inset
27971
27972
27973 \backslash
27974 setlength{
27975 \backslash
27976 FrameSep}{0.5cm}
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset ERT
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984
27985
27986 \backslash
27987 setlength{
27988 \backslash
27989 FrameRule}{5pt}
27990 \end_layout
27991
27992 \begin_layout Plain Layout
27993
27994
27995 \backslash
27996 setlength{
27997 \backslash
27998 FrameSep}{0.5cm}
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \begin_inset Box Framed
28005 position "t"
28006 hor_pos "c"
28007 has_inner_box 0
28008 inner_pos "t"
28009 use_parbox 0
28010 width "100col%"
28011 special "none"
28012 height "1in"
28013 height_special "totalheight"
28014 status open
28015
28016 \begin_layout Plain Layout
28017 Dies ist Text in einer 
28018 \family sans
28019 Seitenumbruch erlaubt
28020 \family default
28021  Box.
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 setlength{
28035 \backslash
28036 FrameRule}{0.4pt}
28037 \end_layout
28038
28039 \begin_layout Plain Layout
28040
28041
28042 \backslash
28043 setlength{
28044 \backslash
28045 FrameSep}{9pt}
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Standard
28054 \begin_inset VSpace bigskip
28055 \end_inset
28056
28057 Für Boxen mit 
28058 \family sans
28059 schattiertem Hintergrund
28060 \family default
28061  beträgt der Abstand zwischen Rand und Text 3
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 pt und kann mit 
28066 \series bold
28067
28068 \backslash
28069 fboxsep
28070 \series default
28071  geändert werden.
28072  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28073  
28074 \series bold
28075
28076 \backslash
28077 definecolor{shadebox}
28078 \series default
28079  oder global über das Menü 
28080 \family sans
28081 Werkzeuge\SpecialChar \menuseparator
28082 Einstellungen\SpecialChar \menuseparator
28083 Farben\SpecialChar \menuseparator
28084 Schattierte
28085 \begin_inset space ~
28086 \end_inset
28087
28088 Box
28089 \family default
28090  geändert werden.
28091  Das Schema des 
28092 \series bold
28093
28094 \backslash
28095 definecolor
28096 \series default
28097  Befehls ist  in Abschnitt
28098 \begin_inset space ~
28099 \end_inset
28100
28101
28102 \begin_inset CommandInset ref
28103 LatexCommand ref
28104 reference "abs:Farbige-Tabellen"
28105
28106 \end_inset
28107
28108  erklärt.
28109 \begin_inset Foot
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113 Beachten Sie, dass 
28114 \series bold
28115
28116 \backslash
28117 definecolor
28118 \series default
28119  das LaTeX-Paket 
28120 \series bold
28121 color
28122 \series default
28123  in der Präambel benötigt, siehe Abschnitt
28124 \begin_inset space ~
28125 \end_inset
28126
28127
28128 \begin_inset CommandInset ref
28129 LatexCommand ref
28130 reference "abs:Farbige-Boxen"
28131
28132 \end_inset
28133
28134 .
28135 \end_layout
28136
28137 \end_inset
28138
28139  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28140 \end_layout
28141
28142 \begin_layout Standard
28143
28144 \series bold
28145
28146 \backslash
28147 setlength{
28148 \backslash
28149 fboxsep}{0.5cm}
28150 \begin_inset Newline newline
28151 \end_inset
28152
28153
28154 \backslash
28155 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28156 \end_layout
28157
28158 \begin_layout Standard
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164
28165 \backslash
28166 setlength{
28167 \backslash
28168 fboxsep}{0.5cm}
28169 \end_layout
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \begin_inset Box Shaded
28182 position "t"
28183 hor_pos "c"
28184 has_inner_box 0
28185 inner_pos "t"
28186 use_parbox 0
28187 width "100col%"
28188 special "none"
28189 height "1in"
28190 height_special "totalheight"
28191 status open
28192
28193 \begin_layout Plain Layout
28194
28195 \color yellow
28196 Dies ist gelber Text in einer 
28197 \family sans
28198 schattierten Hintergrund
28199 \begin_inset space ~
28200 \end_inset
28201
28202
28203 \family default
28204 Box auf dunkelgrünem Hintergrund.
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \begin_inset ERT
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214
28215
28216 \backslash
28217 setlength{
28218 \backslash
28219 fboxsep}{3pt}
28220 \end_layout
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 definecolor{shadecolor}{rgb}{1,0,0}
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \end_layout
28233
28234 \begin_layout Standard
28235 \begin_inset VSpace bigskip
28236 \end_inset
28237
28238 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28239  der sie ändert.
28240 \end_layout
28241
28242 \begin_layout Section
28243 Minipage
28244 \begin_inset CommandInset label
28245 LatexCommand label
28246 name "abs:Minipage"
28247
28248 \end_inset
28249
28250
28251 \begin_inset Index
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 Boxen ! Minipage
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28265  deshalb unter anderem eigene Fußnoten haben.
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28270 \end_layout
28271
28272 \begin_layout Standard
28273 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28274  Ihre Breite ist 45 Spaltenbreite
28275 \begin_inset space ~
28276 \end_inset
28277
28278 %, und sie sind durch einen 
28279 \family sans
28280 HFill
28281 \family default
28282  getrennt (
28283 \family sans
28284 Einfügen\SpecialChar \menuseparator
28285 Formatierung\SpecialChar \menuseparator
28286 Horizontaler
28287 \begin_inset space \space{}
28288 \end_inset
28289
28290 Abstand\SpecialChar \menuseparator
28291 Abstand\SpecialChar \menuseparator
28292 Variabler
28293 \begin_inset space ~
28294 \end_inset
28295
28296 horiz.
28297 \begin_inset space ~
28298 \end_inset
28299
28300 Abstand
28301 \family default
28302 ).
28303 \begin_inset Newpage newpage
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 \noindent
28311 \begin_inset Box Frameless
28312 position "t"
28313 hor_pos "c"
28314 has_inner_box 1
28315 inner_pos "c"
28316 use_parbox 0
28317 width "45col%"
28318 special "none"
28319 height "1in"
28320 height_special "totalheight"
28321 status open
28322
28323 \begin_layout Plain Layout
28324 Dies ist ein deutscher Text.
28325  Dies ist ein deutscher Text.
28326  Dies ist ein deutscher Text.
28327  Dies ist ein deutscher Text.
28328  Dies ist ein deutscher Text.
28329  Dies ist ein deutscher Text.
28330  Dies ist ein deutscher Text.
28331  Dies ist ein deutscher Text.
28332  Dies ist ein deutscher Text.
28333  Dies ist ein deutscher Text.
28334  Dies ist ein deutscher Text.
28335  Dies ist ein deutscher Text.
28336  Dies ist ein deutscher Text
28337 \begin_inset Foot
28338 status open
28339
28340 \begin_layout Plain Layout
28341 Dies ist eine deutsche Fußnote.
28342 \end_layout
28343
28344 \end_inset
28345
28346 .
28347  Dies ist ein deutscher Text.
28348  Dies ist ein deutscher Text.
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset space \hfill{}
28355 \end_inset
28356
28357
28358 \begin_inset Box Frameless
28359 position "t"
28360 hor_pos "c"
28361 has_inner_box 1
28362 inner_pos "c"
28363 use_parbox 0
28364 width "45col%"
28365 special "none"
28366 height "1in"
28367 height_special "totalheight"
28368 status open
28369
28370 \begin_layout Plain Layout
28371
28372 \lang english
28373 This is an English Text.
28374  This is an English Text.
28375  This is an English Text.
28376  This is an English Text.
28377  This is an English Text.
28378  This is an English Text.
28379  This is an English Text.
28380  This is an English Text.
28381  This is an English Text.
28382  This is an English Text.
28383  This is an English Text.
28384  This is an English Text.
28385  This is an English Text.
28386  This is an English Text.
28387  This is an English Text.
28388  This is an English Text.
28389 \begin_inset Foot
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393
28394 \lang english
28395 This is an English footnote.
28396 \end_layout
28397
28398 \end_inset
28399
28400  This is an English Text.
28401  
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 \noindent
28411 \begin_inset VSpace bigskip
28412 \end_inset
28413
28414 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28415  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28416  auf der die Tabelle gedruckt wird: 
28417 \begin_inset Tabular
28418 <lyxtabular version="3" rows="3" columns="4">
28419 <features>
28420 <column alignment="center" valignment="top" width="0pt">
28421 <column alignment="center" valignment="top" width="0pt">
28422 <column alignment="center" valignment="top" width="0pt">
28423 <column alignment="center" valignment="top" width="0pt">
28424 <row>
28425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 1
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28435 \begin_inset Text
28436
28437 \begin_layout Plain Layout
28438 2
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 3
28448 \begin_inset Foot
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Dies ist eine Fußnote in einer Tabelle.
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 4
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 <row>
28473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28474 \begin_inset Text
28475
28476 \begin_layout Plain Layout
28477 a
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Plain Layout
28486 b
28487 \end_layout
28488
28489 \end_inset
28490 </cell>
28491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28492 \begin_inset Text
28493
28494 \begin_layout Plain Layout
28495 c
28496 \end_layout
28497
28498 \end_inset
28499 </cell>
28500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Plain Layout
28504 d
28505 \end_layout
28506
28507 \end_inset
28508 </cell>
28509 </row>
28510 <row>
28511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 e
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524 f
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Plain Layout
28533 g
28534 \end_layout
28535
28536 \end_inset
28537 </cell>
28538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28539 \begin_inset Text
28540
28541 \begin_layout Plain Layout
28542 h
28543 \end_layout
28544
28545 \end_inset
28546 </cell>
28547 </row>
28548 </lyxtabular>
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 \noindent
28557 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28558  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28559  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28560  außerhalb.
28561 \end_layout
28562
28563 \begin_layout Standard
28564 \align center
28565 \begin_inset Box Frameless
28566 position "t"
28567 hor_pos "c"
28568 has_inner_box 1
28569 inner_pos "c"
28570 use_parbox 0
28571 width "30col%"
28572 special "none"
28573 height "1in"
28574 height_special "totalheight"
28575 status open
28576
28577 \begin_layout Plain Layout
28578 \align center
28579 \begin_inset Tabular
28580 <lyxtabular version="3" rows="3" columns="4">
28581 <features>
28582 <column alignment="center" valignment="top" width="0pt">
28583 <column alignment="center" valignment="top" width="0pt">
28584 <column alignment="center" valignment="top" width="0pt">
28585 <column alignment="center" valignment="top" width="0pt">
28586 <row>
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591 1
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28597 \begin_inset Text
28598
28599 \begin_layout Plain Layout
28600 2
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Plain Layout
28609 3
28610 \begin_inset Foot
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 Dies ist eine Fußnote in einer Tabelle.
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28625 \begin_inset Text
28626
28627 \begin_layout Plain Layout
28628 4
28629 \end_layout
28630
28631 \end_inset
28632 </cell>
28633 </row>
28634 <row>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 a
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648 b
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28654 \begin_inset Text
28655
28656 \begin_layout Plain Layout
28657 c
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Plain Layout
28666 d
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 </row>
28672 <row>
28673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 e
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28683 \begin_inset Text
28684
28685 \begin_layout Plain Layout
28686 f
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Plain Layout
28695 g
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Plain Layout
28704 h
28705 \end_layout
28706
28707 \end_inset
28708 </cell>
28709 </row>
28710 </lyxtabular>
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 \begin_inset VSpace bigskip
28724 \end_inset
28725
28726 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28727  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28728  Absätze nicht eingerückt werden, obwohl Sie das in 
28729 \family sans
28730 Dokument
28731 \family default
28732 \SpecialChar \menuseparator
28733
28734 \family sans
28735 Einstellun\SpecialChar \-
28736 gen\SpecialChar \menuseparator
28737 Textformat
28738 \family default
28739  festgelegt haben.
28740  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28741  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28742 \series bold
28743
28744 \backslash
28745 hspace*{1em}
28746 \series default
28747 .
28748 \end_layout
28749
28750 \begin_layout Standard
28751 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28752  zu verpassen, siehe Abschnitt
28753 \begin_inset space ~
28754 \end_inset
28755
28756
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "uab:Farbe-für-Absätze"
28760
28761 \end_inset
28762
28763 .
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset Note Greyedout
28768 status open
28769
28770 \begin_layout Plain Layout
28771
28772 \series bold
28773 Bemerkung:
28774 \series default
28775  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28776  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Section
28785 Parbox
28786 \begin_inset CommandInset label
28787 LatexCommand label
28788 name "abs:Parbox"
28789
28790 \end_inset
28791
28792
28793 \begin_inset Index
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Boxen ! Parbox
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Standard
28806 Parbox ist eine Abkürzung für 
28807 \begin_inset Quotes gld
28808 \end_inset
28809
28810 paragraph box
28811 \begin_inset Quotes grd
28812 \end_inset
28813
28814 , was Absatzbox bedeutet.
28815  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28816  Parboxen einige Einschränkungen.
28817  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28818  gedruckt:
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \align center
28823 \begin_inset Box Frameless
28824 position "t"
28825 hor_pos "c"
28826 has_inner_box 1
28827 inner_pos "t"
28828 use_parbox 1
28829 width "33col%"
28830 special "none"
28831 height "1in"
28832 height_special "totalheight"
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 Dies ist Text in einer Parbox.
28837  Dies ist Text in einer Parbox.
28838 \end_layout
28839
28840 \begin_layout Plain Layout
28841 Diese Fußnote wird nicht gedruckt:
28842 \begin_inset Foot
28843 status collapsed
28844
28845 \begin_layout Plain Layout
28846 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28861  und Theoreme enthalten.
28862 \end_layout
28863
28864 \begin_layout Section
28865 Boxen für Worte und Buchstaben
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Boxen ! für Buchstaben
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Subsection
28879 Silbentrennung unterbinden 
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "abs:Silbentrennung-unterbinden"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Boxen ! zur Vermeidung von Silbentrennung
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28901 \begin_inset Newline newline
28902 \end_inset
28903
28904 Hier ist ein Beispiel: 
28905 \end_layout
28906
28907 \begin_layout Standard
28908 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28909 \begin_inset Quotes gld
28910 \end_inset
28911
28912 einsehrsehrsehrlangeswort
28913 \begin_inset Quotes grd
28914 \end_inset
28915
28916 .
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28921  soll, den TeX-Code
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927
28928 \backslash
28929 mbox{
28930 \end_layout
28931
28932 \begin_layout Standard
28933 ein.
28934  Hinter dem Wort fügen Sie 
28935 \series bold
28936
28937 \begin_inset Quotes gld
28938 \end_inset
28939
28940 }
28941 \series default
28942
28943 \begin_inset Quotes grd
28944 \end_inset
28945
28946  als TeX-Code ein.
28947  Hier ist das Ergebnis:
28948 \end_layout
28949
28950 \begin_layout Standard
28951 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957
28958 \backslash
28959 mbox{
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \begin_inset Quotes gld
28966 \end_inset
28967
28968 einsehrsehrsehrlangeswort
28969 \begin_inset Quotes grd
28970 \end_inset
28971
28972
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978 }
28979 \end_layout
28980
28981 \end_inset
28982
28983 .
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Alternativ dazu kann man auch den Befehl 
28988 \begin_inset Quotes gld
28989 \end_inset
28990
28991
28992 \series bold
28993
28994 \backslash
28995 -
28996 \series default
28997
28998 \begin_inset Quotes grd
28999 \end_inset
29000
29001  als TeX-Code direkt vor das Wort setzen:
29002 \end_layout
29003
29004 \begin_layout Standard
29005 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29006 \begin_inset Quotes gld
29007 \end_inset
29008
29009
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 -
29018 \end_layout
29019
29020 \end_inset
29021
29022 einsehrsehrsehrlangeswort
29023 \begin_inset Quotes grd
29024 \end_inset
29025
29026 .
29027 \end_layout
29028
29029 \begin_layout Standard
29030 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29031  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29032 \series bold
29033 Strg-Eingabe
29034 \series default
29035 ) einfügen: 
29036 \end_layout
29037
29038 \begin_layout Standard
29039 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29040 \begin_inset Newline newline
29041 \end_inset
29042
29043
29044 \begin_inset ERT
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048
29049
29050 \backslash
29051 mbox{
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \begin_inset Quotes gld
29058 \end_inset
29059
29060 einsehrsehrsehrlangeswort
29061 \begin_inset Quotes grd
29062 \end_inset
29063
29064
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070 }
29071 \end_layout
29072
29073 \end_inset
29074
29075 .
29076 \end_layout
29077
29078 \begin_layout Subsection
29079 Vertikale Ausrichtung
29080 \begin_inset CommandInset label
29081 LatexCommand label
29082 name "uab:Vertikale-Ausrichtung"
29083
29084 \end_inset
29085
29086
29087 \begin_inset Index
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 Boxen ! für Vertikale Ausrichtung
29092 \end_layout
29093
29094 \end_inset
29095
29096
29097 \begin_inset Index
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Boxen ! raisebox
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 Mit dem LaTeX-Befehl 
29111 \series bold
29112
29113 \backslash
29114 raisebox
29115 \series default
29116  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29117 n Textes ausrichten.
29118  
29119 \series bold
29120
29121 \backslash
29122 raisebox
29123 \series default
29124  wird folgendermaßen benutzt:
29125 \end_layout
29126
29127 \begin_layout Standard
29128
29129 \series bold
29130
29131 \backslash
29132 raisebox{Verschiebung}[oben][unten]{Text}
29133 \end_layout
29134
29135 \begin_layout Standard
29136 Positive Werte für Verschiebung
29137 \series bold
29138  
29139 \series default
29140 verschieben die Box nach oben, negative nach unten.
29141  Die beiden optionalen Parameter 
29142 \family typewriter
29143 oben
29144 \family default
29145  und 
29146 \family typewriter
29147 unten
29148 \family default
29149  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29150  hinausgeht, wenn sie nicht verschoben ist.
29151 \end_layout
29152
29153 \begin_layout Standard
29154 Um zum Beispiel das Wort 
29155 \begin_inset Quotes gld
29156 \end_inset
29157
29158 provokant
29159 \begin_inset Quotes grd
29160 \end_inset
29161
29162  mit seinem 
29163 \begin_inset Quotes gld
29164 \end_inset
29165
29166 niedrigsten
29167 \begin_inset Quotes grd
29168 \end_inset
29169
29170  Buchstaben 
29171 \begin_inset Quotes gld
29172 \end_inset
29173
29174 p
29175 \begin_inset Quotes grd
29176 \end_inset
29177
29178  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29179 \end_layout
29180
29181 \begin_layout Standard
29182
29183 \series bold
29184
29185 \backslash
29186 raisebox{
29187 \backslash
29188 depth}{
29189 \end_layout
29190
29191 \begin_layout Standard
29192 vor dem Wort einfügen und 
29193 \begin_inset Quotes gld
29194 \end_inset
29195
29196
29197 \series bold
29198 }
29199 \series default
29200
29201 \begin_inset Quotes grd
29202 \end_inset
29203
29204  als TeX-Code dahinter:
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Dies ist eine Zeile, in der das Wort 
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214
29215 \backslash
29216 raisebox{
29217 \backslash
29218 depth}{
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \begin_inset Quotes gld
29225 \end_inset
29226
29227 provokant
29228 \begin_inset Quotes grd
29229 \end_inset
29230
29231
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237 }
29238 \end_layout
29239
29240 \end_inset
29241
29242  nach oben verschoben wurde.
29243 \end_layout
29244
29245 \begin_layout Standard
29246 \begin_inset VSpace bigskip
29247 \end_inset
29248
29249 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29250  gedehnt:
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Dies ist eine Zeile, in der das Wort 
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260
29261 \backslash
29262 raisebox{-
29263 \backslash
29264 depth}{
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \begin_inset Quotes gld
29271 \end_inset
29272
29273 provokant
29274 \begin_inset Quotes grd
29275 \end_inset
29276
29277
29278 \begin_inset ERT
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282
29283 }
29284 \end_layout
29285
29286 \end_inset
29287
29288  nach unten verschoben wurde.
29289 \end_layout
29290
29291 \begin_layout Standard
29292 Dies ist eine Zeile, in der das Wort 
29293 \begin_inset ERT
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297
29298
29299 \backslash
29300 raisebox{0.5cm}{
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \begin_inset Quotes gld
29307 \end_inset
29308
29309 testen
29310 \begin_inset Quotes grd
29311 \end_inset
29312
29313
29314 \begin_inset ERT
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318
29319 }
29320 \end_layout
29321
29322 \end_inset
29323
29324  um 0.5
29325 \begin_inset space \thinspace{}
29326 \end_inset
29327
29328 cm nach oben verschoben wurde.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29333 \end_layout
29334
29335 \begin_layout Standard
29336
29337 \series bold
29338
29339 \backslash
29340 raisebox{-
29341 \backslash
29342 depth}[0pt]{
29343 \end_layout
29344
29345 \begin_layout Standard
29346 Dies ist eine Zeile, in der das Wort 
29347 \begin_inset ERT
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351
29352
29353 \backslash
29354 raisebox{-
29355 \backslash
29356 depth}[0pt]{
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \begin_inset Quotes gld
29363 \end_inset
29364
29365 provokant
29366 \begin_inset Quotes grd
29367 \end_inset
29368
29369
29370 \begin_inset ERT
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374
29375 }
29376 \end_layout
29377
29378 \end_inset
29379
29380  nach unten verschoben wurde.
29381 \end_layout
29382
29383 \begin_layout Standard
29384 Dies ist eine Zeile, in der das Wort 
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390
29391 \backslash
29392 raisebox{0.5cm}[0pt]{
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \begin_inset Quotes gld
29399 \end_inset
29400
29401 testen
29402 \begin_inset Quotes grd
29403 \end_inset
29404
29405
29406 \begin_inset ERT
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410
29411 }
29412 \end_layout
29413
29414 \end_inset
29415
29416  um 0.5
29417 \begin_inset space \thinspace{}
29418 \end_inset
29419
29420 cm nach oben verschoben wurde.
29421  Jetzt überschneiden sich die verschobenen Worte.
29422 \end_layout
29423
29424 \begin_layout Section
29425 Farbige Boxen
29426 \begin_inset CommandInset label
29427 LatexCommand label
29428 name "abs:Farbige-Boxen"
29429
29430 \end_inset
29431
29432
29433 \begin_inset Index
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Boxen ! farbige
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Subsection
29446 Text-Hintergrundfarbe
29447 \begin_inset Index
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451 Farbe ! für Text-Hintergrund
29452 \end_layout
29453
29454 \end_inset
29455
29456
29457 \end_layout
29458
29459 \begin_layout Standard
29460 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29461  sogenannten 
29462 \begin_inset Quotes gld
29463 \end_inset
29464
29465 colorbox
29466 \begin_inset Quotes grd
29467 \end_inset
29468
29469  stehen.
29470  Dafür muss das LaTeX-Paket 
29471 \series bold
29472 color
29473 \series default
29474
29475 \begin_inset Index
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 LaTeX-Pakete ! color
29480 \end_layout
29481
29482 \end_inset
29483
29484  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29485 \end_layout
29486
29487 \begin_layout Standard
29488
29489 \series bold
29490
29491 \backslash
29492 @ifundefined{textcolor}
29493 \begin_inset Newline newline
29494 \end_inset
29495
29496
29497 \begin_inset ERT
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501
29502
29503 \backslash
29504 hphantom{ }
29505 \end_layout
29506
29507 \end_inset
29508
29509 {
29510 \backslash
29511 usepackage{color}}{}
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Wenn Sie Text einfärben, lädt LyX das Paket 
29516 \series bold
29517 color
29518 \series default
29519  automatisch.
29520 \begin_inset Foot
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Der Befehl 
29525 \series bold
29526
29527 \backslash
29528 @ifundefined
29529 \series default
29530  vermeidet, dass es in diesem Fall doppelt geladen wird.
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 \begin_inset VSpace medskip
29540 \end_inset
29541
29542 Colorboxen werden mit dem Befehl 
29543 \series bold
29544
29545 \backslash
29546 colorbox
29547 \series default
29548  erzeugt:
29549 \end_layout
29550
29551 \begin_layout Standard
29552
29553 \series bold
29554
29555 \backslash
29556 colorbox{Farbe}{Boxinhalt}
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29561  Boxen sein.
29562 \end_layout
29563
29564 \begin_layout Standard
29565 Die folgenden Farben sind vordefiniert:
29566 \family sans
29567  schwarz
29568 \family default
29569
29570 \family sans
29571 wei
29572 \family default
29573 ß, 
29574 \family sans
29575 rot
29576 \family default
29577 \series bold
29578 ,
29579 \series default
29580  
29581 \family sans
29582 grün
29583 \family default
29584
29585 \family sans
29586 blau
29587 \family default
29588
29589 \family sans
29590 türkis
29591 \family default
29592
29593 \family sans
29594 purpurrot
29595 \family default
29596  und 
29597 \family sans
29598 gelb
29599 \family default
29600 .
29601 \end_layout
29602
29603 \begin_layout Standard
29604 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29605 \begin_inset space ~
29606 \end_inset
29607
29608
29609 \begin_inset CommandInset ref
29610 LatexCommand ref
29611 reference "abs:Farbige-Tabellen"
29612
29613 \end_inset
29614
29615  beschrieben.
29616 \end_layout
29617
29618 \begin_layout Standard
29619 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29620  den TeX-Code-Befehl
29621 \end_layout
29622
29623 \begin_layout Standard
29624
29625 \series bold
29626
29627 \backslash
29628 colorbox{red}{
29629 \end_layout
29630
29631 \begin_layout Standard
29632 vor dem Wort ein.
29633  Hinter dem Wort fügen Sie 
29634 \series bold
29635
29636 \begin_inset Quotes gld
29637 \end_inset
29638
29639 }
29640 \series default
29641
29642 \begin_inset Quotes grd
29643 \end_inset
29644
29645  als TeX-Code ein.
29646  Hier ist das Ergebnis:
29647 \end_layout
29648
29649 \begin_layout Standard
29650 In dieser Zeile hat 
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 colorbox{red}{
29659 \end_layout
29660
29661 \end_inset
29662
29663 Achtung!
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669 }
29670 \end_layout
29671
29672 \end_inset
29673
29674  einen roten Hintergrund.
29675 \end_layout
29676
29677 \begin_layout Standard
29678 \begin_inset VSpace bigskip
29679 \end_inset
29680
29681 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29682  
29683 \series bold
29684
29685 \backslash
29686 fcolorbox
29687 \series default
29688  verwenden:
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29697 \end_layout
29698
29699 \begin_layout Standard
29700
29701 \series bold
29702
29703 \backslash
29704 fcolorbox
29705 \series default
29706  ist eine Erweiterung von 
29707 \series bold
29708
29709 \backslash
29710 colorbox
29711 \series default
29712 .
29713  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29714  
29715 \series bold
29716
29717 \backslash
29718 fboxrule
29719 \series default
29720  und 
29721 \series bold
29722
29723 \backslash
29724 fboxsep
29725 \series default
29726  gesteuert werden, wie in Abschnitt
29727 \begin_inset space ~
29728 \end_inset
29729
29730
29731 \begin_inset CommandInset ref
29732 LatexCommand ref
29733 reference "uab:Verzierung"
29734
29735 \end_inset
29736
29737  beschrieben.
29738 \end_layout
29739
29740 \begin_layout Standard
29741 Für das folgende Beispiel wurde der Befehl
29742 \end_layout
29743
29744 \begin_layout Standard
29745
29746 \series bold
29747
29748 \backslash
29749 fcolorbox{cyan}{magenta}{
29750 \end_layout
29751
29752 \begin_layout Standard
29753 benutzt.
29754  Hier wurden die Rahmendicke und der Abstand auf 1
29755 \begin_inset space \thinspace{}
29756 \end_inset
29757
29758 mm gesetzt:
29759 \begin_inset Newline newline
29760 \end_inset
29761
29762
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 fboxrule 1mm 
29771 \backslash
29772 fboxsep 1mm
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \begin_inset ERT
29779 status collapsed
29780
29781 \begin_layout Plain Layout
29782
29783
29784 \backslash
29785 fcolorbox{cyan}{green}{
29786 \end_layout
29787
29788 \end_inset
29789
29790 Dies ist Text in einer farbigen, gerahmten Box.
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796 }
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset VSpace bigskip
29806 \end_inset
29807
29808 Natürlich gibt es auch farbigen Text in einer Colorbox:
29809 \begin_inset Newline newline
29810 \end_inset
29811
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 fcolorbox{cyan}{green}{
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \color yellow
29827 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29828 \color none
29829
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 }
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846
29847 \backslash
29848 fboxrule 0.4pt 
29849 \backslash
29850 fboxsep 3pt
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 \begin_inset VSpace bigskip
29860 \end_inset
29861
29862
29863 \end_layout
29864
29865 \begin_layout Standard
29866 \begin_inset Note Greyedout
29867 status open
29868
29869 \begin_layout Plain Layout
29870 \noindent
29871
29872 \series bold
29873 Bemerkung:
29874 \series default
29875  Text in Colorboxen kann nicht umgebrochen werden.
29876  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29877  wie im folgenden beschrieben.
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Subsection
29886 Farbe für Absätze
29887 \begin_inset CommandInset label
29888 LatexCommand label
29889 name "uab:Farbe-für-Absätze"
29890
29891 \end_inset
29892
29893
29894 \begin_inset Index
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898 Farbe ! für Absätze
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \end_layout
29905
29906 \begin_layout Standard
29907 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29908  den Text in eine Minipage stellen.
29909  Vor der Minipage fügen Sie den TeX-Code-Befehl
29910 \end_layout
29911
29912 \begin_layout Standard
29913
29914 \series bold
29915
29916 \backslash
29917 colorbox{color}{
29918 \end_layout
29919
29920 \begin_layout Standard
29921 ein.
29922  Hinter der Minipage fügen Sie 
29923 \series bold
29924
29925 \begin_inset Quotes gld
29926 \end_inset
29927
29928 }
29929 \series default
29930
29931 \begin_inset Quotes grd
29932 \end_inset
29933
29934  als TeX-Code ein.
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942
29943
29944 \backslash
29945 colorbox{hellgrau}{
29946 \end_layout
29947
29948 \end_inset
29949
29950
29951 \begin_inset Box Frameless
29952 position "t"
29953 hor_pos "c"
29954 has_inner_box 1
29955 inner_pos "t"
29956 use_parbox 0
29957 width "100col%"
29958 special "none"
29959 height "1in"
29960 height_special "totalheight"
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964 Dies ist Text mit einer Hintergrundfarbe.
29965  Dies ist Text mit einer Hintergrundfarbe.
29966 \end_layout
29967
29968 \begin_layout Plain Layout
29969 Der Text kann Fußnoten
29970 \begin_inset Foot
29971 status open
29972
29973 \begin_layout Plain Layout
29974 Eine weitere Fußnote
29975 \end_layout
29976
29977 \end_inset
29978
29979  und Tabellen und Abbildungen enthalten.
29980 \end_layout
29981
29982 \begin_layout Plain Layout
29983 \align center
29984 \begin_inset Tabular
29985 <lyxtabular version="3" rows="3" columns="3">
29986 <features>
29987 <column alignment="center" valignment="top" width="0">
29988 <column alignment="center" valignment="top" width="0">
29989 <column alignment="center" valignment="top" width="0">
29990 <row>
29991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29992 \begin_inset Text
29993
29994 \begin_layout Plain Layout
29995 a
29996 \end_layout
29997
29998 \end_inset
29999 </cell>
30000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30001 \begin_inset Text
30002
30003 \begin_layout Plain Layout
30004 !
30005 \end_layout
30006
30007 \end_inset
30008 </cell>
30009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30010 \begin_inset Text
30011
30012 \begin_layout Plain Layout
30013 3
30014 \end_layout
30015
30016 \end_inset
30017 </cell>
30018 </row>
30019 <row>
30020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 <
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Plain Layout
30033 b2
30034 \begin_inset Quotes erd
30035 \end_inset
30036
30037 |
30038 \end_layout
30039
30040 \end_inset
30041 </cell>
30042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30043 \begin_inset Text
30044
30045 \begin_layout Plain Layout
30046 >
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 </row>
30052 <row>
30053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Plain Layout
30057 1
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066 §
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Plain Layout
30075 c
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 </row>
30081 </lyxtabular>
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096 }
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Section
30105 Rotierte und skalierte Boxen
30106 \end_layout
30107
30108 \begin_layout Standard
30109 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30110 \series bold
30111 graphicx
30112 \series default
30113
30114 \begin_inset Index
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118 LaTeX-Pakete ! graphicx
30119 \end_layout
30120
30121 \end_inset
30122
30123  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30124 \end_layout
30125
30126 \begin_layout Standard
30127
30128 \series bold
30129
30130 \backslash
30131 @ifundefined{rotatebox}
30132 \begin_inset Newline newline
30133 \end_inset
30134
30135
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 hphantom{ }
30144 \end_layout
30145
30146 \end_inset
30147
30148 {
30149 \backslash
30150 usepackage{graphicx}}{}
30151 \end_layout
30152
30153 \begin_layout Standard
30154 \begin_inset Note Greyedout
30155 status open
30156
30157 \begin_layout Plain Layout
30158
30159 \series bold
30160 Bemerkung:
30161 \series default
30162  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30163  darstellen.
30164  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Standard
30173 \begin_inset Note Greyedout
30174 status open
30175
30176 \begin_layout Plain Layout
30177
30178 \series bold
30179 Bemerkung:
30180 \series default
30181  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Subsection
30190 Rotierte Boxen
30191 \begin_inset Index
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 Boxen ! rotierte
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \begin_inset Index
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Rotiertes Material
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \begin_inset Index
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 Abbildungen ! rotierte
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \begin_inset Index
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Tabellen ! rotierte
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Standard
30234 Um Text zu drehen, verwendet man den Befehl 
30235 \series bold
30236
30237 \backslash
30238 rotatebox
30239 \series default
30240  im TeX-Code nach folgendem Schema:
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Der Drehpunkt wird mit 
30253 \series bold
30254 origin=Position
30255 \series default
30256  angegeben.
30257  Folgende Positionen sind möglich: 
30258 \emph on
30259 c
30260 \emph default
30261  (mittig), 
30262 \emph on
30263 l
30264 \emph default
30265  (links), 
30266 \emph on
30267 r
30268 \emph default
30269  (rechts), 
30270 \emph on
30271 b
30272 \emph default
30273  (unten), 
30274 \emph on
30275 t
30276 \emph default
30277  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30278  Z.
30279 \begin_inset space \thinspace{}
30280 \end_inset
30281
30282 B.
30283  bedeutet 
30284 \emph on
30285 lt
30286 \emph default
30287 , dass sich der Drehpunkt links oben befindet.
30288  Wird kein Drehpunkt angegeben, wird die Position 
30289 \emph on
30290 l
30291 \emph default
30292  verwendet.
30293  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30294  Gedreht wird gegen den Uhrzeigersinn.
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Im folgenden Beispiel wurde vor dem Text der Befehl 
30299 \series bold
30300
30301 \backslash
30302 rotatebox[origin=c]{60}{
30303 \series default
30304  im TeX-Modus eingegeben.
30305  Nach dem Text wurde die schließende Klammer 
30306 \series bold
30307 }
30308 \series default
30309  wiederum im TeX-Modus eingegeben.
30310 \end_layout
30311
30312 \begin_layout Standard
30313 Dies ist eine Zeile 
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319
30320 \backslash
30321 rotatebox[origin=c]{60}{
30322 \end_layout
30323
30324 \end_inset
30325
30326 mit rotiertem
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332 }
30333 \end_layout
30334
30335 \end_inset
30336
30337  Text.
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Dies ist eine Zeile 
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 rotatebox[origin=r]{-60}{
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset Box Doublebox
30360 position "c"
30361 hor_pos "c"
30362 has_inner_box 0
30363 inner_pos "c"
30364 use_parbox 0
30365 width "1in"
30366 special "width"
30367 height "1in"
30368 height_special "totalheight"
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 mit rotiertem
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383 }
30384 \end_layout
30385
30386 \end_inset
30387
30388  umrandeten Text 
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 rotatebox[origin=lb]{60}{
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30403 \end_inset
30404
30405
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411 }
30412 \end_layout
30413
30414 \end_inset
30415
30416  und einer Formel.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Oder ein Bild oder Tabelle:
30421 \end_layout
30422
30423 \begin_layout Standard
30424 Dies ist eine Zeile 
30425 \begin_inset ERT
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 rotatebox[origin=lb]{90}{
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \begin_inset Graphics
30439         filename ../clipart/platypus.eps
30440         lyxscale 50
30441         width 25col%
30442
30443 \end_inset
30444
30445
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451 }
30452 \end_layout
30453
30454 \end_inset
30455
30456  mit einem rotierten Bild 
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 rotatebox[origin=l]{-90}{
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \begin_inset Tabular
30471 <lyxtabular version="3" rows="2" columns="2">
30472 <features>
30473 <column alignment="center" valignment="top" width="0">
30474 <column alignment="center" valignment="top" width="0">
30475 <row>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 q
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30486 \begin_inset Text
30487
30488 \begin_layout Plain Layout
30489 w
30490 \end_layout
30491
30492 \end_inset
30493 </cell>
30494 </row>
30495 <row>
30496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 e
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509 r
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 </row>
30515 </lyxtabular>
30516
30517 \end_inset
30518
30519
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 }
30526 \end_layout
30527
30528 \end_inset
30529
30530  und Tabelle.
30531 \end_layout
30532
30533 \begin_layout Subsection
30534 Skalierte Boxen
30535 \begin_inset Index
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539 Boxen ! skalierte
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Index
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 Skaliertes Material
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Index
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 Abbildungen ! skalierte
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \begin_inset Index
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569 Tabellen ! skalierte
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 Um Text zu skalieren, kann man die Befehle 
30579 \series bold
30580
30581 \backslash
30582 scalebox
30583 \series default
30584  und 
30585 \series bold
30586
30587 \backslash
30588 resizebox
30589 \series default
30590  im TeX-Modus verwenden.
30591 \end_layout
30592
30593 \begin_layout Standard
30594
30595 \series bold
30596
30597 \backslash
30598 scalebox
30599 \series default
30600  wird nach folgendem Schema verwendet:
30601 \end_layout
30602
30603 \begin_layout Standard
30604
30605 \series bold
30606
30607 \backslash
30608 scalebox{horizontal}[vertikal]{Boxinhalt}
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30613  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30614  verwendet.
30615 \end_layout
30616
30617 \begin_layout Standard
30618 Z.
30619 \begin_inset space \thinspace{}
30620 \end_inset
30621
30622 B.
30623  ergibt der Befehl 
30624 \series bold
30625
30626 \backslash
30627 scalebox{2}{Hallo}
30628 \series default
30629  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30630 \begin_inset ERT
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634
30635
30636 \backslash
30637 scalebox{2}{
30638 \end_layout
30639
30640 \end_inset
30641
30642 Hallo
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648 }
30649 \end_layout
30650
30651 \end_inset
30652
30653 .
30654 \end_layout
30655
30656 \begin_layout Standard
30657
30658 \series bold
30659
30660 \backslash
30661 scalebox{2}[1]{Hallo}
30662 \series default
30663  verzerrt hingegen das 
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 scalebox{2}[1]{
30672 \end_layout
30673
30674 \end_inset
30675
30676 Hallo
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682 }
30683 \end_layout
30684
30685 \end_inset
30686
30687 .
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Die Skalierungsfaktoren dürfen auch negativ sein.
30692  In diesem Fall wird der Boxinhalt gespiegelt.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 Daher lässt sich mit dem Befehl 
30697 \series bold
30698
30699 \backslash
30700 scalebox{-1}[1]{Hallo}
30701 \series default
30702  Spiegelschrift erstellen: 
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708
30709 \backslash
30710 scalebox{-1}[1]{
30711 \end_layout
30712
30713 \end_inset
30714
30715 Hallo
30716 \begin_inset ERT
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720
30721 }
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730
30731 \series bold
30732
30733 \backslash
30734 scalebox{1}[-1]{Hallo}
30735 \series default
30736  spiegelt das 
30737 \begin_inset ERT
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741
30742
30743 \backslash
30744 scalebox{1}[-1]{
30745 \end_layout
30746
30747 \end_inset
30748
30749 Hallo
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755 }
30756 \end_layout
30757
30758 \end_inset
30759
30760  an der Grundlinie.
30761 \end_layout
30762
30763 \begin_layout Standard
30764 Zu 
30765 \series bold
30766
30767 \backslash
30768 scalebox{-1}[1]{Boxinhalt}
30769 \series default
30770  gibt es den äquivalenten Befehl
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774
30775 \series bold
30776
30777 \backslash
30778 reflectbox{Boxinhalt}
30779 \series default
30780 .
30781 \end_layout
30782
30783 \begin_layout Standard
30784 \begin_inset VSpace bigskip
30785 \end_inset
30786
30787
30788 \series bold
30789
30790 \backslash
30791 resizebox
30792 \series default
30793  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30794  skalieren.
30795  Das Befehlsschema ist folgendes:
30796 \end_layout
30797
30798 \begin_layout Standard
30799
30800 \series bold
30801
30802 \backslash
30803 resizebox{Breite}{Höhe}{Boxinhalt}
30804 \end_layout
30805
30806 \begin_layout Standard
30807 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30808 \series bold
30809 !
30810 \series default
30811  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30812  wird.
30813 \end_layout
30814
30815 \begin_layout Standard
30816 Der Befehl 
30817 \series bold
30818
30819 \backslash
30820 resizebox{2cm}{1cm}{Hallo}
30821 \series default
30822  ergibt: 
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 resizebox{2cm}{1cm}{
30831 \end_layout
30832
30833 \end_inset
30834
30835 Hallo
30836 \begin_inset ERT
30837 status collapsed
30838
30839 \begin_layout Plain Layout
30840
30841 }
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \begin_inset Newline newline
30848 \end_inset
30849
30850 Der Befehl 
30851 \series bold
30852
30853 \backslash
30854 resizebox{2cm}{!}{Hallo}
30855 \series default
30856  ergibt: 
30857 \begin_inset ERT
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861
30862
30863 \backslash
30864 resizebox{2cm}{!}{
30865 \end_layout
30866
30867 \end_inset
30868
30869 Hallo
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875 }
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \end_layout
30882
30883 \begin_layout Standard
30884 \begin_inset VSpace bigskip
30885 \end_inset
30886
30887
30888 \begin_inset Note Greyedout
30889 status open
30890
30891 \begin_layout Plain Layout
30892
30893 \series bold
30894 Bemerkung:
30895 \series default
30896  Wurde in Argumenten von 
30897 \series bold
30898
30899 \backslash
30900 scalebox
30901 \series default
30902  oder 
30903 \series bold
30904
30905 \backslash
30906 resizebox
30907 \series default
30908  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30909  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30910  werden.
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset VSpace bigskip
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \begin_layout Standard
30926 Alle Boxen können beliebig miteinander kombiniert werden.
30927  So ergibt z.
30928 \begin_inset space \thinspace{}
30929 \end_inset
30930
30931 B.
30932  der Befehl
30933 \begin_inset Newline newline
30934 \end_inset
30935
30936
30937 \series bold
30938
30939 \backslash
30940 rotatebox[origin=c]{-45}{
30941 \backslash
30942 resizebox{2cm}{!}{
30943 \backslash
30944 reflectbox{Hallo}}}
30945 \series default
30946 :
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \align center
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956
30957 \backslash
30958 rotatebox[origin=c]{-45}{
30959 \backslash
30960 resizebox{2cm}{!}{
30961 \backslash
30962 reflectbox{
30963 \end_layout
30964
30965 \end_inset
30966
30967 Hallo
30968 \begin_inset ERT
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972
30973 }}}
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \noindent
30983 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \align center
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 rotatebox[origin=c]{-30}{
30996 \backslash
30997 resizebox{2cm}{!}{
30998 \backslash
30999 reflectbox{
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Graphics
31006         filename ../clipart/platypus.eps
31007         lyxscale 50
31008         width 25col%
31009
31010 \end_inset
31011
31012
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 }}}
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 rotatebox[origin=c]{-45}{
31032 \backslash
31033 resizebox{2cm}{!}{
31034 \backslash
31035 reflectbox{
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \begin_inset Tabular
31042 <lyxtabular version="3" rows="2" columns="2">
31043 <features>
31044 <column alignment="center" valignment="top" width="0">
31045 <column alignment="center" valignment="top" width="0">
31046 <row>
31047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31048 \begin_inset Text
31049
31050 \begin_layout Plain Layout
31051 q
31052 \end_layout
31053
31054 \end_inset
31055 </cell>
31056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31057 \begin_inset Text
31058
31059 \begin_layout Plain Layout
31060 w
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 </row>
31066 <row>
31067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071 e
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080 r
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 </row>
31086 </lyxtabular>
31087
31088 \end_inset
31089
31090
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096 }}}
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107
31108 \backslash
31109 rotatebox[origin=c]{-45}{
31110 \backslash
31111 resizebox{2cm}{!}{
31112 \backslash
31113 reflectbox{
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31120 \end_inset
31121
31122
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128 }}}
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \begin_layout Standard
31137 Hat man den globalen Formelstil 
31138 \series bold
31139 fleqn
31140 \series default
31141
31142 \begin_inset Foot
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Wenn 
31147 \begin_inset Quotes gld
31148 \end_inset
31149
31150 fleqn
31151 \begin_inset Quotes grd
31152 \end_inset
31153
31154  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31155 \end_layout
31156
31157 \end_inset
31158
31159  gewählt, kann man auch abgesetzte Formeln skalieren.
31160 \end_layout
31161
31162 \begin_layout Chapter
31163 Externe Dateien
31164 \begin_inset Index
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168 Dateien ! externe
31169 \end_layout
31170
31171 \end_inset
31172
31173
31174 \end_layout
31175
31176 \begin_layout Standard
31177 Mit 
31178 \family sans
31179 Einfügen\SpecialChar \menuseparator
31180 Datei
31181 \family default
31182  können Sie fremdes Material in Ihr Dokument einsetzen.
31183  Das kann folgendes sein:
31184 \end_layout
31185
31186 \begin_layout Description
31187 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31188  eingefügt.
31189 \end_layout
31190
31191 \begin_layout Description
31192 Einfacher
31193 \begin_inset space ~
31194 \end_inset
31195
31196 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31197  eingefügt.
31198 \end_layout
31199
31200 \begin_layout Description
31201 Einfacher
31202 \begin_inset space ~
31203 \end_inset
31204
31205 Text,
31206 \begin_inset space ~
31207 \end_inset
31208
31209 Zeilen
31210 \begin_inset space ~
31211 \end_inset
31212
31213 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31214  Leerzeilen trennen die Absätze.
31215 \end_layout
31216
31217 \begin_layout Description
31218 Externes
31219 \begin_inset space ~
31220 \end_inset
31221
31222 Material Dateien in verschiedenen Formaten.
31223 \end_layout
31224
31225 \begin_layout Description
31226 Unterdokument LyX- oder LaTeX-Dokumente.
31227 \end_layout
31228
31229 \begin_layout Section
31230 Externes Material
31231 \begin_inset Index
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 Externes Material
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244 Mit 
31245 \family sans
31246 Einfügen\SpecialChar \menuseparator
31247 Datei\SpecialChar \menuseparator
31248  Externes Material
31249 \family default
31250  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31251  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31252  weil LyX sich darum kümmert.
31253  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31254  eingefügt werden können.
31255 \end_layout
31256
31257 \begin_layout Standard
31258 Zur Zeit können Sie folgende Dateitypen (
31259 \family sans
31260 Vorlagen
31261 \family default
31262 ) benutzen:
31263 \end_layout
31264
31265 \begin_layout Description
31266 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31267 \series bold
31268
31269 \begin_inset CommandInset href
31270 LatexCommand href
31271 name "XBoard"
31272 target "http://en.wikipedia.org/wiki/XBoard"
31273
31274 \end_inset
31275
31276
31277 \series default
31278  erzeugt wurden.
31279 \end_layout
31280
31281 \begin_layout Description
31282 Datum fügt ein Datum mit dem Format 
31283 \emph on
31284 Tag-Monat-Jahr
31285 \emph default
31286  ein.
31287  Hier ist ein Beispiel: 
31288 \begin_inset External
31289         template Date
31290         filename .
31291
31292 \end_inset
31293
31294
31295 \begin_inset space ~
31296 \end_inset
31297
31298
31299 \begin_inset Note Note
31300 status open
31301
31302 \begin_layout Plain Layout
31303
31304 \lang english
31305 Remove the protected space when bug 4398 is fixed!
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \begin_inset Newline newline
31312 \end_inset
31313
31314 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31315  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31316  Menü 
31317 \family sans
31318 Einfügen\SpecialChar \menuseparator
31319 Datum
31320 \family default
31321  und mit dem LaTeX-Befehl 
31322 \series bold
31323
31324 \backslash
31325 today
31326 \series default
31327 .
31328  Die verschiedenen Methoden werden in Tabelle
31329 \begin_inset space ~
31330 \end_inset
31331
31332
31333 \begin_inset CommandInset ref
31334 LatexCommand ref
31335 reference "tab:Vergleich-der-Datums-Eingaben"
31336
31337 \end_inset
31338
31339  verglichen.
31340 \end_layout
31341
31342 \begin_layout Description
31343 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31344 \series bold
31345
31346 \begin_inset CommandInset href
31347 LatexCommand href
31348 name "LilyPond"
31349 target "http://en.wikipedia.org/wiki/LilyPond"
31350
31351 \end_inset
31352
31353
31354 \series default
31355  schreiben.
31356 \end_layout
31357
31358 \begin_layout Description
31359 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31360  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31361 \emph on
31362 pages
31363 \emph default
31364  Option im Feld 
31365 \family sans
31366 Option
31367 \family default
31368  in der Karteikarte 
31369 \family sans
31370 LaTeX- und LyX-Optionen
31371 \family default
31372  entsprechend der Vorlagenbeschreibung im Dialog.
31373  Wenn keine 
31374 \emph on
31375 pages
31376 \emph default
31377  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31378 \end_layout
31379
31380 \begin_layout Description
31381 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31382  Fast alle bekannten Bildformate werden unterstützt.
31383  Die Bilddateien können im Dialogfenster 
31384 \family sans
31385 Externes
31386 \begin_inset space ~
31387 \end_inset
31388
31389 Material
31390 \family default
31391  genauso behandelt werden wie die mit dem normalen 
31392 \family sans
31393 Grafik
31394 \family default
31395 -Dialog eingefügten, siehe Abschnitt
31396 \begin_inset space ~
31397 \end_inset
31398
31399
31400 \begin_inset CommandInset ref
31401 LatexCommand ref
31402 reference "abs:Grafik-Dialog"
31403
31404 \end_inset
31405
31406 .
31407  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31408  und EPS-Bilder werden nicht unterstützt.
31409 \end_layout
31410
31411 \begin_layout Description
31412 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31413 \series bold
31414
31415 \begin_inset CommandInset href
31416 LatexCommand href
31417 name "Xfig"
31418 target "http://en.wikipedia.org/wiki/Xfig"
31419
31420 \end_inset
31421
31422
31423 \series default
31424  erzeugt wurden.
31425 \end_layout
31426
31427 \begin_layout Standard
31428 \begin_inset Float table
31429 placement h
31430 wide false
31431 sideways false
31432 status open
31433
31434 \begin_layout Plain Layout
31435 \begin_inset Caption
31436
31437 \begin_layout Plain Layout
31438 \begin_inset CommandInset label
31439 LatexCommand label
31440 name "tab:Vergleich-der-Datums-Eingaben"
31441
31442 \end_inset
31443
31444 Vergleich der Datums-Eingaben
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Plain Layout
31453 \align center
31454 \begin_inset Tabular
31455 <lyxtabular version="3" rows="4" columns="4">
31456 <features>
31457 <column alignment="center" valignment="top" width="0">
31458 <column alignment="center" valignment="top" width="0">
31459 <column alignment="center" valignment="top" width="0">
31460 <column alignment="center" valignment="top" width="0">
31461 <row>
31462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Plain Layout
31466 Dokumentformat
31467 \end_layout
31468
31469 \end_inset
31470 </cell>
31471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31472 \begin_inset Text
31473
31474 \begin_layout Plain Layout
31475
31476 \family sans
31477 Externes Material\SpecialChar \menuseparator
31478 Datum
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487
31488 \family sans
31489 Einfügen\SpecialChar \menuseparator
31490 Datum
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 Befehl 
31500 \series bold
31501
31502 \backslash
31503 today
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 </row>
31509 <row>
31510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 LyX
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 als Box
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532 als Datum
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 als TeX-Code
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 </row>
31547 <row>
31548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31549 \begin_inset Text
31550
31551 \begin_layout Plain Layout
31552 LaTeX
31553 \end_layout
31554
31555 \end_inset
31556 </cell>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561 als Datum
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 als Datum
31571 \end_layout
31572
31573 \end_inset
31574 </cell>
31575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31576 \begin_inset Text
31577
31578 \begin_layout Plain Layout
31579 als Befehl
31580 \end_layout
31581
31582 \end_inset
31583 </cell>
31584 </row>
31585 <row>
31586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590 DVI, PDF, PS
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 als Datum
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 als Datum
31609 \end_layout
31610
31611 \end_inset
31612 </cell>
31613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617 als Datum
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 </row>
31623 </lyxtabular>
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \begin_layout Standard
31636 Wenn Sie im Dialogfenster
31637 \family sans
31638  Externes
31639 \begin_inset space ~
31640 \end_inset
31641
31642 Material 
31643 \family default
31644 in der Karteikarte
31645 \family sans
31646  Datei
31647 \family default
31648  die Option 
31649 \family sans
31650 Entwurf
31651 \family default
31652  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31653 \begin_inset Newline newline
31654 \end_inset
31655
31656 LyX kann externes Material entweder als Box wie hier: 
31657 \begin_inset Graphics
31658         filename clipart/ExternesMaterialQt4.png
31659         scale 85
31660         scaleBeforeRotation
31661
31662 \end_inset
31663
31664  oder als Bild darstellen.
31665  Das hängt davon ab, ob Sie im Dialog
31666 \family sans
31667  
31668 \family default
31669 in der Karteikarte 
31670 \family sans
31671 LaTeX- und LyX-Optionen
31672 \family default
31673  die Option 
31674 \family sans
31675 In
31676 \begin_inset space ~
31677 \end_inset
31678
31679 LyX
31680 \begin_inset space ~
31681 \end_inset
31682
31683 anzeigen
31684 \family default
31685  gewählt haben oder nicht.
31686 \end_layout
31687
31688 \begin_layout Standard
31689 Im LyX-Handbuch 
31690 \family sans
31691 \emph on
31692 Anpassung
31693 \family default
31694 \emph default
31695  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31696 \end_layout
31697
31698 \begin_layout Section
31699 Unterdokumente
31700 \begin_inset CommandInset label
31701 LatexCommand label
31702 name "abs:Unterdokumente"
31703
31704 \end_inset
31705
31706
31707 \begin_inset Index
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Unterdokument
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31721  oder Abschnitten bestehen.
31722  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31723  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Unterdokumente werden in LyX als Box angezeigt: 
31728 \begin_inset Graphics
31729         filename clipart/UnterdokumentQt4.png
31730         scale 85
31731         scaleBeforeRotation
31732
31733 \end_inset
31734
31735  Sie werden über
31736 \family sans
31737  Einfügen\SpecialChar \menuseparator
31738 Datei\SpecialChar \menuseparator
31739 Unterdokument
31740 \family default
31741  eingebunden, was das Dialogfenster
31742 \family sans
31743  Unterdokument
31744 \family default
31745  öffnet.
31746  Für 
31747 \family sans
31748 die Art
31749 \begin_inset space ~
31750 \end_inset
31751
31752 der
31753 \begin_inset space ~
31754 \end_inset
31755
31756 Einbindung
31757 \family default
31758  gibt es dort vier Möglichkeiten:
31759 \end_layout
31760
31761 \begin_layout Description
31762 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31763  Wenn Sie im Dialogfenster
31764 \family sans
31765  Unterdokument
31766 \family default
31767  auf 
31768 \family sans
31769 Öffnen
31770 \family default
31771  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31772  und Sie können es editieren.
31773 \begin_inset Newline newline
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Hier wird ein Unterdokument
31781 \family sans
31782  
31783 \family default
31784 per 
31785 \family sans
31786 Include
31787 \family default
31788  eingebunden: 
31789 \begin_inset CommandInset include
31790 LatexCommand include
31791 filename "DummyDocument1.lyx"
31792
31793 \end_inset
31794
31795 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31796  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31797  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31798 s.
31799  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31800 \begin_inset space ~
31801 \end_inset
31802
31803
31804 \begin_inset CommandInset ref
31805 LatexCommand ref
31806 reference "uab:Externer-Unterabschnitt-1"
31807
31808 \end_inset
31809
31810 .
31811 \end_layout
31812
31813 \begin_layout Standard
31814 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31815  wird benutzt.
31816  Unterdokumente, die per 
31817 \family sans
31818 Include
31819 \family default
31820  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31821  und enden mit einem Seitenumbruch.
31822 \end_layout
31823
31824 \begin_layout Standard
31825 Mit dem LaTeX-Befehl 
31826 \series bold
31827
31828 \backslash
31829 includeonly 
31830 \series default
31831 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31832  erstellt werden soll.
31833  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31834  sehen wollen, und es geht schneller.
31835  
31836 \series bold
31837
31838 \backslash
31839 includeonly
31840 \series default
31841  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31842  Im folgenden Beispiel
31843 \end_layout
31844
31845 \begin_layout Standard
31846
31847 \series bold
31848
31849 \backslash
31850 includeonly{Kapitel1,Kapitel5}
31851 \end_layout
31852
31853 \begin_layout Standard
31854 werden nur die Dateien 
31855 \begin_inset Quotes gld
31856 \end_inset
31857
31858 Kapitel1.lyx
31859 \begin_inset Quotes grd
31860 \end_inset
31861
31862  (oder 
31863 \begin_inset Quotes gld
31864 \end_inset
31865
31866 Kapitel1.tex
31867 \begin_inset Quotes grd
31868 \end_inset
31869
31870 ) und 
31871 \begin_inset Quotes gld
31872 \end_inset
31873
31874 Kapitel5.lyx
31875 \begin_inset Quotes grd
31876 \end_inset
31877
31878
31879 \series bold
31880  
31881 \series default
31882 eingebunden.
31883 \end_layout
31884
31885 \begin_layout Standard
31886 \begin_inset Note Greyedout
31887 status open
31888
31889 \begin_layout Plain Layout
31890
31891 \series bold
31892 Bemerkung:
31893 \series default
31894  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31895  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31896  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31897  Ergebnissen führen wird.
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \begin_layout Description
31906 Input Diese Methode ist 
31907 \family sans
31908 Include
31909 \family default
31910  sehr ähnlich mit folgenden Unterschieden:
31911 \end_layout
31912
31913 \begin_deeper
31914 \begin_layout Itemize
31915 Unterdokumente, die per 
31916 \family sans
31917 Input
31918 \family default
31919  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31920  Seite und enden NICHT mit einem Seitenumbruch.
31921 \end_layout
31922
31923 \begin_layout Itemize
31924 Unterdokumente, die per 
31925 \family sans
31926 Input
31927 \family default
31928  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31929 \family sans
31930  Unterdokument Vorschau
31931 \begin_inset space ~
31932 \end_inset
31933
31934 anzeigen
31935 \family default
31936  angekreuzt wurde und in den LyX-
31937 \family sans
31938 Einstellungen\SpecialChar \menuseparator
31939 Aussehen
31940 \begin_inset space ~
31941 \end_inset
31942
31943 &
31944 \begin_inset space ~
31945 \end_inset
31946
31947 Handhabung\SpecialChar \menuseparator
31948 Grafik Sofortige
31949 \begin_inset space ~
31950 \end_inset
31951
31952 Vorschau
31953 \family default
31954  auf 
31955 \family sans
31956 An
31957 \family default
31958  gesetzt wurde.
31959  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31960  aus.
31961 \end_layout
31962
31963 \begin_layout Itemize
31964 Der LaTeX-Befehl 
31965 \series bold
31966
31967 \backslash
31968 includeonly
31969 \series default
31970  kann nicht benutzt werden.
31971 \end_layout
31972
31973 \end_deeper
31974 \begin_layout Standard
31975 Hier ist ein Unterdokument, das mit
31976 \family sans
31977  Input
31978 \family default
31979  eingebunden wurde: 
31980 \begin_inset CommandInset include
31981 LatexCommand input
31982 filename "DummyDocument2.lyx"
31983
31984 \end_inset
31985
31986 .
31987 \end_layout
31988
31989 \begin_layout Description
31990 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31991   In der Druckvorschau wird für den Text der Stil 
31992 \family typewriter
31993 Schreibmaschine
31994 \family default
31995  verwendet.
31996  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31997  Wenn Sie im Dialogfenster
31998 \family sans
31999  Unterdokument Leerzeichen
32000 \begin_inset space ~
32001 \end_inset
32002
32003 bei
32004 \begin_inset space ~
32005 \end_inset
32006
32007 der
32008 \begin_inset space ~
32009 \end_inset
32010
32011 Ausgabe
32012 \begin_inset space ~
32013 \end_inset
32014
32015 kennzeichnen 
32016 \family default
32017 ankreuzen, wird in der Druckvorschau das Zeichen 
32018 \begin_inset Quotes gld
32019 \end_inset
32020
32021
32022 \begin_inset ERT
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026
32027
32028 \backslash
32029 textvisiblespace 
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset Quotes grd
32036 \end_inset
32037
32038  für jedes Leerzeichen eingefügt.
32039 \begin_inset Newline newline
32040 \end_inset
32041
32042 Im Gegensatz zu 
32043 \family sans
32044 Einfügen\SpecialChar \menuseparator
32045 Datei\SpecialChar \menuseparator
32046 Einfacher
32047 \begin_inset space ~
32048 \end_inset
32049
32050 Text
32051 \family default
32052  wird bei 
32053 \family sans
32054 Unformatiert
32055 \family default
32056  der Dateiinhalt in LyX nicht dargestellt.
32057 \end_layout
32058
32059 \begin_layout Standard
32060 Hier ist ein Unterdokument, das mit
32061 \family sans
32062  Unformatiert
32063 \family default
32064  eingebunden wurde: 
32065 \begin_inset CommandInset include
32066 LatexCommand verbatiminput
32067 filename "DummyTextDocument.txt"
32068
32069 \end_inset
32070
32071
32072 \begin_inset VSpace bigskip
32073 \end_inset
32074
32075 Hier ist ein Unterdokument, das mit
32076 \family sans
32077  Unformatiert
32078 \family default
32079  eingebunden wurde und
32080 \family sans
32081  Leerzeichen
32082 \begin_inset space ~
32083 \end_inset
32084
32085 bei
32086 \begin_inset space ~
32087 \end_inset
32088
32089 der
32090 \begin_inset space ~
32091 \end_inset
32092
32093 Ausgabe
32094 \begin_inset space ~
32095 \end_inset
32096
32097 kennzeichnen
32098 \family default
32099  angekreuzt hat: 
32100 \begin_inset CommandInset include
32101 LatexCommand verbatiminput*
32102 filename "DummyTextDocument.txt"
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Standard
32110 \begin_inset VSpace bigskip
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \begin_layout Standard
32117 \begin_inset Note Greyedout
32118 status open
32119
32120 \begin_layout Plain Layout
32121
32122 \series bold
32123 Bemerkung:
32124 \series default
32125  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32126  
32127 \family sans
32128 Unformatiert
32129 \family default
32130  eingebunden werden, am Zeilenende nicht umgebrochen.
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Description
32139 Listing Dieser Typ wird in Kapitel
32140 \begin_inset space ~
32141 \end_inset
32142
32143
32144 \begin_inset CommandInset ref
32145 LatexCommand ref
32146 reference "kap:Programm-Code-Listen"
32147
32148 \end_inset
32149
32150  beschrieben.
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset Note Greyedout
32155 status open
32156
32157 \begin_layout Plain Layout
32158
32159 \series bold
32160 Bemerkung:
32161 \series default
32162  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32163  das zu LaTeX-Problemen führen.
32164 \end_layout
32165
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \begin_layout Chapter
32172 Programm-Code-Listen
32173 \begin_inset CommandInset label
32174 LatexCommand label
32175 name "kap:Programm-Code-Listen"
32176
32177 \end_inset
32178
32179
32180 \begin_inset Index
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184 Listen
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset Index
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Programm-Code
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32204 \family sans
32205 Einfügen\SpecialChar \menuseparator
32206 Pro\SpecialChar \-
32207 gramm\SpecialChar \-
32208 listing
32209 \family default
32210  verwenden.
32211  Das LaTeX-Paket 
32212 \series bold
32213 listings
32214 \series default
32215
32216 \begin_inset Index
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220 LaTeX-Pakete ! listings
32221 \end_layout
32222
32223 \end_inset
32224
32225  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32226 \end_layout
32227
32228 \begin_layout Standard
32229 Ein Rechtsklick auf das 
32230 \family sans
32231 Listing
32232 \family default
32233 -Kästchen öffnet das Dialogfenster 
32234 \family sans
32235 Programm\SpecialChar \-
32236 listing-Einstellungen
32237 \family default
32238 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32243  Die 
32244 \family sans
32245 Platzierung
32246 \family default
32247 -Option 
32248 \family sans
32249 Eingebettetes
32250 \begin_inset space ~
32251 \end_inset
32252
32253 Listing
32254 \family default
32255  druckt das Listing in der Zeile wie hier: 
32256 \begin_inset listings
32257 lstparams "language={C++}"
32258 inline true
32259 status open
32260
32261 \begin_layout Plain Layout
32262
32263 int a=5;
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Newline newline
32270 \end_inset
32271
32272 Die Option 
32273 \family sans
32274 Gleitobjekt
32275 \family default
32276  erzeugt ein Listing-Gleitobjekt, dessen 
32277 \family sans
32278 Platzierung 
32279 \family default
32280 Sie mit 
32281 \family sans
32282 h
32283 \family default
32284
32285 \family sans
32286 t
32287 \family default
32288
32289 \family sans
32290 b
32291 \family default
32292  und 
32293 \family sans
32294 p
32295 \family default
32296 , analog zu den in Abschnitt
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "abs:Gleitobjekt-Platzierung"
32304
32305 \end_inset
32306
32307  beschriebenen Platzierungsoptionen festlegen können.
32308  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32309  hintereinander angegeben, z.
32310 \begin_inset space \thinspace{}
32311 \end_inset
32312
32313 B.
32314  
32315 \begin_inset Quotes gld
32316 \end_inset
32317
32318
32319 \family sans
32320 htbp
32321 \family default
32322
32323 \begin_inset Quotes grd
32324 \end_inset
32325
32326 .
32327  Die Option 
32328 \begin_inset Quotes gld
32329 \end_inset
32330
32331 h
32332 \begin_inset Quotes grd
32333 \end_inset
32334
32335  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32336  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32341  zu verweisen: Listing
32342 \begin_inset space ~
32343 \end_inset
32344
32345
32346 \begin_inset CommandInset ref
32347 LatexCommand ref
32348 reference "lst:Gleitendes-Programm-Listing"
32349
32350 \end_inset
32351
32352 .
32353 \end_layout
32354
32355 \begin_layout Standard
32356 \begin_inset listings
32357 lstparams "language=Python"
32358 inline false
32359 status open
32360
32361 \begin_layout Plain Layout
32362
32363 \begin_inset Caption
32364
32365 \begin_layout Plain Layout
32366 \begin_inset CommandInset label
32367 LatexCommand label
32368 name "lst:Gleitendes-Programm-Listing"
32369
32370 \end_inset
32371
32372 Gleitendes Programm-Listing
32373 \end_layout
32374
32375 \end_inset
32376
32377 # Gleitendes Programm-Listing
32378 \end_layout
32379
32380 \begin_layout Plain Layout
32381
32382 def func(param):
32383 \end_layout
32384
32385 \begin_layout Plain Layout
32386
32387     'Dies ist eine Python-Funktion'
32388 \end_layout
32389
32390 \begin_layout Plain Layout
32391
32392     pass
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Standard
32401 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32402  der Sprache erkannt und besonders gedruckt, wie 
32403 \emph on
32404 #
32405 \emph default
32406
32407 \emph on
32408 def
32409 \emph default
32410  und 
32411 \emph on
32412 pass
32413 \emph default
32414  in Listing
32415 \begin_inset space ~
32416 \end_inset
32417
32418
32419 \begin_inset CommandInset ref
32420 LatexCommand ref
32421 reference "lst:Gleitendes-Programm-Listing"
32422
32423 \end_inset
32424
32425 .
32426 \end_layout
32427
32428 \begin_layout Standard
32429 \begin_inset Note Greyedout
32430 status open
32431
32432 \begin_layout Plain Layout
32433
32434 \series bold
32435 Bemerkung:
32436 \series default
32437  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32438 \family typewriter
32439 Schreib\SpecialChar \-
32440 maschine
32441 \family default
32442  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32443 h keine fett gedruckten Buchstaben.
32444  Wählen Sie in diesem Fall eine andere Schrift für 
32445 \family typewriter
32446 Schreibmaschine
32447 \family default
32448  im Menü 
32449 \family sans
32450 Dokument\SpecialChar \menuseparator
32451 Einstellungen\SpecialChar \menuseparator
32452 Schriften
32453 \family default
32454 .
32455  (Die Schriften 
32456 \emph on
32457 LuxiMono, BeraMono
32458 \emph default
32459  und 
32460 \emph on
32461 Courier
32462 \emph default
32463  enthalten fett gedruckte Buchstaben.)
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Im Abschnitt 
32473 \family sans
32474 Zeilennummerierung
32475 \family default
32476  des 
32477 \family sans
32478 Programmlisting-Einstellungen
32479 \family default
32480 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32481  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32482  werden soll und die 
32483 \family sans
32484 Schriftgröße
32485 \family default
32486  der Nummerierung.
32487 \end_layout
32488
32489 \begin_layout Standard
32490 Im Abschnitt 
32491 \family sans
32492 Bereich
32493 \family default
32494  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32495  Im Abschnitt 
32496 \family sans
32497 Stil
32498 \family default
32499  legen Sie fest, wie die Liste ausgedruckt werden soll.
32500  Die Option 
32501 \family sans
32502 Erweiterte
32503 \begin_inset space ~
32504 \end_inset
32505
32506 Zeichentabelle
32507 \family default
32508  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32509 \end_layout
32510
32511 \begin_layout Standard
32512 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32513  Sprache 
32514 \begin_inset Quotes gld
32515 \end_inset
32516
32517 Python
32518 \begin_inset Quotes grd
32519 \end_inset
32520
32521 , den Optionen 
32522 \family sans
32523 Erweiterte
32524 \begin_inset space ~
32525 \end_inset
32526
32527 Zeichentabelle
32528 \family default
32529  und 
32530 \family sans
32531 Leerzeichen
32532 \begin_inset space ~
32533 \end_inset
32534
32535 als
32536 \begin_inset space ~
32537 \end_inset
32538
32539 Symbol
32540 \family default
32541  und Bereich 3
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 -
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 8:
32550 \end_layout
32551
32552 \begin_layout Standard
32553 \begin_inset listings
32554 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32555 inline false
32556 status open
32557
32558 \begin_layout Plain Layout
32559
32560 def func(param):
32561 \end_layout
32562
32563 \begin_layout Plain Layout
32564
32565     'Dies ist eine Python-Funktion'
32566 \end_layout
32567
32568 \begin_layout Plain Layout
32569
32570     pass
32571 \end_layout
32572
32573 \begin_layout Plain Layout
32574
32575 def func(param):
32576 \end_layout
32577
32578 \begin_layout Plain Layout
32579
32580 'Sonderzeichen: Tschüß'
32581 \end_layout
32582
32583 \begin_layout Plain Layout
32584
32585 pass
32586 \end_layout
32587
32588 \begin_layout Plain Layout
32589
32590 def func(param):
32591 \end_layout
32592
32593 \begin_layout Plain Layout
32594
32595 'Dies ist eine Python-Funktion'
32596 \end_layout
32597
32598 \begin_layout Plain Layout
32599
32600 pass
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \noindent
32610 \begin_inset Note Greyedout
32611 status open
32612
32613 \begin_layout Plain Layout
32614
32615 \series bold
32616 Bemerkung:
32617 \series default
32618  Wegen eines Fehlers im 
32619 \series bold
32620 listings
32621 \series default
32622 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32623  verschoben.
32624  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32625  Liste nummeriert werden.
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \end_layout
32632
32633 \begin_layout Standard
32634 \begin_inset VSpace bigskip
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \noindent
32642 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32643  Das machen Sie mit
32644 \family sans
32645  Einfügen\SpecialChar \menuseparator
32646 Datei\SpecialChar \menuseparator
32647 Unterdokument
32648 \family default
32649  und der 
32650 \family sans
32651 Art
32652 \begin_inset space ~
32653 \end_inset
32654
32655 der
32656 \begin_inset space ~
32657 \end_inset
32658
32659 Einbindung
32660 \family default
32661  
32662 \family sans
32663 Listing
32664 \family default
32665 .
32666 \begin_inset Foot
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32671 \begin_inset space ~
32672 \end_inset
32673
32674
32675 \begin_inset CommandInset ref
32676 LatexCommand ref
32677 reference "abs:Unterdokumente"
32678
32679 \end_inset
32680
32681  beschrieben.
32682 \end_layout
32683
32684 \end_inset
32685
32686  Im Dialogfenster
32687 \family sans
32688  Unterdokument
32689 \family default
32690  können Sie die Listing-Parameter unter 
32691 \family sans
32692 Weitere
32693 \begin_inset space ~
32694 \end_inset
32695
32696 Parameter
32697 \family default
32698  eingeben.
32699  Wenn Sie dort ein Fragezeichen 
32700 \begin_inset Quotes gld
32701 \end_inset
32702
32703 ?
32704 \begin_inset Quotes grd
32705 \end_inset
32706
32707  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32708 det.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32713  Text ins Feld 
32714 \family sans
32715 Marke
32716 \family default
32717 , auf die dann wie üblich verwiesen werden kann.
32718 \end_layout
32719
32720 \begin_layout Standard
32721 Listing
32722 \begin_inset space ~
32723 \end_inset
32724
32725
32726 \begin_inset CommandInset ref
32727 LatexCommand ref
32728 reference "lst:Datei-Listing"
32729
32730 \end_inset
32731
32732  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 -
32737 \begin_inset space \thinspace{}
32738 \end_inset
32739
32740 15 gedruckt werden.
32741 \end_layout
32742
32743 \begin_layout Standard
32744 \begin_inset CommandInset include
32745 LatexCommand lstinputlisting
32746 filename "EmbeddedObjects.lyx"
32747 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \begin_inset VSpace bigskip
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 \noindent
32763 Dokumentweite Listing-Eigenschaften können in
32764 \family sans
32765  Dokument\SpecialChar \menuseparator
32766 Einstellungen\SpecialChar \menuseparator
32767 Text\SpecialChar \-
32768 for\SpecialChar \-
32769 mat\SpecialChar \menuseparator
32770 Listing-Einstellungen
32771 \family default
32772  festgelegt werden.
32773  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32774 \begin_inset Quotes gld
32775 \end_inset
32776
32777 ?
32778 \begin_inset Quotes grd
32779 \end_inset
32780
32781  links davon eine Liste aller möglichen Parameter.
32782 \end_layout
32783
32784 \begin_layout Standard
32785 Weitere Informationen über das 
32786 \series bold
32787 listings
32788 \series default
32789 -Paket finden Sie in 
32790 \begin_inset CommandInset citation
32791 LatexCommand cite
32792 key "listings"
32793
32794 \end_inset
32795
32796 .
32797 \begin_inset Newpage newpage
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Chapter
32804 \start_of_appendix
32805 In LyX verfügbare Maßeinheiten
32806 \begin_inset CommandInset label
32807 LatexCommand label
32808 name "kap:In-LyX-verfügbare"
32809
32810 \end_inset
32811
32812
32813 \begin_inset Index
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Einheiten
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Standard
32826 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32827  Tabelle
32828 \begin_inset space ~
32829 \end_inset
32830
32831
32832 \begin_inset CommandInset ref
32833 LatexCommand ref
32834 reference "tab:Maßeinheiten"
32835
32836 \end_inset
32837
32838  alle in LyX verfügbaren Maßeinheiten.
32839 \end_layout
32840
32841 \begin_layout Standard
32842 \begin_inset Float table
32843 placement h
32844 wide false
32845 sideways false
32846 status open
32847
32848 \begin_layout Plain Layout
32849 \begin_inset Caption
32850
32851 \begin_layout Plain Layout
32852 \begin_inset CommandInset label
32853 LatexCommand label
32854 name "tab:Maßeinheiten"
32855
32856 \end_inset
32857
32858 Maßeinheiten
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Plain Layout
32867 \begin_inset VSpace medskip
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Plain Layout
32874 \align center
32875 \begin_inset Tabular
32876 <lyxtabular version="3" rows="20" columns="2">
32877 <features>
32878 <column alignment="center" valignment="top" width="0">
32879 <column alignment="center" valignment="top" width="0">
32880 <row>
32881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885
32886 \series bold
32887 Maßeinheit
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896
32897 \series bold
32898 Name/Beschreibung
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 </row>
32904 <row>
32905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32906 \begin_inset Text
32907
32908 \begin_layout Plain Layout
32909 mm
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918 Millimeter
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 <row>
32925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 cm
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 Zentimeter
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 </row>
32944 <row>
32945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 in
32950 \end_layout
32951
32952 \end_inset
32953 </cell>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 Zoll (1
32959 \begin_inset space \thinspace{}
32960 \end_inset
32961
32962 in = 2.54
32963 \begin_inset space \thinspace{}
32964 \end_inset
32965
32966 cm
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 <row>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 pt
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 Punkt (72.27
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990 pt = 1
32991 \begin_inset space \thinspace{}
32992 \end_inset
32993
32994 in)
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 <row>
33001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 pc
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 Pica (1
33015 \begin_inset space \thinspace{}
33016 \end_inset
33017
33018 pc = 12
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 pt)
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 </row>
33028 <row>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 sp
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 skalierter Punkt (65536
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 sp = 1
33047 \begin_inset space \thinspace{}
33048 \end_inset
33049
33050 pt)
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 </row>
33056 <row>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 bp
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 großer Punkt (72
33071 \begin_inset space \thinspace{}
33072 \end_inset
33073
33074 bp = 1
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 in)
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 dd
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 Didot (1
33099 \begin_inset space \thinspace{}
33100 \end_inset
33101
33102 dd 
33103 \begin_inset Formula $\approx$
33104 \end_inset
33105
33106  0,376
33107 \begin_inset space \thinspace{}
33108 \end_inset
33109
33110 mm)
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 </row>
33116 <row>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 cc
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 Cicero (1
33131 \begin_inset space \thinspace{}
33132 \end_inset
33133
33134 cc = 12
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 dd)
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 Skalierung%
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 % der originalen Bildbreite
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 </row>
33164 <row>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 Textbreite %
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 % der Textbreite
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 </row>
33184 <row>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 Spaltenbreite %
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 % der Spaltenbreite
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 </row>
33204 <row>
33205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 Seitenbreite %
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 % der Seitenbreite
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 </row>
33224 <row>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 Zeilenbreite %
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 % der Zeilenbreite
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 </row>
33244 <row>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 Texthöhe %
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 % der Texthöhe
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 Seitenhöhe %
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 % der Seitenhöhe
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 <row>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 ex
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 Die Höhe des Buchstabens 
33299 \emph on
33300 x
33301 \emph default
33302  im aktiven Zeichensatz
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 </row>
33308 <row>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 em
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 Die Breite des Buchstabens 
33323 \emph on
33324 M
33325 \emph default
33326  im aktiven Zeichensatz
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 </row>
33332 <row>
33333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33334 \begin_inset Text
33335
33336 \begin_layout Plain Layout
33337 mu
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346 mathematische  Maßeinheit
33347 \series bold
33348  
33349 \series default
33350 (1
33351 \begin_inset space \thinspace{}
33352 \end_inset
33353
33354 mu = 1/18
33355 \begin_inset space \thinspace{}
33356 \end_inset
33357
33358 em)
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 </lyxtabular>
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Chapter
33377 Ausgabedatei-Formate mit Grafiken
33378 \begin_inset CommandInset label
33379 LatexCommand label
33380 name "kap:Ausgabedatei-Formate"
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Section
33388 DVI
33389 \begin_inset Index
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 Dateiformat! DVI
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \begin_inset Index
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403 DVI
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412 Dieser Dateityp hat die Erweiterung 
33413 \begin_inset Quotes gld
33414 \end_inset
33415
33416
33417 \family typewriter
33418 .dvi
33419 \family default
33420
33421 \begin_inset Quotes grd
33422 \end_inset
33423
33424  und wird 
33425 \begin_inset Quotes gld
33426 \end_inset
33427
33428 device independent
33429 \begin_inset Quotes grd
33430 \end_inset
33431
33432  genannt, weil er vollkommen portierbar ist.
33433  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33434  dvi-Betrachter installiert hat.
33435  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33436 ate wie PostScript benutzt.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset Note Greyedout
33441 status open
33442
33443 \begin_layout Plain Layout
33444
33445 \series bold
33446 Bemerkung:
33447 \series default
33448  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Standard
33457 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33458  auf einen anderen Computer kopieren.
33459  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33460  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33461  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33462 \family typewriter
33463  
33464 \family default
33465 blättern.
33466
33467 \family typewriter
33468  
33469 \family default
33470 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33471  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33472  
33473 \end_layout
33474
33475 \begin_layout Standard
33476 Sie können Ihr Dokument als DVI über das Menü 
33477 \family sans
33478 Datei\SpecialChar \menuseparator
33479 Exportieren\SpecialChar \menuseparator
33480 DVI
33481 \family default
33482  exportieren.
33483  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33484 \family sans
33485 Ansicht
33486 \family default
33487  oder den Werkzeugleistenknopf 
33488 \begin_inset Graphics
33489         filename ../../images/buffer-view_dvi.png
33490         scale 70
33491         scaleBeforeRotation
33492         BoundingBox 0bp 0bp 20bp 20bp
33493
33494 \end_inset
33495
33496  anschauen.
33497 \end_layout
33498
33499 \begin_layout Section
33500 PostScript
33501 \begin_inset CommandInset label
33502 LatexCommand label
33503 name "abs:PostScript"
33504
33505 \end_inset
33506
33507
33508 \begin_inset Index
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512 Dateiformat  ! PostScript
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \begin_inset Index
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 PostScript
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Standard
33531 Dieser Dateityp hat die Erweiterung 
33532 \begin_inset Quotes gld
33533 \end_inset
33534
33535
33536 \family typewriter
33537 .ps
33538 \family default
33539
33540 \begin_inset Quotes grd
33541 \end_inset
33542
33543 .
33544  PostScript wurde von der Firma
33545 \family typewriter
33546  Adobe
33547 \family default
33548  als Druckersprache entwickelt.
33549  Die Datei enthält deshalb Druckbefehle.
33550  PostScript kann als 
33551 \begin_inset Quotes gld
33552 \end_inset
33553
33554 Programmiersprache
33555 \begin_inset Quotes grd
33556 \end_inset
33557
33558  angesehen werden.
33559  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33560 \begin_inset Foot
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33565  von
33566 \series bold
33567  PSTricks
33568 \series default
33569  
33570 \begin_inset CommandInset citation
33571 LatexCommand cite
33572 key "pstricks"
33573
33574 \end_inset
33575
33576  oder 
33577 \begin_inset CommandInset citation
33578 LatexCommand cite
33579 key "latex-praxisbuch"
33580
33581 \end_inset
33582
33583  ansehen.
33584 \end_layout
33585
33586 \end_inset
33587
33588 .
33589  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33590 \end_layout
33591
33592 \begin_layout Standard
33593 PostScript kann nur Bilder im Format EPS
33594 \begin_inset Index
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598 EPS
33599 \end_layout
33600
33601 \end_inset
33602
33603  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33604 wei\SpecialChar \-
33605 ter\SpecialChar \-
33606 ung 
33607 \begin_inset Quotes gld
33608 \end_inset
33609
33610
33611 \family typewriter
33612 .eps
33613 \family default
33614
33615 \begin_inset Quotes grd
33616 \end_inset
33617
33618 ) enthalten.
33619  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33620  intern nach EPS konvertieren.
33621  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33622  verlangsamen.
33623  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33624  konvertieren und direkt als EPS einfügen.
33625 \end_layout
33626
33627 \begin_layout Standard
33628 Sie können Ihr Dokument als PostScript über das Menü 
33629 \family sans
33630 Datei\SpecialChar \menuseparator
33631 Exportieren\SpecialChar \menuseparator
33632 Post\SpecialChar \-
33633 Script
33634 \family default
33635  exportieren.
33636  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33637 \family sans
33638 Ansicht
33639 \family default
33640  oder den Werkzeugleistenknopf 
33641 \begin_inset Graphics
33642         filename ../../images/buffer-view_ps.png
33643         scale 70
33644         scaleBeforeRotation
33645
33646 \end_inset
33647
33648  anschauen.
33649 \end_layout
33650
33651 \begin_layout Section
33652 PDF
33653 \begin_inset CommandInset label
33654 LatexCommand label
33655 name "abs:PDF"
33656
33657 \end_inset
33658
33659
33660 \begin_inset Index
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664 Dateiformat! PDF
33665 \end_layout
33666
33667 \end_inset
33668
33669
33670 \begin_inset Index
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674 PDF
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \begin_layout Standard
33683 Dieser Dateityp hat die Erweiterung 
33684 \begin_inset Quotes gld
33685 \end_inset
33686
33687
33688 \family typewriter
33689 .pdf
33690 \family default
33691
33692 \begin_inset Quotes grd
33693 \end_inset
33694
33695 .
33696  Das
33697 \emph on
33698  
33699 \emph default
33700
33701 \begin_inset Quotes gld
33702 \end_inset
33703
33704 Portable Document Format
33705 \begin_inset Quotes grd
33706 \end_inset
33707
33708  (PDF) wurde auch von der Firma 
33709 \family typewriter
33710 Adobe
33711 \family default
33712  als Derivat von PostScript entwickelt.
33713  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33714  Wie der Begriff 
33715 \begin_inset Quotes gld
33716 \end_inset
33717
33718 portable
33719 \begin_inset Quotes grd
33720 \end_inset
33721
33722  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33723  werden, und der Ausdruck sieht immer gleich aus.
33724 \end_layout
33725
33726 \begin_layout Standard
33727 PDF kann Bilder im eigenen PDF-Format, im Format 
33728 \begin_inset Quotes gld
33729 \end_inset
33730
33731 Joint Photographic Experts Group
33732 \begin_inset Quotes grd
33733 \end_inset
33734
33735  (JPEG
33736 \begin_inset Index
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740 JPG, JPEG
33741 \end_layout
33742
33743 \end_inset
33744
33745 , Datei-Erweiterung 
33746 \begin_inset Quotes gld
33747 \end_inset
33748
33749
33750 \family typewriter
33751 .jpg
33752 \family default
33753
33754 \begin_inset Quotes grd
33755 \end_inset
33756
33757  oder 
33758 \begin_inset Quotes gld
33759 \end_inset
33760
33761
33762 \family typewriter
33763 .jpeg
33764 \family default
33765
33766 \begin_inset Quotes grd
33767 \end_inset
33768
33769 ) und im Format 
33770 \begin_inset Quotes gld
33771 \end_inset
33772
33773 Portable Network Graphics
33774 \begin_inset Quotes grd
33775 \end_inset
33776
33777  (PNG
33778 \begin_inset Index
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 PNG
33783 \end_layout
33784
33785 \end_inset
33786
33787 , Datei-Erweiterung 
33788 \begin_inset Quotes gld
33789 \end_inset
33790
33791
33792 \family typewriter
33793 .png
33794 \family default
33795
33796 \begin_inset Quotes grd
33797 \end_inset
33798
33799 ) enthalten.
33800  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33801  Sie konvertieren wird.
33802  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33803  wird, eines der drei erwähnten Bildformate zu benutzen.
33804 \end_layout
33805
33806 \begin_layout Standard
33807 PDF-Dateien können Sie über 
33808 \family sans
33809 Datei\SpecialChar \menuseparator
33810 Exportieren
33811 \family default
33812  auf drei Arten erzeugen:
33813 \end_layout
33814
33815 \begin_layout Description
33816 PDF
33817 \begin_inset space ~
33818 \end_inset
33819
33820 (ps2pdf) benutzt das Programm
33821 \family typewriter
33822  ps2pdf
33823 \family default
33824 , das eine PDF-Datei aus einer Post\SpecialChar \-
33825 Script®-Version Ihres Dokument erstellt.
33826  Die PostScript-Version wird mit dem Programm 
33827 \family typewriter
33828 dvips
33829 \family default
33830  aus einer DVI-Version erstellt.
33831  Es werden also drei Konvertierungen verwendet.
33832 \end_layout
33833
33834 \begin_layout Description
33835 PDF
33836 \begin_inset space ~
33837 \end_inset
33838
33839 (dvipdfm) benutzt das Programm 
33840 \family typewriter
33841 dvipdfm
33842 \family default
33843 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33844  PDF konvertiert.
33845 \end_layout
33846
33847 \begin_layout Description
33848 PDF
33849 \begin_inset space ~
33850 \end_inset
33851
33852 (pdflatex) benutzt das Programm
33853 \family typewriter
33854  pdftex
33855 \family default
33856 , das Ihr Dokument direkt nach PDF konvertiert.
33857 \end_layout
33858
33859 \begin_layout Standard
33860
33861 \family sans
33862 PDF
33863 \begin_inset space ~
33864 \end_inset
33865
33866 (pdflatex)
33867 \family default
33868  wird empfohlen, weil
33869 \family typewriter
33870  pdftex
33871 \family default
33872  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33873  ohne Probleme arbeitet.
33874  Das Programm 
33875 \family typewriter
33876 dvi\SpecialChar \-
33877 pdfm
33878 \family default
33879  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33880 \end_layout
33881
33882 \begin_layout Standard
33883 Sie können Ihr Dokument als PDF über das Menü 
33884 \family sans
33885 Datei\SpecialChar \menuseparator
33886 Exportieren\SpecialChar \menuseparator
33887 PDF
33888 \family default
33889  exportieren.
33890  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33891 \family sans
33892 Ansicht
33893 \family default
33894  oder den Werkzeugleistenknopf 
33895 \begin_inset Graphics
33896         filename ../../images/buffer-view_pdf2.png
33897         scale 70
33898         scaleBeforeRotation
33899         BoundingBox 0bp 0bp 20bp 20bp
33900
33901 \end_inset
33902
33903  anschauen 
33904 \family sans
33905 (
33906 \family default
33907 der 
33908 \family sans
33909 PDF
33910 \begin_inset space ~
33911 \end_inset
33912
33913 (pdflatex)
33914 \family default
33915  verwendet).
33916 \end_layout
33917
33918 \begin_layout Chapter
33919 Erklärung der Gleichung
33920 \begin_inset space ~
33921 \end_inset
33922
33923
33924 \begin_inset CommandInset ref
33925 LatexCommand eqref
33926 reference "eq:Wgn"
33927
33928 \end_inset
33929
33930
33931 \begin_inset CommandInset label
33932 LatexCommand label
33933 name "kap:Exläuterung-einer-Gleichung"
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Die Gesamtbreite von
33942 \emph on
33943  n
33944 \emph default
33945  Tabellenzellen 
33946 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33947 \end_inset
33948
33949  kann wie folgt berechnet werden:
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \begin_inset Formula \begin{equation}
33954 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}
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Standard
33962 Dabei ist 
33963 \begin_inset Formula $W_{g\, n}$
33964 \end_inset
33965
33966  die Breite jeder Zelle.
33967
33968 \series bold
33969  
33970 \backslash
33971 tabcolsep
33972 \series default
33973  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33974  Standardwert 6
33975 \begin_inset space \thinspace{}
33976 \end_inset
33977
33978 pt.
33979  
33980 \series bold
33981
33982 \backslash
33983 arrayrulewidth
33984 \series default
33985  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33986 \begin_inset space \thinspace{}
33987 \end_inset
33988
33989 pt.
33990 \end_layout
33991
33992 \begin_layout Standard
33993 Nach Gleichung
33994 \begin_inset space ~
33995 \end_inset
33996
33997
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "eq:Wtot_n"
34001
34002 \end_inset
34003
34004  ist die Gesamtbreite einer Mehrfachspalte, 
34005 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34006 \end_inset
34007
34008 ,
34009 \end_layout
34010
34011 \begin_layout Standard
34012 \begin_inset Formula \begin{equation}
34013 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \begin_layout Standard
34021 Setzt man die Gleichungen
34022 \begin_inset space ~
34023 \end_inset
34024
34025
34026 \begin_inset CommandInset ref
34027 LatexCommand ref
34028 reference "eq:Wtot_n"
34029
34030 \end_inset
34031
34032  und 
34033 \begin_inset CommandInset ref
34034 LatexCommand ref
34035 reference "eq:Wtot_mult"
34036
34037 \end_inset
34038
34039  gleich, kann man die benötigte Breite 
34040 \begin_inset Formula $W_{g\, n}$
34041 \end_inset
34042
34043 , wenn 
34044 \emph on
34045 n
34046 \emph default
34047  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34048 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34049 \end_inset
34050
34051  hat, berechnen:
34052 \end_layout
34053
34054 \begin_layout Standard
34055 \begin_inset Formula \begin{equation}
34056 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34057
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \begin_layout Bibliography
34064 \begin_inset CommandInset bibitem
34065 LatexCommand bibitem
34066 key "latexcompanion"
34067
34068 \end_inset
34069
34070 Frank Mittelbach and Michel Goossens: 
34071 \emph on
34072 The LaTeX Companion Second Edition.
34073
34074 \emph default
34075  Addison-Wesley, 2004
34076 \end_layout
34077
34078 \begin_layout Bibliography
34079 \begin_inset CommandInset bibitem
34080 LatexCommand bibitem
34081 key "latexguide"
34082
34083 \end_inset
34084
34085 Helmut Kopka and Patrick W.
34086  Daly: 
34087 \emph on
34088 A Guide to LaTeX Fourth Edition.
34089
34090 \emph default
34091  Addison-Wesley, 2003
34092 \end_layout
34093
34094 \begin_layout Bibliography
34095 \begin_inset CommandInset bibitem
34096 LatexCommand bibitem
34097 key "lamport"
34098
34099 \end_inset
34100
34101 Leslie Lamport: 
34102 \emph on
34103 LaTeX: A Document Preparation System.
34104
34105 \emph default
34106  Addison-Wesley, second edition, 1994
34107 \end_layout
34108
34109 \begin_layout Bibliography
34110 \begin_inset CommandInset bibitem
34111 LatexCommand bibitem
34112 key "latex-praxisbuch"
34113
34114 \end_inset
34115
34116 Niedermair, Elke & Michael: 
34117 \emph on
34118 LaTeX-Praxisbuch
34119 \emph default
34120 , Franzis-Verlag, 2004
34121 \end_layout
34122
34123 \begin_layout Bibliography
34124 \begin_inset CommandInset bibitem
34125 LatexCommand bibitem
34126 key "booktabs"
34127
34128 \end_inset
34129
34130 Dokumentation des LaTeX-Pakets 
34131 \series bold
34132
34133 \begin_inset CommandInset href
34134 LatexCommand href
34135 name "booktabs"
34136 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34137
34138 \end_inset
34139
34140
34141 \series default
34142
34143 \begin_inset Index
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 LaTeX-Pakete ! booktabs
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Bibliography
34156 \begin_inset CommandInset bibitem
34157 LatexCommand bibitem
34158 key "caption"
34159
34160 \end_inset
34161
34162 Dokumentation des LaTeX-Pakets 
34163 \series bold
34164
34165 \begin_inset CommandInset href
34166 LatexCommand href
34167 name "caption"
34168 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34169
34170 \end_inset
34171
34172
34173 \series default
34174
34175 \begin_inset Index
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 LaTeX-Pakete ! caption
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Bibliography
34188 \begin_inset CommandInset bibitem
34189 LatexCommand bibitem
34190 key "endfloat"
34191
34192 \end_inset
34193
34194 Dokumentation des LaTeX-Pakets 
34195 \series bold
34196
34197 \begin_inset CommandInset href
34198 LatexCommand href
34199 name "endfloat"
34200 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34201
34202 \end_inset
34203
34204
34205 \series default
34206
34207 \begin_inset Index
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 LaTeX-Pakete ! endfloat
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Bibliography
34220 \begin_inset CommandInset bibitem
34221 LatexCommand bibitem
34222 key "wrapfig"
34223
34224 \end_inset
34225
34226 Dokumentation des LaTeX-Pakets 
34227 \series bold
34228
34229 \begin_inset CommandInset href
34230 LatexCommand href
34231 name "wrapfig"
34232 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34233
34234 \end_inset
34235
34236
34237 \series default
34238
34239 \begin_inset Index
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243 LaTeX-Pakete ! wrapfig
34244 \begin_inset ERT
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248
34249
34250 \backslash
34251 vspace{4mm}
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Bibliography
34265 \begin_inset CommandInset bibitem
34266 LatexCommand bibitem
34267 key "footmisc"
34268
34269 \end_inset
34270
34271 Dokumentation des LaTeX-Pakets 
34272 \series bold
34273
34274 \begin_inset CommandInset href
34275 LatexCommand href
34276 name "footmisc"
34277 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34278
34279 \end_inset
34280
34281
34282 \series default
34283
34284 \begin_inset Index
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 LaTeX-Pakete ! footmisc
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Bibliography
34297 \begin_inset CommandInset bibitem
34298 LatexCommand bibitem
34299 key "hypcap"
34300
34301 \end_inset
34302
34303 Dokumentation des LaTeX-Pakets 
34304 \series bold
34305
34306 \begin_inset CommandInset href
34307 LatexCommand href
34308 name "hypcap"
34309 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34310
34311 \end_inset
34312
34313
34314 \series default
34315
34316 \begin_inset Index
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320 LaTeX-Pakete ! hypcap
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Bibliography
34329 \begin_inset CommandInset bibitem
34330 LatexCommand bibitem
34331 key "hyperref"
34332
34333 \end_inset
34334
34335 Dokumentation des LaTeX-Pakets 
34336 \series bold
34337
34338 \begin_inset CommandInset href
34339 LatexCommand href
34340 name "hyperref"
34341 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34342
34343 \end_inset
34344
34345
34346 \series default
34347
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 LaTeX-Pakete ! hyperref
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Bibliography
34361 \begin_inset CommandInset bibitem
34362 LatexCommand bibitem
34363 key "koma-script"
34364
34365 \end_inset
34366
34367 Dokumentation des LaTeX-Pakets 
34368 \series bold
34369
34370 \begin_inset CommandInset href
34371 LatexCommand href
34372 name "koma-script"
34373 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34374
34375 \end_inset
34376
34377
34378 \series default
34379
34380 \begin_inset Index
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 LaTeX-Pakete ! koma-script
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Bibliography
34393 \begin_inset CommandInset bibitem
34394 LatexCommand bibitem
34395 key "listings"
34396
34397 \end_inset
34398
34399 Dokumentation des LaTeX-Pakets 
34400 \series bold
34401
34402 \begin_inset CommandInset href
34403 LatexCommand href
34404 name "listings"
34405 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34406
34407 \end_inset
34408
34409
34410 \series default
34411
34412 \begin_inset Index
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 LaTeX-Pakete ! listings
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Bibliography
34425 \begin_inset CommandInset bibitem
34426 LatexCommand bibitem
34427 key "marginnote"
34428
34429 \end_inset
34430
34431 Dokumentation des LaTeX-Pakets 
34432 \series bold
34433
34434 \begin_inset CommandInset href
34435 LatexCommand href
34436 name "marginnote"
34437 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34438
34439 \end_inset
34440
34441
34442 \series default
34443
34444 \begin_inset Index
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 LaTeX-Pakete ! marginnote
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Bibliography
34457 \begin_inset CommandInset bibitem
34458 LatexCommand bibitem
34459 key "pstricks"
34460
34461 \end_inset
34462
34463 Webseite des LaTeX-Pakets 
34464 \series bold
34465
34466 \begin_inset CommandInset href
34467 LatexCommand href
34468 name "PSTricks"
34469 target "http://tug.org/PSTricks/"
34470
34471 \end_inset
34472
34473
34474 \series default
34475
34476 \begin_inset Index
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480 LaTeX-Pakete ! pstricks
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \begin_layout Bibliography
34489 \begin_inset CommandInset bibitem
34490 LatexCommand bibitem
34491 key "sidecap"
34492
34493 \end_inset
34494
34495 Dokumentation des LaTeX-Pakets 
34496 \series bold
34497
34498 \begin_inset CommandInset href
34499 LatexCommand href
34500 name "sidecap"
34501 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34502
34503 \end_inset
34504
34505
34506 \series default
34507
34508 \begin_inset Index
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 LaTeX-Pakete ! sidecap
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Bibliography
34521 \begin_inset CommandInset bibitem
34522 LatexCommand bibitem
34523 key "NewInLyX16"
34524
34525 \end_inset
34526
34527
34528 \begin_inset CommandInset href
34529 LatexCommand href
34530 name "Wiki-Seite"
34531 target "http://wiki.lyx.org/LyX/NewInLyX16"
34532
34533 \end_inset
34534
34535  über neue Funktionen in 
34536 \family sans
34537 LyX 1.6.0
34538 \family default
34539 .
34540 \end_layout
34541
34542 \begin_layout Standard
34543 \begin_inset CommandInset index_print
34544 LatexCommand printindex
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Standard
34552 \begin_inset FloatList figure
34553
34554 \end_inset
34555
34556
34557 \end_layout
34558
34559 \begin_layout Standard
34560 \begin_inset FloatList table
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Standard
34568 \begin_inset ERT
34569 status open
34570
34571 \begin_layout Plain Layout
34572
34573
34574 \backslash
34575 listof{algorithm}{Algorithmenverzeichnis}
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \begin_inset Note Note
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585 siehe Abschnitt
34586 \begin_inset space ~
34587 \end_inset
34588
34589
34590 \begin_inset CommandInset ref
34591 LatexCommand ref
34592 reference "uab:Gleitobjekt-Algorithmen"
34593
34594 \end_inset
34595
34596  für eine Beschreibung
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \end_body
34605 \end_document