]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Update lyx document files to the latest file format
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 \use_default_options false
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize a4paper
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language german
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 0 9 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author ""
216 \author ""
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Das LyX-Handbuch der Einfügungen:
223 \begin_inset Newline newline
224 \end_inset
225
226  
227 \size larger
228 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
229 \end_layout
230
231 \begin_layout Author
232 vom LyX Team
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238
239 \size normal
240 Übersetzung und Bearbeitung: Hartmut Haase
241 \size default
242 , Uwe Stöhr
243 \begin_inset Newline newline
244 \end_inset
245
246 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
247  bitte an: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Autor: Uwe Stöhr <uwestoehr@web.de>
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 1.6svn
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
299  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
300  
301 \series bold
302 arydshln
303 \series default
304
305 \series bold
306 colortbl
307 \series default
308
309 \series bold
310 marginnote
311 \series default
312  und 
313 \series bold
314 sidecap
315 \series default
316 .
317  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
318  denen sie benötigt werden.
319 \end_layout
320
321 \begin_layout Plain Layout
322 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
323  des englischen Originals hier finden:
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series bold
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Abbildungen
339 \begin_inset Index
340 status collapsed
341
342 \begin_layout Plain Layout
343 Abbildungen
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Section
352 Grafik-Dialog
353 \begin_inset Index
354 status collapsed
355
356 \begin_layout Plain Layout
357 Abbildungen ! Grafik-Dialog
358 \end_layout
359
360 \end_inset
361
362
363 \begin_inset CommandInset label
364 LatexCommand label
365 name "abs:Grafik-Dialog"
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Standard
373 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
374  
375 \begin_inset Graphics
376         filename ../../images/dialog-show-new-inset_graphics.png
377         scale 70
378         scaleBeforeRotation
379         BoundingBox 0bp 6bp 22bp 22bp
380
381 \end_inset
382
383  in der Werkzeugleiste oder wählen das Menü 
384 \family sans
385 Einfügen\SpecialChar \menuseparator
386 Grafik
387 \family default
388 .
389  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
390  
391 \family sans
392 Durchsuchen
393 \family default
394  eingeben können.
395  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
396  an der Sie sie eingefügt haben.
397 \end_layout
398
399 \begin_layout Standard
400 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
401  klicken.
402  Der Dialog hat drei Karteikarten:
403 \end_layout
404
405 \begin_layout Description
406
407 \family sans
408 Grafik
409 \family default
410  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
411  Version festlegen.
412  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
413 \begin_inset space ~
414 \end_inset
415
416
417 \begin_inset CommandInset ref
418 LatexCommand ref
419 reference "kap:In-LyX-verfügbare"
420
421 \end_inset
422
423  erklärt.
424 \begin_inset Newline newline
425 \end_inset
426
427
428 \begin_inset Index
429 status collapsed
430
431 \begin_layout Plain Layout
432 Abbildungen ! rotierte
433 \end_layout
434
435 \end_inset
436
437 Sie können Abbildungen durch Angabe eines 
438 \family sans
439 Winkel
440 \family default
441
442 \begin_inset space ~
443 \end_inset
444
445
446 \family sans
447 (Grad)
448 \family default
449  und Festlegung eines 
450 \family sans
451 Drehpunktes
452 \family default
453  drehen.
454  Negative Winkel drehen im Uhrzeigersinn.
455  Die Abbildung wird auch in LyX gedreht.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! skalierte
465 \end_layout
466
467 \end_inset
468
469 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
470  oder Höhe und Breite definiert.
471  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
472  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
473  wobei sie möglicherweise verzerrt wird.
474  Um das zu vermeiden, sollten Sie 
475 \family sans
476 Seitenverhältnis
477 \begin_inset space ~
478 \end_inset
479
480 beibehalten
481 \family default
482  ankreuzen.
483  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
484 \family sans
485 Höhe
486 \family default
487  und 
488 \family sans
489 Breite
490 \family default
491  nicht überschritten werden.
492 \begin_inset Newline newline
493 \end_inset
494
495 Wenn Sie auf 
496 \family sans
497 Bearbeiten
498 \family default
499  klicken, können Abbildungen mit einem Programm, das in 
500 \family sans
501 Werkzeuge\SpecialChar \menuseparator
502 Einstellungen\SpecialChar \menuseparator
503 Datei-Handhabung\SpecialChar \menuseparator
504 Dateiformate
505 \family default
506  im Feld 
507 \family sans
508 Bearbeitungsprogramm
509 \family default
510  festgelegt wurde, bearbeitet werden.
511 \end_layout
512
513 \begin_layout Description
514
515 \family sans
516 Ausschnitt
517 \family default
518  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
519  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
520  Wenn Sie auf 
521 \family sans
522 Lese
523 \begin_inset space ~
524 \end_inset
525
526 aus
527 \begin_inset space ~
528 \end_inset
529
530 Datei
531 \family default
532  klicken, werden die Koordinaten automatisch berechnet.
533  Die Option 
534 \family sans
535 Auf
536 \begin_inset space ~
537 \end_inset
538
539 Begrenzungsbox
540 \begin_inset space ~
541 \end_inset
542
543 zuschneiden
544 \family default
545  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
546  Koordinaten liegt.
547  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
548  diese Karteikarte ignorieren.
549 \end_layout
550
551 \begin_layout Description
552
553 \family sans
554 LaTeX-
555 \begin_inset space ~
556 \end_inset
557
558 und
559 \begin_inset space ~
560 \end_inset
561
562 LyX-Optionen
563 \family default
564  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
565  LaTeX-Experten können weitere LaTeX-Optionen definieren.
566 \begin_inset Newline newline
567 \end_inset
568
569 Ist die Option 
570 \family sans
571 Entwurfsmodus 
572 \family default
573 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
574  darin gedruckt.
575 \begin_inset Newline newline
576 \end_inset
577
578 Die Option 
579 \family sans
580 Beim
581 \begin_inset space ~
582 \end_inset
583
584 Exportieren
585 \begin_inset space ~
586 \end_inset
587
588 nicht
589 \begin_inset space ~
590 \end_inset
591
592 entpacken
593 \family default
594  betrifft nur gepackte EPS-Dateien, zum Beispiel 
595 \emph on
596 x.eps.gz
597 \emph default
598 .
599  LaTeX kann so mit ihnen umgehen.
600 \begin_inset Newline newline
601 \end_inset
602
603 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
604  wählen, siehe Anhang
605 \begin_inset space ~
606 \end_inset
607
608
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "abs:PostScript"
612
613 \end_inset
614
615 .
616  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
617 \begin_inset Newline newline
618 \end_inset
619
620
621 \series bold
622 gzip x.eps
623 \begin_inset Newline newline
624 \end_inset
625
626 zgrep %%Bounding x.eps.gz > x.eps.bb
627 \series default
628
629 \begin_inset Newline newline
630 \end_inset
631
632 Der zweite Befehl erzeugt die Begrenzungsbox 
633 \begin_inset Quotes gld
634 \end_inset
635
636 x.eps.bb
637 \begin_inset Quotes grd
638 \end_inset
639
640 , die LaTeX für gepackte Abbildungen benötigt.
641 \begin_inset Newline newline
642 \end_inset
643
644 Das Feld 
645 \family sans
646 Gruppenname
647 \begin_inset space ~
648 \end_inset
649
650 initialisieren
651 \family default
652  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
653  solche zuzuordnen.
654 \begin_inset Index
655 status collapsed
656
657 \begin_layout Plain Layout
658 Abbildungen ! Einstellungsgruppen
659 \end_layout
660
661 \end_inset
662
663  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
664  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
665  der Gruppe geändert werden.
666  Damit kann man z.B.
667 \begin_inset space ~
668 \end_inset
669
670 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
671  Bild tun zu müssen.
672  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
673  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset VSpace bigskip
678 \end_inset
679
680
681 \end_layout
682
683 \begin_layout Standard
684 Hier ist eine zentrierte EPS-Abbildung
685 \begin_inset Foot
686 status collapsed
687
688 \begin_layout Plain Layout
689 Abbildungsformate sind in Abschnitt
690 \begin_inset space ~
691 \end_inset
692
693
694 \begin_inset CommandInset ref
695 LatexCommand ref
696 reference "abs:Bildformate"
697
698 \end_inset
699
700  beschrieben.
701 \end_layout
702
703 \end_inset
704
705  in einem eigenen Absatz:
706 \end_layout
707
708 \begin_layout Standard
709 \align center
710 \begin_inset Graphics
711         filename ../clipart/mobius.eps
712         scale 70
713         scaleBeforeRotation
714         rotateOrigin center
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 \noindent
723 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename ../clipart/mobius.eps
730         scale 70
731         draft
732         scaleBeforeRotation
733         rotateOrigin center
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Section
741 Gleitende Abbildungen
742 \begin_inset CommandInset label
743 LatexCommand label
744 name "abs:Gleitende-Abbildungen"
745
746 \end_inset
747
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Abbildungen ! gleitende
754 \end_layout
755
756 \end_inset
757
758
759 \begin_inset Index
760 status collapsed
761
762 \begin_layout Plain Layout
763 Gleitobjekte ! Abbildungen
764 \end_layout
765
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Standard
772 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "abs:Gleitobjekte-Einleitung"
780
781 \end_inset
782
783 .
784 \end_layout
785
786 \begin_layout Standard
787 Wenn Sie auf das Werkzeugleisten-Symbol 
788 \begin_inset Graphics
789         filename ../../images/float-insert_figure.png
790         scale 70
791         scaleBeforeRotation
792         BoundingBox 0bp 6bp 22bp 22bp
793
794 \end_inset
795
796  klicken oder 
797 \family sans
798 Einfügen\SpecialChar \menuseparator
799 Gleit\SpecialChar \-
800 objekt\SpecialChar \menuseparator
801 Abbildung
802 \family default
803  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
804  In das rot umrahmte Feld rechts von 
805 \emph on
806 Abbildung
807 \begin_inset space ~
808 \end_inset
809
810 Nr:
811 \emph default
812  schreiben Sie die Bildbeschriftung.
813  Nach einem Klick oberhalb oder unterhalb von 
814 \emph on
815 Abbildung
816 \begin_inset space ~
817 \end_inset
818
819 Nr:
820 \emph default
821  können Sie dann eine Abbildung wie 
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "abb:kill-plat"
825
826 \end_inset
827
828  oberhalb oder wie Abbildung
829 \begin_inset space ~
830 \end_inset
831
832
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "abb:escher"
836
837 \end_inset
838
839  unterhalb der Bildbeschriftung einfügen.
840  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "abs:Titel-Platzierung"
848
849 \end_inset
850
851 .
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \align center
862 \begin_inset Graphics
863         filename ../clipart/platypus.eps
864         width 50col%
865         scaleBeforeRotation
866         rotateOrigin center
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \begin_inset Caption
875
876 \begin_layout Plain Layout
877 \begin_inset CommandInset label
878 LatexCommand label
879 name "abb:kill-plat"
880
881 \end_inset
882
883 Platypus in einem Gleitobjekt
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Float figure
898 wide false
899 sideways false
900 status open
901
902 \begin_layout Plain Layout
903 \begin_inset Caption
904
905 \begin_layout Plain Layout
906 \begin_inset CommandInset label
907 LatexCommand label
908 name "abb:escher"
909
910 \end_inset
911
912 M.C.
913  Escher
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Plain Layout
922 \align center
923 \begin_inset Graphics
924         filename ../clipart/escher-lsd.eps
925         scale 80
926         scaleBeforeRotation
927         rotateOrigin center
928
929 \end_inset
930
931
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \begin_layout Standard
940 \begin_inset Index
941 status collapsed
942
943 \begin_layout Plain Layout
944 Querverweise ! auf Abbildungen
945 \end_layout
946
947 \end_inset
948
949 Abbildung
950 \begin_inset space ~
951 \end_inset
952
953
954 \begin_inset CommandInset ref
955 LatexCommand ref
956 reference "abb:kill-plat"
957
958 \end_inset
959
960  und 
961 \begin_inset CommandInset ref
962 LatexCommand ref
963 reference "abb:escher"
964
965 \end_inset
966
967  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
968  Dafür fügen Sie in der Beschriftung mit 
969 \family sans
970 Einfügen\SpecialChar \menuseparator
971 Marke
972 \family default
973  oder durch Klicken auf 
974 \begin_inset Graphics
975         filename ../../images/label-insert.png
976         scale 70
977         scaleBeforeRotation
978         BoundingBox 0bp 6bp 20bp 20bp
979
980 \end_inset
981
982  eine Marke ein.
983  Auf diese können Sie dann wie gewohnt mit 
984 \family sans
985 Einfügen\SpecialChar \menuseparator
986 Querverweis
987 \family default
988  oder durch Klicken auf 
989 \begin_inset Graphics
990         filename ../../images/dialog-show-new-inset_ref.png
991         scale 70
992         scaleBeforeRotation
993         BoundingBox 0bp 6bp 22bp 22bp
994
995 \end_inset
996
997  verweisen.
998  Das ist besser als eine vage Formulierung wie 
999 \begin_inset Quotes gld
1000 \end_inset
1001
1002 die obige Abbildung
1003 \begin_inset Quotes grd
1004 \end_inset
1005
1006  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1007  erscheint, und das muss nicht 
1008 \emph on
1009 oben
1010 \emph default
1011  sein.
1012  Verweise werden detailliert in Abschnitt
1013 \begin_inset space ~
1014 \end_inset
1015
1016
1017 \begin_inset CommandInset ref
1018 LatexCommand ref
1019 reference "abs:Auf-Gleitobjekte-verweisen"
1020
1021 \end_inset
1022
1023  beschrieben.
1024 \end_layout
1025
1026 \begin_layout Standard
1027 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1028  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1029  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1030  Gleitabbildung einfügt.
1031  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1032  Abbildung
1033 \begin_inset space ~
1034 \end_inset
1035
1036
1037 \begin_inset CommandInset ref
1038 LatexCommand ref
1039 reference "abb:Zwei-Teilabbildungen"
1040
1041 \end_inset
1042
1043  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1044  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1045  Gleitabbildung auf Eingabe drücken.
1046  Abbildung
1047 \begin_inset space ~
1048 \end_inset
1049
1050
1051 \begin_inset CommandInset ref
1052 LatexCommand ref
1053 reference "abb:Undefinierbar"
1054
1055 \end_inset
1056
1057  und 
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "abb:Ein-Schnabeltier"
1061
1062 \end_inset
1063
1064  sind die Teilabbildungen.
1065 \end_layout
1066
1067 \begin_layout Standard
1068 \begin_inset Float figure
1069 wide false
1070 sideways false
1071 status open
1072
1073 \begin_layout Plain Layout
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "abb:Undefinierbar"
1090
1091 \end_inset
1092
1093 Undefinierbar
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename ../clipart/escher-lsd.eps
1104         width 35col%
1105         scaleBeforeRotation
1106         groupId Teilabbildung
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "abb:Ein-Schnabeltier"
1132
1133 \end_inset
1134
1135 Ein Schnabeltier
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/platypus.eps
1146         width 35col%
1147         scaleBeforeRotation
1148         groupId Teilabbildung
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \begin_layout Plain Layout
1165 \begin_inset Caption
1166
1167 \begin_layout Plain Layout
1168 \begin_inset CommandInset label
1169 LatexCommand label
1170 name "abb:Zwei-Teilabbildungen"
1171
1172 \end_inset
1173
1174 Zwei Teilabbildungen nebeneinander.
1175  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1176 \begin_inset Quotes gld
1177 \end_inset
1178
1179 Teilabbildung
1180 \begin_inset Quotes grd
1181 \end_inset
1182
1183  an.
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Section
1197 Bildformate
1198 \begin_inset CommandInset label
1199 LatexCommand label
1200 name "abs:Bildformate"
1201
1202 \end_inset
1203
1204
1205 \begin_inset Index
1206 status collapsed
1207
1208 \begin_layout Plain Layout
1209 Abbildungen ! Bildformate
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \begin_layout Standard
1218 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1219  Aber wie in Anhang
1220 \begin_inset space ~
1221 \end_inset
1222
1223
1224 \begin_inset CommandInset ref
1225 LatexCommand ref
1226 reference "kap:Ausgabedatei-Formate"
1227
1228 \end_inset
1229
1230  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1231  LyX benutzt im Hintergrund das Programm
1232 \family typewriter
1233  Imagemagick
1234 \family default
1235 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1236  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1237  vermeiden.
1238  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1239  werden können.
1240  Diese Formate werden in Anhang
1241 \begin_inset space ~
1242 \end_inset
1243
1244
1245 \begin_inset CommandInset ref
1246 LatexCommand ref
1247 reference "kap:Ausgabedatei-Formate"
1248
1249 \end_inset
1250
1251  beschrieben.
1252 \end_layout
1253
1254 \begin_layout Standard
1255 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1256 \end_layout
1257
1258 \begin_layout Description
1259 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1260  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1261  
1262 \emph on
1263 pixelig
1264 \emph default
1265  aus.
1266  Bekannte Pixel-Formate sind 
1267 \begin_inset Quotes gld
1268 \end_inset
1269
1270 Graphics Interchange Format
1271 \begin_inset Quotes grd
1272 \end_inset
1273
1274  (GIF, Dateiendung
1275 \family typewriter
1276  
1277 \family default
1278
1279 \begin_inset Quotes gld
1280 \end_inset
1281
1282
1283 \family typewriter
1284 .gif
1285 \family default
1286
1287 \begin_inset Quotes grd
1288 \end_inset
1289
1290 )
1291 \begin_inset Index
1292 status collapsed
1293
1294 \begin_layout Plain Layout
1295 GIF
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \begin_inset Quotes gld
1302 \end_inset
1303
1304 Portable Network Graphics
1305 \begin_inset Quotes grd
1306 \end_inset
1307
1308  (PNG, Dateiendung 
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312
1313 \family typewriter
1314 .png
1315 \family default
1316
1317 \begin_inset Quotes grd
1318 \end_inset
1319
1320 )
1321 \begin_inset Index
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325 PNG
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \begin_inset Quotes gld
1332 \end_inset
1333
1334 Joint Photographic Experts Group
1335 \begin_inset Quotes grd
1336 \end_inset
1337
1338  (JPEG, Dateiendung
1339 \family typewriter
1340  
1341 \family default
1342
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346
1347 \family typewriter
1348 .jpg
1349 \family default
1350
1351 \begin_inset Quotes grd
1352 \end_inset
1353
1354  oder 
1355 \begin_inset Quotes gld
1356 \end_inset
1357
1358
1359 \family typewriter
1360 .jpeg
1361 \family default
1362
1363 \begin_inset Quotes grd
1364 \end_inset
1365
1366 )
1367 \begin_inset Index
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 JPG, JPEG
1372 \end_layout
1373
1374 \end_inset
1375
1376  und 
1377 \begin_inset Quotes gld
1378 \end_inset
1379
1380 Windows Bitmap
1381 \begin_inset Quotes grd
1382 \end_inset
1383
1384  (BMP, Dateiendung 
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388
1389 \family typewriter
1390 .bmp
1391 \family default
1392
1393 \begin_inset Quotes grd
1394 \end_inset
1395
1396 )
1397 \begin_inset Index
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 BMP
1402 \end_layout
1403
1404 \end_inset
1405
1406 .
1407 \end_layout
1408
1409 \begin_layout Description
1410 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1411  auf jede beliebige Größe skaliert werden.
1412  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1413  zoomen zu können.
1414 \begin_inset Newline newline
1415 \end_inset
1416
1417 Bekannte Formate sind 
1418 \begin_inset Quotes gld
1419 \end_inset
1420
1421 Scalable Vector Graphics
1422 \begin_inset Quotes grd
1423 \end_inset
1424
1425  (SVG, Dateiendung
1426 \family typewriter
1427  
1428 \family default
1429
1430 \begin_inset Quotes gld
1431 \end_inset
1432
1433
1434 \family typewriter
1435 .svg
1436 \family default
1437
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441 )
1442 \begin_inset Index
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 SVG
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \begin_inset Quotes gld
1453 \end_inset
1454
1455 Encapsulated PostScript
1456 \begin_inset Quotes grd
1457 \end_inset
1458
1459  (EPS, Dateiendung 
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463
1464 \family typewriter
1465 .eps
1466 \family default
1467
1468 \begin_inset Quotes grd
1469 \end_inset
1470
1471 )
1472 \begin_inset Index
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 EPS
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \begin_inset Quotes gld
1483 \end_inset
1484
1485 Portable Document Format
1486 \begin_inset Quotes grd
1487 \end_inset
1488
1489  (PDF, Dateiendung
1490 \family typewriter
1491  
1492 \family default
1493
1494 \begin_inset Quotes gld
1495 \end_inset
1496
1497
1498 \family typewriter
1499 .pdf
1500 \family default
1501
1502 \begin_inset Quotes grd
1503 \end_inset
1504
1505 )
1506 \begin_inset Index
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 PDF
1511 \end_layout
1512
1513 \end_inset
1514
1515  und 
1516 \begin_inset Quotes gld
1517 \end_inset
1518
1519 Windows Metafile
1520 \begin_inset Quotes grd
1521 \end_inset
1522
1523  (WMF, Dateiendung 
1524 \begin_inset Quotes gld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .wmf
1530 \family default
1531
1532 \begin_inset Quotes grd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 WMF
1541 \end_layout
1542
1543 \end_inset
1544
1545 .
1546 \end_layout
1547
1548 \begin_layout Standard
1549 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1550  das Ergebnis ist immer noch ein Pixelbild.
1551  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1552  hinzugefügt.
1553 \begin_inset Foot
1554 status open
1555
1556 \begin_layout Plain Layout
1557 Bei PDF wird das Originalbild auch noch komprimiert.
1558 \end_layout
1559
1560 \end_inset
1561
1562  Die PDF-Dateien, die 
1563 \family typewriter
1564 Adobe Photoshop
1565 \family default
1566  erzeugt, sind zum Beispiel Pixelbilder.
1567 \end_layout
1568
1569 \begin_layout Standard
1570 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1571  umgekehrt.
1572  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1573  eingefügt werden.
1574  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1575  erzeugt wird, weil es zur Zeit keine WMF/SVG
1576 \begin_inset Formula $\to$
1577 \end_inset
1578
1579 PDF/EPS Konverter gibt.
1580 \end_layout
1581
1582 \begin_layout Chapter
1583 Tabellen
1584 \begin_inset Index
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 Tabellen
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \begin_layout Section
1597 Einführung
1598 \begin_inset Index
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602 Tabellen ! Einführung
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Standard
1611 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1612 \begin_inset Graphics
1613         filename ../../images/tabular-insert.png
1614         scale 70
1615         scaleBeforeRotation
1616         BoundingBox 0bp 6bp 22bp 22bp
1617
1618 \end_inset
1619
1620  oder das Menü 
1621 \family sans
1622 Einfügen\SpecialChar \menuseparator
1623 Tabelle
1624 \family default
1625  einfügen.
1626  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1627 \begin_inset space \thinspace{}
1628 \end_inset
1629
1630 -Tabelle.
1631  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1632  und die Größe der dunkelblauen Tabelle angezeigt.
1633  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1634  ein.
1635  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1636  Spaltenanzahl festlegen können.
1637 \end_layout
1638
1639 \begin_layout Standard
1640 In der so erstellten Tabelle ist jede Zelle umrandet.
1641  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1642  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1643  die zweite Zeile eine Linie oberhalb haben.
1644  Hier ist ein Beispiel:
1645 \end_layout
1646
1647 \begin_layout Standard
1648 \align center
1649 \begin_inset Tabular
1650 <lyxtabular version="3" rows="5" columns="4">
1651 <features>
1652 <column alignment="center" valignment="top" width="0">
1653 <column alignment="center" valignment="top" width="0">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0">
1656 <row>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1667 \begin_inset Text
1668
1669 \begin_layout Plain Layout
1670
1671 \family roman
1672 \series medium
1673 \shape up
1674 \size normal
1675 \emph off
1676 \bar no
1677 \noun off
1678 \color none
1679 1
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688 2
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697 3
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 </row>
1703 <row>
1704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Plain Layout
1708
1709 \family roman
1710 \series medium
1711 \shape up
1712 \size normal
1713 \emph off
1714 \bar no
1715 \noun off
1716 \color none
1717 A
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 </row>
1750 <row>
1751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755
1756 \family roman
1757 \series medium
1758 \shape up
1759 \size normal
1760 \emph off
1761 \bar no
1762 \noun off
1763 \color none
1764 B
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 </row>
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \family roman
1804 \series medium
1805 \shape up
1806 \size normal
1807 \emph off
1808 \bar no
1809 \noun off
1810 \color none
1811 C
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 D
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 </lyxtabular>
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \begin_layout Section
1890 Tabellen-Einstellungen
1891 \begin_inset Index
1892 status collapsed
1893
1894 \begin_layout Plain Layout
1895 Tabellen ! Einstellungen
1896 \end_layout
1897
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \begin_layout Standard
1904 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1905  Maustaste draufklicken.
1906  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1907 \family sans
1908 Einstellungen
1909 \family default
1910  steht.
1911  Ein Klick darauf öffnet das Fenster 
1912 \family sans
1913 Tabellen-Einstellungen
1914 \family default
1915 .
1916  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1917  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1918  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1919  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1920  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1921  Auswahl.
1922  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1923 \emph on
1924 Inhalt
1925 \emph default
1926  einer Zelle oder die Zelle selber ausgewählt haben.
1927  Das 
1928 \family sans
1929 Tabellen-Einstellungen
1930 \family default
1931 -Menü hat folgende Karteikarten:
1932 \end_layout
1933
1934 \begin_layout Description
1935
1936 \family sans
1937 Tabellen-Einstellungen
1938 \family default
1939  Hier können Sie die 
1940 \family sans
1941 Horizontale
1942 \begin_inset space ~
1943 \end_inset
1944
1945 Ausrichtung
1946 \family default
1947  der momentanen Spalte und die 
1948 \family sans
1949 Spaltenbreite
1950 \family default
1951  festlegen.
1952  Wenn Sie eine 
1953 \family sans
1954 Spaltenbreite
1955 \family default
1956  festgelegt haben, können Sie auch eine 
1957 \family sans
1958 Vertikale
1959 \begin_inset space ~
1960 \end_inset
1961
1962 Ausrichtung
1963 \family default
1964  der momentanen Zeile wählen.
1965  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1966  Absätze haben, wie in Abschnitt
1967 \begin_inset space ~
1968 \end_inset
1969
1970
1971 \begin_inset CommandInset ref
1972 LatexCommand ref
1973 reference "uab:Mehrfache-Zeilen-in"
1974
1975 \end_inset
1976
1977  beschrieben.
1978  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1983  als 
1984 \family sans
1985 Mehrfachspalte
1986 \family default
1987  definieren, wie in Abschnitt
1988 \begin_inset space ~
1989 \end_inset
1990
1991
1992 \begin_inset CommandInset ref
1993 LatexCommand ref
1994 reference "uab:Mehrfachspalten"
1995
1996 \end_inset
1997
1998  beschrieben.
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2003  den Uhrzeigersinn um 90° drehen.
2004  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008
2009 \begin_inset Note Greyedout
2010 status open
2011
2012 \begin_layout Plain Layout
2013
2014 \series bold
2015 Achtung:
2016 \series default
2017  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2018 \end_layout
2019
2020 \end_inset
2021
2022
2023 \begin_inset Newline newline
2024 \end_inset
2025
2026 Man kann auch ein 
2027 \family sans
2028 LaTe
2029 \begin_inset ERT
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033
2034 {}
2035 \end_layout
2036
2037 \end_inset
2038
2039 X-Argument
2040 \family default
2041  für besondere Tabellen-Formatierun\SpecialChar \-
2042 gen einfügen, wie in den Abschnitten
2043  
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "uab:Mehrfachspalten-Berechnungen"
2047
2048 \end_inset
2049
2050  und 
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "abs:Farbige-Tabellen"
2054
2055 \end_inset
2056
2057  beschrieben.
2058 \end_layout
2059
2060 \begin_layout Description
2061
2062 \family sans
2063 Rahmen
2064 \family default
2065  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2066  hinzufügen und löschen.
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 Wenn Sie die Stil-Option
2071 \family sans
2072  Formal
2073 \family default
2074  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2075 \begin_inset space ~
2076 \end_inset
2077
2078
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "abs:Formale-Tabellen"
2082
2083 \end_inset
2084
2085  beschrieben, konvertiert.
2086 \begin_inset Newline newline
2087 \end_inset
2088
2089 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "uab:Zeilenabstand"
2097
2098 \end_inset
2099
2100  beschrieben.
2101 \end_layout
2102
2103 \begin_layout Description
2104
2105 \family sans
2106 Lange
2107 \begin_inset space ~
2108 \end_inset
2109
2110 Tabelle
2111 \family default
2112  Hier kann eine Tabelle als 
2113 \family sans
2114 Lange
2115 \begin_inset space ~
2116 \end_inset
2117
2118 Tabelle
2119 \family default
2120  definiert werden, die über mehrere Seiten reicht.
2121  Die Abschnitte
2122 \begin_inset space ~
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "abs:Lange-Tabellen"
2129
2130 \end_inset
2131
2132  und 
2133 \begin_inset CommandInset ref
2134 LatexCommand ref
2135 reference "abs:Special-Longtable-Issues"
2136
2137 \end_inset
2138
2139  beschreiben diese Funktion genauer.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Wenn das Menü 
2144 \family sans
2145 Tabellen-Einstellungen
2146 \family default
2147  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2148  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2149 \end_layout
2150
2151 \begin_layout Section
2152 Tabellen-Werkzeugleiste
2153 \begin_inset Index
2154 status collapsed
2155
2156 \begin_layout Plain Layout
2157 Tabellen ! Werkzeugleiste
2158 \end_layout
2159
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \begin_layout Standard
2166 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2167 \family sans
2168 Tabellen-Einstellungen
2169 \family default
2170 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2171  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2172  LyX-Fensters.
2173 \end_layout
2174
2175 \begin_layout Standard
2176 Die Werkzeugleiste hat folgende Knöpfe:
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_append-row.png
2183         scale 70
2184         scaleBeforeRotation
2185         BoundingBox 0bp 6bp 22bp 22bp
2186
2187 \end_inset
2188
2189  Fügt eine Zeile unterhalb der momentanen an
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_append-column.png
2196         scale 70
2197         scaleBeforeRotation
2198         BoundingBox 0bp 6bp 22bp 22bp
2199
2200 \end_inset
2201
2202  Fügt eine Spalte rechts von der momentanen an
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_delete-row.png
2209         scale 70
2210         scaleBeforeRotation
2211         BoundingBox 0bp 6bp 22bp 22bp
2212
2213 \end_inset
2214
2215  Löscht die ausgewählte(n) Zeile(n)
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../../images/tabular-feature_delete-column.png
2222         scale 70
2223         scaleBeforeRotation
2224         BoundingBox 0bp 6bp 22bp 22bp
2225
2226 \end_inset
2227
2228  Löscht die ausgewählte(n) Spalte(n)
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Graphics
2234         filename ../../images/tabular-feature_toggle-line-top.png
2235         scale 70
2236         scaleBeforeRotation
2237         BoundingBox 0bp 6bp 22bp 22bp
2238
2239 \end_inset
2240
2241  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2242  wenn der Knopf grau hinterlegt ist
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247 \begin_inset Graphics
2248         filename ../../images/tabular-feature_toggle-line-bottom.png
2249         scale 70
2250         scaleBeforeRotation
2251         BoundingBox 0bp 6bp 22bp 22bp
2252
2253 \end_inset
2254
2255  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2256  wenn der Knopf grau hinterlegt ist
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261 \begin_inset Graphics
2262         filename ../../images/tabular-feature_toggle-line-left.png
2263         scale 70
2264         scaleBeforeRotation
2265         BoundingBox 0bp 6bp 22bp 22bp
2266
2267 \end_inset
2268
2269  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2270  wenn der Knopf grau hinterlegt ist
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275 \begin_inset Graphics
2276         filename ../../images/tabular-feature_toggle-line-right.png
2277         scale 70
2278         scaleBeforeRotation
2279         BoundingBox 0bp 6bp 22bp 22bp
2280
2281 \end_inset
2282
2283  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2284  wenn der Knopf grau hinterlegt ist
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289 \begin_inset Graphics
2290         filename ../../images/tabular-feature_set-all-lines.png
2291         scale 70
2292         scaleBeforeRotation
2293         BoundingBox 0bp 6bp 22bp 22bp
2294
2295 \end_inset
2296
2297  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302 \begin_inset Graphics
2303         filename ../../images/tabular-feature_unset-all-lines.png
2304         scale 70
2305         scaleBeforeRotation
2306         BoundingBox 0bp 6bp 22bp 22bp
2307
2308 \end_inset
2309
2310  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315 \begin_inset Graphics
2316         filename ../../images/tabular-feature_align-left.png
2317         scale 70
2318         scaleBeforeRotation
2319         BoundingBox 0bp 6bp 22bp 22bp
2320
2321 \end_inset
2322
2323  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Graphics
2329         filename ../../images/tabular-feature_align-center.png
2330         scale 70
2331         scaleBeforeRotation
2332         BoundingBox 0bp 6bp 22bp 22bp
2333
2334 \end_inset
2335
2336  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../../images/tabular-feature_align-right.png
2343         scale 70
2344         scaleBeforeRotation
2345         BoundingBox 0bp 6bp 22bp 22bp
2346
2347 \end_inset
2348
2349  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../../images/tabular-feature_valign-top.png
2356         scale 70
2357         scaleBeforeRotation
2358         BoundingBox 0bp 6bp 22bp 22bp
2359
2360 \end_inset
2361
2362  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Graphics
2368         filename ../../images/tabular-feature_valign-middle.png
2369         scale 70
2370         scaleBeforeRotation
2371         BoundingBox 0bp 6bp 22bp 22bp
2372
2373 \end_inset
2374
2375  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../../images/tabular-feature_valign-bottom.png
2382         scale 70
2383         scaleBeforeRotation
2384         BoundingBox 0bp 6bp 22bp 22bp
2385
2386 \end_inset
2387
2388  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Graphics
2394         filename ../../images/tabular-feature_set-rotate-cell.png
2395         scale 70
2396         scaleBeforeRotation
2397         BoundingBox 0bp 6bp 22bp 22bp
2398
2399 \end_inset
2400
2401  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Graphics
2407         filename ../../images/tabular-feature_set-rotate-tabular.png
2408         scale 70
2409         scaleBeforeRotation
2410         BoundingBox 0bp 6bp 22bp 22bp
2411
2412 \end_inset
2413
2414  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Graphics
2420         filename ../../images/tabular-feature_multicolumn.png
2421         scale 70
2422         scaleBeforeRotation
2423         BoundingBox 0bp 6bp 22bp 22bp
2424
2425 \end_inset
2426
2427  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2428 \end_layout
2429
2430 \begin_layout Standard
2431 \begin_inset Note Greyedout
2432 status open
2433
2434 \begin_layout Plain Layout
2435
2436 \series bold
2437 Bemerkung:
2438 \series default
2439  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2440  Reihe für alle Zelle der Reihe verwendet.
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Section
2449 Bearbeiten-Menü
2450 \begin_inset Index
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 Tabellen ! Bearbeiten-Menü
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \begin_layout Standard
2463 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2464  Wenn der Cursor in einer Tabelle steht, sind im 
2465 \family sans
2466 Bearbeiten
2467 \family default
2468 -Menü folgende Punkte aktiviert: 
2469 \family sans
2470 Tabelle
2471 \family default
2472
2473 \family sans
2474 Zeilen
2475 \begin_inset space ~
2476 \end_inset
2477
2478 &
2479 \begin_inset space ~
2480 \end_inset
2481
2482 Spalten
2483 \family default
2484  und 
2485 \family sans
2486 Tabellen-Einstellungen
2487 \family default
2488 .
2489  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2490 ngsmöglichkeiten zu erreichen.
2491 \end_layout
2492
2493 \begin_layout Section
2494 Gleitende Tabellen
2495 \begin_inset CommandInset label
2496 LatexCommand label
2497 name "abs:Gleitende-Tabellen"
2498
2499 \end_inset
2500
2501
2502 \begin_inset Index
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506 Gleitobjekte ! Tabellen
2507 \end_layout
2508
2509 \end_inset
2510
2511
2512 \begin_inset Index
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516 Tabellen ! gleitende
2517 \end_layout
2518
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2526 \begin_inset space ~
2527 \end_inset
2528
2529
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "abs:Gleitobjekte-Einleitung"
2533
2534 \end_inset
2535
2536 .
2537 \end_layout
2538
2539 \begin_layout Standard
2540 \begin_inset Float table
2541 placement h
2542 wide false
2543 sideways false
2544 status open
2545
2546 \begin_layout Plain Layout
2547 \begin_inset Caption
2548
2549 \begin_layout Plain Layout
2550 \begin_inset CommandInset label
2551 LatexCommand label
2552 name "tab:a table float"
2553
2554 \end_inset
2555
2556 Eine gleitende Tabelle
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Plain Layout
2565 \align center
2566 \begin_inset Tabular
2567 <lyxtabular version="3" rows="3" columns="3">
2568 <features>
2569 <column alignment="center" valignment="top" width="0pt">
2570 <column alignment="center" valignment="top" width="0pt">
2571 <column alignment="center" valignment="top" width="0pt">
2572 <row>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 1
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595
2596 \family roman
2597 \series medium
2598 \shape up
2599 \size normal
2600 \emph off
2601 \bar no
2602 \noun off
2603 \color none
2604 2
2605 \end_layout
2606
2607 \end_inset
2608 </cell>
2609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 3
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 </row>
2628 <row>
2629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Plain Layout
2633
2634 \family roman
2635 \series medium
2636 \shape up
2637 \size normal
2638 \emph off
2639 \bar no
2640 \noun off
2641 \color none
2642 Martin
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Plain Layout
2651
2652 \family roman
2653 \series medium
2654 \shape up
2655 \size normal
2656 \emph off
2657 \bar no
2658 \noun off
2659 \color none
2660 Lena
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \family roman
2671 \series medium
2672 \shape up
2673 \size normal
2674 \emph off
2675 \bar no
2676 \noun off
2677 \color none
2678 Alina
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 </row>
2684 <row>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689
2690 \family roman
2691 \series medium
2692 \shape up
2693 \size normal
2694 \emph off
2695 \bar no
2696 \noun off
2697 \color none
2698 \begin_inset Formula $\int x^{2}dx$
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \end_inset
2705 </cell>
2706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2707 \begin_inset Text
2708
2709 \begin_layout Plain Layout
2710
2711 \family roman
2712 \series medium
2713 \shape up
2714 \size normal
2715 \emph off
2716 \bar no
2717 \noun off
2718 \color none
2719 \begin_inset Formula $\left[\begin{array}{cc}
2720 a & b\\
2721 c & d\end{array}\right]$
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \end_inset
2728 </cell>
2729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733
2734 \family roman
2735 \series medium
2736 \shape up
2737 \size normal
2738 \emph off
2739 \bar no
2740 \noun off
2741 \color none
2742 \begin_inset Formula $1+1=2$
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 </row>
2751 </lyxtabular>
2752
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \begin_layout Standard
2764 Gleitende Tabellen können über 
2765 \family sans
2766 Einfügen\SpecialChar \menuseparator
2767 Gleitobjekt\SpecialChar \menuseparator
2768 Tabelle
2769 \family default
2770  oder einen Klick auf den Werkzeugleistenknopf 
2771 \begin_inset Graphics
2772         filename ../../images/float-insert_table.png
2773         scale 70
2774         scaleBeforeRotation
2775         BoundingBox 0bp 6bp 22bp 22bp
2776
2777 \end_inset
2778
2779  erzeugt werden.
2780  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2781  In das rot umrahmte Feld rechts von 
2782 \emph on
2783 Tabelle
2784 \begin_inset space ~
2785 \end_inset
2786
2787 Nr:
2788 \emph default
2789  schreiben Sie die Tabellenbeschriftung.
2790  Nach einem Klick oberhalb oder unterhalb von 
2791 \emph on
2792 Tabelle
2793 \begin_inset space ~
2794 \end_inset
2795
2796 Nr:
2797 \emph default
2798  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2799 \begin_inset Graphics
2800         filename ../../images/tabular-insert.png
2801         scale 70
2802         scaleBeforeRotation
2803         BoundingBox 0bp 6bp 22bp 22bp
2804
2805 \end_inset
2806
2807  oder dem Menü 
2808 \family sans
2809 Einfügen\SpecialChar \menuseparator
2810 Tabelle
2811 \family default
2812  einfügen.
2813 \end_layout
2814
2815 \begin_layout Standard
2816 Tabelle
2817 \begin_inset space ~
2818 \end_inset
2819
2820
2821 \begin_inset CommandInset ref
2822 LatexCommand ref
2823 reference "tab:a table float"
2824
2825 \end_inset
2826
2827  ist ein Beispiel für eine gleitende Tabelle.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2832 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2833  Das bedeutet, dass bei den Klassen 
2834 \family sans
2835 article
2836 \family default
2837
2838 \family sans
2839 book
2840 \family default
2841
2842 \family sans
2843 letter
2844 \family default
2845 , und 
2846 \family sans
2847 report
2848 \family default
2849  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2850  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2851 \series bold
2852 caption
2853 \series default
2854
2855 \begin_inset Index
2856 status collapsed
2857
2858 \begin_layout Plain Layout
2859 LaTeX-Pakete ! caption
2860 \end_layout
2861
2862 \end_inset
2863
2864  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2865 \begin_inset Foot
2866 status open
2867
2868 \begin_layout Plain Layout
2869 Näheres finden Sie im Abschnitt
2870 \begin_inset space ~
2871 \end_inset
2872
2873
2874 \begin_inset CommandInset ref
2875 LatexCommand ref
2876 reference "abs:Titel-Platzierung"
2877
2878 \end_inset
2879
2880 .
2881 \end_layout
2882
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \begin_layout Standard
2889
2890 \series bold
2891 tableposition=top
2892 \end_layout
2893
2894 \begin_layout Standard
2895 Das Paket 
2896 \series bold
2897 caption
2898 \series default
2899 , das in Abschnitt
2900 \begin_inset space ~
2901 \end_inset
2902
2903
2904 \begin_inset CommandInset ref
2905 LatexCommand ref
2906 reference "abs:Titel-Formatierung"
2907
2908 \end_inset
2909
2910  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2911 \end_layout
2912
2913 \begin_layout Standard
2914 \begin_inset Index
2915 status collapsed
2916
2917 \begin_layout Plain Layout
2918 Querverweise ! auf Tabellen
2919 \end_layout
2920
2921 \end_inset
2922
2923 Auf Tabellen kann über ihre Marke verwiesen werden.
2924  Dafür fügen Sie in der Beschriftung mit 
2925 \family sans
2926 Einfügen\SpecialChar \menuseparator
2927 Marke
2928 \family default
2929  oder durch Klicken auf 
2930 \begin_inset Graphics
2931         filename ../../images/label-insert.png
2932         scale 70
2933         scaleBeforeRotation
2934         BoundingBox 0bp 6bp 20bp 20bp
2935
2936 \end_inset
2937
2938  eine Marke ein.
2939  Auf diese können Sie dann wie gewohnt mit 
2940 \family sans
2941 Einfügen\SpecialChar \menuseparator
2942 Querverweis
2943 \family default
2944  oder durch Klicken auf 
2945 \begin_inset Graphics
2946         filename ../../images/dialog-show-new-inset_ref.png
2947         scale 70
2948         scaleBeforeRotation
2949         BoundingBox 0bp 6bp 22bp 22bp
2950
2951 \end_inset
2952
2953  verweisen.
2954  Verweise werden detailliert in Abschnitt
2955 \begin_inset space ~
2956 \end_inset
2957
2958
2959 \begin_inset CommandInset ref
2960 LatexCommand ref
2961 reference "abs:Auf-Gleitobjekte-verweisen"
2962
2963 \end_inset
2964
2965  beschrieben.
2966 \end_layout
2967
2968 \begin_layout Section
2969 Lange Tabellen
2970 \begin_inset CommandInset label
2971 LatexCommand label
2972 name "abs:Lange-Tabellen"
2973
2974 \end_inset
2975
2976
2977 \begin_inset Index
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981 Tabellen ! lange
2982 \end_layout
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \begin_layout Standard
2990 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2991  Dialogfenster 
2992 \family sans
2993 Tabellen-Einstellungen
2994 \family default
2995  auf der Karteikarte  
2996 \family sans
2997 Lange
2998 \begin_inset space ~
2999 \end_inset
3000
3001 Tabelle
3002 \family default
3003  die Option 
3004 \family sans
3005 Lange
3006 \begin_inset space ~
3007 \end_inset
3008
3009 Tabelle
3010 \begin_inset space ~
3011 \end_inset
3012
3013 verwenden
3014 \family default
3015  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3016  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3017 \end_layout
3018
3019 \begin_layout Description
3020
3021 \family sans
3022 Kopfzei
3023 \family default
3024 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3025  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3026  mit Ausnahme der ersten, wenn 
3027 \family sans
3028 Erste
3029 \begin_inset space ~
3030 \end_inset
3031
3032 Kopfzeile
3033 \family default
3034  aktiviert ist.
3035 \end_layout
3036
3037 \begin_layout Description
3038
3039 \family sans
3040 Erste
3041 \lang english
3042
3043 \begin_inset space ~
3044 \end_inset
3045
3046
3047 \lang ngerman
3048 Kopfz
3049 \family default
3050 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3051  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3052  mehrseitigen Tabelle definiert.
3053 \end_layout
3054
3055 \begin_layout Description
3056
3057 \family sans
3058 Fußz
3059 \family default
3060 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3061  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3062  der letzten, wenn 
3063 \family sans
3064 Letzte
3065 \begin_inset space ~
3066 \end_inset
3067
3068 Fußzeile
3069 \family default
3070  aktiviert ist.
3071 \end_layout
3072
3073 \begin_layout Description
3074
3075 \family sans
3076 Letzte
3077 \begin_inset space ~
3078 \end_inset
3079
3080 Fußz
3081 \family default
3082 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3083  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3084  Tabelle definiert.
3085 \end_layout
3086
3087 \begin_layout Description
3088 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3089  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3090 \family sans
3091 Einfügen\SpecialChar \menuseparator
3092 Marke
3093 \family default
3094  einfügen.
3095  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3096 \begin_inset space ~
3097 \end_inset
3098
3099
3100 \begin_inset CommandInset ref
3101 LatexCommand ref
3102 reference "uab:Beschriftungen-langer-Tabellen"
3103
3104 \end_inset
3105
3106  erklärt.
3107 \end_layout
3108
3109 \begin_layout Standard
3110 Hier ist ein Beispiel einer langen Tabelle:
3111 \end_layout
3112
3113 \begin_layout Standard
3114 \align center
3115 \begin_inset Tabular
3116 <lyxtabular version="3" rows="69" columns="3">
3117 <features islongtable="true">
3118 <column alignment="left" valignment="top" width="0cm">
3119 <column alignment="left" valignment="top" width="0pt">
3120 <column alignment="right" valignment="top" width="0pt">
3121 <row endfirsthead="true">
3122 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \series bold
3128 Telefonliste (ignoriere die Namen)
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row endfirsthead="true">
3153 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \series bold
3159 NAME
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \series bold
3179 TEL.
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row endhead="true">
3186 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \series bold
3192 Telefonliste
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 <row endhead="true">
3217 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \series bold
3223 NAME
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \series bold
3243 TEL.
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row endfoot="true">
3250 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 wird fortgesetzt
3257 \series default
3258  \SpecialChar \ldots{}
3259
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row>
3284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 Annovi
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 Silvia
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 111
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row>
3315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \series bold
3321 Bertoli
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 Stefano
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 111
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Bozzi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Walter
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Cachia
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Maria
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Cachia
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Maurizio
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cinquemani
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Giusi
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Colin
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Bernard
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Concli
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Gianfranco
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Dal Bosco
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Carolina
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Dalpiaz
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Annamaria
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Feliciello
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Domenico
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Focarelli
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Paola
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Galletti
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Oreste
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Gasparini
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Franca
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Rizzardi
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Paola
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Lassini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Giancarlo
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Malfatti
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Luciano
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Malfatti
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Valeriano
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Meneguzzo
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Roberto
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Mezzadra
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Roberto
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Pirpamer
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Erich
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Pochiesa
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Paolo
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111, 222
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Radina
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Claudio
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Stuffer
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Oskar
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Tacchelli
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Ugo
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Tezzele
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Margit
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Unterkalmsteiner
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Frieda
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Vieider
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Hilde
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Vigna
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Jürgen
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Weber
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Maurizio
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Winkler
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Franz
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249  
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Annovi
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Silvia
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 555
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Bertoli
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Stefano
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 555
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Bozzi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Walter
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Cachia
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Maria
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Cachia
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Maurizio
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cinquemani
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Giusi
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Colin
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Bernard
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Concli
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Gianfranco
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Dal Bosco
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Carolina
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Dalpiaz
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Annamaria
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Feliciello
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Domenico
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Focarelli
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Paola
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Galletti
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Oreste
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Gasparini
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Franca
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Rizzardi
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Paola
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Lassini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Giancarlo
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Malfatti
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Luciano
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Malfatti
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Valeriano
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Meneguzzo
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Roberto
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Mezzadra
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Roberto
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Pirpamer
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Erich
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Pochiesa
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Paolo
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555, 222
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Radina
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Claudio
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Stuffer
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Oskar
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Tacchelli
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Ugo
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Tezzele
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Margit
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Unterkalmsteiner
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Frieda
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Vieider
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Hilde
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Vigna
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Jürgen
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 999
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Weber
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Maurizio
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Winkler
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Franz
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row endlastfoot="true">
5235 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Ende
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 </lyxtabular>
5264
5265 \end_inset
5266
5267
5268 \begin_inset ERT
5269 status collapsed
5270
5271 \begin_layout Plain Layout
5272
5273
5274 \backslash
5275 addtocounter{table}{-1}
5276 \end_layout
5277
5278 \end_inset
5279
5280
5281 \begin_inset Note Note
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5286 \begin_inset space ~
5287 \end_inset
5288
5289
5290 \begin_inset CommandInset ref
5291 LatexCommand ref
5292 reference "uab:Beschriftungen-langer-Tabellen"
5293
5294 \end_inset
5295
5296
5297 \end_layout
5298
5299 \end_inset
5300
5301
5302 \end_layout
5303
5304 \begin_layout Subsection
5305 Fußnoten in langen Tabellen
5306 \begin_inset CommandInset label
5307 LatexCommand label
5308 name "uab:Fußnoten-in-langen"
5309
5310 \end_inset
5311
5312
5313 \begin_inset Index
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317 Tabellen ! lange ! Fußnoten
5318 \end_layout
5319
5320 \end_inset
5321
5322
5323 \end_layout
5324
5325 \begin_layout Standard
5326 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5327  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5328  Tabelle
5329 \begin_inset space ~
5330 \end_inset
5331
5332
5333 \begin_inset CommandInset ref
5334 LatexCommand ref
5335 reference "tab:DiffCaptions"
5336
5337 \end_inset
5338
5339  hat zum Beispiel eine Fußnote.
5340 \end_layout
5341
5342 \begin_layout Subsection
5343 Ausrichtung langer Tabellen
5344 \begin_inset Index
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Tabellen ! lange ! Ausrichtung
5349 \end_layout
5350
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \begin_layout Standard
5357 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5358  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5359 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5360  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5361  Längen 
5362 \series bold
5363
5364 \backslash
5365 LTleft 
5366 \series default
5367 und 
5368 \series bold
5369
5370 \backslash
5371 LTright
5372 \series default
5373  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5374  wird:
5375 \end_layout
5376
5377 \begin_layout Standard
5378
5379 \series bold
5380
5381 \backslash
5382 setlength{
5383 \backslash
5384 LTleft}{Wert}
5385 \end_layout
5386
5387 \begin_layout Standard
5388 Wobei der Wert eine der in Tabelle
5389 \begin_inset space ~
5390 \end_inset
5391
5392
5393 \begin_inset CommandInset ref
5394 LatexCommand ref
5395 reference "tab:Maßeinheiten"
5396
5397 \end_inset
5398
5399  aufgelisteten Einheiten haben kann.
5400  
5401 \series bold
5402
5403 \backslash
5404 LTleft
5405 \series default
5406  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5407  
5408 \series bold
5409
5410 \backslash
5411 LTright
5412 \series default
5413  den Abstand von rechts.
5414  Die Voreinstellung für beide Werte ist 
5415 \series bold
5416
5417 \backslash
5418 fill
5419 \series default
5420 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5421  in LyX ist.
5422 \end_layout
5423
5424 \begin_layout Standard
5425 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5426 \series bold
5427
5428 \backslash
5429 LTleft
5430 \series default
5431  auf den Wert 0
5432 \begin_inset space \thinspace{}
5433 \end_inset
5434
5435 pt gesetzt wurde.
5436 \begin_inset ERT
5437 status collapsed
5438
5439 \begin_layout Plain Layout
5440
5441
5442 \backslash
5443 setlength{
5444 \backslash
5445 LTleft}{0pt}
5446 \end_layout
5447
5448 \end_inset
5449
5450
5451 \end_layout
5452
5453 \begin_layout Standard
5454 \begin_inset Tabular
5455 <lyxtabular version="3" rows="5" columns="5">
5456 <features islongtable="true">
5457 <column alignment="center" valignment="top" width="0">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0">
5462 <row>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 1
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 2
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 3
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 4
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 5
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 asd
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 s
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 s
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 s
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 asd
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 asd
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 s
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 s
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 asd
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 asd
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 s
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 s
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 s
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 asd
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 asd
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 asd
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 asd
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 </lyxtabular>
5698
5699 \end_inset
5700
5701
5702 \begin_inset ERT
5703 status collapsed
5704
5705 \begin_layout Plain Layout
5706
5707
5708 \backslash
5709 setlength{
5710 \backslash
5711 LTleft}{
5712 \backslash
5713 fill}
5714 \end_layout
5715
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \begin_layout Subsection
5722 Beschriftungen langer Tabellen
5723 \begin_inset CommandInset label
5724 LatexCommand label
5725 name "uab:Beschriftungen-langer-Tabellen"
5726
5727 \end_inset
5728
5729
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Tabellen ! lange ! Titel
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 Eine 
5744 \family sans
5745 lange
5746 \begin_inset space ~
5747 \end_inset
5748
5749 Tabelle
5750 \family default
5751  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5752  Seite gedruckt werden können.
5753  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5754  in Abschnitt
5755 \begin_inset space ~
5756 \end_inset
5757
5758
5759 \begin_inset CommandInset ref
5760 LatexCommand ref
5761 reference "abs:Lange-Tabellen"
5762
5763 \end_inset
5764
5765  erklärt.
5766  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5767  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5768 \end_layout
5769
5770 \begin_layout Standard
5771 Hier ist eine kurze 
5772 \family sans
5773 lange
5774 \begin_inset space ~
5775 \end_inset
5776
5777 Tabelle
5778 \family default
5779 , die zeigt, wie das funktioniert:
5780 \end_layout
5781
5782 \begin_layout Standard
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="6" columns="5">
5785 <features islongtable="true">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <row caption="true">
5792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 \begin_inset Caption
5797
5798 \begin_layout Plain Layout
5799 Eine 
5800 \family sans
5801 lange
5802 \begin_inset space ~
5803 \end_inset
5804
5805 Tabelle
5806 \family default
5807  mit Titel
5808 \begin_inset OptArg
5809 status open
5810
5811 \begin_layout Plain Layout
5812 Lange Tabelle
5813 \end_layout
5814
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \end_inset
5821
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 <row>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 1
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 2
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 3
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 4
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 5
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 </row>
5911 <row>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 asd
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 asd
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 asd
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 s
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 </row>
6005 <row>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 s
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 s
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 asd
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 asd
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 asd
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 asd
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 asd
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 </lyxtabular>
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \begin_layout Standard
6107 \begin_inset VSpace medskip
6108 \end_inset
6109
6110
6111 \begin_inset Note Greyedout
6112 status open
6113
6114 \begin_layout Plain Layout
6115
6116 \series bold
6117 Bemerkung
6118 \begin_inset space ~
6119 \end_inset
6120
6121 1:
6122 \series default
6123  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6124  Titel vergeben.
6125  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6126 \begin_inset space ~
6127 \end_inset
6128
6129 2.4 auf Tabelle
6130 \begin_inset space ~
6131 \end_inset
6132
6133 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6134  Titel sind.
6135  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6136  LaTeX-Befehl als TeX-Code einfügen:
6137 \end_layout
6138
6139 \begin_layout Plain Layout
6140
6141 \series bold
6142
6143 \backslash
6144 addtocounter{table}{-1}
6145 \end_layout
6146
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \begin_layout Standard
6153 \begin_inset Note Greyedout
6154 status open
6155
6156 \begin_layout Plain Layout
6157
6158 \series bold
6159 Bemerkung
6160 \begin_inset space ~
6161 \end_inset
6162
6163 2:
6164 \series default
6165  Wenn Sie 
6166 \series bold
6167 hyperref
6168 \series default
6169
6170 \begin_inset Index
6171 status collapsed
6172
6173 \begin_layout Plain Layout
6174 LaTeX-Pakete ! hyperref
6175 \end_layout
6176
6177 \end_inset
6178
6179  in den
6180 \family sans
6181  PDF-Eigenschaften
6182 \family default
6183  im 
6184 \family sans
6185 Dokument-Einstellungen
6186 \family default
6187  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6188 \family sans
6189 lange
6190 \begin_inset space ~
6191 \end_inset
6192
6193 Tabelle
6194 \family default
6195  immer auf den Anfang des Dokuments zeigen.
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \begin_inset Newpage newpage
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \begin_layout Subsubsection
6208 Querverweise auf 
6209 \family sans
6210 lange Tabelle
6211 \family default
6212 n
6213 \begin_inset Index
6214 status collapsed
6215
6216 \begin_layout Plain Layout
6217 Tabellen ! lange ! Querverweis
6218 \end_layout
6219
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \begin_layout Standard
6226 \begin_inset Tabular
6227 <lyxtabular version="3" rows="6" columns="5">
6228 <features islongtable="true">
6229 <column alignment="center" valignment="top" width="0">
6230 <column alignment="center" valignment="top" width="0">
6231 <column alignment="center" valignment="top" width="0">
6232 <column alignment="center" valignment="top" width="0">
6233 <column alignment="center" valignment="top" width="0">
6234 <row caption="true">
6235 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Caption
6240
6241 \begin_layout Plain Layout
6242
6243 \family sans
6244 Lange
6245 \begin_inset space ~
6246 \end_inset
6247
6248 Tabelle
6249 \family default
6250  mit Marke
6251 \begin_inset CommandInset label
6252 LatexCommand label
6253 name "tab:LangeTabelle-mit-Marke"
6254
6255 \end_inset
6256
6257
6258 \end_layout
6259
6260 \end_inset
6261
6262
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 1
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 2
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 3
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 4
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 5
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 <row>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 s
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 s
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 asd
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 s
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 asd
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 sad
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 asd
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 asd
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 </lyxtabular>
6540
6541 \end_inset
6542
6543
6544 \end_layout
6545
6546 \begin_layout Standard
6547 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6548  im Titel einfügen.
6549 \end_layout
6550
6551 \begin_layout Standard
6552 Dies ist ein Verweis auf Tabelle
6553 \begin_inset space ~
6554 \end_inset
6555
6556
6557 \begin_inset CommandInset ref
6558 LatexCommand ref
6559 reference "tab:LangeTabelle-mit-Marke"
6560
6561 \end_inset
6562
6563 .
6564 \end_layout
6565
6566 \begin_layout Standard
6567 Mit dem LaTeX-Paket 
6568 \series bold
6569 caption
6570 \series default
6571
6572 \begin_inset Index
6573 status collapsed
6574
6575 \begin_layout Plain Layout
6576 LaTeX-Pakete ! caption
6577 \end_layout
6578
6579 \end_inset
6580
6581 , siehe Abschnitt
6582 \begin_inset space ~
6583 \end_inset
6584
6585
6586 \begin_inset CommandInset ref
6587 LatexCommand ref
6588 reference "abs:Titel-Formatierung"
6589
6590 \end_inset
6591
6592 , können Sie alle anderen 
6593 \family sans
6594 Legende
6595 \family default
6596 -Optionen benutzen.
6597 \end_layout
6598
6599 \begin_layout Subsubsection
6600 Titelbreite
6601 \begin_inset Index
6602 status collapsed
6603
6604 \begin_layout Plain Layout
6605 Tabellen ! lange ! Beschriftungsbreite
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \begin_layout Standard
6614 Die maximale Titelbreite wird durch die Variable 
6615 \series bold
6616
6617 \backslash
6618 LTcapwidth
6619 \series default
6620  definiert.
6621  Ihr Standardwert ist 4
6622 \begin_inset space \thinspace{}
6623 \end_inset
6624
6625 Zoll (
6626 \begin_inset Formula $\approx10$
6627 \end_inset
6628
6629
6630 \begin_inset space \thinspace{}
6631 \end_inset
6632
6633 cm).
6634  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6635  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6636 \end_layout
6637
6638 \begin_layout Standard
6639
6640 \series bold
6641
6642 \backslash
6643 setlength{
6644 \backslash
6645 LTcapwidth}{Breite}
6646 \end_layout
6647
6648 \begin_layout Standard
6649 wobei die Breite eine der in Anhang
6650 \begin_inset space ~
6651 \end_inset
6652
6653
6654 \begin_inset CommandInset ref
6655 LatexCommand ref
6656 reference "kap:In-LyX-verfügbare"
6657
6658 \end_inset
6659
6660  aufgelisteten Einheiten haben kann.
6661 \end_layout
6662
6663 \begin_layout Standard
6664 Die beiden folgenden Tabellen zeigen den Unterschied:
6665 \end_layout
6666
6667 \begin_layout Standard
6668 \begin_inset Tabular
6669 <lyxtabular version="3" rows="6" columns="5">
6670 <features islongtable="true">
6671 <column alignment="center" valignment="top" width="0">
6672 <column alignment="center" valignment="top" width="0">
6673 <column alignment="center" valignment="top" width="0">
6674 <column alignment="center" valignment="top" width="0">
6675 <column alignment="center" valignment="top" width="0">
6676 <row caption="true">
6677 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 \begin_inset Caption
6682
6683 \begin_layout Plain Layout
6684 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6685 \begin_inset OptArg
6686 status open
6687
6688 \begin_layout Plain Layout
6689 Titel mit Standardbreite
6690 \end_layout
6691
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \end_inset
6698
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 1
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 2
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 3
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 4
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 5
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 </row>
6788 <row>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 asd
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 s
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 asd
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 </row>
6835 <row>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 asd
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 s
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 s
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 s
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 asd
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 asd
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 s
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 s
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 asd
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 sad
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 asd
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 asd
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 </lyxtabular>
6977
6978 \end_inset
6979
6980
6981 \end_layout
6982
6983 \begin_layout Standard
6984 \begin_inset ERT
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988
6989
6990 \backslash
6991 setlength{
6992 \backslash
6993 LTcapwidth}{5cm}
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \begin_inset Tabular
7000 <lyxtabular version="3" rows="6" columns="5">
7001 <features islongtable="true">
7002 <column alignment="center" valignment="top" width="0">
7003 <column alignment="center" valignment="top" width="0">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <row caption="true">
7008 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 \begin_inset Caption
7013
7014 \begin_layout Plain Layout
7015 Langer Titel mit 5
7016 \begin_inset space \thinspace{}
7017 \end_inset
7018
7019 cm Breite, Langer Titel mit 5
7020 \begin_inset space \thinspace{}
7021 \end_inset
7022
7023 cm Breite
7024 \begin_inset OptArg
7025 status open
7026
7027 \begin_layout Plain Layout
7028 Titel mit 5
7029 \begin_inset space \thinspace{}
7030 \end_inset
7031
7032 cm Breite
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 1
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 2
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 3
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 4
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 5
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 asd
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 <row>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 sad
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 asd
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 </lyxtabular>
7320
7321 \end_inset
7322
7323
7324 \begin_inset ERT
7325 status collapsed
7326
7327 \begin_layout Plain Layout
7328
7329
7330 \backslash
7331 setlength{
7332 \backslash
7333 LTcapwidth}{4in}
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \begin_inset Note Note
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Beschriftungsbreite zurücksetzen
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \begin_layout Standard
7352 \begin_inset Note Greyedout
7353 status open
7354
7355 \begin_layout Plain Layout
7356
7357 \series bold
7358 Achtung:
7359 \series default
7360  Wenn das LaTeX-Paket 
7361 \series bold
7362 caption
7363 \series default
7364
7365 \begin_inset Index
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 LaTeX-Pakete ! caption
7370 \end_layout
7371
7372 \end_inset
7373
7374  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7375  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7376  4
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 Zoll für 
7381 \series bold
7382
7383 \backslash
7384 LTcapwidth
7385 \series default
7386  benutzen.
7387  Um in diesem Fall eine genau 4
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7392  4
7393 \begin_inset space \thinspace{}
7394 \end_inset
7395
7396 Zoll veränderten Wert wie z.
7397 \begin_inset space \thinspace{}
7398 \end_inset
7399
7400 B.
7401  3.99
7402 \begin_inset space \thinspace{}
7403 \end_inset
7404
7405 Zoll verwenden oder den LaTeX-Befehl 
7406 \series bold
7407
7408 \backslash
7409 captionsetup{width=Wert}
7410 \series default
7411  benutzen, der vom 
7412 \series bold
7413 caption
7414 \series default
7415 -Paket bereitgestellt wird.
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Subsubsection
7424 Unterschiedliche Titel für Tabellenseiten
7425 \begin_inset Index
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Tabellen ! lange ! mehrere Titel
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \begin_layout Standard
7438 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7439  die erste, müssen Sie eine 
7440 \family sans
7441 Legende
7442 \family default
7443  mit einem nicht-leeren 
7444 \family sans
7445 Kurztitel
7446 \family default
7447  in eine leere Legende-Zeile, die als 
7448 \family sans
7449 Erste
7450 \begin_inset space ~
7451 \end_inset
7452
7453 Kopfzeile
7454 \family default
7455  definiert wurde, einfügen.
7456  Der Titel für die anderen Tabellenseiten wird als 
7457 \family sans
7458 Legende
7459 \family default
7460  ohne 
7461 \family sans
7462 Kurztitel
7463 \family default
7464  in eine leere Legende-Zeile, die als 
7465 \family sans
7466 Kopfzeile
7467 \family default
7468  definiert wurde, eingefügt.
7469  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7470  Befehl
7471 \end_layout
7472
7473 \begin_layout Standard
7474
7475 \series bold
7476
7477 \backslash
7478 caption*{caption text}
7479 \end_layout
7480
7481 \begin_layout Standard
7482 anstatt der 
7483 \family sans
7484 Legende
7485 \family default
7486 -Umgebung von LyX benutzen.
7487  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7488  den Titel der 
7489 \family sans
7490 Ersten
7491 \begin_inset space ~
7492 \end_inset
7493
7494 Kopfzeile
7495 \family default
7496  eingefügt werden.
7497  Tabelle
7498 \begin_inset space ~
7499 \end_inset
7500
7501
7502 \begin_inset CommandInset ref
7503 LatexCommand ref
7504 reference "tab:DiffCaptions"
7505
7506 \end_inset
7507
7508  ist ein Beispiel für eine 
7509 \family sans
7510 lange
7511 \begin_inset space ~
7512 \end_inset
7513
7514 Tabelle
7515 \family default
7516  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7517 \end_layout
7518
7519 \begin_layout Standard
7520 \align center
7521 \begin_inset Tabular
7522 <lyxtabular version="3" rows="60" columns="3">
7523 <features islongtable="true">
7524 <column alignment="left" valignment="top" width="0cm">
7525 <column alignment="left" valignment="top" width="0pt">
7526 <column alignment="right" valignment="top" width="0pt">
7527 <row endfirsthead="true" caption="true">
7528 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset Caption
7533
7534 \begin_layout Plain Layout
7535 Telefonliste
7536 \begin_inset CommandInset label
7537 LatexCommand label
7538 name "tab:DiffCaptions"
7539
7540 \end_inset
7541
7542
7543 \begin_inset OptArg
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547 Telefonliste
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 <row endfirsthead="true">
7582 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \series bold
7588 Telefonliste (ignoriere die Namen)
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row endfirsthead="true">
7613 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \series bold
7619 NAME
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \series bold
7639 TEL.
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row endhead="true" caption="true">
7646 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 \begin_inset ERT
7651 status open
7652
7653 \begin_layout Plain Layout
7654
7655
7656 \backslash
7657 caption*{Fortsetzung der Telefonliste}
7658 \backslash
7659
7660 \backslash
7661 %
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 <row endhead="true">
7691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \series bold
7697 Telefonliste
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 </row>
7721 <row endhead="true">
7722 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \series bold
7728 NAME
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \series bold
7748 TEL.
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row endfoot="true">
7755 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 wird fortgesetzt\SpecialChar \ldots{}
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Annovi
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Silvia
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Bertoli
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Stefano
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Bozzi
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Walter
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Cachia
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Maria
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Cachia
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Maurizio
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Cinquemani
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Giusi
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Colin
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Bernard
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Concli
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Gianfranco
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Dal Bosco
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Carolina
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Dalpiaz
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Annamaria
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Feliciello
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Domenico
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Focarelli
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Paola
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Galletti
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Oreste
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Gasparini
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Franca
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Rizzardi
8226 \series default
8227
8228 \begin_inset Foot
8229 status open
8230
8231 \begin_layout Plain Layout
8232 Beispielfußnote
8233 \end_layout
8234
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Paola
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Lassini
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Giancarlo
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Malfatti
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Luciano
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Malfatti
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Valeriano
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Meneguzzo
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Roberto
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Mezzadra
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Roberto
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Pirpamer
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Erich
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Pochiesa
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Paolo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111, 222
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Radina
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Claudio
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Stuffer
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Oskar
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Tacchelli
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Ugo
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Tezzele
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Margit
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Unterkalmsteiner
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Frieda
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Vieider
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Hilde
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Vigna
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Jürgen
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Weber
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Maurizio
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Winkler
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Franz
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762  
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Annovi
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Silvia
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Bertoli
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Stefano
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Bozzi
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Walter
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Cachia
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Maria
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Cachia
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Maurizio
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Cinquemani
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Giusi
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Colin
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Bernard
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Concli
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Gianfranco
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Dal Bosco
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Carolina
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Dalpiaz
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Annamaria
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Feliciello
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Domenico
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Focarelli
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Paola
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Galletti
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Oreste
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Gasparini
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Franca
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Rizzardi
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Paola
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Lassini
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Giancarlo
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Malfatti
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Luciano
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Malfatti
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Valeriano
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Meneguzzo
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Roberto
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Mezzadra
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Roberto
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row endlastfoot="true">
9407 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 </lyxtabular>
9436
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \begin_layout Section
9443 Weitere Möglichkeiten für 
9444 \family sans
9445 lange Tabelle
9446 \family default
9447 n
9448 \begin_inset CommandInset label
9449 LatexCommand label
9450 name "abs:Special-Longtable-Issues"
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \begin_layout Subsection
9458 L
9459 \family sans
9460 ange Tabelle
9461 \family default
9462 n: Berechnung
9463 \begin_inset Index
9464 status collapsed
9465
9466 \begin_layout Plain Layout
9467 Tabellen ! lange ! Berechnung
9468 \end_layout
9469
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \begin_layout Standard
9476 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9477  sogenannten 
9478 \emph on
9479 chunks
9480 \emph default
9481  (Brocken).
9482  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9483  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9484  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9485  das die Druckausgabe.
9486  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9487  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9488  einfügen:
9489 \end_layout
9490
9491 \begin_layout Standard
9492
9493 \series bold
9494
9495 \backslash
9496 setcounter{LTchunksize}{100}
9497 \end_layout
9498
9499 \begin_layout Subsection
9500 Gleitobjekte und L
9501 \family sans
9502 ange Tabelle
9503 \family default
9504 n
9505 \begin_inset Index
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509 Tabellen ! lange ! und Gleitobjekte
9510 \end_layout
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \begin_layout Standard
9518 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9519 \family sans
9520 lange
9521 \begin_inset space ~
9522 \end_inset
9523
9524 Tabelle
9525 \family default
9526  beginnt, ein Gleitobjekt befindet.
9527  Um das zu vermeiden, können Sie vor der 
9528 \family sans
9529 langen
9530 \begin_inset space ~
9531 \end_inset
9532
9533 Tabellen
9534 \family default
9535  einen manuellen Seitenumbruch
9536 \family sans
9537  Einfügen\SpecialChar \menuseparator
9538 Formatierung\SpecialChar \menuseparator
9539 [Doppel]Seite
9540 \begin_inset space \space{}
9541 \end_inset
9542
9543 leeren
9544 \family default
9545  einfügen, siehe 
9546 \emph on
9547 Benutzerhandbuch
9548 \emph default
9549 .
9550 \end_layout
9551
9552 \begin_layout Subsection
9553 Manuelle Seitenumbrüche
9554 \begin_inset Index
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Tabellen ! lange ! manueller Seitenumbruch
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9568  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9569  der Zelle umbrechen wollen, fügen Sie den Befehl  
9570 \begin_inset Quotes gld
9571 \end_inset
9572
9573
9574 \series bold
9575
9576 \backslash
9577
9578 \backslash
9579
9580 \series default
9581
9582 \begin_inset Quotes grd
9583 \end_inset
9584
9585  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9586  werden soll.
9587  Vor dem 
9588 \begin_inset Quotes gld
9589 \end_inset
9590
9591
9592 \series bold
9593
9594 \backslash
9595
9596 \backslash
9597
9598 \series default
9599
9600 \begin_inset Quotes grd
9601 \end_inset
9602
9603 -Befehl müssen Sie so viele 
9604 \begin_inset Quotes gld
9605 \end_inset
9606
9607
9608 \series bold
9609 &
9610 \series default
9611
9612 \begin_inset Quotes grd
9613 \end_inset
9614
9615  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9616  Mit 
9617 \begin_inset Quotes gld
9618 \end_inset
9619
9620
9621 \series bold
9622 &
9623 \series default
9624
9625 \begin_inset Quotes grd
9626 \end_inset
9627
9628   werden in LaTeX Tabellenzellen getrennt.
9629  Hinter jedes 
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635 &
9636 \series default
9637
9638 \begin_inset Quotes grd
9639 \end_inset
9640
9641  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9642  und löschen den Inhalt dieser Zellen.
9643 \end_layout
9644
9645 \begin_layout Standard
9646 Hinter dem 
9647 \begin_inset Quotes gld
9648 \end_inset
9649
9650
9651 \series bold
9652
9653 \backslash
9654
9655 \backslash
9656
9657 \series default
9658
9659 \begin_inset Quotes grd
9660 \end_inset
9661
9662 -Befehl müssen Sie so viele 
9663 \begin_inset Quotes gld
9664 \end_inset
9665
9666
9667 \series bold
9668 &
9669 \series default
9670
9671 \begin_inset Quotes grd
9672 \end_inset
9673
9674  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9675  In Tabelle
9676 \begin_inset space ~
9677 \end_inset
9678
9679
9680 \begin_inset CommandInset ref
9681 LatexCommand ref
9682 reference "tab:ForcedPagebreak"
9683
9684 \end_inset
9685
9686  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9687  Es folgt noch eine weitere Spalte.
9688  Deshalb wurde hinter dem Wort 
9689 \emph on
9690 Castelchiodato, 
9691 \emph default
9692 folgendes eingefügt:
9693 \end_layout
9694
9695 \begin_layout Standard
9696
9697 \series bold
9698 & 111
9699 \backslash
9700
9701 \backslash
9702
9703 \begin_inset Newline newline
9704 \end_inset
9705
9706 &
9707 \end_layout
9708
9709 \begin_layout Standard
9710 Die 
9711 \begin_inset Quotes gld
9712 \end_inset
9713
9714 111
9715 \begin_inset Quotes grd
9716 \end_inset
9717
9718  in der dritten Spalte wurde gelöscht.
9719  Wenn die Fußzeile Ihrer 
9720 \family sans
9721 langen
9722 \begin_inset space ~
9723 \end_inset
9724
9725 Tabelle
9726 \family default
9727  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9728  Befehle benutzen:
9729 \end_layout
9730
9731 \begin_layout Standard
9732
9733 \series bold
9734 & 111
9735 \backslash
9736
9737 \backslash
9738
9739 \begin_inset Newline newline
9740 \end_inset
9741
9742
9743 \backslash
9744 hline &
9745 \end_layout
9746
9747 \begin_layout Standard
9748 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9749  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9750 \end_layout
9751
9752 \begin_layout Standard
9753
9754 \series bold
9755
9756 \backslash
9757 setlength{
9758 \backslash
9759 parfillskip}{0pt}
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9764  erscheint.
9765 \end_layout
9766
9767 \begin_layout Standard
9768 \align center
9769 \begin_inset Tabular
9770 <lyxtabular version="3" rows="39" columns="3">
9771 <features islongtable="true">
9772 <column alignment="left" valignment="top" width="0cm">
9773 <column alignment="left" valignment="top" width="3cm">
9774 <column alignment="right" valignment="top" width="0pt">
9775 <row endfirsthead="true" caption="true">
9776 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 \begin_inset Caption
9781
9782 \begin_layout Plain Layout
9783 Tabelle mit manuellem Seitenumbruch in einer Zelle
9784 \begin_inset CommandInset label
9785 LatexCommand label
9786 name "tab:ForcedPagebreak"
9787
9788 \end_inset
9789
9790
9791 \begin_inset OptArg
9792 status collapsed
9793
9794 \begin_layout Plain Layout
9795 Tabelle mit manuellem Seitenumbruch in einer Zelle
9796 \end_layout
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row endfirsthead="true">
9830 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Telefonliste (ignoriere die Namen)
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row endfirsthead="true">
9861 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 NAME
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 TEL.
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row endhead="true" caption="true">
9894 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 \begin_inset ERT
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902
9903
9904 \backslash
9905 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9906 \backslash
9907
9908 \backslash
9909 %
9910 \end_layout
9911
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row endhead="true">
9939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \series bold
9945 Telefonliste
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row endhead="true">
9970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 NAME
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 TEL.
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 <row endfoot="true">
10003 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 wird fortgesetzt\SpecialChar \ldots{}
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Annovi
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 Silvia
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 111
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row>
10064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Bertoli
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 Stefano
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 111
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 Bozzi
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 Walter
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 111
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Cachia
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Maria
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Cachia
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Maurizio
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Cinquemani
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Giusi
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Colin
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Bernard
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Concli
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Gianfranco
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Dal Bosco
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Carolina
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Dalpiaz
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Annamaria
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Feliciello
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Domenico
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Focarelli
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Paola
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Galletti
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Oreste
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Gasparini
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Franca
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Lassini
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Giancarlo
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Malfatti
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Luciano
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Malfatti
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Valeriano
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Meneguzzo
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Roberto
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Mezzadra
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Roberto
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Pirpamer
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Erich
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Pochiesa
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Paolo
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111, 222
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Radina
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Claudio
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Rizzardi
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Paolo, 11.
10731  Fürst von Monte\SpecialChar \-
10732 com\SpecialChar \-
10733 patri, 11.
10734  Fürst von Sulmona und Vivaro, 10.
10735  Fürst von Rossano, 5.
10736  Herzog von Canemorte, 11.
10737  Herzog von Palombara, 5.
10738  Herzog von Castelchiodato,
10739 \begin_inset ERT
10740 status open
10741
10742 \begin_layout Plain Layout
10743
10744 & 111
10745 \backslash
10746
10747 \backslash
10748
10749 \end_layout
10750
10751 \begin_layout Plain Layout
10752
10753 &
10754 \end_layout
10755
10756 \end_inset
10757
10758  11.
10759  Herzog von Poggionativo, 11.
10760  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10761  Graf von Valinfreda, 11.
10762  Baron von Cropalati, 11.
10763  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Stuffer
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Oskar
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Tacchelli
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Ugo
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 111
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \series bold
10847 Tezzele
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 Margit
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 111
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Unterkalmsteiner
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Frieda
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Vieider
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Hilde
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Vigna
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Jürgen
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Weber
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Maurizio
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Winkler
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Franz
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row endlastfoot="true">
11027 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 </lyxtabular>
11056
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \begin_layout Section
11063 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11064 \end_layout
11065
11066 \begin_layout Subsection
11067 Mehrfache Zeilen in Zellen
11068 \begin_inset CommandInset label
11069 LatexCommand label
11070 name "uab:Mehrfache-Zeilen-in"
11071
11072 \end_inset
11073
11074
11075 \begin_inset Index
11076 status collapsed
11077
11078 \begin_layout Plain Layout
11079 Mehrfache ! Zeilen in Zellen
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \begin_inset Index
11086 status collapsed
11087
11088 \begin_layout Plain Layout
11089 Tabellen ! Zeilenumbrüche
11090 \end_layout
11091
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \begin_layout Standard
11098 \noindent
11099 \begin_inset Float table
11100 placement H
11101 wide false
11102 sideways false
11103 status open
11104
11105 \begin_layout Plain Layout
11106 \begin_inset Caption
11107
11108 \begin_layout Plain Layout
11109 \begin_inset CommandInset label
11110 LatexCommand label
11111 name "tab:Table-with-multiple"
11112
11113 \end_inset
11114
11115 Tabelle mit mehrfachen Zeilen in einer Zelle
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Plain Layout
11124 \align center
11125 \begin_inset Tabular
11126 <lyxtabular version="3" rows="3" columns="3">
11127 <features>
11128 <column alignment="center" valignment="middle" width="2.5cm">
11129 <column alignment="center" valignment="middle" width="0.5cm">
11130 <column alignment="center" valignment="middle" width="0.5cm">
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 zwei
11137 \begin_inset Newline linebreak
11138 \end_inset
11139
11140 Zeilen
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 b
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 c
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 d
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 e
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 f
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 <row>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 g
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 h
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 i
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 </lyxtabular>
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \begin_layout Standard
11235 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11236  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11237  Tabelle
11238 \begin_inset space ~
11239 \end_inset
11240
11241
11242 \begin_inset CommandInset ref
11243 LatexCommand ref
11244 reference "tab:Table-with-multiple"
11245
11246 \end_inset
11247
11248  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11249 \family sans
11250 Tabellen-Einstellungen
11251 \family default
11252 -Dialog auf 2.5
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11257  Weil unser Text schmaler als 2.5
11258 \begin_inset space \thinspace{}
11259 \end_inset
11260
11261 cm ist, würde er in einer Zeile gedruckt werden.
11262  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11263
11264 \family sans
11265 Strg-Shift-Enter
11266 \family default
11267 ) eingefügt.
11268  Wenn der Text länger ist, wird er automatisch umgebrochen.
11269 \end_layout
11270
11271 \begin_layout Standard
11272 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11273  setzen Sie die Breite der beiden Spalten im 
11274 \family sans
11275 Tabellen-Einstellungen
11276 \family default
11277 -Dialog auf 0.5
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281 cm und die vertikale Ausrichtung auf zentriert.
11282 \end_layout
11283
11284 \begin_layout Standard
11285 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11286  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11287  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11288  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11289  Fügen sie daher 0
11290 \begin_inset space \thinspace{}
11291 \end_inset
11292
11293 pt horizontalen Abstand vor dem Wort ein.
11294  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11295  Tabelle
11296 \begin_inset space ~
11297 \end_inset
11298
11299
11300 \begin_inset CommandInset ref
11301 LatexCommand ref
11302 reference "tab:Table-with-and"
11303
11304 \end_inset
11305
11306  zeigt die Wirkungen.
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \begin_inset Float table
11311 placement h
11312 wide false
11313 sideways false
11314 status open
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Caption
11318
11319 \begin_layout Plain Layout
11320 \begin_inset CommandInset label
11321 LatexCommand label
11322 name "tab:Table-with-and"
11323
11324 \end_inset
11325
11326 Tabelle ohne und mit Silbentrennung
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Plain Layout
11335 \begin_inset space \hfill{}
11336 \end_inset
11337
11338
11339 \begin_inset Tabular
11340 <lyxtabular version="3" rows="3" columns="3">
11341 <features>
11342 <column alignment="center" valignment="middle" width="2.5cm">
11343 <column alignment="center" valignment="middle" width="0.5cm">
11344 <column alignment="center" valignment="middle" width="0.5cm">
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 einsehrlangesZellenwort
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 b
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 c
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 <row>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 d
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 e
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 f
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 g
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 h
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 i
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 </lyxtabular>
11433
11434 \end_inset
11435
11436
11437 \begin_inset space \hfill{}
11438 \end_inset
11439
11440
11441 \begin_inset Tabular
11442 <lyxtabular version="3" rows="3" columns="3">
11443 <features>
11444 <column alignment="center" valignment="middle" width="2.5cm">
11445 <column alignment="center" valignment="middle" width="0.5cm">
11446 <column alignment="center" valignment="middle" width="0.5cm">
11447 <row>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 \begin_inset space \hspace{}
11453 \length 0pt
11454 \end_inset
11455
11456 einsehrlangesZellenwort
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 b
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 c
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 </row>
11480 <row>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 d
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 e
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 f
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 g
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 h
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 i
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 </lyxtabular>
11539
11540 \end_inset
11541
11542
11543 \begin_inset space \hfill{}
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \begin_layout Subsection
11555 Mehrfachspalten
11556 \begin_inset CommandInset label
11557 LatexCommand label
11558 name "uab:Mehrfachspalten"
11559
11560 \end_inset
11561
11562
11563 \begin_inset Index
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567 Mahrfachspalten
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \begin_inset Index
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577 Tabellen ! Mahrfachspalten
11578 \end_layout
11579
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \begin_layout Subsubsection
11586 Grundlagen
11587 \end_layout
11588
11589 \begin_layout Standard
11590 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11591  und verwenden dann den Knopf 
11592 \begin_inset Graphics
11593         filename ../../images/tabular-feature_multicolumn.png
11594         scale 70
11595         scaleBeforeRotation
11596         BoundingBox 0bp 6bp 22bp 22bp
11597
11598 \end_inset
11599
11600  in der Werkzeugleiste, das Menü 
11601 \family sans
11602 Bearbeiten\SpecialChar \menuseparator
11603 Tabelle\SpecialChar \menuseparator
11604 Mehrfachspalte
11605 \family default
11606  oder den 
11607 \family sans
11608 Tabellen-Einstellungen
11609 \family default
11610 -Dialog, in dem Sie auf der Karteikarte 
11611 \family sans
11612 Tabellen-Einstellungen
11613 \family default
11614  
11615 \family sans
11616 Mehrfachspalte
11617 \family default
11618  ankreuzen.
11619 \end_layout
11620
11621 \begin_layout Standard
11622 Mehrfachspalten haben ihre eigenen Einstellungen.
11623  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11624  Hier ist ein Beispiel, wobei 
11625 \begin_inset Quotes gld
11626 \end_inset
11627
11628 B 2
11629 \begin_inset Quotes grd
11630 \end_inset
11631
11632  keine Mehrfachzeile ist, wie in Abschnitt
11633 \begin_inset space ~
11634 \end_inset
11635
11636
11637 \begin_inset CommandInset ref
11638 LatexCommand ref
11639 reference "uab:Mehrfachzeilen"
11640
11641 \end_inset
11642
11643  beschrieben.
11644  Es wurde nur eine Linie weggelassen:
11645 \end_layout
11646
11647 \begin_layout Standard
11648 \align center
11649 \begin_inset Tabular
11650 <lyxtabular version="3" rows="3" columns="4">
11651 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11652 <column alignment="center" valignment="top" width="0pt">
11653 <column alignment="center" valignment="middle" width="0">
11654 <column alignment="center" valignment="top" width="0in">
11655 <column alignment="center" valignment="top" width="0pt">
11656 <row>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 abc
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 def ghi
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 jkl
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 <row>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699
11700 \family roman
11701 \series medium
11702 \shape up
11703 \size normal
11704 \emph off
11705 \bar no
11706 \noun off
11707 \color none
11708 A
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 B
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 C
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 D
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 <row>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 1
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 2
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 3
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 4
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 </lyxtabular>
11780
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Subsubsection
11787 Mehrfachspalten-Berechnungen
11788 \begin_inset CommandInset label
11789 LatexCommand label
11790 name "uab:Mehrfachspalten-Berechnungen"
11791
11792 \end_inset
11793
11794
11795 \begin_inset Index
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799 Mahrfachspalten ! Berechnung
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \begin_inset Index
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809 Tabellen ! Mahrfachspalten ! Berechnung
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Standard
11818 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11819  Zellen beachten.
11820 \end_layout
11821
11822 \begin_layout Standard
11823 \begin_inset Float table
11824 placement h
11825 wide false
11826 sideways false
11827 status open
11828
11829 \begin_layout Plain Layout
11830 \begin_inset Caption
11831
11832 \begin_layout Plain Layout
11833 \begin_inset CommandInset label
11834 LatexCommand label
11835 name "tab:Table-with-centered"
11836
11837 \end_inset
11838
11839 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11840  die halbe Breite der Mehrfachspalten-Zelle haben
11841 \begin_inset OptArg
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845 Eine Mehrfachspalten-Tabelle
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Plain Layout
11859 \align center
11860 \begin_inset Tabular
11861 <lyxtabular version="3" rows="3" columns="3">
11862 <features>
11863 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11864 <column alignment="center" valignment="middle" width="0">
11865 <column alignment="center" valignment="top" width="0">
11866 <row>
11867 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 Dies ist eine Mehrfach\SpecialChar \-
11872 spalten-Zelle
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 c
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 </row>
11896 <row>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 d
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 e
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 f
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 g
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 h
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 i
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 </lyxtabular>
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \begin_layout Standard
11967 Um Tabelle
11968 \begin_inset space ~
11969 \end_inset
11970
11971
11972 \begin_inset CommandInset ref
11973 LatexCommand ref
11974 reference "tab:Table-with-centered"
11975
11976 \end_inset
11977
11978  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11979  3×3-Tabelle, kreuzen im 
11980 \family sans
11981 Tabellen-Einstellungen
11982 \family default
11983 -Dialog 
11984 \family sans
11985 Mehrfachspalte
11986 \family default
11987  an, setzen die 
11988 \family sans
11989 Horizontale
11990 \begin_inset space ~
11991 \end_inset
11992
11993 Ausrichtung
11994 \family default
11995  auf 
11996 \family sans
11997 Zentriert
11998 \family default
11999  und die 
12000 \family sans
12001 Breite
12002 \family default
12003  auf 2.5
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm.
12008  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12009  Sie die Breite der ersten Spalte auf 1.25
12010 \begin_inset space \thinspace{}
12011 \end_inset
12012
12013 cm setzen.
12014  Die zweite Spalte wird dann automatisch 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm breit (Breite der 
12019 \family sans
12020 Mehrfachspalte
12021 \family default
12022  
12023 \begin_inset Formula $-$
12024 \end_inset
12025
12026  Breite der ersten Spalte).
12027  Dies wurde so für Tabelle
12028 \begin_inset space ~
12029 \end_inset
12030
12031
12032 \begin_inset CommandInset ref
12033 LatexCommand ref
12034 reference "tab:Table-without-half"
12035
12036 \end_inset
12037
12038  gemacht.
12039 \end_layout
12040
12041 \begin_layout Standard
12042 \begin_inset Float table
12043 wide false
12044 sideways false
12045 status open
12046
12047 \begin_layout Plain Layout
12048 \begin_inset Caption
12049
12050 \begin_layout Plain Layout
12051 \begin_inset CommandInset label
12052 LatexCommand label
12053 name "tab:Table-without-half"
12054
12055 \end_inset
12056
12057 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12058  wie die Mehrfachspalte
12059 \begin_inset OptArg
12060 status collapsed
12061
12062 \begin_layout Plain Layout
12063 Eine unvollkommene Mehrfachspalten-Tabelle
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \end_inset
12072
12073
12074 \end_layout
12075
12076 \begin_layout Plain Layout
12077 \align center
12078 \begin_inset Tabular
12079 <lyxtabular version="3" rows="3" columns="3">
12080 <features>
12081 <column alignment="center" valignment="top" width="1.25cm">
12082 <column alignment="center" valignment="top" width="0">
12083 <column alignment="center" valignment="top" width="0">
12084 <row>
12085 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 Dies ist auch eine Mehr\SpecialChar \-
12090 fach\SpecialChar \-
12091 spalten-Zelle
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 c
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 <row>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 d
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 e
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 f
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 </row>
12144 <row>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 g
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 h
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 i
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 </lyxtabular>
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \begin_layout Standard
12186 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12187  als die zweite ist.
12188  Das liegt daran, dass die Zellenbreite 
12189 \begin_inset Formula $W_{\mathrm{tot}}$
12190 \end_inset
12191
12192  nicht ihre definierte Breite 
12193 \begin_inset Formula $W_{g}$
12194 \end_inset
12195
12196  ist, sondern ein wenig mehr.
12197  Anhang
12198 \begin_inset space ~
12199 \end_inset
12200
12201
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "kap:Exläuterung-einer-Gleichung"
12205
12206 \end_inset
12207
12208  erklärt das genauer.
12209 \end_layout
12210
12211 \begin_layout Standard
12212 Wenn 
12213 \emph on
12214 n
12215 \emph default
12216  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12217  die definierte Breite 
12218 \begin_inset Formula $W_{g\, n}$
12219 \end_inset
12220
12221  einer Spalte, deren totale Breite = 
12222 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12223 \end_inset
12224
12225  sein soll, wie folgt:
12226 \begin_inset Formula \begin{equation}
12227 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \begin_layout Standard
12235 In unserem Falls ist 
12236 \begin_inset Formula $n=2$
12237 \end_inset
12238
12239
12240 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12241 \end_inset
12242
12243 cm, und damit wird aus Gleichung
12244 \begin_inset space ~
12245 \end_inset
12246
12247
12248 \begin_inset CommandInset ref
12249 LatexCommand ref
12250 reference "eq:Wgn"
12251
12252 \end_inset
12253
12254  
12255 \begin_inset Formula \begin{equation}
12256 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 Damit LaTeX rechnen kann, muss das Paket 
12265 \series bold
12266 calc
12267 \series default
12268  im Vorspann geladen werden.
12269 \begin_inset Index
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273 LaTeX-Pakete ! calc
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \series bold
12284
12285 \backslash
12286 usepackage{calc}
12287 \end_layout
12288
12289 \begin_layout Standard
12290 LyX erlaubt im 
12291 \family sans
12292 Breite
12293 \family default
12294 -Feld des 
12295 \family sans
12296 Tabellen-Einstellungen
12297 \family default
12298 -Dialogs keine Berechnungen.
12299  Deshalb müssen Sie die Formel für die Breite im Feld 
12300 \family sans
12301 LaTe
12302 \begin_inset ERT
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306
12307 {}
12308 \end_layout
12309
12310 \end_inset
12311
12312 X-Argument
12313 \family default
12314  eingeben.
12315  Hier iss ein Überblick über die Argumente:
12316 \end_layout
12317
12318 \begin_layout Itemize
12319
12320 \series bold
12321 p{Breite}
12322 \series default
12323  die Zelle bekommt eine feste 
12324 \series bold
12325 Breite
12326 \series default
12327 , und die vertikale Ausrichtung ist 
12328 \family sans
12329 Oben
12330 \end_layout
12331
12332 \begin_layout Itemize
12333
12334 \series bold
12335 m{Breite}
12336 \series default
12337  die Zelle bekommt eine feste 
12338 \series bold
12339 Breite
12340 \series default
12341 , und die vertikale Ausrichtung ist 
12342 \family sans
12343 Mitte
12344 \end_layout
12345
12346 \begin_layout Itemize
12347
12348 \series bold
12349 b{Breite}
12350 \series default
12351  die Zelle bekommt eine feste 
12352 \series bold
12353 Breite
12354 \series default
12355 , und die vertikale Ausrichtung ist 
12356 \family sans
12357 Unten
12358 \end_layout
12359
12360 \begin_layout Standard
12361 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12362  für diese Zelle überschrieben.
12363 \end_layout
12364
12365 \begin_layout Standard
12366 \begin_inset Note Greyedout
12367 status open
12368
12369 \begin_layout Plain Layout
12370
12371 \series bold
12372 Bemerkung:
12373 \series default
12374  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12375  angezeigt.
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12385  der Zelle mit dem Inhalt 
12386 \begin_inset Quotes gld
12387 \end_inset
12388
12389 d
12390 \begin_inset Quotes grd
12391 \end_inset
12392
12393  der Tabelle
12394 \begin_inset space ~
12395 \end_inset
12396
12397
12398 \begin_inset CommandInset ref
12399 LatexCommand ref
12400 reference "tab:Table-with-centered"
12401
12402 \end_inset
12403
12404  auch noch der Befehl
12405 \family typewriter
12406 \series bold
12407  
12408 \family default
12409
12410 \backslash
12411 centering
12412 \series default
12413  hinzugefügt.
12414  Das Ganze sieht dann so aus:
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420 |>{
12421 \backslash
12422 centering}m{1.25cm-6.2pt}
12423 \end_layout
12424
12425 \begin_layout Standard
12426 Der vertikale Strich 
12427 \series bold
12428
12429 \begin_inset Quotes gld
12430 \end_inset
12431
12432 |
12433 \series default
12434
12435 \begin_inset Quotes grd
12436 \end_inset
12437
12438  am Anfang zeichnet die linke Linie, und der Befehl 
12439 \series bold
12440
12441 \begin_inset Quotes gld
12442 \end_inset
12443
12444 >{ }
12445 \begin_inset Quotes grd
12446 \end_inset
12447
12448
12449 \series default
12450  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12451  der Zelle benutzt werden sollen.
12452 \end_layout
12453
12454 \begin_layout Standard
12455 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12456  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12457  für einzelne Spalten anwendet.
12458  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12459  werden:
12460 \end_layout
12461
12462 \begin_layout Standard
12463
12464 \series bold
12465 |>{
12466 \backslash
12467 centering}m{2.5cm}|
12468 \end_layout
12469
12470 \begin_layout Subsection
12471 Mehrfachzeilen
12472 \begin_inset CommandInset label
12473 LatexCommand label
12474 name "uab:Mehrfachzeilen"
12475
12476 \end_inset
12477
12478
12479 \begin_inset Index
12480 status collapsed
12481
12482 \begin_layout Plain Layout
12483 Mehrfachzeilen
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \begin_inset Index
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493 Tabellen ! Mehrfachzeilen
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12503  unterstützt, sodass etwas TeX-Code notwendig ist.
12504  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12505 \series bold
12506 multirow
12507 \series default
12508
12509 \begin_inset Index
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 LaTeX-Pakete ! multirow
12514 \end_layout
12515
12516 \end_inset
12517
12518  im Vorspann geladen werden:
12519 \end_layout
12520
12521 \begin_layout Standard
12522
12523 \series bold
12524
12525 \backslash
12526 usepackage{multirow}
12527 \end_layout
12528
12529 \begin_layout Standard
12530 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12531 \end_layout
12532
12533 \begin_layout Standard
12534
12535 \series bold
12536
12537 \backslash
12538 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12539 \end_layout
12540
12541 \begin_layout Standard
12542 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12543  Mehrfachspalte definiert und die obere Linie entfernt.
12544 \end_layout
12545
12546 \begin_layout Standard
12547 \align center
12548 \begin_inset ERT
12549 status collapsed
12550
12551 \begin_layout Plain Layout
12552
12553
12554 \backslash
12555 renewcommand{
12556 \backslash
12557 multirowsetup}{
12558 \backslash
12559 centering}
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \begin_inset Tabular
12566 <lyxtabular version="3" rows="3" columns="3">
12567 <features>
12568 <column alignment="center" valignment="top" width="0">
12569 <column alignment="center" valignment="top" width="0">
12570 <column alignment="center" valignment="top" width="0">
12571 <row>
12572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 a
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 b
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 c
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 \begin_inset ERT
12606 status collapsed
12607
12608 \begin_layout Plain Layout
12609
12610
12611 \backslash
12612 multirow{2}{2.5cm}{
12613 \end_layout
12614
12615 \end_inset
12616
12617 Mehrfach\SpecialChar \-
12618 zeilen-Text
12619 \begin_inset ERT
12620 status collapsed
12621
12622 \begin_layout Plain Layout
12623
12624 }
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 e
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 f
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 h
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 i
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 </lyxtabular>
12683
12684 \end_inset
12685
12686
12687 \begin_inset ERT
12688 status collapsed
12689
12690 \begin_layout Plain Layout
12691
12692
12693 \backslash
12694 renewcommand{
12695 \backslash
12696 multirowsetup}{
12697 \backslash
12698 raggedright}
12699 \end_layout
12700
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 In der Zelle darüber wurde dann mit dem Befehl
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 multirow{2}{2.5cm}{
12716 \end_layout
12717
12718 \begin_layout Standard
12719 als TeX-Code die Mehrfachzeile definiert.
12720  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12721 \begin_inset space \thinspace{}
12722 \end_inset
12723
12724 cm.
12725  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12726  mit der Klammer 
12727 \begin_inset Quotes gld
12728 \end_inset
12729
12730
12731 \series bold
12732 }
12733 \series default
12734
12735 \begin_inset Quotes grd
12736 \end_inset
12737
12738  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12739 \end_layout
12740
12741 \begin_layout Standard
12742
12743 \series bold
12744
12745 \backslash
12746 multirow
12747 \series default
12748  richtet seinen Inhalt standardmäßig linksbündig aus.
12749  Das wurde mit dem Befehl
12750 \end_layout
12751
12752 \begin_layout Standard
12753
12754 \series bold
12755
12756 \backslash
12757 renewcommand{
12758 \backslash
12759 multirowsetup}{
12760 \backslash
12761 centering}
12762 \end_layout
12763
12764 \begin_layout Standard
12765 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12766 \end_layout
12767
12768 \begin_layout Standard
12769
12770 \series bold
12771
12772 \backslash
12773 renewcommand{
12774 \backslash
12775 multirowsetup}{
12776 \backslash
12777 raggedright}
12778 \end_layout
12779
12780 \begin_layout Standard
12781 zurückgesetzt.
12782  Für rechtsbündigen Text benutzt man 
12783 \series bold
12784
12785 \backslash
12786 raggedleft
12787 \series default
12788 .
12789 \end_layout
12790
12791 \begin_layout Section
12792 Formale Tabellen
12793 \begin_inset CommandInset label
12794 LatexCommand label
12795 name "abs:Formale-Tabellen"
12796
12797 \end_inset
12798
12799
12800 \begin_inset Index
12801 status collapsed
12802
12803 \begin_layout Plain Layout
12804 Tabellen ! Formale
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Tabellen werden in Büchern oft wie Tabelle
12814 \begin_inset space ~
12815 \end_inset
12816
12817
12818 \begin_inset CommandInset ref
12819 LatexCommand ref
12820 reference "tab:Formale-Tabelle"
12821
12822 \end_inset
12823
12824  gesetzt.
12825  Diese Tabellen werden
12826 \emph on
12827  formal
12828 \emph default
12829  genannt.
12830  Formale Tabellen bekommen Sie, wenn Sie im 
12831 \family sans
12832 Tabellen-Einstellungen
12833 \family default
12834 -Dialog auf der Karteikarte 
12835 \family sans
12836 Rahmen
12837 \family default
12838  den 
12839 \family sans
12840 Stil
12841 \family default
12842  
12843 \family sans
12844 Formal
12845 \family default
12846  ankreuzen.
12847 \end_layout
12848
12849 \begin_layout Standard
12850 \begin_inset Float table
12851 placement h
12852 wide false
12853 sideways false
12854 status open
12855
12856 \begin_layout Plain Layout
12857 \begin_inset Caption
12858
12859 \begin_layout Plain Layout
12860 \begin_inset CommandInset label
12861 LatexCommand label
12862 name "tab:Formale-Tabelle"
12863
12864 \end_inset
12865
12866 Formale Tabelle
12867 \end_layout
12868
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Plain Layout
12875 \align center
12876 \begin_inset Tabular
12877 <lyxtabular version="3" rows="8" columns="4">
12878 <features booktabs="true">
12879 <column alignment="center" valignment="top" width="0">
12880 <column alignment="right" valignment="top" width="0">
12881 <column alignment="right" valignment="top" width="0">
12882 <column alignment="right" valignment="top" width="0">
12883 <row>
12884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 System
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 Medipix
12898 \begin_inset space \thinspace{}
12899 \end_inset
12900
12901 1
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 Medipix
12911 \begin_inset space \thinspace{}
12912 \end_inset
12913
12914 2
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 </row>
12929 <row>
12930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 \begin_inset ERT
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938
12939
12940 \backslash
12941 cmidrule(r){2-2}
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \begin_inset ERT
12948 status collapsed
12949
12950 \begin_layout Plain Layout
12951
12952
12953 \backslash
12954 cmidrule(l){3-4}
12955 \end_layout
12956
12957 \end_inset
12958
12959 Detektordicke [µm]
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 300
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 300
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 700
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 </row>
12992 <row>
12993 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 Kantenwinkel [°]
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 3.55
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 2.71
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 7.99
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 <row topspace="default">
13031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 räumliche Auf\SpecialChar \textcompwordmark{}
13036 lösung [µm]
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 4.26
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 10.17
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 10.56
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 <row topspace="default">
13070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 MTF bei 
13075 \begin_inset Formula $f_{\mathrm{max}}$
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 0.53
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 0.37
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 0.39
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 </row>
13111 <row topspace="default">
13112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 \begin_inset ERT
13117 status collapsed
13118
13119 \begin_layout Plain Layout
13120
13121
13122 \backslash
13123 cmidrule(l{10pt}){1-1}
13124 \end_layout
13125
13126 \end_inset
13127
13128 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13129 lösung
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 <row>
13163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 in µm
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 129.7
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 52.75
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 50.78
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 <row>
13201 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 in % der Pixelgröße
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 76.3
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 95.9
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 92.3
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 </row>
13238 </lyxtabular>
13239
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Standard
13251 Abstände zu Tabellenzeilen können auf der Karteikarte 
13252 \family sans
13253 Rahmen
13254 \family default
13255  des 
13256 \family sans
13257 Tabellen-Ein\SpecialChar \-
13258 stel\SpecialChar \-
13259 lun\SpecialChar \-
13260 gen
13261 \family default
13262 -Dialogs hinzugefügt werden, wie in Abschnitt
13263 \begin_inset space ~
13264 \end_inset
13265
13266
13267 \begin_inset CommandInset ref
13268 LatexCommand ref
13269 reference "uab:Zeilenabstand"
13270
13271 \end_inset
13272
13273  beschrieben.
13274 \end_layout
13275
13276 \begin_layout Standard
13277 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13278  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13279  gedruckt aber anders aus.
13280  Die erste und letzte Linie ist 0.08
13281 \begin_inset space \thinspace{}
13282 \end_inset
13283
13284 em dick, während die anderen 0.05
13285 \begin_inset space \thinspace{}
13286 \end_inset
13287
13288 em dick sind.
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13293 \end_layout
13294
13295 \begin_layout Standard
13296
13297 \series bold
13298
13299 \backslash
13300 let
13301 \backslash
13302 mytoprule
13303 \backslash
13304 toprule
13305 \begin_inset Newline newline
13306 \end_inset
13307
13308
13309 \backslash
13310 renewcommand{
13311 \backslash
13312 toprule}{
13313 \backslash
13314 mytoprule[Breite]}
13315 \end_layout
13316
13317 \begin_layout Standard
13318 Dies Beispiel gilt für die oberste Linie, genannt 
13319 \series bold
13320 toprule
13321 \series default
13322 .
13323  Für die letzte müssen Sie 
13324 \series bold
13325 toprule
13326 \series default
13327  durch 
13328 \series bold
13329 bottomrule
13330 \series default
13331  ersetzen.
13332  Die Linien dazwischen heißen 
13333 \series bold
13334 midrule
13335 \series default
13336 .
13337  Für 
13338 \family sans
13339 Breite
13340 \family default
13341  können Sie alle Einheiten benutzen, die in Anhang
13342 \begin_inset space ~
13343 \end_inset
13344
13345
13346 \begin_inset CommandInset ref
13347 LatexCommand ref
13348 reference "kap:In-LyX-verfügbare"
13349
13350 \end_inset
13351
13352  aufgelistet sind.
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13357  eine Linie unter einer Mehrfachspalte.
13358  LyX wird intern den Befehl 
13359 \series bold
13360
13361 \backslash
13362 cmidrule
13363 \series default
13364  benutzen, um diese Linie zu drucken.
13365  Der ganze Befehl sieht so aus:
13366 \end_layout
13367
13368 \begin_layout Standard
13369
13370 \series bold
13371
13372 \backslash
13373 cmidrule[width](trim){Anfangsspalte-Endspalte}
13374 \end_layout
13375
13376 \begin_layout Standard
13377 Die 
13378 \series bold
13379
13380 \backslash
13381 cmidrule
13382 \series default
13383 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13384  benutzen.
13385  
13386 \series bold
13387
13388 \backslash
13389 cmidrule
13390 \series default
13391  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13392  erste Zelle einer Zeile einfügt.
13393  Die Linie wird dann über der Zeile gedruckt.
13394 \end_layout
13395
13396 \begin_layout Standard
13397 Der Standardwert ist 0.03
13398 \begin_inset space \thinspace{}
13399 \end_inset
13400
13401 em.
13402  Die Linie reicht von 
13403 \family typewriter
13404 Anfangsspalte
13405 \family default
13406  bis 
13407 \family typewriter
13408 End\SpecialChar \-
13409 spal\SpecialChar \-
13410 te
13411 \family default
13412 .
13413  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13414   Der optionale Parameter 
13415 \family typewriter
13416 trim
13417 \family default
13418  kann die Werte 
13419 \emph on
13420 r
13421 \emph default
13422
13423 \emph on
13424 r{Breite}
13425 \emph default
13426
13427 \emph on
13428 l
13429 \family typewriter
13430 \emph default
13431  
13432 \family default
13433 oder 
13434 \emph on
13435 l{Breite}
13436 \emph default
13437  annehmen, wobei die 
13438 \family sans
13439 Breite
13440 \family default
13441  optional ist.
13442  
13443 \emph on
13444 l{2pt}
13445 \emph default
13446  zum Beispiel bedeutet, dass die Linie links um 2
13447 \begin_inset space \thinspace{}
13448 \end_inset
13449
13450 pt gekürzt wird.
13451  Ohne Breitenangabe werden die Linien um 0.5
13452 \begin_inset space \thinspace{}
13453 \end_inset
13454
13455 em gekürzt.
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset VSpace bigskip
13460 \end_inset
13461
13462 In Tabelle
13463 \begin_inset space ~
13464 \end_inset
13465
13466
13467 \begin_inset CommandInset ref
13468 LatexCommand ref
13469 reference "tab:Formale-Tabelle"
13470
13471 \end_inset
13472
13473  wurden die Befehle
13474 \end_layout
13475
13476 \begin_layout Standard
13477
13478 \series bold
13479
13480 \backslash
13481 cmidrule(r){2-2}
13482 \backslash
13483 cmidrule(l){3-4}
13484 \end_layout
13485
13486 \begin_layout Standard
13487 am Anfang der zweiten Zeile und
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 cmidrule(l{10pt}){1-1}
13496 \end_layout
13497
13498 \begin_layout Standard
13499 in der sechsten benutzt.
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \begin_inset VSpace bigskip
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 Sie können mit 
13511 \series bold
13512
13513 \backslash
13514 cmidrule
13515 \series default
13516  auch überlappende Linien wie in Tabelle
13517 \begin_inset space ~
13518 \end_inset
13519
13520
13521 \begin_inset CommandInset ref
13522 LatexCommand ref
13523 reference "tab:Special-booktabs-table"
13524
13525 \end_inset
13526
13527  definieren.
13528  Der Befehl ist:
13529 \end_layout
13530
13531 \begin_layout Standard
13532
13533 \series bold
13534
13535 \backslash
13536 morecmidrules
13537 \end_layout
13538
13539 \begin_layout Standard
13540 In Zeile zwei der Tabelle
13541 \begin_inset space ~
13542 \end_inset
13543
13544
13545 \begin_inset CommandInset ref
13546 LatexCommand ref
13547 reference "tab:Special-booktabs-table"
13548
13549 \end_inset
13550
13551  wurde folgender Befehl benutzt:
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 cmidrule(r){2-2}
13560 \backslash
13561 cmidrule(l){3-4}
13562 \backslash
13563 morecmidrules
13564 \begin_inset Newline newline
13565 \end_inset
13566
13567
13568 \backslash
13569 cmidrule{2-4}
13570 \end_layout
13571
13572 \begin_layout Standard
13573 und in Zeile sechs:
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 midrule
13582 \backslash
13583 morecmidrules
13584 \backslash
13585 cmidrule{3-4}
13586 \end_layout
13587
13588 \begin_layout Standard
13589 \begin_inset VSpace bigskip
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \begin_layout Standard
13596 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13597  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13598 \end_layout
13599
13600 \begin_layout Standard
13601
13602 \series bold
13603
13604 \backslash
13605 specialrule{Dicke}{Abstand davor}{Abstand danach}
13606 \end_layout
13607
13608 \begin_layout Standard
13609 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13610 \series bold
13611 booktabs
13612 \series default
13613  
13614 \begin_inset CommandInset citation
13615 LatexCommand cite
13616 key "booktabs"
13617
13618 \end_inset
13619
13620 .
13621 \begin_inset Index
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625 LaTeX-Pakete ! booktabs
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634 \begin_inset Float table
13635 placement h
13636 wide false
13637 sideways false
13638 status open
13639
13640 \begin_layout Plain Layout
13641 \begin_inset Caption
13642
13643 \begin_layout Plain Layout
13644 \begin_inset CommandInset label
13645 LatexCommand label
13646 name "tab:Special-booktabs-table"
13647
13648 \end_inset
13649
13650 Eine spezielle formale Tabelle
13651 \end_layout
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \begin_layout Plain Layout
13659 \align center
13660 \begin_inset Tabular
13661 <lyxtabular version="3" rows="8" columns="4">
13662 <features booktabs="true">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="right" valignment="top" width="0">
13666 <column alignment="right" valignment="top" width="0">
13667 <row>
13668 <cell alignment="center" valignment="top" topline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 System
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 Medipix
13682 \begin_inset space \thinspace{}
13683 \end_inset
13684
13685 1
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 Medipix
13695 \begin_inset space \thinspace{}
13696 \end_inset
13697
13698 2
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 \begin_inset ERT
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722
13723
13724 \backslash
13725 cmidrule(r){2-2}
13726 \end_layout
13727
13728 \end_inset
13729
13730
13731 \begin_inset ERT
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736
13737 \backslash
13738 cmidrule(l){3-4}
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \begin_inset ERT
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748
13749
13750 \backslash
13751 morecmidrules 
13752 \end_layout
13753
13754 \end_inset
13755
13756
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762
13763 \backslash
13764 cmidrule{2-4}
13765 \end_layout
13766
13767 \end_inset
13768
13769 Detektordicke  [µm]
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 300
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 300
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 700
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 Kantenwinkel [°]
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 3,55
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 2,71
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 7,99
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row topspace="default">
13841 <cell alignment="center" valignment="top" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 räumliche Auf\SpecialChar \textcompwordmark{}
13846 lösung [µm]
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 4,26
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 10,17
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 10,56
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 <row topspace="default">
13880 <cell alignment="center" valignment="top" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 MTF bei 
13885 \begin_inset Formula $f_{\mathrm{max}}$
13886 \end_inset
13887
13888
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 0,53
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 0,37
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 0,39
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931
13932 \backslash
13933 morecmidrules 
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \begin_inset ERT
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943
13944
13945 \backslash
13946 cmidrule{3-4}
13947 \end_layout
13948
13949 \end_inset
13950
13951 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13952 lösung
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" topline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 in µm
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 129,7
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 52,75
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 50,78
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 </row>
14023 <row>
14024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 in % der Pixelgröße
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 76,3
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 95,9
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 92,3
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Section
14074 Vertikale Tabellen-Ausrichtung
14075 \begin_inset Index
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079 Tabellen ! Ausrichtung
14080 \end_layout
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \begin_layout Standard
14088 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14089  einer Box sein.
14090  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14091 \begin_inset space ~
14092 \end_inset
14093
14094
14095 \begin_inset CommandInset ref
14096 LatexCommand ref
14097 reference "abs:Box-Dialog"
14098
14099 \end_inset
14100
14101  beschrieben.
14102 \end_layout
14103
14104 \begin_layout Standard
14105 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14106 \begin_inset Foot
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 Minipages werden in Abschnitt
14111 \begin_inset space ~
14112 \end_inset
14113
14114
14115 \begin_inset CommandInset ref
14116 LatexCommand ref
14117 reference "abs:Minipage"
14118
14119 \end_inset
14120
14121  beschrieben.
14122 \end_layout
14123
14124 \end_inset
14125
14126  mit 15
14127 \begin_inset space \thinspace{}
14128 \end_inset
14129
14130 col%-Breite:
14131 \end_layout
14132
14133 \begin_layout Itemize
14134 Test 
14135 \begin_inset Box Frameless
14136 position "t"
14137 hor_pos "c"
14138 has_inner_box 1
14139 inner_pos "c"
14140 use_parbox 0
14141 width "15col%"
14142 special "none"
14143 height "1in"
14144 height_special "totalheight"
14145 status collapsed
14146
14147 \begin_layout Plain Layout
14148 \begin_inset Tabular
14149 <lyxtabular version="3" rows="3" columns="3">
14150 <features>
14151 <column alignment="center" valignment="top" width="0">
14152 <column alignment="center" valignment="top" width="0">
14153 <column alignment="center" valignment="top" width="0">
14154 <row>
14155 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 Tabelle 1
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 b
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 e
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 h
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 c
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 f
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 i
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 </row>
14241 </lyxtabular>
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \end_inset
14249
14250  Test 
14251 \begin_inset ERT
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256
14257 \backslash
14258 raisebox{0.85
14259 \backslash
14260 baselineskip}{
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \begin_inset Box Frameless
14267 position "t"
14268 hor_pos "c"
14269 has_inner_box 1
14270 inner_pos "c"
14271 use_parbox 0
14272 width "15col%"
14273 special "none"
14274 height "1in"
14275 height_special "totalheight"
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279 \begin_inset Tabular
14280 <lyxtabular version="3" rows="3" columns="3">
14281 <features>
14282 <column alignment="center" valignment="top" width="0">
14283 <column alignment="center" valignment="top" width="0">
14284 <column alignment="center" valignment="top" width="0">
14285 <row>
14286 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 Tabelle 2
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 b
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 e
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 h
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 c
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 f
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 i
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 </lyxtabular>
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \begin_inset ERT
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386
14387 }
14388 \end_layout
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \begin_layout Itemize
14396 Test 
14397 \begin_inset Box Frameless
14398 position "c"
14399 hor_pos "c"
14400 has_inner_box 1
14401 inner_pos "c"
14402 use_parbox 0
14403 width "15col%"
14404 special "none"
14405 height "1in"
14406 height_special "totalheight"
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410 \begin_inset Tabular
14411 <lyxtabular version="3" rows="3" columns="3">
14412 <features>
14413 <column alignment="center" valignment="top" width="0">
14414 <column alignment="center" valignment="top" width="0">
14415 <column alignment="center" valignment="top" width="0">
14416 <row>
14417 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 Tabelle 3
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 b
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 e
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 h
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 <row>
14475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 c
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 f
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 i
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 </lyxtabular>
14504
14505 \end_inset
14506
14507
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Itemize
14516 Test 
14517 \begin_inset Box Frameless
14518 position "b"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "c"
14522 use_parbox 0
14523 width "15col%"
14524 special "none"
14525 height "1in"
14526 height_special "totalheight"
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530 \begin_inset Tabular
14531 <lyxtabular version="3" rows="3" columns="3">
14532 <features>
14533 <column alignment="center" valignment="top" width="0">
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <row>
14537 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 Tabelle 4
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 b
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 e
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 h
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 c
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 f
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 i
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 </row>
14623 </lyxtabular>
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \end_inset
14631
14632 Test 
14633 \begin_inset ERT
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637
14638
14639 \backslash
14640 raisebox{-0.32
14641 \backslash
14642 baselineskip}{
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \begin_inset Box Frameless
14649 position "b"
14650 hor_pos "c"
14651 has_inner_box 1
14652 inner_pos "c"
14653 use_parbox 0
14654 width "15col%"
14655 special "none"
14656 height "1in"
14657 height_special "totalheight"
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661 \begin_inset Tabular
14662 <lyxtabular version="3" rows="3" columns="3">
14663 <features>
14664 <column alignment="center" valignment="top" width="0">
14665 <column alignment="center" valignment="top" width="0">
14666 <column alignment="center" valignment="top" width="0">
14667 <row>
14668 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 Tabelle 5
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 </row>
14696 <row>
14697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 b
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710 e
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 h
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 </row>
14725 <row>
14726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 c
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 f
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 i
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 </lyxtabular>
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \begin_inset ERT
14765 status collapsed
14766
14767 \begin_layout Plain Layout
14768
14769 }
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14779 \begin_inset space \space{}
14780 \end_inset
14781
14782 1 und letzten Zeile von Tabelle
14783 \begin_inset space \space{}
14784 \end_inset
14785
14786 4 bezüglich dem Wort 
14787 \begin_inset Quotes gld
14788 \end_inset
14789
14790 Test
14791 \begin_inset Quotes grd
14792 \end_inset
14793
14794  nicht richtig ausgerichtet.
14795  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14796 \begin_inset Quotes gld
14797 \end_inset
14798
14799 Raisebox
14800 \begin_inset Quotes grd
14801 \end_inset
14802
14803
14804 \begin_inset Foot
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 Raiseboxen werden in Abschnitt
14809 \begin_inset space ~
14810 \end_inset
14811
14812
14813 \begin_inset CommandInset ref
14814 LatexCommand ref
14815 reference "uab:Vertikale-Ausrichtung"
14816
14817 \end_inset
14818
14819  beschrieben.
14820 \end_layout
14821
14822 \end_inset
14823
14824  setzen.
14825  In Tabelle
14826 \begin_inset space \space{}
14827 \end_inset
14828
14829 2 wurde der Text mit dem Befehl
14830 \end_layout
14831
14832 \begin_layout Standard
14833
14834 \series bold
14835
14836 \backslash
14837 raisebox{0.85
14838 \backslash
14839 baselineskip}{
14840 \end_layout
14841
14842 \begin_layout Standard
14843 vor der Box ausgerichtet.
14844  Hinter der Box wurde auch noch 
14845 \series bold
14846 }
14847 \series default
14848  als TeX-Code eingefügt, weil der obige Befehl mit 
14849 \series bold
14850 {
14851 \series default
14852  aufhörte.
14853  Für Tabelle
14854 \begin_inset space \space{}
14855 \end_inset
14856
14857 5 wurde der Befehl
14858 \end_layout
14859
14860 \begin_layout Standard
14861
14862 \series bold
14863
14864 \backslash
14865 raisebox{-0.32
14866 \backslash
14867 baselineskip}{
14868 \end_layout
14869
14870 \begin_layout Standard
14871 benutzt.
14872 \end_layout
14873
14874 \begin_layout Standard
14875 \begin_inset Note Greyedout
14876 status open
14877
14878 \begin_layout Plain Layout
14879
14880 \series bold
14881 Bemerkung:
14882 \series default
14883  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14884  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14885  Der Faktor im 
14886 \series bold
14887
14888 \backslash
14889 raisebox
14890 \series default
14891 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \begin_layout Section
14900 Farbige Tabellen
14901 \begin_inset CommandInset label
14902 LatexCommand label
14903 name "abs:Farbige-Tabellen"
14904
14905 \end_inset
14906
14907
14908 \begin_inset Index
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912 Tabellen ! farbige
14913 \end_layout
14914
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \begin_layout Subsection
14921 Farbige Zellen
14922 \begin_inset Index
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926 farbige !  Tabellenzellen
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Standard
14935 \begin_inset Float table
14936 placement h
14937 wide false
14938 sideways false
14939 status open
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Caption
14943
14944 \begin_layout Plain Layout
14945 \begin_inset CommandInset label
14946 LatexCommand label
14947 name "tab:Farbige-Tabelle-ohne"
14948
14949 \end_inset
14950
14951 Farbige Tabelle, ohne Paket 
14952 \series bold
14953 colortbl
14954 \series default
14955
14956 \begin_inset OptArg
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960 Tabelle ohne 
14961 \family typewriter
14962 colortbl
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Plain Layout
14976 \align center
14977 \begin_inset Tabular
14978 <lyxtabular version="3" rows="3" columns="3">
14979 <features>
14980 <column alignment="center" valignment="top" width="0">
14981 <column alignment="center" valignment="top" width="0">
14982 <column alignment="center" valignment="top" width="0">
14983 <row>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \color green
14990 a
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \color red
15001 b
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010
15011 \color red
15012 c
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \color green
15025 d
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color blue
15036 e
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \color blue
15047 f
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \color green
15060 g
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \color blue
15071 h
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \color blue
15082 i
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 </lyxtabular>
15089
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Standard
15101 \begin_inset CommandInset label
15102 LatexCommand label
15103 name "Wenn-Sie-nur"
15104
15105 \end_inset
15106
15107 Wenn Sie nur farbigen Text
15108 \begin_inset Index
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112 Farbe ! für Text
15113 \end_layout
15114
15115 \end_inset
15116
15117  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15118  auf den Werkzeugleistenknopf 
15119 \begin_inset Graphics
15120         filename ../../images/dialog-show_character.png
15121         scale 70
15122         scaleBeforeRotation
15123         BoundingBox 0bp 0bp 20bp 20bp
15124
15125 \end_inset
15126
15127  oder über das Menü 
15128 \family sans
15129 Bearbeiten\SpecialChar \menuseparator
15130 Textstil\SpecialChar \menuseparator
15131 Benutzerdefiniert
15132 \family default
15133  mit dem 
15134 \family sans
15135 Textstil
15136 \family default
15137 -Dialog wie es in Tabelle
15138 \begin_inset space ~
15139 \end_inset
15140
15141
15142 \begin_inset CommandInset ref
15143 LatexCommand ref
15144 reference "tab:Farbige-Tabelle-ohne"
15145
15146 \end_inset
15147
15148  gemacht wurde.
15149  In anderen Fällen müssen Sie das LaTeX-Paket 
15150 \series bold
15151 colortbl
15152 \series default
15153  benutzen.
15154 \begin_inset Index
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158 LaTeX-Pakete ! colortbl
15159 \end_layout
15160
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \begin_layout Standard
15167 \begin_inset ERT
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171
15172
15173 \backslash
15174 ifcolortbl
15175 \end_layout
15176
15177 \end_inset
15178
15179
15180 \begin_inset Note Note
15181 status open
15182
15183 \begin_layout Plain Layout
15184 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15185 \series bold
15186 colortbl
15187 \series default
15188  installiert ist.
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Um farbige Tabellen zu erzeugen, muss 
15198 \series bold
15199 colortbl
15200 \series default
15201  im LaTeX-Vorspann geladen werden:
15202 \end_layout
15203
15204 \begin_layout Standard
15205
15206 \series bold
15207
15208 \backslash
15209 usepackage{colortbl}
15210 \end_layout
15211
15212 \begin_layout Standard
15213 Die Farbe einer Spalte ändert man dann mit dem Befehl
15214 \end_layout
15215
15216 \begin_layout Standard
15217
15218 \series bold
15219
15220 \backslash
15221 columncolor{Farbname}
15222 \end_layout
15223
15224 \begin_layout Standard
15225 innerhalb des Befehls 
15226 \series bold
15227 >{}
15228 \series default
15229 .
15230  Mehr über den Befehl 
15231 \series bold
15232 >{}
15233 \series default
15234  finden Sie im Abschnitt
15235 \begin_inset space ~
15236 \end_inset
15237
15238
15239 \begin_inset CommandInset ref
15240 LatexCommand ref
15241 reference "uab:Mehrfachspalten-Berechnungen"
15242
15243 \end_inset
15244
15245 .
15246 \end_layout
15247
15248 \begin_layout Standard
15249 Folgende Farbnamen sind vordefiniert:
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \family sans
15255 red
15256 \family default
15257
15258 \family sans
15259 green
15260 \family default
15261
15262 \family sans
15263 yellow
15264 \family default
15265
15266 \family sans
15267 blue
15268 \family default
15269
15270 \family sans
15271 cyan
15272 \family default
15273
15274 \family sans
15275 magenta
15276 \family default
15277
15278 \family sans
15279 black
15280 \family default
15281  und 
15282 \family sans
15283 white
15284 \begin_inset Newline newline
15285 \end_inset
15286
15287 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15288 \family default
15289 und
15290 \family sans
15291  weiß
15292 \family default
15293 ).
15294 \end_layout
15295
15296 \begin_layout Standard
15297 \begin_inset VSpace medskip
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Sie können auch eigene Farben definieren:
15305 \end_layout
15306
15307 \begin_layout Standard
15308
15309 \series bold
15310
15311 \backslash
15312 definecolor{Farbname}{Farbmodell}{Farbwerte}
15313 \end_layout
15314
15315 \begin_layout Standard
15316 Das Farbmodell kann eins der folgenden sein:
15317 \end_layout
15318
15319 \begin_layout Labeling
15320 \labelwidthstring 00.00.0000
15321 cmyk: cyan, magenta, yellow, black
15322 \end_layout
15323
15324 \begin_layout Labeling
15325 \labelwidthstring 00.00.0000
15326 rgb: red, green blue
15327 \end_layout
15328
15329 \begin_layout Labeling
15330 \labelwidthstring 00.00.0000
15331 gray: gray
15332 \end_layout
15333
15334 \begin_layout Standard
15335 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15336  die die entsprechende Farbe für das Farbmodell beschreiben.
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15341 \emph on
15342
15343 \begin_inset Quotes gld
15344 \end_inset
15345
15346 dunkelgruen
15347 \emph default
15348
15349 \begin_inset Quotes grd
15350 \end_inset
15351
15352  und 
15353 \begin_inset Quotes gld
15354 \end_inset
15355
15356
15357 \emph on
15358 hellgrau
15359 \emph default
15360
15361 \begin_inset Quotes grd
15362 \end_inset
15363
15364  folgendermaßen definieren:
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 definecolor{hellgrau}{gray}{0.8}
15381 \end_layout
15382
15383 \begin_layout Standard
15384 \begin_inset VSpace medskip
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \begin_layout Standard
15391 Linien werden mit dem Befehl
15392 \end_layout
15393
15394 \begin_layout Standard
15395
15396 \series bold
15397
15398 \backslash
15399 rowcolor{Farbname}
15400 \end_layout
15401
15402 \begin_layout Standard
15403 gefärbt, Zellen mit dem Befehl
15404 \end_layout
15405
15406 \begin_layout Standard
15407
15408 \series bold
15409
15410 \backslash
15411 cellcolor{Farbname}
15412 \end_layout
15413
15414 \begin_layout Standard
15415 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Um nur Text zu färben, machen Sie es wie 
15420 \begin_inset CommandInset ref
15421 LatexCommand vpageref
15422 reference "Wenn-Sie-nur"
15423
15424 \end_inset
15425
15426  beschrieben.
15427  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15428 \emph on
15429 markieren Sie nur den Text
15430 \emph default
15431 , sonst werden Sie LaTeX-Fehler erzeugen.
15432 \end_layout
15433
15434 \begin_layout Standard
15435 \begin_inset Note Greyedout
15436 status open
15437
15438 \begin_layout Plain Layout
15439
15440 \series bold
15441 Achtung:
15442 \series default
15443  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15444 \end_layout
15445
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 \begin_inset VSpace medskip
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \begin_layout Standard
15459 Die Tabelle
15460 \begin_inset space ~
15461 \end_inset
15462
15463
15464 \begin_inset CommandInset ref
15465 LatexCommand ref
15466 reference "tab:Table-colored-using"
15467
15468 \end_inset
15469
15470  wurde folgendermaßen erstellt: die erste Spalte soll 
15471 \emph on
15472
15473 \begin_inset Quotes gld
15474 \end_inset
15475
15476 dunkelgruen
15477 \emph default
15478
15479 \begin_inset Quotes grd
15480 \end_inset
15481
15482  werden, also müssen Sie ins 
15483 \family sans
15484 LaTe
15485 \begin_inset ERT
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489
15490 {}
15491 \end_layout
15492
15493 \end_inset
15494
15495 X-Argument
15496 \family default
15497  der Zellen der ersten Spalte den Befehl
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503 >{
15504 \backslash
15505 columncolor{dunkelgruen}
15506 \backslash
15507 centering}c
15508 \end_layout
15509
15510 \begin_layout Standard
15511 schreiben.
15512  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518
15519 \backslash
15520 rowcolow{cyan}
15521 \end_layout
15522
15523 \begin_layout Standard
15524 in die erste Zelle der ersten Zeile eingefügt.
15525  Diese Farbe ersetzt die Spaltenfarbe.
15526  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15527  wird mit folgendem Befehl erreicht:
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 cellcolor{magenta}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15540 \family sans
15541 Textstil
15542 \family default
15543 -Dialog.
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset Float table
15548 placement h
15549 wide false
15550 sideways false
15551 status open
15552
15553 \begin_layout Plain Layout
15554 \begin_inset Caption
15555
15556 \begin_layout Plain Layout
15557 \begin_inset CommandInset label
15558 LatexCommand label
15559 name "tab:Table-colored-using"
15560
15561 \end_inset
15562
15563 Eine mit dem Paket 
15564 \series bold
15565 colortbl
15566 \series default
15567  gefärbte Tabelle
15568 \begin_inset OptArg
15569 status collapsed
15570
15571 \begin_layout Plain Layout
15572 Tabelle mit 
15573 \family typewriter
15574 colortbl
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Plain Layout
15588 \align center
15589 \begin_inset Tabular
15590 <lyxtabular version="3" rows="3" columns="3">
15591 <features>
15592 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15593 <column alignment="center" valignment="top" width="0">
15594 <column alignment="center" valignment="top" width="0">
15595 <row>
15596 <cell alignment="center" valignment="top" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 rowcolor{cyan}
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \color magenta
15614 a
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623
15624 \color red
15625 b
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \color red
15636 c
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 <row>
15643 <cell alignment="center" valignment="top" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \color yellow
15649 d
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \color blue
15660 e
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \color blue
15671 f
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 </row>
15677 <row>
15678 <cell alignment="center" valignment="top" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \color yellow
15684 g
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \color blue
15695 h
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709
15710 \backslash
15711 cellcolor{magenta}
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \color green
15718 i
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 </lyxtabular>
15725
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \begin_layout Standard
15737 \begin_inset ERT
15738 status collapsed
15739
15740 \begin_layout Plain Layout
15741
15742
15743 \backslash
15744 else
15745 \end_layout
15746
15747 \end_inset
15748
15749
15750 \begin_inset Note Note
15751 status open
15752
15753 \begin_layout Plain Layout
15754 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15755 \series bold
15756 colortbl
15757 \series default
15758  nicht installiert ist:
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 Sie müssen das LaTeX-Paket 
15768 \series bold
15769 colortbl
15770 \series default
15771  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15772 \end_layout
15773
15774 \begin_layout Standard
15775 \begin_inset ERT
15776 status collapsed
15777
15778 \begin_layout Plain Layout
15779
15780
15781 \backslash
15782 fi
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Subsection
15791 Farbige Linien
15792 \begin_inset Index
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 farbige !  Tabellenlinien
15797 \end_layout
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Standard
15805 Wie in Abschnitt
15806 \begin_inset space ~
15807 \end_inset
15808
15809
15810 \begin_inset CommandInset ref
15811 LatexCommand ref
15812 reference "uab:Liniendicke"
15813
15814 \end_inset
15815
15816  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15817 \series bold
15818
15819 \backslash
15820 arrayrulewidth
15821 \series default
15822  definiert werden.
15823  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15824 \begin_inset space \thinspace{}
15825 \end_inset
15826
15827 pt gesetzt.
15828 \begin_inset ERT
15829 status collapsed
15830
15831 \begin_layout Plain Layout
15832
15833
15834 \backslash
15835 setlength{
15836 \backslash
15837 arrayrulewidth}{1.5pt}
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \begin_layout Standard
15846 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15847 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15848 \begin_inset space ~
15849 \end_inset
15850
15851
15852 \begin_inset CommandInset ref
15853 LatexCommand ref
15854 reference "uab:Angepasste-Zellen-/Spaltenformate"
15855
15856 \end_inset
15857
15858  definiert:
15859 \end_layout
15860
15861 \begin_layout Standard
15862
15863 \series bold
15864
15865 \backslash
15866 newcolumntype{W}{!{
15867 \backslash
15868 color{green}
15869 \backslash
15870 vline}}
15871 \end_layout
15872
15873 \begin_layout Standard
15874 In Tabelle
15875 \begin_inset space ~
15876 \end_inset
15877
15878
15879 \begin_inset CommandInset ref
15880 LatexCommand ref
15881 reference "tab:Tabelle-mit-farbigen-vert"
15882
15883 \end_inset
15884
15885  wurde das LaTeX-Argument 
15886 \series bold
15887 WcW
15888 \series default
15889  für die letzte und 
15890 \series bold
15891 Wc
15892 \series default
15893  für die anderen Spalten benutzt.
15894 \end_layout
15895
15896 \begin_layout Standard
15897 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15898 \end_layout
15899
15900 \begin_layout Standard
15901 \begin_inset Float table
15902 placement h
15903 wide false
15904 sideways false
15905 status open
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Caption
15909
15910 \begin_layout Plain Layout
15911 \begin_inset CommandInset label
15912 LatexCommand label
15913 name "tab:Tabelle-mit-farbigen-vert"
15914
15915 \end_inset
15916
15917 Tabelle mit farbigen vertikalen Linien
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Plain Layout
15926 \align center
15927 \begin_inset Tabular
15928 <lyxtabular version="3" rows="3" columns="3">
15929 <features>
15930 <column alignment="center" valignment="top" width="0" special="Wc">
15931 <column alignment="center" valignment="top" width="0" special="Wc">
15932 <column alignment="center" valignment="top" width="0" special="WcW">
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 sd
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 sd
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row>
15992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 sd
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 </lyxtabular>
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset VSpace bigskip
16034 \end_inset
16035
16036 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16037 \begin_inset space ~
16038 \end_inset
16039
16040
16041 \begin_inset CommandInset ref
16042 LatexCommand ref
16043 reference "tab:Tabelle-mit-farbigen-horiz"
16044
16045 \end_inset
16046
16047 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16048  einfügen:
16049 \end_layout
16050
16051 \begin_layout Standard
16052
16053 \series bold
16054
16055 \backslash
16056 let
16057 \backslash
16058 myHlineC
16059 \backslash
16060 hline
16061 \begin_inset Newline newline
16062 \end_inset
16063
16064
16065 \backslash
16066 renewcommand{
16067 \backslash
16068 hline}
16069 \begin_inset Newline newline
16070 \end_inset
16071
16072
16073 \begin_inset ERT
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077
16078
16079 \backslash
16080 hphantom{ }
16081 \end_layout
16082
16083 \end_inset
16084
16085 {
16086 \backslash
16087 arrayrulecolor{red}
16088 \backslash
16089 myHlineC
16090 \backslash
16091 arrayrulecolor{black}}
16092 \end_layout
16093
16094 \begin_layout Standard
16095 \begin_inset ERT
16096 status collapsed
16097
16098 \begin_layout Plain Layout
16099
16100
16101 \backslash
16102 let
16103 \backslash
16104 myHlineC
16105 \backslash
16106 hline
16107 \end_layout
16108
16109 \begin_layout Plain Layout
16110
16111
16112 \backslash
16113 renewcommand{
16114 \backslash
16115 hline}
16116 \end_layout
16117
16118 \begin_layout Plain Layout
16119
16120  {
16121 \backslash
16122 arrayrulecolor{red}
16123 \backslash
16124 myHlineC
16125 \backslash
16126 arrayrulecolor{black}}
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \begin_inset Float table
16133 placement h
16134 wide false
16135 sideways false
16136 status open
16137
16138 \begin_layout Plain Layout
16139 \begin_inset Caption
16140
16141 \begin_layout Plain Layout
16142 \begin_inset CommandInset label
16143 LatexCommand label
16144 name "tab:Tabelle-mit-farbigen-horiz"
16145
16146 \end_inset
16147
16148 Tabelle mit farbigen horizontalen Linien
16149 \end_layout
16150
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \begin_layout Plain Layout
16157 \align center
16158 \begin_inset Tabular
16159 <lyxtabular version="3" rows="3" columns="3">
16160 <features>
16161 <column alignment="center" valignment="top" width="0">
16162 <column alignment="center" valignment="top" width="0">
16163 <column alignment="center" valignment="top" width="0">
16164 <row>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 sd
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 sd
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 <row>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245 sd
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 </row>
16251 </lyxtabular>
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \begin_layout Standard
16264 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16265  als TeX-Code hinter der Tabelle einfügen:
16266 \end_layout
16267
16268 \begin_layout Standard
16269
16270 \series bold
16271
16272 \backslash
16273 renewcommand{
16274 \backslash
16275 hline}{
16276 \backslash
16277 myHlineC}
16278 \end_layout
16279
16280 \begin_layout Standard
16281 Tabelle
16282 \begin_inset space ~
16283 \end_inset
16284
16285
16286 \begin_inset CommandInset ref
16287 LatexCommand ref
16288 reference "tab:Table-with-colored"
16289
16290 \end_inset
16291
16292  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16293 \end_layout
16294
16295 \begin_layout Standard
16296 \begin_inset Float table
16297 placement h
16298 wide false
16299 sideways false
16300 status open
16301
16302 \begin_layout Plain Layout
16303 \begin_inset Caption
16304
16305 \begin_layout Plain Layout
16306 \begin_inset CommandInset label
16307 LatexCommand label
16308 name "tab:Table-with-colored"
16309
16310 \end_inset
16311
16312 Tabelle mit farbigen Linien
16313 \end_layout
16314
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \begin_layout Plain Layout
16321 \align center
16322 \begin_inset Tabular
16323 <lyxtabular version="3" rows="3" columns="3">
16324 <features>
16325 <column alignment="center" valignment="top" width="0" special="Wc">
16326 <column alignment="center" valignment="top" width="0" special="Wc">
16327 <column alignment="center" valignment="top" width="0" special="WcW">
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 sd
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 sd
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row topspace="default">
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 sd
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 </lyxtabular>
16416
16417 \end_inset
16418
16419
16420 \end_layout
16421
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \begin_layout Standard
16428 \begin_inset ERT
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432
16433
16434 \backslash
16435 renewcommand{
16436 \backslash
16437 hline}{
16438 \backslash
16439 myHlineC}
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Standard
16448 \begin_inset ERT
16449 status collapsed
16450
16451 \begin_layout Plain Layout
16452
16453
16454 \backslash
16455 setlength{
16456 \backslash
16457 arrayrulewidth}{0.4pt}
16458 \end_layout
16459
16460 \end_inset
16461
16462
16463 \begin_inset Note Note
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467 setzt die Liniendicke wieder auf ihren Standardwert zurück
16468 \end_layout
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \begin_layout Section
16476 Tabellen-Anpassung
16477 \begin_inset Index
16478 status collapsed
16479
16480 \begin_layout Plain Layout
16481 Tabellen ! Anpassung
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \begin_layout Subsection
16490 Zeilenabstand
16491 \begin_inset CommandInset label
16492 LatexCommand label
16493 name "uab:Zeilenabstand"
16494
16495 \end_inset
16496
16497
16498 \begin_inset Index
16499 status collapsed
16500
16501 \begin_layout Plain Layout
16502 Tabellen ! Zeilenabstand
16503 \end_layout
16504
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \begin_layout Standard
16511 Auf der Karteikarte 
16512 \family sans
16513 Rahmen
16514 \family default
16515  des 
16516 \family sans
16517 Tabellen-Einstellungen
16518 \family default
16519 -Dialogs können Sie 
16520 \family sans
16521 zusätzliche
16522 \begin_inset space ~
16523 \end_inset
16524
16525 Abstände
16526 \family default
16527  einfügen.
16528  Dabei haben Sie drei Möglichkeiten:
16529 \end_layout
16530
16531 \begin_layout Description
16532 Oberhalb
16533 \begin_inset space ~
16534 \end_inset
16535
16536 der
16537 \begin_inset space ~
16538 \end_inset
16539
16540 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16541  Bei einer formalen Tabelle
16542 \begin_inset Foot
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546 Formale Tabellen wurden in Abschnitt
16547 \begin_inset space ~
16548 \end_inset
16549
16550
16551 \begin_inset CommandInset ref
16552 LatexCommand ref
16553 reference "abs:Formale-Tabellen"
16554
16555 \end_inset
16556
16557  beschrieben.
16558 \end_layout
16559
16560 \end_inset
16561
16562  fügt LyX standardmäßig 0.5
16563 \begin_inset space \thinspace{}
16564 \end_inset
16565
16566 em Leerraum ein.
16567  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16568 \begin_inset VSpace medskip
16569 \end_inset
16570
16571
16572 \begin_inset Newline newline
16573 \end_inset
16574
16575
16576 \begin_inset space \hspace*{}
16577 \length 0pt
16578 \end_inset
16579
16580
16581 \begin_inset space \hfill{}
16582 \end_inset
16583
16584
16585 \begin_inset Tabular
16586 <lyxtabular version="3" rows="3" columns="1">
16587 <features>
16588 <column alignment="center" valignment="top" width="0">
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 A
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row topspace="3mm">
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 3
16606 \begin_inset space \thinspace{}
16607 \end_inset
16608
16609 mm Leerraum oberhalb der Zeile
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 C
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 </lyxtabular>
16627
16628 \end_inset
16629
16630
16631 \begin_inset space \hfill{}
16632 \end_inset
16633
16634
16635 \begin_inset space \hspace*{}
16636 \length 0pt
16637 \end_inset
16638
16639
16640 \begin_inset VSpace medskip
16641 \end_inset
16642
16643
16644 \begin_inset Newline newline
16645 \end_inset
16646
16647 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16648 n Linien verwenden.
16649 \end_layout
16650
16651 \begin_layout Description
16652 Unterhalb
16653 \begin_inset space ~
16654 \end_inset
16655
16656 der
16657 \begin_inset space ~
16658 \end_inset
16659
16660 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16661  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16662 \begin_inset space \thinspace{}
16663 \end_inset
16664
16665 em Leerraum ein.
16666  Bei normalen Tabellen ist der Standardwert 2
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 pt.
16671 \end_layout
16672
16673 \begin_layout Description
16674 Zwischen
16675 \begin_inset space ~
16676 \end_inset
16677
16678 den
16679 \begin_inset space ~
16680 \end_inset
16681
16682 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16683  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16684 \begin_inset space \thinspace{}
16685 \end_inset
16686
16687 em Leerraum ein.
16688  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16689 \begin_inset VSpace medskip
16690 \end_inset
16691
16692
16693 \begin_inset Newline newline
16694 \end_inset
16695
16696
16697 \begin_inset space \hspace*{}
16698 \length 0pt
16699 \end_inset
16700
16701
16702 \begin_inset space \hfill{}
16703 \end_inset
16704
16705
16706 \begin_inset Tabular
16707 <lyxtabular version="3" rows="3" columns="1">
16708 <features>
16709 <column alignment="center" valignment="top" width="0">
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 A
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row interlinespace="3mm">
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 \begin_inset Formula $\downarrow$
16727 \end_inset
16728
16729  3
16730 \begin_inset space \thinspace{}
16731 \end_inset
16732
16733 mm Leerraum zwischen den Zeilen 
16734 \begin_inset Formula $\downarrow$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 \begin_inset Formula $\uparrow$
16749 \end_inset
16750
16751  3
16752 \begin_inset space \thinspace{}
16753 \end_inset
16754
16755 mm Leerraum zwischen den Zeilen 
16756 \begin_inset Formula $\uparrow$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 </lyxtabular>
16766
16767 \end_inset
16768
16769
16770 \begin_inset space \hfill{}
16771 \end_inset
16772
16773
16774 \begin_inset space \hspace*{}
16775 \length 0pt
16776 \end_inset
16777
16778
16779 \begin_inset VSpace medskip
16780 \end_inset
16781
16782
16783 \begin_inset Newline newline
16784 \end_inset
16785
16786 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16787 n Linien verwenden.
16788 \end_layout
16789
16790 \begin_layout Standard
16791 \begin_inset VSpace bigskip
16792 \end_inset
16793
16794 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16795  Befehlen im LaTeX-Vorspann machen:
16796 \end_layout
16797
16798 \begin_layout Standard
16799
16800 \series bold
16801
16802 \backslash
16803 @ifundefined{extrarowheight}
16804 \begin_inset Newline newline
16805 \end_inset
16806
16807
16808 \begin_inset ERT
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812
16813
16814 \backslash
16815 hphantom{ }
16816 \end_layout
16817
16818 \end_inset
16819
16820 {
16821 \backslash
16822 usepackage{array}}{}
16823 \begin_inset Newline newline
16824 \end_inset
16825
16826
16827 \backslash
16828 setlength{
16829 \backslash
16830 extrarowheight}{Höhe}
16831 \end_layout
16832
16833 \begin_layout Standard
16834 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16835  ausgerichtet sind.
16836  (Das Paket 
16837 \series bold
16838 array
16839 \series default
16840  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16841  verwenden.
16842  Der Befehl 
16843 \series bold
16844
16845 \backslash
16846 @ifundefined
16847 \series default
16848  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16849 \end_layout
16850
16851 \begin_layout Subsection
16852 Besondere Zellenausrichtung
16853 \begin_inset Index
16854 status collapsed
16855
16856 \begin_layout Plain Layout
16857 Tabellen ! Zellenausrichtung
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Standard
16866 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16867  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16868 \begin_inset space ~
16869 \end_inset
16870
16871
16872 \begin_inset CommandInset ref
16873 LatexCommand ref
16874 reference "tab:Tabellenzellen-sind-auf"
16875
16876 \end_inset
16877
16878 .
16879 \end_layout
16880
16881 \begin_layout Standard
16882 \begin_inset Float table
16883 placement h
16884 wide false
16885 sideways false
16886 status open
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Caption
16890
16891 \begin_layout Plain Layout
16892 \begin_inset CommandInset label
16893 LatexCommand label
16894 name "tab:Tabellenzellen-sind-auf"
16895
16896 \end_inset
16897
16898 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16899 \end_layout
16900
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \begin_layout Plain Layout
16907 \align center
16908 \begin_inset Tabular
16909 <lyxtabular version="3" rows="4" columns="2">
16910 <features>
16911 <column alignment="right" valignment="top" width="0">
16912 <column alignment="left" valignment="top" width="0" special="@{}l">
16913 <row>
16914 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 Überschrift
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 12.
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 6
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 </row>
16953 <row>
16954 <cell alignment="center" valignment="top" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 0.
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 68
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 -123.
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 0
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 </lyxtabular>
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \begin_layout Standard
17006 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17007  Die Überschrift ist eine zentrierte Mehrfachspalte.
17008  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17009  der Zahlen einschließlich Dezimalpunkt.
17010  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17011  der Zahlen.
17012   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17013 \family sans
17014 LaTe
17015 \begin_inset ERT
17016 status collapsed
17017
17018 \begin_layout Plain Layout
17019
17020 {}
17021 \end_layout
17022
17023 \end_inset
17024
17025 X-Argument
17026 \family default
17027  für die zweite Spalte folgendes eingefügt:
17028 \end_layout
17029
17030 \begin_layout Standard
17031
17032 \series bold
17033 @{}l
17034 \end_layout
17035
17036 \begin_layout Standard
17037 Tabelle
17038 \begin_inset space ~
17039 \end_inset
17040
17041
17042 \begin_inset CommandInset ref
17043 LatexCommand ref
17044 reference "tab:Verschiedene-Ausrichtungen"
17045
17046 \end_inset
17047
17048  zeigt einige Ausrichtungen.
17049  Für die Ausrichtung der Relationen müssen Sie den 
17050 \family sans
17051 Mittleren
17052 \begin_inset space ~
17053 \end_inset
17054
17055 Abstand
17056 \family default
17057  aus der 
17058 \family sans
17059 Mathe-Werkzeugleiste
17060 \family default
17061  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17062  rechts vom Relationszeichen zu bekommen.
17063 \end_layout
17064
17065 \begin_layout Standard
17066
17067 \color black
17068 \begin_inset Float table
17069 placement h
17070 wide false
17071 sideways false
17072 status open
17073
17074 \begin_layout Plain Layout
17075
17076 \color black
17077 \begin_inset Caption
17078
17079 \begin_layout Plain Layout
17080
17081 \color black
17082 \begin_inset CommandInset label
17083 LatexCommand label
17084 name "tab:Verschiedene-Ausrichtungen"
17085
17086 \end_inset
17087
17088
17089 \color inherit
17090 Verschiedene Ausrichtungen
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \begin_layout Plain Layout
17099 \align center
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="4" columns="6">
17102 <features>
17103 <column alignment="right" valignment="top" width="0">
17104 <column alignment="left" valignment="top" width="0" special="@{}l">
17105 <column alignment="right" valignment="top" width="0">
17106 <column alignment="left" valignment="top" width="0" special="@{}l">
17107 <column alignment="right" valignment="top" width="0">
17108 <column alignment="left" valignment="top" width="0" special="@{}l">
17109 <row>
17110 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 Einheiten
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 Exponenten
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 Relationen
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 12×
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 24
17180 \begin_inset space \thinspace{}
17181 \end_inset
17182
17183 Flaschen
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $10\cdot$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 \begin_inset Formula $10^{\mbox{-}17}$
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\Gamma(t)\propto$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\:\Upsilon(t)$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row>
17238 <cell alignment="center" valignment="top" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 1024×
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 768
17252 \begin_inset space \thinspace{}
17253 \end_inset
17254
17255 Pixel
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 \begin_inset Formula $5.78\cdot$
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 \begin_inset Formula $10^{7}$
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $A\ne$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 \begin_inset Formula $\: B_{\mathrm{red}}$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 <row>
17310 <cell alignment="center" valignment="top" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 32×
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 6
17324 \begin_inset space \thinspace{}
17325 \end_inset
17326
17327 cm
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 -
17337 \begin_inset Formula $33.5\cdot$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $10^{4}$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\sin(\alpha)\ge$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Formula $\:\sin(\beta)$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 </lyxtabular>
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \begin_layout Standard
17395 \begin_inset VSpace bigskip
17396 \end_inset
17397
17398 Es gibt auch noch das LaTeX-Paket 
17399 \series bold
17400 dcolumn
17401 \series default
17402 ,
17403 \begin_inset Index
17404 status collapsed
17405
17406 \begin_layout Plain Layout
17407 LaTeX-Pakete ! dcolumn
17408 \end_layout
17409
17410 \end_inset
17411
17412  mit dem man Zellen ausrichten kann.
17413  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17414  in den Zellen.
17415  Die erste Spalte von Tabelle
17416 \begin_inset space ~
17417 \end_inset
17418
17419
17420 \begin_inset CommandInset ref
17421 LatexCommand ref
17422 reference "tab:Verschiedene-Ausrichtungen"
17423
17424 \end_inset
17425
17426  wird mit 
17427 \family typewriter
17428 dcolumn
17429 \family default
17430  wie 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:Ausrichtung-mit-dem"
17438
17439 \end_inset
17440
17441  aussehen und nur mit ein paar Tricks wie erwartet.
17442  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17443 \begin_inset space ~
17444 \end_inset
17445
17446
17447 \begin_inset CommandInset ref
17448 LatexCommand ref
17449 reference "tab:Verschiedene-Ausrichtungen"
17450
17451 \end_inset
17452
17453  ist mit 
17454 \series bold
17455 dcolumn
17456 \series default
17457  nicht möglich.
17458 \end_layout
17459
17460 \begin_layout Standard
17461 \begin_inset Float table
17462 placement h
17463 wide false
17464 sideways false
17465 status open
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Caption
17469
17470 \begin_layout Plain Layout
17471 \begin_inset CommandInset label
17472 LatexCommand label
17473 name "tab:Ausrichtung-mit-dem"
17474
17475 \end_inset
17476
17477 Ausrichtung mit dem LaTeX-Paket 
17478 \series bold
17479 dcolumn
17480 \series default
17481 .
17482  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17483  bekommen.
17484 \begin_inset OptArg
17485 status collapsed
17486
17487 \begin_layout Plain Layout
17488 Ausrichtung mit dem LaTeX-Paket 
17489 \series bold
17490 dcolumn
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \begin_layout Plain Layout
17504 \align center
17505 \begin_inset Tabular
17506 <lyxtabular version="3" rows="4" columns="3">
17507 <features>
17508 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17509 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17510 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17511 <row>
17512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 Einheiten
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 Einheiten
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 Einheiten
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row>
17541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 12x24
17546 \begin_inset space \thinspace{}
17547 \end_inset
17548
17549
17550 \begin_inset Formula $\mbox{Flaschen}$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 12x24
17563 \begin_inset space \thinspace{}
17564 \end_inset
17565
17566
17567 \begin_inset Formula $\mbox{Flaschen}$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 12
17580 \begin_inset ERT
17581 status collapsed
17582
17583 \begin_layout Plain Layout
17584
17585
17586 \backslash
17587 times 
17588 \end_layout
17589
17590 \end_inset
17591
17592 24~
17593 \begin_inset Formula $\mbox{Flaschen}$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 1024x768
17608 \begin_inset space \thinspace{}
17609 \end_inset
17610
17611
17612 \begin_inset Formula $\mbox{Pixel}$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 1024x768
17625 \begin_inset space \thinspace{}
17626 \end_inset
17627
17628
17629 \begin_inset Formula $\mbox{Pixel}$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 1024
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 times 
17650 \end_layout
17651
17652 \end_inset
17653
17654 768~
17655 \begin_inset Formula $\mbox{Pixel}$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669 32x6
17670 \begin_inset space \thinspace{}
17671 \end_inset
17672
17673
17674 \begin_inset Formula $\mbox{cm}$
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 32x6
17687 \begin_inset space \thinspace{}
17688 \end_inset
17689
17690
17691 \begin_inset Formula $\mbox{cm}$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 32
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 times 
17712 \end_layout
17713
17714 \end_inset
17715
17716 6~
17717 \begin_inset Formula $\mbox{cm}$
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 </row>
17726 </lyxtabular>
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Subsection
17739 Angepasste Zellen-/Spaltenformate
17740 \begin_inset CommandInset label
17741 LatexCommand label
17742 name "uab:Angepasste-Zellen-/Spaltenformate"
17743
17744 \end_inset
17745
17746
17747 \begin_inset Index
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 Tabellen ! Spaltenformat
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Wenn man wie in Abschnitt
17761 \begin_inset space ~
17762 \end_inset
17763
17764
17765 \begin_inset CommandInset ref
17766 LatexCommand ref
17767 reference "uab:Mehrfachspalten-Berechnungen"
17768
17769 \end_inset
17770
17771  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17772  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17773  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17774  definieren:
17775 \end_layout
17776
17777 \begin_layout Standard
17778
17779 \series bold
17780
17781 \backslash
17782 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17783 \end_layout
17784
17785 \begin_layout Standard
17786 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17787 \emph on
17788 b
17789 \emph default
17790
17791 \emph on
17792 c
17793 \emph default
17794
17795 \emph on
17796 l
17797 \emph default
17798
17799 \emph on
17800 m
17801 \emph default
17802
17803 \emph on
17804 p
17805 \emph default
17806  oder 
17807 \emph on
17808 r
17809 \emph default
17810 , weil diese vordefiniert sind.
17811  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17812 \end_layout
17813
17814 \begin_layout Standard
17815 \begin_inset VSpace medskip
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Standard
17822 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17823  Breite könnte das Format so aussehen:
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829
17830 \backslash
17831 newcolumntype{M}[1]{>{
17832 \backslash
17833 centering
17834 \backslash
17835 hspace{0pt}}m{#1}}
17836 \end_layout
17837
17838 \begin_layout Standard
17839 wobei 
17840 \series bold
17841
17842 \backslash
17843 hspace{0pt}
17844 \series default
17845  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17846  Abschnitt
17847 \begin_inset space ~
17848 \end_inset
17849
17850
17851 \begin_inset CommandInset ref
17852 LatexCommand ref
17853 reference "uab:Mehrfache-Zeilen-in"
17854
17855 \end_inset
17856
17857  beschrieben.
17858  Jetzt können Sie mit
17859 \end_layout
17860
17861 \begin_layout Standard
17862
17863 \series bold
17864 M{Breite}
17865 \end_layout
17866
17867 \begin_layout Standard
17868 im 
17869 \family sans
17870 LaTeX-Argument
17871 \family default
17872  im 
17873 \family sans
17874 Tabellen-Einstellungen
17875 \family default
17876 -Dialog eine Mehrfachspalte definieren.
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \begin_inset VSpace bigskip
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17888  Format definieren:
17889 \end_layout
17890
17891 \begin_layout Standard
17892
17893 \series bold
17894
17895 \backslash
17896 newcolumntype{S}[2]{>{
17897 \backslash
17898 centering
17899 \backslash
17900 hspace{0pt}}
17901 \begin_inset Newline newline
17902 \end_inset
17903
17904
17905 \begin_inset ERT
17906 status collapsed
17907
17908 \begin_layout Plain Layout
17909
17910
17911 \backslash
17912 phantom{
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \backslash
17919 newcolumntype
17920 \begin_inset ERT
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924
17925 }
17926 \end_layout
17927
17928 \end_inset
17929
17930 m{(#1+(2
17931 \backslash
17932 tabcolsep+
17933 \backslash
17934 arrayrulewidth)*(1-#2))/#2}}
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Dieses Format benutzt Gleichung
17939 \begin_inset space ~
17940 \end_inset
17941
17942
17943 \begin_inset CommandInset ref
17944 LatexCommand ref
17945 reference "eq:Wgn"
17946
17947 \end_inset
17948
17949 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17950  breit ist.
17951 \end_layout
17952
17953 \begin_layout Standard
17954 Jetzt können Sie im 
17955 \family sans
17956 LaTeX-Argument
17957 \family default
17958  im 
17959 \family sans
17960 Tabellen-Einstellungen
17961 \family default
17962 -Dialog folgendes einfügen:
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967 \series bold
17968 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17969 \end_layout
17970
17971 \begin_layout Standard
17972 \begin_inset VSpace bigskip
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 Für farbige Spalten können Sie folgendes einfügen:
17980 \end_layout
17981
17982 \begin_layout Standard
17983
17984 \series bold
17985
17986 \backslash
17987 newcolumntype{K}[1]{>{
17988 \backslash
17989 columncolor{#1}
17990 \backslash
17991 hspace{0pt}}c}
17992 \end_layout
17993
17994 \begin_layout Standard
17995 Das 
17996 \begin_inset Quotes gld
17997 \end_inset
17998
17999 c
18000 \begin_inset Quotes grd
18001 \end_inset
18002
18003  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18004  zentriert ist.
18005  Jetzt können Sie als 
18006 \family sans
18007 LaTeX-Argument
18008 \family default
18009  folgendes einfügen:
18010 \end_layout
18011
18012 \begin_layout Standard
18013
18014 \series bold
18015 K{Farbname}
18016 \end_layout
18017
18018 \begin_layout Standard
18019 \begin_inset VSpace bigskip
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \begin_layout Standard
18026 Für Tabelle
18027 \begin_inset space ~
18028 \end_inset
18029
18030
18031 \begin_inset CommandInset ref
18032 LatexCommand ref
18033 reference "tab:Tabelle-mit-benutzerdefinierte"
18034
18035 \end_inset
18036
18037  wurden folgende 
18038 \family sans
18039 LaTeX-Argumente
18040 \family default
18041  benutzt:
18042 \end_layout
18043
18044 \begin_layout Standard
18045
18046 \series bold
18047 M{2.5cm}
18048 \end_layout
18049
18050 \begin_layout Standard
18051 für die erste Spalte und die Mehrfachspalte,
18052 \end_layout
18053
18054 \begin_layout Standard
18055
18056 \series bold
18057 K{red}
18058 \end_layout
18059
18060 \begin_layout Standard
18061 für die letzte Spalte und
18062 \end_layout
18063
18064 \begin_layout Standard
18065
18066 \series bold
18067 S{2.5cm}{2}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 für die Spalten in der zweiten Mehrfachspalte.
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset Float table
18076 placement h
18077 wide false
18078 sideways false
18079 status open
18080
18081 \begin_layout Plain Layout
18082 \begin_inset Caption
18083
18084 \begin_layout Plain Layout
18085 \begin_inset CommandInset label
18086 LatexCommand label
18087 name "tab:Tabelle-mit-benutzerdefinierte"
18088
18089 \end_inset
18090
18091 Tabelle mit benutzerdefinierten Formaten
18092 \end_layout
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \begin_layout Plain Layout
18100 \align center
18101 \begin_inset Tabular
18102 <lyxtabular version="3" rows="3" columns="4">
18103 <features>
18104 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18105 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18106 <column alignment="center" valignment="middle" width="0">
18107 <column alignment="center" valignment="middle" width="0" special="K{red}">
18108 <row>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 einsehrlangesWort
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 Mehrfachspalte mit mehreren Zeilen
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 c
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 <row>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 d
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 e
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 f
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 g
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 h
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 i
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 j
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 k
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 </lyxtabular>
18223
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Subsection
18235 Liniendicke
18236 \begin_inset CommandInset label
18237 LatexCommand label
18238 name "uab:Liniendicke"
18239
18240 \end_inset
18241
18242
18243 \begin_inset Index
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247 Tabellen  ! Linien ! -dicke
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \begin_layout Standard
18256 Die Liniendicke für alle Linien einer Tabelle kann mit 
18257 \series bold
18258
18259 \backslash
18260 arrayrulewidth
18261 \series default
18262  eingestellt werden.
18263  Um eine Liniendicke von 1.5
18264 \begin_inset space \thinspace{}
18265 \end_inset
18266
18267 pt wie in Tabelle
18268 \begin_inset space ~
18269 \end_inset
18270
18271
18272 \begin_inset CommandInset ref
18273 LatexCommand ref
18274 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18275
18276 \end_inset
18277
18278  zu bekommen, geben Sie den Befehl
18279 \end_layout
18280
18281 \begin_layout Standard
18282
18283 \series bold
18284
18285 \backslash
18286 setlength{
18287 \backslash
18288 arrayrulewidth}{1.5pt}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18293  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18294  Mit
18295 \end_layout
18296
18297 \begin_layout Standard
18298
18299 \series bold
18300
18301 \backslash
18302 setlength{
18303 \backslash
18304 arrayrulewidth}{0.4pt}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 bekommen Sie wieder die Standarddicke.
18309 \end_layout
18310
18311 \begin_layout Standard
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317
18318 \backslash
18319 setlength{
18320 \backslash
18321 arrayrulewidth}{1.5pt}
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \begin_inset Float table
18328 placement H
18329 wide false
18330 sideways false
18331 status open
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Caption
18335
18336 \begin_layout Plain Layout
18337 \begin_inset CommandInset label
18338 LatexCommand label
18339 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18340
18341 \end_inset
18342
18343 Tabelle mit 1.5
18344 \begin_inset space \thinspace{}
18345 \end_inset
18346
18347 pt Liniendicke
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Plain Layout
18356 \align center
18357 \begin_inset Tabular
18358 <lyxtabular version="3" rows="3" columns="3">
18359 <features>
18360 <column alignment="center" valignment="top" width="0">
18361 <column alignment="center" valignment="top" width="0">
18362 <column alignment="center" valignment="top" width="0">
18363 <row>
18364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 sd
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 sd
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 sd
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 </row>
18450 </lyxtabular>
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \end_inset
18458
18459
18460 \begin_inset ERT
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464
18465
18466 \backslash
18467 setlength{
18468 \backslash
18469 arrayrulewidth}{0.4pt}
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \begin_inset VSpace bigskip
18479 \end_inset
18480
18481 Um eine Liniendicke von 1.5
18482 \begin_inset space \thinspace{}
18483 \end_inset
18484
18485 pt nur für horizontale Linien zu bekommen wie in Tabelle
18486 \begin_inset space ~
18487 \end_inset
18488
18489
18490 \begin_inset CommandInset ref
18491 LatexCommand ref
18492 reference "tab:Tabelle-mit-1.5pt-horiz"
18493
18494 \end_inset
18495
18496 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18497  einfügen:
18498 \end_layout
18499
18500 \begin_layout Standard
18501
18502 \series bold
18503
18504 \backslash
18505 let
18506 \backslash
18507 myHline
18508 \backslash
18509 hline
18510 \begin_inset Newline newline
18511 \end_inset
18512
18513
18514 \backslash
18515 renewcommand{
18516 \backslash
18517 hline}
18518 \begin_inset Newline newline
18519 \end_inset
18520
18521  {
18522 \backslash
18523 noalign{
18524 \backslash
18525 global
18526 \backslash
18527 arrayrulewidth 1.5pt}
18528 \begin_inset Newline newline
18529 \end_inset
18530
18531  
18532 \backslash
18533 myHline
18534 \backslash
18535 noalign{
18536 \backslash
18537 global
18538 \backslash
18539 arrayrulewidth 0.4pt}}
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18544  der (Gleit\SpecialChar \-
18545 objekt-)Tabelle zurück:
18546 \end_layout
18547
18548 \begin_layout Standard
18549
18550 \series bold
18551
18552 \backslash
18553 renewcommand{
18554 \backslash
18555 hline}{
18556 \backslash
18557 myHline}
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset ERT
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565
18566
18567 \backslash
18568 let
18569 \backslash
18570 myHline
18571 \backslash
18572 hline
18573 \end_layout
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 renewcommand{
18580 \backslash
18581 hline}
18582 \end_layout
18583
18584 \begin_layout Plain Layout
18585
18586  {
18587 \backslash
18588 noalign{
18589 \backslash
18590 global
18591 \backslash
18592 arrayrulewidth 1.5pt}
18593 \end_layout
18594
18595 \begin_layout Plain Layout
18596
18597   
18598 \backslash
18599 myHline
18600 \backslash
18601 noalign{
18602 \backslash
18603 global
18604 \backslash
18605 arrayrulewidth 0.4pt}}
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \begin_inset Float table
18612 placement h
18613 wide false
18614 sideways false
18615 status open
18616
18617 \begin_layout Plain Layout
18618 \begin_inset Caption
18619
18620 \begin_layout Plain Layout
18621 \begin_inset CommandInset label
18622 LatexCommand label
18623 name "tab:Tabelle-mit-1.5pt-horiz"
18624
18625 \end_inset
18626
18627 Tabelle mit 1.5
18628 \begin_inset space \thinspace{}
18629 \end_inset
18630
18631 pt dicken horizontalen Linien
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \begin_layout Plain Layout
18640 \align center
18641 \begin_inset Tabular
18642 <lyxtabular version="3" rows="3" columns="3">
18643 <features>
18644 <column alignment="center" valignment="top" width="0">
18645 <column alignment="center" valignment="top" width="0">
18646 <column alignment="center" valignment="top" width="0">
18647 <row>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 sd
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 </row>
18676 <row>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 sd
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 sd
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 </lyxtabular>
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \begin_inset ERT
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748
18749
18750 \backslash
18751 renewcommand{
18752 \backslash
18753 hline}{
18754 \backslash
18755 myHline}
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 \begin_inset VSpace bigskip
18765 \end_inset
18766
18767 Um die Liniendicke von 1.5
18768 \begin_inset space \thinspace{}
18769 \end_inset
18770
18771 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18772  Spaltenformat entsprechend der Beschreibung in Abschnitt
18773 \begin_inset space ~
18774 \end_inset
18775
18776
18777 \begin_inset CommandInset ref
18778 LatexCommand ref
18779 reference "uab:Angepasste-Zellen-/Spaltenformate"
18780
18781 \end_inset
18782
18783  definieren:
18784 \end_layout
18785
18786 \begin_layout Standard
18787
18788 \series bold
18789
18790 \backslash
18791 newcolumntype{V}{!{
18792 \backslash
18793 vrule width 1.5pt}}
18794 \end_layout
18795
18796 \begin_layout Standard
18797 In Tabelle
18798 \begin_inset space ~
18799 \end_inset
18800
18801
18802 \begin_inset CommandInset ref
18803 LatexCommand ref
18804 reference "tab:Tabelle-mit-1.5pt-vert"
18805
18806 \end_inset
18807
18808  wurde das 
18809 \family sans
18810 LaTe
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816 {}
18817 \end_layout
18818
18819 \end_inset
18820
18821 X-Argument
18822 \family default
18823 \series bold
18824  VcV
18825 \series default
18826  für die letzte Spalte und
18827 \series bold
18828  Vc
18829 \series default
18830  für die anderen benutzt.
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset Float table
18835 placement H
18836 wide false
18837 sideways false
18838 status open
18839
18840 \begin_layout Plain Layout
18841 \begin_inset Caption
18842
18843 \begin_layout Plain Layout
18844 \begin_inset CommandInset label
18845 LatexCommand label
18846 name "tab:Tabelle-mit-1.5pt-vert"
18847
18848 \end_inset
18849
18850 Tabelle mit 1.5
18851 \begin_inset space \thinspace{}
18852 \end_inset
18853
18854 pt dicken vertikalen Linien
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Plain Layout
18863 \align center
18864 \begin_inset Tabular
18865 <lyxtabular version="3" rows="3" columns="3">
18866 <features>
18867 <column alignment="center" valignment="top" width="0" special="Vc">
18868 <column alignment="center" valignment="top" width="0" special="Vc">
18869 <column alignment="center" valignment="top" width="0" special="VcV">
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 sd
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 sd
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 sd
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 </lyxtabular>
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Subsection
18970 Gestrichelte Linien
18971 \begin_inset Index
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975 Tabellen  ! Linien ! gestrichelte 
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Standard
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 ifarydshln
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \begin_inset Note Note
18998 status open
18999
19000 \begin_layout Plain Layout
19001 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19002 \series bold
19003 arydshln
19004 \series default
19005  installiert ist.
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset Float table
19015 placement h
19016 wide false
19017 sideways false
19018 status open
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Caption
19022
19023 \begin_layout Plain Layout
19024 \begin_inset CommandInset label
19025 LatexCommand label
19026 name "tab:Tabelle-mit-gestrichelten"
19027
19028 \end_inset
19029
19030 Tabelle mit gestrichelten Linien
19031 \end_layout
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Plain Layout
19039 \align center
19040 \begin_inset Tabular
19041 <lyxtabular version="3" rows="5" columns="5">
19042 <features>
19043 <column alignment="center" valignment="top" width="0">
19044 <column alignment="center" valignment="top" width="0">
19045 <column alignment="center" valignment="top" width="0" special=":c">
19046 <column alignment="center" valignment="top" width="0">
19047 <column alignment="center" valignment="top" width="0">
19048 <row>
19049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 a
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 b
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 c
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 d
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 e
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 </row>
19095 <row>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 f
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 g
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 h
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 i
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 j
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset ERT
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151
19152
19153 \backslash
19154 hdashline 
19155 \end_layout
19156
19157 \end_inset
19158
19159 k
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168 l
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 m
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 n
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 o
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 </row>
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset ERT
19207 status collapsed
19208
19209 \begin_layout Plain Layout
19210
19211
19212 \backslash
19213 cdashline{4-5}
19214 \end_layout
19215
19216 \end_inset
19217
19218 p
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 q
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 r
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 s
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 t
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 u
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 v
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 w
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 x
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 </lyxtabular>
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Standard
19320 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19321  TeX-Code benutzen.
19322  Zunächst müssen Sie das LaTeX-Paket 
19323 \series bold
19324 arydshln
19325 \series default
19326
19327 \begin_inset Index
19328 status collapsed
19329
19330 \begin_layout Plain Layout
19331 LaTeX-Pakete ! arydshln
19332 \end_layout
19333
19334 \end_inset
19335
19336  im LaTeX-Vorspann laden:
19337 \end_layout
19338
19339 \begin_layout Standard
19340
19341 \series bold
19342
19343 \backslash
19344 usepackage{arydshln}
19345 \end_layout
19346
19347 \begin_layout Standard
19348 Um senkrechte Linien zu stricheln, müssen Sie im 
19349 \family sans
19350 LaTe
19351 \begin_inset ERT
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355
19356 {}
19357 \end_layout
19358
19359 \end_inset
19360
19361 X-Argument
19362 \family default
19363  des 
19364 \family sans
19365 Tabellen-Einstellungen
19366 \family default
19367 -Dialogs 
19368 \begin_inset Quotes gld
19369 \end_inset
19370
19371 :
19372 \begin_inset Quotes grd
19373 \end_inset
19374
19375 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19380 \end_layout
19381
19382 \begin_layout Standard
19383
19384 \series bold
19385
19386 \backslash
19387 hdashline
19388 \end_layout
19389
19390 \begin_layout Standard
19391 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19392 \end_layout
19393
19394 \begin_layout Standard
19395 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19396 \end_layout
19397
19398 \begin_layout Standard
19399
19400 \series bold
19401
19402 \backslash
19403 cdashline{Anfangsspalte-Endspalte}
19404 \end_layout
19405
19406 \begin_layout Standard
19407 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19408  Wenn Sie z.
19409 \begin_inset space \thinspace{}
19410 \end_inset
19411
19412 B.
19413  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19414  gestrichelte Linie haben, fügen Sie den Befehl
19415 \end_layout
19416
19417 \begin_layout Standard
19418
19419 \series bold
19420
19421 \backslash
19422 cdashline{2-4}
19423 \end_layout
19424
19425 \begin_layout Standard
19426 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19427 \end_layout
19428
19429 \begin_layout Standard
19430 \begin_inset VSpace bigskip
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \begin_layout Standard
19437 In Tabelle
19438 \begin_inset space ~
19439 \end_inset
19440
19441
19442 \begin_inset CommandInset ref
19443 LatexCommand ref
19444 reference "tab:Tabelle-mit-gestrichelten"
19445
19446 \end_inset
19447
19448  wurde in der dritten Spalte der Befehl
19449 \series bold
19450  
19451 \series default
19452
19453 \begin_inset Quotes gld
19454 \end_inset
19455
19456
19457 \series bold
19458 :c
19459 \begin_inset Quotes grd
19460 \end_inset
19461
19462
19463 \series default
19464  benutzt.
19465  Der Befehl 
19466 \series bold
19467
19468 \backslash
19469 hdashline
19470 \series default
19471  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19472 \begin_inset Newline newline
19473 \end_inset
19474
19475  
19476 \series bold
19477
19478 \backslash
19479 cdashline{4-5} 
19480 \series default
19481 wurde in die erste Zelle der vierten Zeile eingefügt.
19482 \end_layout
19483
19484 \begin_layout Standard
19485 \begin_inset Note Greyedout
19486 status open
19487
19488 \begin_layout Plain Layout
19489
19490 \series bold
19491 Bemerkung:
19492 \series default
19493  Das LaTeX-Paket 
19494 \series bold
19495 arydshln
19496 \series default
19497  ist nicht kompatibel dem LaTeX-Paket 
19498 \series bold
19499 colortbl
19500 \series default
19501
19502 \begin_inset Index
19503 status collapsed
19504
19505 \begin_layout Plain Layout
19506 LaTeX-Pakete ! colortbl
19507 \end_layout
19508
19509 \end_inset
19510
19511 , das für die farbigen Tabellen in Abschnitt
19512 \begin_inset space ~
19513 \end_inset
19514
19515
19516 \begin_inset CommandInset ref
19517 LatexCommand ref
19518 reference "abs:Farbige-Tabellen"
19519
19520 \end_inset
19521
19522  benutzt wurde.
19523  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \begin_layout Standard
19532 \begin_inset ERT
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536
19537
19538 \backslash
19539 else
19540 \end_layout
19541
19542 \end_inset
19543
19544
19545 \begin_inset Note Note
19546 status open
19547
19548 \begin_layout Plain Layout
19549 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19550 \series bold
19551 arydshln
19552 \series default
19553  nicht installiert ist:
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 Sie müssen das LaTeX-Paket 
19563 \series bold
19564 arydshln
19565 \series default
19566  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 \begin_inset ERT
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574
19575
19576 \backslash
19577 fi
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout Chapter
19586 Gleitobjekte
19587 \begin_inset Index
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591 Gleitobjekte
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Section
19600 Einleitung
19601 \begin_inset CommandInset label
19602 LatexCommand label
19603 name "abs:Gleitobjekte-Einleitung"
19604
19605 \end_inset
19606
19607
19608 \begin_inset Index
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612 Gleitobjekte ! Einleitung
19613 \end_layout
19614
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \begin_layout Standard
19621 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19622  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19623  der beste Platz ist.
19624  
19625 \family sans
19626 Fußnoten
19627 \family default
19628  und 
19629 \family sans
19630 Randnotizen
19631 \family default
19632  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19633  wenn auf ihrer Seite schon zu viele sind.
19634 \end_layout
19635
19636 \begin_layout Standard
19637 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19638  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19639  um weiße Flächen und Seiten ohne Text zu vermeiden.
19640  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19641 löst,
19642  kann im Text auf ein Gleitobjekt verwiesen werden.
19643  Gleitobjekte sind deshalb nummeriert.
19644  Querverweise werden in Abschnitt
19645 \begin_inset space ~
19646 \end_inset
19647
19648
19649 \begin_inset CommandInset ref
19650 LatexCommand ref
19651 reference "abs:Auf-Gleitobjekte-verweisen"
19652
19653 \end_inset
19654
19655  beschrieben.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Ein Gleitobjekt wird mit 
19660 \family sans
19661 Einfügen\SpecialChar \menuseparator
19662 Gleitobjekt\SpecialChar \menuseparator
19663 Algorithmus/Abbildung/Ta\SpecialChar \-
19664 belle/Um\SpecialChar \-
19665 flos\SpecialChar \-
19666 se\SpecialChar \-
19667 nes
19668 \begin_inset space ~
19669 \end_inset
19670
19671 Gleitobjekt
19672 \family default
19673  eingefügt.
19674  Für Abbildungen oder Tabellen können Sie auch auf 
19675 \begin_inset Graphics
19676         filename ../../images/float-insert_figure.png
19677         scale 70
19678         scaleBeforeRotation
19679         BoundingBox 0bp 6bp 22bp 22bp
19680
19681 \end_inset
19682
19683  oder 
19684 \begin_inset Graphics
19685         filename ../../images/float-insert_table.png
19686         scale 70
19687         scaleBeforeRotation
19688         BoundingBox 0bp 6bp 22bp 22bp
19689
19690 \end_inset
19691
19692  klicken.
19693  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19694  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19695  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19696  #:).
19697  Statt # sehen Sie die von LyX vergebene Nummer.
19698  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19699  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19700  eingefügt.
19701  In Abschnitt
19702 \begin_inset space ~
19703 \end_inset
19704
19705
19706 \begin_inset CommandInset ref
19707 LatexCommand ref
19708 reference "abs:Titel-Platzierung"
19709
19710 \end_inset
19711
19712  finden Sie mehr über die Platzierung des Titels.
19713  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19714  auch wieder geöffnet.
19715  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19716 \begin_inset Graphics
19717         filename clipart/GleitobjektQt4.png
19718         scale 70
19719         scaleBeforeRotation
19720         BoundingBox 0bp 6bp 128bp 22bp
19721
19722 \end_inset
19723
19724  -- ein graues Kästchen mit roter Beschriftung.
19725 \end_layout
19726
19727 \begin_layout Standard
19728 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19729  Gleitobjekte in einem eigenen Absatz einzufügen.
19730 \end_layout
19731
19732 \begin_layout Standard
19733 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19734  indem Sie sie markieren und dann auf 
19735 \begin_inset Graphics
19736         filename ../../images/float-insert_figure.png
19737         scale 70
19738         scaleBeforeRotation
19739         BoundingBox 0bp 6bp 22bp 22bp
19740
19741 \end_inset
19742
19743  oder 
19744 \begin_inset Graphics
19745         filename ../../images/float-insert_table.png
19746         scale 70
19747         scaleBeforeRotation
19748         BoundingBox 0bp 6bp 22bp 22bp
19749
19750 \end_inset
19751
19752  klicken.
19753 \end_layout
19754
19755 \begin_layout Section
19756 Gleitobjekt-Typen
19757 \begin_inset Index
19758 status collapsed
19759
19760 \begin_layout Plain Layout
19761 Gleitobjekte ! Typen
19762 \end_layout
19763
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \begin_layout Standard
19770 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19771 \begin_inset space ~
19772 \end_inset
19773
19774
19775 \begin_inset CommandInset ref
19776 LatexCommand ref
19777 reference "abs:Gleitende-Abbildungen"
19778
19779 \end_inset
19780
19781  und 
19782 \begin_inset CommandInset ref
19783 LatexCommand ref
19784 reference "abs:Gleitende-Tabellen"
19785
19786 \end_inset
19787
19788  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19789 \end_layout
19790
19791 \begin_layout Subsection
19792 Gleitobjekt-Algorithmen
19793 \begin_inset Index
19794 status collapsed
19795
19796 \begin_layout Plain Layout
19797 Gleitobjekte ! Algorithmen
19798 \end_layout
19799
19800 \end_inset
19801
19802
19803 \begin_inset CommandInset label
19804 LatexCommand label
19805 name "uab:Gleitobjekt-Algorithmen"
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Standard
19813 \begin_inset Float algorithm
19814 placement h
19815 wide false
19816 sideways false
19817 status open
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Caption
19821
19822 \begin_layout Plain Layout
19823 \begin_inset CommandInset label
19824 LatexCommand label
19825 name "alg:Ein-Gleitobjekt-Algorithmus"
19826
19827 \end_inset
19828
19829 Ein Gleitobjekt-Algorithmus 
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout LyX-Code
19838 for I in 1..N loop
19839 \begin_inset Newline newline
19840 \end_inset
19841
19842  Sum:= Sum + A(I); /*Kommentar*/
19843 \begin_inset Newline newline
19844 \end_inset
19845
19846 end loop
19847 \begin_inset VSpace -4mm
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \begin_layout Standard
19859 Dieser Typ wird mit 
19860 \family sans
19861 Einfügen\SpecialChar \menuseparator
19862 Gleitobjekt\SpecialChar \menuseparator
19863 Algorithmus
19864 \family default
19865  eingefügt.
19866  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19867  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19868  Eine mögliche Absatz-Umgebung hier für ist 
19869 \family sans
19870 LyX-Code
19871 \family default
19872 , beschrieben im 
19873 \emph on
19874 Benutzerhandbuch
19875 \emph default
19876 .
19877  In Algorithmus
19878 \begin_inset space ~
19879 \end_inset
19880
19881
19882 \begin_inset CommandInset ref
19883 LatexCommand ref
19884 reference "alg:Ein-Gleitobjekt-Algorithmus"
19885
19886 \end_inset
19887
19888  wurden am Ende -0.4
19889 \begin_inset space \thinspace{}
19890 \end_inset
19891
19892 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19893  letzten Zeile gedruckt wird.
19894 \end_layout
19895
19896 \begin_layout Standard
19897 Die Marke 
19898 \emph on
19899 Algorithmus
19900 \emph default
19901  wird nicht automatisch in die druckbare Version übernommen, sondern das
19902  englische Wort 
19903 \emph on
19904 Algorithm
19905 \emph default
19906  verwendet.
19907  Soll
19908 \emph on
19909  Algorithmus
19910 \emph default
19911  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19912 \end_layout
19913
19914 \begin_layout Standard
19915
19916 \series bold
19917
19918 \backslash
19919 floatname{algorithm}{Algorithmus}
19920 \end_layout
19921
19922 \begin_layout Standard
19923 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19924  Menü 
19925 \family sans
19926 Einfügen\SpecialChar \menuseparator
19927 Liste
19928 \begin_inset space \thinspace{}
19929 \end_inset
19930
19931 /
19932 \begin_inset space \thinspace{}
19933 \end_inset
19934
19935 Inhaltsverzeichnis\SpecialChar \menuseparator
19936 Algorithmenverzeichnis
19937 \family default
19938  verwendet werden.
19939  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19940  eingefügt werden:
19941 \end_layout
19942
19943 \begin_layout Standard
19944
19945 \series bold
19946
19947 \backslash
19948 listof{algorithm}{Algorithmenverzeichnis}
19949 \end_layout
19950
19951 \begin_layout Standard
19952 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19953  nach dem Schema 
19954 \begin_inset Quotes gld
19955 \end_inset
19956
19957 Kapitelnummer.Algorithmusnummer
19958 \begin_inset Quotes grd
19959 \end_inset
19960
19961  nummeriert.
19962  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19963  einfügen:
19964 \end_layout
19965
19966 \begin_layout Standard
19967
19968 \series bold
19969
19970 \backslash
19971 numberwithin{algorithm}{chapter}
19972 \end_layout
19973
19974 \begin_layout Standard
19975 Um 
19976 \series bold
19977
19978 \backslash
19979 numberwithin
19980 \series default
19981  benutzen zu können, muss in den 
19982 \family sans
19983 Mathe
19984 \begin_inset space ~
19985 \end_inset
19986
19987 Optionen
19988 \family default
19989  der 
19990 \family sans
19991 Dokument-Einstellungen
19992 \family default
19993  
19994 \family sans
19995 AMS
19996 \begin_inset space ~
19997 \end_inset
19998
19999 Mathe
20000 \begin_inset space ~
20001 \end_inset
20002
20003 Paket
20004 \family default
20005
20006 \begin_inset space ~
20007 \end_inset
20008
20009
20010 \family sans
20011 verwenden
20012 \family default
20013  angekreuzt sein.
20014 \end_layout
20015
20016 \begin_layout Subsection
20017 Umflossene Gleitobjekte
20018 \begin_inset Index
20019 status collapsed
20020
20021 \begin_layout Plain Layout
20022 Gleitobjekte ! umflossene
20023 \end_layout
20024
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \begin_layout Standard
20031 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20032  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20033  den die Abbildung bzw.
20034 \begin_inset space ~
20035 \end_inset
20036
20037 Tabelle übrig lässt.
20038  Sie werden über das Menü
20039 \family sans
20040  Einfügen\SpecialChar \menuseparator
20041 Gleitobjekt\SpecialChar \menuseparator
20042 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20043 objekt
20044 \family default
20045  eingefügt, wenn das LaTeX-Paket 
20046 \series bold
20047 wrapfig
20048 \series default
20049
20050 \begin_inset Index
20051 status collapsed
20052
20053 \begin_layout Plain Layout
20054 LaTeX-Pakete ! wrapfig
20055 \begin_inset ERT
20056 status collapsed
20057
20058 \begin_layout Plain Layout
20059
20060
20061 \backslash
20062 vspace{4mm}
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071
20072  installiert ist.
20073 \begin_inset Foot
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20078 \emph on
20079 LaTeX-Konfiguration
20080 \emph default
20081  beschrieben.
20082 \end_layout
20083
20084 \end_inset
20085
20086  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20087  Box des Gleitobjekts geändert werden.
20088  
20089 \begin_inset Wrap figure
20090 lines 0
20091 placement l
20092 overhang 1cm
20093 width "40col%"
20094 status open
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Graphics
20098         filename ../clipart/mobius.eps
20099         width 40col%
20100         scaleBeforeRotation
20101         rotateOrigin center
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Caption
20110
20111 \begin_layout Plain Layout
20112 \begin_inset CommandInset label
20113 LatexCommand label
20114 name "abb:Dies-ist-eine"
20115
20116 \end_inset
20117
20118 Dies ist eine umflossene Gleitobjekt-Abbildung
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127
20128  Obligatorische Einstellungen sind die 
20129 \family sans
20130 Breite
20131 \family default
20132  und 
20133 \family sans
20134 Platzierung
20135 \family default
20136  des Gleitobjekts.
20137  Optional sind der 
20138 \family sans
20139 Überhang 
20140 \family default
20141 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 /
20146 \begin_inset space \thinspace{}
20147 \end_inset
20148
20149 der Seite ragt und die 
20150 \family sans
20151 benötigten Zeilen
20152 \family default
20153 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20154  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20155  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20156  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20157  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20158  zu lassen.
20159  Abbildung
20160 \begin_inset space ~
20161 \end_inset
20162
20163
20164 \begin_inset CommandInset ref
20165 LatexCommand ref
20166 reference "abb:Dies-ist-eine"
20167
20168 \end_inset
20169
20170  ist zum Beispiel ein umflossenes Bild, das 40
20171 \begin_inset space \thinspace{}
20172 \end_inset
20173
20174 % der Spaltenbreite einnimmt, 1
20175 \begin_inset space \thinspace{}
20176 \end_inset
20177
20178 cm in den Rand ragt und links gesetzt wurde.
20179 \begin_inset Foot
20180 status collapsed
20181
20182 \begin_layout Plain Layout
20183 Die benutzbaren Einheiten werden in Anhang
20184 \begin_inset space ~
20185 \end_inset
20186
20187
20188 \begin_inset CommandInset ref
20189 LatexCommand ref
20190 reference "kap:In-LyX-verfügbare"
20191
20192 \end_inset
20193
20194  beschrieben.
20195 \end_layout
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \begin_layout Standard
20203 \begin_inset Note Greyedout
20204 status open
20205
20206 \begin_layout Plain Layout
20207
20208 \series bold
20209 Bemerkung:
20210 \series default
20211  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20212 \begin_inset space \thinspace{}
20213 \end_inset
20214
20215 B.
20216  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20217  oder über anderen Text gedruckt wird.
20218 \end_layout
20219
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \begin_layout Standard
20226 Allgemein gilt:
20227 \end_layout
20228
20229 \begin_layout Itemize
20230 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20231  der nächsten Seite fortgesetzt werden.
20232  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20233  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20234 \end_layout
20235
20236 \begin_layout Itemize
20237 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20238  sie fließen soll, eingefügt werden oder darin.
20239 \end_layout
20240
20241 \begin_layout Itemize
20242 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20243  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20244  ihnen ist.
20245 \end_layout
20246
20247 \begin_layout Itemize
20248 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20249  erlaubt.
20250 \end_layout
20251
20252 \begin_layout Section
20253 Gleitobjekt-Nummerierung
20254 \begin_inset Index
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258 Gleitobjekte ! Nummerierung
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Standard
20267 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20268  nummeriert oder nach dem Schema 
20269 \begin_inset Quotes gld
20270 \end_inset
20271
20272 Kapitelnummer.Gleitobjektnummer
20273 \begin_inset Quotes grd
20274 \end_inset
20275
20276  oder 
20277 \begin_inset Quotes gld
20278 \end_inset
20279
20280 Abschnittsnummer.Gleitobjektnummer
20281 \begin_inset Quotes grd
20282 \end_inset
20283
20284 .
20285  Das hängt von der Dokumentklasse ab.
20286 \end_layout
20287
20288 \begin_layout Standard
20289 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20290  in den LaTeX-Vorspann einfügen:
20291 \end_layout
20292
20293 \begin_layout Standard
20294
20295 \series bold
20296
20297 \backslash
20298 renewcommand{
20299 \backslash
20300 thetable}{
20301 \backslash
20302 roman{table}}
20303 \end_layout
20304
20305 \begin_layout Standard
20306
20307 \series bold
20308
20309 \backslash
20310 thetable
20311 \series default
20312  ist der Befehl, der die Tabellennummer druckt.
20313  Für Abbildungen ist das 
20314 \series bold
20315
20316 \backslash
20317 thefigure
20318 \series default
20319 .
20320  Der Befehl 
20321 \series bold
20322
20323 \backslash
20324 roman
20325 \series default
20326  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20327 \end_layout
20328
20329 \begin_layout Standard
20330 Um das Nummerierungsschema zum Beispiel auf 
20331 \begin_inset Quotes gld
20332 \end_inset
20333
20334 Unterabschnittsnummer.Num\SpecialChar \-
20335 mer
20336 \begin_inset Quotes grd
20337 \end_inset
20338
20339  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20340 \end_layout
20341
20342 \begin_layout Standard
20343
20344 \series bold
20345
20346 \backslash
20347 numberwithin{table}{subsection}
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Um den Befehl 
20352 \series bold
20353
20354 \backslash
20355 numberwithin
20356 \series default
20357  benutzen zu können, müssen Sie in den 
20358 \family sans
20359 Mathe
20360 \begin_inset space ~
20361 \end_inset
20362
20363 Optionen
20364 \family default
20365  der 
20366 \family sans
20367 Dokument-Einstellungen
20368 \family default
20369  
20370 \family sans
20371 AMS
20372 \begin_inset space ~
20373 \end_inset
20374
20375 Mathe
20376 \begin_inset space ~
20377 \end_inset
20378
20379 Paket
20380 \family default
20381
20382 \begin_inset space ~
20383 \end_inset
20384
20385
20386 \family sans
20387 verwenden
20388 \family default
20389  ankreuzen.
20390 \end_layout
20391
20392 \begin_layout Standard
20393 Sehen Sie sich bitte auch Abschnitt
20394 \begin_inset space ~
20395 \end_inset
20396
20397
20398 \begin_inset CommandInset ref
20399 LatexCommand ref
20400 reference "uab:Fußnoten-Nummerierung"
20401
20402 \end_inset
20403
20404  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20405 \end_layout
20406
20407 \begin_layout Section
20408 Auf Gleitobjekte verweisen
20409 \begin_inset CommandInset label
20410 LatexCommand label
20411 name "abs:Auf-Gleitobjekte-verweisen"
20412
20413 \end_inset
20414
20415
20416 \begin_inset Index
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 Gleitobjekte ! Querverweise
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \begin_inset Index
20427 status collapsed
20428
20429 \begin_layout Plain Layout
20430 Querverweise ! auf Gleitobjekte
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439 Zunächst müssen Sie mit 
20440 \family sans
20441 Einfügen\SpecialChar \menuseparator
20442 Marke
20443 \family default
20444  oder einen Klick auf 
20445 \begin_inset Graphics
20446         filename ../../images/label-insert.png
20447         scale 70
20448         scaleBeforeRotation
20449
20450 \end_inset
20451
20452  eine Marke im Titel einfügen.
20453  Im 
20454 \family sans
20455 Marke
20456 \family default
20457 -Dialog schreiben Sie einen Text in das Feld 
20458 \family sans
20459 Marke
20460 \family default
20461  oder übernehmen den vorgeschlagenen.
20462  Die Marke sieht in LyX dann so aus:
20463 \end_layout
20464
20465 \begin_layout Standard
20466 \begin_inset Graphics
20467         filename clipart/Marke.png
20468         lyxscale 80
20469         scale 50
20470         scaleBeforeRotation
20471         BoundingBox 0bp 6bp 76bp 23bp
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Die Marke wird als Anker und Name für den Querverweis benutzt.
20480  Mit 
20481 \family sans
20482 Einfügen\SpecialChar \menuseparator
20483 Querverweis
20484 \family default
20485  oder einen Klick auf 
20486 \begin_inset Graphics
20487         filename ../../images/dialog-show-new-inset_ref.png
20488         scale 70
20489         scaleBeforeRotation
20490
20491 \end_inset
20492
20493  können Sie dann auf die Marke verweisen.
20494  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20495  angezeigt:
20496 \end_layout
20497
20498 \begin_layout Standard
20499 \begin_inset Graphics
20500         filename clipart/Querverweis.png
20501         lyxscale 80
20502         scale 50
20503         scaleBeforeRotation
20504         BoundingBox 0bp 6bp 76bp 23bp
20505
20506 \end_inset
20507
20508
20509 \begin_inset Newline newline
20510 \end_inset
20511
20512  Mehr zu Querverweisen finden Sie im 
20513 \emph on
20514 Benutzerhandbuch
20515 \emph default
20516 .
20517 \end_layout
20518
20519 \begin_layout Standard
20520 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20521  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20522  durch einen Zeilenumbruch getrennt werden können.
20523 \end_layout
20524
20525 \begin_layout Standard
20526 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20527  LyX passt die Querverweise automatisch an.
20528 \end_layout
20529
20530 \begin_layout Standard
20531 Ein Klick auf den Schalter 
20532 \family sans
20533 Gehe
20534 \begin_inset space ~
20535 \end_inset
20536
20537 zur
20538 \begin_inset space ~
20539 \end_inset
20540
20541 Marke
20542 \family default
20543  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20544  Der Text der Schaltfläche heißt jetzt 
20545 \family sans
20546 Gehe
20547 \begin_inset space ~
20548 \end_inset
20549
20550 zurück
20551 \family default
20552  und ein Klick darauf macht genau dies.
20553   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20554  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20555  Dann ist auch kein 
20556 \family sans
20557 Gehe
20558 \begin_inset space ~
20559 \end_inset
20560
20561 zurück
20562 \family default
20563  möglich.
20564 \end_layout
20565
20566 \begin_layout Subsection
20567 Querverweis-Formate
20568 \begin_inset CommandInset label
20569 LatexCommand label
20570 name "uab:Querverweis-Formate"
20571
20572 \end_inset
20573
20574
20575 \begin_inset Index
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579 Querverweise ! Formate
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 Es gibt sechs verschiedene Querverweisstile:
20589 \end_layout
20590
20591 \begin_layout Description
20592 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20593  
20594 \begin_inset CommandInset ref
20595 LatexCommand ref
20596 reference "abb:Zwei-Teilabbildungen"
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Description
20604 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20605  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20606  verwendet wird, speziell wenn der Name 
20607 \begin_inset Quotes gld
20608 \end_inset
20609
20610 Gleichung
20611 \begin_inset Quotes grd
20612 \end_inset
20613
20614  weggelassen wird: 
20615 \begin_inset CommandInset ref
20616 LatexCommand eqref
20617 reference "eq:Wgn"
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Description
20625 <Seite>: druckt die Seitennummer: Seite
20626 \begin_inset space ~
20627 \end_inset
20628
20629
20630 \begin_inset CommandInset ref
20631 LatexCommand pageref
20632 reference "abb:Zwei-Teilabbildungen"
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Description
20640 auf
20641 \begin_inset space ~
20642 \end_inset
20643
20644 Seite
20645 \begin_inset space ~
20646 \end_inset
20647
20648 <Seite>: druckt den Text 
20649 \begin_inset Quotes gld
20650 \end_inset
20651
20652 auf Seite
20653 \begin_inset Quotes grd
20654 \end_inset
20655
20656  und die Seitennummer: 
20657 \begin_inset CommandInset ref
20658 LatexCommand vpageref
20659 reference "abb:Zwei-Teilabbildungen"
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Description
20667 <Querverweis>
20668 \begin_inset space ~
20669 \end_inset
20670
20671 auf
20672 \begin_inset space ~
20673 \end_inset
20674
20675 Seite
20676 \begin_inset space ~
20677 \end_inset
20678
20679 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20680 \begin_inset Quotes gld
20681 \end_inset
20682
20683 auf Seite
20684 \begin_inset Quotes grd
20685 \end_inset
20686
20687 , und die Seitennummer: 
20688 \begin_inset CommandInset ref
20689 LatexCommand vref
20690 reference "abb:Zwei-Teilabbildungen"
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Description
20698 Formatierter
20699 \begin_inset space ~
20700 \end_inset
20701
20702 Querverweis: druckt ein selbst definiertes Querverweisformat
20703 \begin_inset Newline newline
20704 \end_inset
20705
20706
20707 \begin_inset Note Greyedout
20708 status open
20709
20710 \begin_layout Plain Layout
20711
20712 \series bold
20713 Bemerkung:
20714 \series default
20715  Dies ist nur möglich, wenn das LaTeX-Paket 
20716 \series bold
20717 prettyref
20718 \series default
20719  installiert ist.
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \begin_layout Standard
20728 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20729  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20730  Seite befindet.
20731  Stattdessen wird der Text 
20732 \begin_inset Quotes gld
20733 \end_inset
20734
20735 auf der vorigen Seite
20736 \begin_inset Quotes grd
20737 \end_inset
20738
20739
20740 \begin_inset Quotes gld
20741 \end_inset
20742
20743 auf dieser Seite
20744 \begin_inset Quotes grd
20745 \end_inset
20746
20747  oder 
20748 \begin_inset Quotes gld
20749 \end_inset
20750
20751 auf der nächsten Seite
20752 \begin_inset Quotes grd
20753 \end_inset
20754
20755  gedruckt.
20756 \end_layout
20757
20758 \begin_layout Standard
20759 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20760  automatisch von LaTeX berechnet.
20761  Die Stile können im Feld 
20762 \family sans
20763 Format
20764 \family default
20765  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20766  einen Querverweis klicken.
20767 \end_layout
20768
20769 \begin_layout Subsection
20770 Automatische Querverweisnamen
20771 \begin_inset Index
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775 Querverweise ! Automatische Namen 
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Das LaTeX-Paket 
20785 \series bold
20786 hyperref
20787 \series default
20788
20789 \begin_inset Index
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793 LaTeX-Pakete ! hyperref
20794 \end_layout
20795
20796 \end_inset
20797
20798 , das in den
20799 \family sans
20800  PDF-Eigenschaften
20801 \family default
20802  im 
20803 \family sans
20804 Dokument-Einstellungen
20805 \family default
20806  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
20807  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
20808  wie 
20809 \emph on
20810 Abschnitt
20811 \emph default
20812 ).
20813  Sie müssen damit z.
20814 \begin_inset space \thinspace{}
20815 \end_inset
20816
20817 B.
20818  nicht mehr den Namen 
20819 \begin_inset Quotes gld
20820 \end_inset
20821
20822 Abbildung
20823 \begin_inset Quotes grd
20824 \end_inset
20825
20826  vor jeden Querverweis auf eine Abbildung schreiben.
20827  Um diese Funktion benutzen zu können, aktivieren Sie 
20828 \series bold
20829 hyperref
20830 \series default
20831  und fügen diese Zeile in den LaTeX-Vorspann ein:
20832 \end_layout
20833
20834 \begin_layout Standard
20835
20836 \series bold
20837
20838 \backslash
20839 AtBeginDocument{
20840 \backslash
20841 renewcommand{
20842 \backslash
20843 ref}[1]{
20844 \backslash
20845 mbox{
20846 \backslash
20847 autoref{#1}}}}
20848 \end_layout
20849
20850 \begin_layout Standard
20851 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
20852 \begin_inset space \thinspace{}
20853 \end_inset
20854
20855 B.
20856  statt 
20857 \begin_inset Quotes gld
20858 \end_inset
20859
20860 Abschnitt
20861 \begin_inset Quotes grd
20862 \end_inset
20863
20864  den Namen 
20865 \begin_inset Quotes gld
20866 \end_inset
20867
20868 Kap.
20869 \begin_inset space \thinspace{}
20870 \end_inset
20871
20872
20873 \begin_inset Quotes grd
20874 \end_inset
20875
20876 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
20877 \end_layout
20878
20879 \begin_layout Standard
20880
20881 \series bold
20882
20883 \backslash
20884 addto
20885 \backslash
20886 extrasngerman{
20887 \backslash
20888 renewcommand{
20889 \backslash
20890 sectionautorefname}
20891 \begin_inset Newline newline
20892 \end_inset
20893
20894
20895 \begin_inset ERT
20896 status collapsed
20897
20898 \begin_layout Plain Layout
20899
20900
20901 \backslash
20902 hphantom{ }
20903 \end_layout
20904
20905 \end_inset
20906
20907 {Kap.
20908 \backslash
20909 negthinspace}}
20910 \end_layout
20911
20912 \begin_layout Standard
20913 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
20914 \begin_inset Newline newline
20915 \end_inset
20916
20917
20918 \series bold
20919
20920 \backslash
20921 extrasngerman
20922 \series default
20923  durch 
20924 \series bold
20925
20926 \backslash
20927 extras***
20928 \series default
20929 , wobei *** der Name der verwendeten Sprache ist.
20930 \end_layout
20931
20932 \begin_layout Standard
20933 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
20934  z.
20935 \begin_inset space \thinspace{}
20936 \end_inset
20937
20938 B.
20939  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
20940 \end_layout
20941
20942 \begin_layout Standard
20943
20944 \series bold
20945
20946 \backslash
20947 newlength{
20948 \backslash
20949 abc}
20950 \begin_inset Newline newline
20951 \end_inset
20952
20953
20954 \backslash
20955 settowidth{
20956 \backslash
20957 abc}{
20958 \backslash
20959 space}
20960 \begin_inset Newline newline
20961 \end_inset
20962
20963
20964 \backslash
20965 addto
20966 \backslash
20967 extrasenglish{
20968 \backslash
20969 renewcommand{
20970 \backslash
20971 equationautorefname}
20972 \begin_inset Newline newline
20973 \end_inset
20974
20975
20976 \begin_inset ERT
20977 status collapsed
20978
20979 \begin_layout Plain Layout
20980
20981
20982 \backslash
20983 hphantom{ }
20984 \end_layout
20985
20986 \end_inset
20987
20988 {
20989 \backslash
20990 hspace{-
20991 \backslash
20992 abc}}
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Mehr über dieses Thema finden Sie in der 
20997 \series bold
20998 hyperref
20999 \series default
21000 -Dokumentation 
21001 \begin_inset CommandInset citation
21002 LatexCommand cite
21003 key "hyperref"
21004
21005 \end_inset
21006
21007 .
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset Note Greyedout
21012 status open
21013
21014 \begin_layout Plain Layout
21015
21016 \series bold
21017 Bemerkung:
21018 \series default
21019  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21020  als Querverweisstil 
21021 \family sans
21022 Formatierter
21023 \begin_inset space ~
21024 \end_inset
21025
21026 Querverweis
21027 \family default
21028  benutzen, wie in Abschnitt
21029 \begin_inset space ~
21030 \end_inset
21031
21032
21033 \begin_inset CommandInset ref
21034 LatexCommand ref
21035 reference "uab:Querverweis-Formate"
21036
21037 \end_inset
21038
21039  beschrieben.
21040 \end_layout
21041
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \begin_layout Standard
21048 Das 
21049 \emph on
21050 Mathe
21051 \emph default
21052  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21053 \end_layout
21054
21055 \begin_layout Subsection
21056 Querverweis-Position
21057 \begin_inset CommandInset label
21058 LatexCommand label
21059 name "uab:Querverweis-Position"
21060
21061 \end_inset
21062
21063
21064 \begin_inset Index
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068 Querverweise !  Position
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Standard
21077 Wenn Sie 
21078 \series bold
21079 hyperref
21080 \series default
21081
21082 \begin_inset Index
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086 LaTeX-Pakete ! hyperref
21087 \end_layout
21088
21089 \end_inset
21090
21091  in den
21092 \family sans
21093  PDF-Eigenschaften
21094 \family default
21095  im 
21096 \family sans
21097 Dokument-Einstellungen
21098 \family default
21099  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21100  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21101  und Sie werden das Bild ohne Scrollen nicht sehen.
21102  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21103  ist.
21104  Wenn Sie das  LaTeX-Paket 
21105 \series bold
21106 hypcap
21107 \series default
21108
21109 \begin_inset Index
21110 status collapsed
21111
21112 \begin_layout Plain Layout
21113 LaTeX-Pakete ! hypcap
21114 \end_layout
21115
21116 \end_inset
21117
21118 , das Teil des LaTeX-Pakets 
21119 \series bold
21120 oberdiek
21121 \series default
21122
21123 \begin_inset Index
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127 LaTeX-Pakete ! oberdiek
21128 \end_layout
21129
21130 \end_inset
21131
21132  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21133  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21134 \series bold
21135 hypcap
21136 \series default
21137  zunächst in den LaTeX-Vorspann laden:
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \series bold
21143
21144 \backslash
21145 usepackage[figure]{hypcap}
21146 \end_layout
21147
21148 \begin_layout Standard
21149 Sie können 
21150 \series bold
21151 hypcap
21152 \series default
21153  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21154  nicht empfohlen.
21155  Weitere Informationen finden Sie im
21156 \series bold
21157  hypcap
21158 \series default
21159 -Handbuch 
21160 \begin_inset CommandInset citation
21161 LatexCommand cite
21162 key "hypcap"
21163
21164 \end_inset
21165
21166 .
21167 \end_layout
21168
21169 \begin_layout Standard
21170 \begin_inset Note Greyedout
21171 status open
21172
21173 \begin_layout Plain Layout
21174
21175 \series bold
21176 Bemerkung:
21177 \series default
21178  
21179 \series bold
21180 hypcap
21181 \series medium
21182  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \begin_layout Section
21191 Gleitobjekt-Platzierung
21192 \begin_inset CommandInset label
21193 LatexCommand label
21194 name "abs:Gleitobjekt-Platzierung"
21195
21196 \end_inset
21197
21198
21199 \begin_inset Index
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 Gleitobjekte ! Platzierung
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \begin_layout Standard
21212 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21213 \family sans
21214 Gleitobjekt-Einstellungen
21215 \family default
21216 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21217  können.
21218 \begin_inset Newline newline
21219 \end_inset
21220
21221 Die Option 
21222 \family sans
21223 Spalten
21224 \begin_inset space ~
21225 \end_inset
21226
21227 überspannen
21228 \family default
21229  ist nur bei zweispaltigen Dokumenten sinnvoll.
21230  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21231 \begin_inset Newline newline
21232 \end_inset
21233
21234 Die Option 
21235 \family sans
21236 Seitwärts
21237 \begin_inset space ~
21238 \end_inset
21239
21240 drehen
21241 \family default
21242  ist in Abschnitt 
21243 \begin_inset CommandInset ref
21244 LatexCommand ref
21245 reference "abs:Gedrehte-Gleitobjekte"
21246
21247 \end_inset
21248
21249  beschrieben.
21250 \end_layout
21251
21252 \begin_layout Standard
21253 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21254  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21255  Sie die Option 
21256 \family sans
21257 Standard-Platzierung
21258 \begin_inset space ~
21259 \end_inset
21260
21261 verwenden
21262 \family default
21263  nicht verwenden:
21264 \end_layout
21265
21266 \begin_layout Description
21267 Hier
21268 \begin_inset space ~
21269 \end_inset
21270
21271 wenn
21272 \begin_inset space ~
21273 \end_inset
21274
21275 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21276 \end_layout
21277
21278 \begin_layout Description
21279 Anfang
21280 \begin_inset space ~
21281 \end_inset
21282
21283 der
21284 \begin_inset space ~
21285 \end_inset
21286
21287 Seite
21288 \family sans
21289  
21290 \family default
21291 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21292  Gleitobjekte, die maximal 70
21293 \begin_inset space \thinspace{}
21294 \end_inset
21295
21296 % einer Seite benötigen, dürfen oben platziert werden.
21297  Dies kann durch die Variable 
21298 \series bold
21299
21300 \backslash
21301 topfraction
21302 \series default
21303  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21304 \end_layout
21305
21306 \begin_deeper
21307 \begin_layout Standard
21308
21309 \series bold
21310
21311 \backslash
21312 renewcommand{
21313 \backslash
21314 topfraction}{0.9}
21315 \family typewriter
21316 \series default
21317  
21318 \end_layout
21319
21320 \end_deeper
21321 \begin_layout Description
21322 Ende
21323 \begin_inset space ~
21324 \end_inset
21325
21326 der
21327 \begin_inset space ~
21328 \end_inset
21329
21330 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21331  Gleitobjekte, die maximal 30
21332 \begin_inset space \thinspace{}
21333 \end_inset
21334
21335 % einer Seite benötigen, dürfen unten platziert werden.
21336  Dies kann durch die Variable 
21337 \series bold
21338
21339 \backslash
21340 bottomfraction
21341 \series default
21342  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21343 \end_layout
21344
21345 \begin_deeper
21346 \begin_layout Standard
21347
21348 \series bold
21349
21350 \backslash
21351 renewcommand{
21352 \backslash
21353 bottomfraction}{0.5}
21354 \end_layout
21355
21356 \begin_layout Standard
21357 die oftmals zu kleine untere Grenze auf 50
21358 \begin_inset space \thinspace{}
21359 \end_inset
21360
21361 %.
21362 \end_layout
21363
21364 \end_deeper
21365 \begin_layout Description
21366 Seite
21367 \begin_inset space ~
21368 \end_inset
21369
21370 mit
21371 \begin_inset space ~
21372 \end_inset
21373
21374 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21375  Nur wenn mehr als 50
21376 \begin_inset space \thinspace{}
21377 \end_inset
21378
21379 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21380  Gleitobjekte bereitgestellt.
21381  Dies kann durch die Variable 
21382 \series bold
21383
21384 \backslash
21385 floatpagefraction 
21386 \series default
21387 im LaTeX-Vorspann überschrieben werden.
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Die Reihenfolge der obigen Optionen wird 
21392 \emph on
21393 immer
21394 \emph default
21395  von LaTeX verwendet.
21396  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21397  versuchen 
21398 \family sans
21399 Hier
21400 \begin_inset space \space{}
21401 \end_inset
21402
21403 wenn
21404 \begin_inset space \space{}
21405 \end_inset
21406
21407 möglich
21408 \family default
21409 , dann 
21410 \family sans
21411 Anfang
21412 \begin_inset space ~
21413 \end_inset
21414
21415 der
21416 \begin_inset space ~
21417 \end_inset
21418
21419 Seite
21420 \family default
21421  und dann die anderen Optionen anzuwenden.
21422  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21423  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21424  Reihenfolge.
21425  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21426 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21427 \end_layout
21428
21429 \begin_layout Standard
21430 Die Option 
21431 \family sans
21432 Hier,
21433 \begin_inset space ~
21434 \end_inset
21435
21436 auf
21437 \begin_inset space ~
21438 \end_inset
21439
21440 jeden
21441 \begin_inset space ~
21442 \end_inset
21443
21444 Fall
21445 \family default
21446  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21447  fast druckreif ist.
21448  Denn mit der Option kann das Objekt nicht mehr 
21449 \emph on
21450 gleiten
21451 \emph default
21452 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21453  oftmals zerstört.
21454 \end_layout
21455
21456 \begin_layout Standard
21457 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21458  immer vom Text eines bestimmten Absatzes umgeben sind.
21459 \begin_inset VSpace bigskip
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \begin_layout Standard
21466 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21467 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21468  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21469  Das kann mit dem LaTeX-Befehl
21470 \series bold
21471  
21472 \backslash
21473 suppressfloats
21474 \series default
21475  verhindert werden.
21476  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21477  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21478  gesetzt wird.
21479  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21480 \end_layout
21481
21482 \begin_layout Standard
21483
21484 \series bold
21485
21486 \backslash
21487 let
21488 \backslash
21489 meinAbschnitt
21490 \backslash
21491 section
21492 \begin_inset Newline newline
21493 \end_inset
21494
21495
21496 \backslash
21497 renewcommand{
21498 \backslash
21499 section}{
21500 \backslash
21501 suppressfloats[t]
21502 \backslash
21503 meinAbschnitt}
21504 \end_layout
21505
21506 \begin_layout Standard
21507 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21508  Unterabschnitten festlegen.
21509  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21510  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21511 \end_layout
21512
21513 \begin_layout Standard
21514 Es gibt auch noch das LaTeX-Paket 
21515 \series bold
21516 flafter
21517 \series default
21518
21519 \begin_inset Index
21520 status collapsed
21521
21522 \begin_layout Plain Layout
21523 LaTeX-Pakete ! flafter
21524 \end_layout
21525
21526 \end_inset
21527
21528  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21529  gedruckt wird.
21530 \end_layout
21531
21532 \begin_layout Standard
21533 \begin_inset VSpace bigskip
21534 \end_inset
21535
21536 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21537  Dafür gibt es das LaTeX-Paket 
21538 \series bold
21539 endfloat
21540 \series default
21541
21542 \begin_inset Index
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546 LaTeX-Pakete ! endfloat
21547 \end_layout
21548
21549 \end_inset
21550
21551 .
21552  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21553  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21554  
21555 \family sans
21556
21557 \begin_inset Quotes gld
21558 \end_inset
21559
21560 [Abbildung
21561 \begin_inset space ~
21562 \end_inset
21563
21564 3.2 ist ungefähr hier.]
21565 \family default
21566
21567 \begin_inset Quotes grd
21568 \end_inset
21569
21570  finden.
21571  Das 
21572 \series bold
21573 endfloat
21574 \series default
21575 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21576 \end_layout
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581
21582 \backslash
21583 usepackage[Optionen]{endfloat}
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21588  Tabellen-Abschnitte, die Sie in der 
21589 \series bold
21590 endfloat
21591 \series default
21592 -Dokumentation 
21593 \begin_inset CommandInset citation
21594 LatexCommand cite
21595 key "endfloat"
21596
21597 \end_inset
21598
21599  nachlesen können.
21600 \begin_inset Newline newline
21601 \end_inset
21602
21603
21604 \begin_inset Note Greyedout
21605 status open
21606
21607 \begin_layout Plain Layout
21608
21609 \series bold
21610 Bemerkung
21611 \begin_inset space ~
21612 \end_inset
21613
21614 1: endfloat
21615 \series default
21616  übersetzt den Hinweistext nicht automatisch.
21617  Abschnitt
21618 \begin_inset space ~
21619 \end_inset
21620
21621 4 in 
21622 \begin_inset CommandInset citation
21623 LatexCommand cite
21624 key "endfloat"
21625
21626 \end_inset
21627
21628  beschreibt, wie es geht.
21629 \end_layout
21630
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 \begin_inset Note Greyedout
21638 status open
21639
21640 \begin_layout Plain Layout
21641
21642 \series bold
21643 Bemerkung
21644 \begin_inset space ~
21645 \end_inset
21646
21647 2: 
21648 \series default
21649 Die aktuelle Version von 
21650 \series bold
21651 endfloat
21652 \series default
21653  hat einen Fehler, wenn die Überschrift ein 
21654 \begin_inset Quotes gld
21655 \end_inset
21656
21657 ß
21658 \begin_inset Quotes grd
21659 \end_inset
21660
21661  enthält.
21662  Sie müssen stattdessen den Befehl 
21663 \series bold
21664
21665 \backslash
21666 ss
21667 \series default
21668  als TeX-Code benutzen.
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \begin_layout Standard
21677 \begin_inset VSpace bigskip
21678 \end_inset
21679
21680 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21681  wie 
21682 \begin_inset CommandInset citation
21683 LatexCommand cite
21684 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21685
21686 \end_inset
21687
21688 .
21689 \end_layout
21690
21691 \begin_layout Section
21692 Gedrehte Gleitobjekte
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "abs:Gedrehte-Gleitobjekte"
21696
21697 \end_inset
21698
21699
21700 \begin_inset Index
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704 Gleitobjekte ! drehen
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21714 t drehen.
21715  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21716  und die Option 
21717 \family sans
21718 Seitwärts
21719 \begin_inset space ~
21720 \end_inset
21721
21722 drehen
21723 \family default
21724  wählen.
21725 \end_layout
21726
21727 \begin_layout Standard
21728 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21729  sie ein mehrspaltiges Dokument haben) gedruckt.
21730  Sie können mehrere Spalten überspannen, wenn die Option 
21731 \family sans
21732 Spalten
21733 \begin_inset space ~
21734 \end_inset
21735
21736 überspannen
21737 \family default
21738  in den Gleitobjekt Einstellungen gewählt ist.
21739  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21740  werden können.
21741  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21742  Option 
21743 \series bold
21744 figuresleft
21745 \series default
21746  oder 
21747 \series bold
21748 figuresright
21749 \series default
21750  zu den Dokumentklassen-Optionen hinzu.
21751 \end_layout
21752
21753 \begin_layout Standard
21754 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21755  Tabelle
21756 \begin_inset space ~
21757 \end_inset
21758
21759
21760 \begin_inset CommandInset ref
21761 LatexCommand ref
21762 reference "tab:Gedrehte-Tabelle"
21763
21764 \end_inset
21765
21766  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21767 \end_layout
21768
21769 \begin_layout Standard
21770 \begin_inset Note Greyedout
21771 status open
21772
21773 \begin_layout Plain Layout
21774
21775 \series bold
21776 Bemerkung:
21777 \series default
21778  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21779 \end_layout
21780
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \begin_layout Standard
21787 \begin_inset Float table
21788 wide false
21789 sideways true
21790 status open
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Caption
21794
21795 \begin_layout Plain Layout
21796 \begin_inset CommandInset label
21797 LatexCommand label
21798 name "tab:Gedrehte-Tabelle"
21799
21800 \end_inset
21801
21802 Gedrehte Tabelle
21803 \end_layout
21804
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \begin_layout Plain Layout
21811 \align center
21812 \begin_inset Tabular
21813 <lyxtabular version="3" rows="1" columns="5">
21814 <features>
21815 <column alignment="center" valignment="top" width="0">
21816 <column alignment="center" valignment="top" width="0">
21817 <column alignment="center" valignment="top" width="0">
21818 <column alignment="center" valignment="top" width="0">
21819 <column alignment="center" valignment="top" width="0">
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 Test
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 b
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 c
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 d
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 e
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 </lyxtabular>
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \begin_layout Section
21880 Gleitobjekte nebeneinander
21881 \begin_inset Index
21882 status collapsed
21883
21884 \begin_layout Plain Layout
21885 Gleitobjekte ! nebeneinander
21886 \end_layout
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21895 \begin_inset space ~
21896 \end_inset
21897
21898
21899 \begin_inset CommandInset ref
21900 LatexCommand ref
21901 reference "abb:Gleitobjekt-links"
21902
21903 \end_inset
21904
21905  und 
21906 \begin_inset CommandInset ref
21907 LatexCommand ref
21908 reference "abb:Gleitobjekt-rechts"
21909
21910 \end_inset
21911
21912  wird nur 
21913 \emph on
21914 ein
21915 \emph default
21916  Gleitobjekt verwendet.
21917  In dieses werden zwei Minipage Boxen eingefügt.
21918 \begin_inset Foot
21919 status collapsed
21920
21921 \begin_layout Plain Layout
21922 Minipages sind in Abschnitt
21923 \begin_inset space ~
21924 \end_inset
21925
21926
21927 \begin_inset CommandInset ref
21928 LatexCommand ref
21929 reference "abs:Minipage"
21930
21931 \end_inset
21932
21933  erklärt.
21934 \end_layout
21935
21936 \end_inset
21937
21938  Die Breite wird für jede Minipage auf 45
21939 \begin_inset space \thinspace{}
21940 \end_inset
21941
21942 -50
21943 \begin_inset space \thinspace{}
21944 \end_inset
21945
21946 Spalten% und die Box Ausrichtung auf 
21947 \family sans
21948 Unten
21949 \family default
21950  gesetzt.
21951  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21952  Gleitobjekt.
21953  Der einzige Unterschied ist, dass die Bildeinheit 
21954 \family sans
21955 Spaltenbreite
21956 \begin_inset space ~
21957 \end_inset
21958
21959 %
21960 \family default
21961  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21962 \end_layout
21963
21964 \begin_layout Standard
21965 \begin_inset Float figure
21966 wide false
21967 sideways false
21968 status open
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Box Frameless
21972 position "b"
21973 hor_pos "c"
21974 has_inner_box 1
21975 inner_pos "t"
21976 use_parbox 0
21977 width "45col%"
21978 special "none"
21979 height "1in"
21980 height_special "totalheight"
21981 status open
21982
21983 \begin_layout Plain Layout
21984 \align center
21985 \begin_inset Graphics
21986         filename ../clipart/mobius.eps
21987         lyxscale 50
21988         width 100col%
21989         scaleBeforeRotation
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Caption
21998
21999 \begin_layout Plain Layout
22000 \begin_inset CommandInset label
22001 LatexCommand label
22002 name "abb:Gleitobjekt-links"
22003
22004 \end_inset
22005
22006 Gleitobjekt auf der linken Seite.
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \begin_inset space \hfill{}
22018 \end_inset
22019
22020
22021 \begin_inset Box Frameless
22022 position "b"
22023 hor_pos "c"
22024 has_inner_box 1
22025 inner_pos "t"
22026 use_parbox 0
22027 width "45col%"
22028 special "none"
22029 height "1in"
22030 height_special "totalheight"
22031 status open
22032
22033 \begin_layout Plain Layout
22034 \align center
22035 \begin_inset Graphics
22036         filename ../clipart/platypus.eps
22037         lyxscale 50
22038         width 100col%
22039         scaleBeforeRotation
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Caption
22048
22049 \begin_layout Plain Layout
22050 \begin_inset CommandInset label
22051 LatexCommand label
22052 name "abb:Gleitobjekt-rechts"
22053
22054 \end_inset
22055
22056 Gleitobjekt auf der rechten Seite.
22057 \end_layout
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Section
22075 Beschriftungs-Formatierung
22076 \begin_inset CommandInset label
22077 LatexCommand label
22078 name "abs:Titel-Formatierung"
22079
22080 \end_inset
22081
22082
22083 \begin_inset Index
22084 status collapsed
22085
22086 \begin_layout Plain Layout
22087 Gleitobjekte ! Beschriftung ! Formatierung
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \family sans
22098 Legende
22099 \family default
22100  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22101  In LyX sehen Titel so aus:  
22102 \family sans
22103
22104 \begin_inset Quotes gld
22105 \end_inset
22106
22107 Abbildung xyz:
22108 \family default
22109
22110 \begin_inset Quotes grd
22111 \end_inset
22112
22113 , gefolgt vom Beschriftungstext, wobei 
22114 \family sans
22115 xyz
22116 \family default
22117  die von LyX vergebene Nummer ist.
22118  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22119  gedruckt.
22120  Dies ist nicht immer brauchbar.
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22125  
22126 \series bold
22127 caption
22128 \series default
22129
22130 \begin_inset Index
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134 LaTeX-Pakete ! caption
22135 \end_layout
22136
22137 \end_inset
22138
22139  in den LaTeX-Vorspann laden:
22140 \end_layout
22141
22142 \begin_layout Standard
22143
22144 \series bold
22145
22146 \backslash
22147 usepackage[Format-Definition]{caption}
22148 \end_layout
22149
22150 \begin_layout Standard
22151 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22152  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22153 \end_layout
22154
22155 \begin_layout Standard
22156
22157 \series bold
22158
22159 \backslash
22160 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22161 \end_layout
22162
22163 \begin_layout Standard
22164 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22165  definieren.
22166  Dazu laden Sie das 
22167 \series bold
22168 caption
22169 \series default
22170 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22171  dem Befehl
22172 \end_layout
22173
22174 \begin_layout Standard
22175
22176 \series bold
22177
22178 \backslash
22179 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22180 \end_layout
22181
22182 \begin_layout Standard
22183 Für Abbildung
22184 \begin_inset space ~
22185 \end_inset
22186
22187
22188 \begin_inset CommandInset ref
22189 LatexCommand ref
22190 reference "abb:Langer-Abb-Titel"
22191
22192 \end_inset
22193
22194  und Tabelle
22195 \begin_inset space ~
22196 \end_inset
22197
22198
22199 \begin_inset CommandInset ref
22200 LatexCommand ref
22201 reference "tab:Langer-Tab-Titel"
22202
22203 \end_inset
22204
22205  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22206  werden:
22207 \end_layout
22208
22209 \begin_layout Standard
22210
22211 \series bold
22212
22213 \backslash
22214 usepackage[tableposition=top]{caption}
22215 \begin_inset Newline newline
22216 \end_inset
22217
22218
22219 \backslash
22220 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22221 \begin_inset Newline newline
22222 \end_inset
22223
22224
22225 \begin_inset ERT
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229
22230
22231 \backslash
22232 hphantom{
22233 \backslash
22234
22235 \backslash
22236 captionsetup[figure]
22237 \backslash
22238 {}
22239 \end_layout
22240
22241 \end_inset
22242
22243  labelsep=period}
22244 \begin_inset Newline newline
22245 \end_inset
22246
22247
22248 \backslash
22249 captionsetup[table]{labelfont={bf,sf}}
22250 \end_layout
22251
22252 \begin_layout Standard
22253 \begin_inset Note Greyedout
22254 status open
22255
22256 \begin_layout Plain Layout
22257
22258 \series bold
22259 Bemerkung:
22260 \series default
22261  Die Option 
22262 \series bold
22263 tableposition=top
22264 \series default
22265  hat keine Auswirkung, wenn eine 
22266 \series bold
22267 koma-script
22268 \series default
22269
22270 \begin_inset Index
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274 LaTeX-Pakete ! koma-script
22275 \end_layout
22276
22277 \end_inset
22278
22279 -Dokumentklasse verwendet wird.
22280  Hier muss die Option 
22281 \series bold
22282 tablecaptionabove
22283 \series default
22284  benutzt werden.
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Standard
22293 Weitere Informationen über das Paket
22294 \series bold
22295  caption
22296 \series default
22297  finden Sie in seiner Dokumentation 
22298 \begin_inset CommandInset citation
22299 LatexCommand cite
22300 key "caption"
22301
22302 \end_inset
22303
22304 .
22305 \end_layout
22306
22307 \begin_layout Standard
22308 Wenn Sie den Namen von 
22309 \begin_inset Quotes gld
22310 \end_inset
22311
22312 Abbildung
22313 \begin_inset Quotes grd
22314 \end_inset
22315
22316  auf 
22317 \begin_inset Quotes gld
22318 \end_inset
22319
22320 Bild
22321 \begin_inset Quotes grd
22322 \end_inset
22323
22324  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330
22331 \backslash
22332 renewcommand{
22333 \backslash
22334 fnum@figure}{Bild~
22335 \backslash
22336 thefigure}
22337 \end_layout
22338
22339 \begin_layout Standard
22340 wobei 
22341 \series bold
22342
22343 \backslash
22344 thefigure
22345 \series default
22346  die Bildnummer einsetzt und
22347 \series bold
22348  ~
22349 \series default
22350  ein geschütztes Leerzeichen ist.
22351 \end_layout
22352
22353 \begin_layout Standard
22354 \begin_inset VSpace bigskip
22355 \end_inset
22356
22357 Wenn Sie eine 
22358 \series bold
22359 koma-script
22360 \series default
22361
22362 \begin_inset Index
22363 status collapsed
22364
22365 \begin_layout Plain Layout
22366 LaTeX-Pakete ! koma-script
22367 \end_layout
22368
22369 \end_inset
22370
22371 -Dokumentklasse (
22372 \family sans
22373 article (koma-script)
22374 \family default
22375
22376 \family sans
22377 book (koma-script)
22378 \family default
22379
22380 \family sans
22381 letter (koma-script)
22382 \family default
22383  oder 
22384 \family sans
22385 report (koma-script)
22386 \family default
22387 ) benutzen, können Sie anstatt des 
22388 \series bold
22389 caption
22390 \series default
22391 -Paketes den eingebauten Befehl 
22392 \series bold
22393
22394 \backslash
22395 setkomafont
22396 \series default
22397  von 
22398 \series bold
22399 koma-script
22400 \series default
22401  benutzen.
22402  Der Befehl
22403 \end_layout
22404
22405 \begin_layout Standard
22406
22407 \series bold
22408
22409 \backslash
22410 setkomafont{captionlabel}{
22411 \backslash
22412 bfseries}
22413 \end_layout
22414
22415 \begin_layout Standard
22416 im LaTeX-Vorspann druckt den Namen fett.
22417 \end_layout
22418
22419 \begin_layout Standard
22420 Weitere Informationen über 
22421 \series bold
22422
22423 \backslash
22424 setkomafont
22425 \series default
22426  finden Sie in der 
22427 \series bold
22428 koma-script
22429 \series default
22430 -Do\SpecialChar \-
22431 ku\SpecialChar \-
22432 men\SpecialChar \-
22433 ta\SpecialChar \-
22434 tion 
22435 \begin_inset CommandInset citation
22436 LatexCommand cite
22437 key "koma-script"
22438
22439 \end_inset
22440
22441 .
22442 \end_layout
22443
22444 \begin_layout Standard
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449
22450
22451 \backslash
22452 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22453 }
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \begin_inset Note Note
22460 status open
22461
22462 \begin_layout Plain Layout
22463 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset Float figure
22473 placement !p
22474 wide false
22475 sideways false
22476 status open
22477
22478 \begin_layout Plain Layout
22479 \align center
22480 \begin_inset Graphics
22481         filename ../clipart/mobius.eps
22482         lyxscale 50
22483         scale 50
22484         scaleBeforeRotation
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Caption
22493
22494 \begin_layout Plain Layout
22495 \begin_inset CommandInset label
22496 LatexCommand label
22497 name "abb:Langer-Abb-Titel"
22498
22499 \end_inset
22500
22501 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22502  ist, um das andere Beschriftungsformat zu zeigen.
22503  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22504 \begin_inset OptArg
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22509  ist.
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset ERT
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532
22533
22534 \backslash
22535 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22536 on}
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545 \begin_inset Float table
22546 placement !p
22547 wide false
22548 sideways false
22549 status open
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Caption
22553
22554 \begin_layout Plain Layout
22555 \begin_inset CommandInset label
22556 LatexCommand label
22557 name "tab:Langer-Tab-Titel"
22558
22559 \end_inset
22560
22561 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22562  ist, um das andere Beschriftungsformat zu zeigen.
22563  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22564  benutzt.
22565 \begin_inset OptArg
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22570  ist.
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Plain Layout
22584 \align center
22585 \begin_inset Tabular
22586 <lyxtabular version="3" rows="1" columns="5">
22587 <features>
22588 <column alignment="center" valignment="top" width="0">
22589 <column alignment="center" valignment="top" width="0">
22590 <column alignment="center" valignment="top" width="0">
22591 <column alignment="center" valignment="top" width="0">
22592 <column alignment="center" valignment="top" width="0">
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 a
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 b
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 c
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 d
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 e
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 </lyxtabular>
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \begin_layout Section
22653 Beschriftungs-Platzierung
22654 \begin_inset CommandInset label
22655 LatexCommand label
22656 name "abs:Titel-Platzierung"
22657
22658 \end_inset
22659
22660
22661 \begin_inset Index
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665 Gleitobjekte ! Beschriftung ! Platzierung
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Standard
22674 Normalerweise werden die Beschriftungen wie folgt platziert:
22675 \end_layout
22676
22677 \begin_layout Description
22678 Abbildung: darunter
22679 \end_layout
22680
22681 \begin_layout Description
22682 Tabelle: darüber
22683 \end_layout
22684
22685 \begin_layout Standard
22686 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22687  Das heißt wenn Sie eine der Dokument-Klassen 
22688 \family sans
22689 article
22690 \family default
22691
22692 \family sans
22693 book
22694 \family default
22695
22696 \family sans
22697 letter
22698 \family default
22699  oder 
22700 \family sans
22701 report
22702 \family default
22703  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22704  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22705 \series bold
22706 caption
22707 \series default
22708  im LaTeX-Vorspann folgendes schreiben:
22709 \begin_inset Foot
22710 status collapsed
22711
22712 \begin_layout Plain Layout
22713 In Abschnitt
22714 \begin_inset space ~
22715 \end_inset
22716
22717
22718 \begin_inset CommandInset ref
22719 LatexCommand ref
22720 reference "abs:Titel-Formatierung"
22721
22722 \end_inset
22723
22724  steht mehr über das Paket 
22725 \series bold
22726 caption
22727 \series default
22728 .
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Standard
22737
22738 \series bold
22739 tableposition=top
22740 \end_layout
22741
22742 \begin_layout Standard
22743 Wenn Sie eine 
22744 \series bold
22745 koma-script
22746 \series default
22747
22748 \begin_inset Index
22749 status collapsed
22750
22751 \begin_layout Plain Layout
22752 LaTeX-Pakete ! koma-script
22753 \end_layout
22754
22755 \end_inset
22756
22757 -Dokumentklasse (
22758 \family sans
22759 article (koma-script)
22760 \family default
22761
22762 \family sans
22763 book (koma-script)
22764 \family default
22765
22766 \family sans
22767 letter (koma-script)
22768 \family default
22769  oder 
22770 \family sans
22771 report (koma-script)
22772 \family default
22773 ) benutzen, können Sie alternativ zum 
22774 \series bold
22775 caption
22776 \series default
22777 -Paket die Option 
22778 \series bold
22779 tablecaptionabove
22780 \series default
22781  benutzen.
22782 \end_layout
22783
22784 \begin_layout Standard
22785 \begin_inset VSpace bigskip
22786 \end_inset
22787
22788 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22789  Das bewirkt das LaTeX-Paket 
22790 \series bold
22791 sidecap
22792 \series default
22793
22794 \begin_inset Index
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798 LaTeX-Pakete ! sidecap
22799 \end_layout
22800
22801 \end_inset
22802
22803 , das so in den LaTeX-Vorspann geladen wird:
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \series bold
22809
22810 \backslash
22811 usepackage[Option]{sidecap}
22812 \end_layout
22813
22814 \begin_layout Standard
22815 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22816  Mit 
22817 \series bold
22818 innercaption
22819 \series default
22820  wird die Beschriftung innen gedruckt.
22821  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22822  
22823 \series bold
22824 rightcaption
22825 \series default
22826  oder 
22827 \series bold
22828 leftcaption
22829 \series default
22830 .
22831 \end_layout
22832
22833 \begin_layout Standard
22834 \begin_inset ERT
22835 status collapsed
22836
22837 \begin_layout Plain Layout
22838
22839
22840 \backslash
22841 ifsidecap
22842 \end_layout
22843
22844 \end_inset
22845
22846
22847 \begin_inset Note Note
22848 status open
22849
22850 \begin_layout Plain Layout
22851 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22852 \series bold
22853 sidecap
22854 \series default
22855  installiert ist.
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22865  in den LaTeX-Vorspann schreiben:
22866 \end_layout
22867
22868 \begin_layout Standard
22869
22870 \lyxline
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875
22876 \series bold
22877
22878 \backslash
22879 newcommand{
22880 \backslash
22881 TabBesBeg}{%
22882 \begin_inset Newline newline
22883 \end_inset
22884
22885
22886 \begin_inset ERT
22887 status collapsed
22888
22889 \begin_layout Plain Layout
22890
22891
22892 \backslash
22893 hphantom{ }
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \backslash
22900 let
22901 \backslash
22902 MyTable
22903 \backslash
22904 table
22905 \begin_inset Newline newline
22906 \end_inset
22907
22908
22909 \begin_inset ERT
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913
22914
22915 \backslash
22916 hphantom{ }
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \backslash
22923 let
22924 \backslash
22925 MyEndtable
22926 \backslash
22927 endtable
22928 \begin_inset Newline newline
22929 \end_inset
22930
22931
22932 \begin_inset ERT
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936
22937
22938 \backslash
22939 hphantom{ }
22940 \end_layout
22941
22942 \end_inset
22943
22944
22945 \backslash
22946 renewenvironment{table}{
22947 \backslash
22948 begin{SCtable}}{
22949 \backslash
22950 end{SCtable}}}
22951 \end_layout
22952
22953 \begin_layout Standard
22954
22955 \series bold
22956
22957 \backslash
22958 newcommand{
22959 \backslash
22960 TabBesEnd}{%
22961 \begin_inset Newline newline
22962 \end_inset
22963
22964
22965 \begin_inset ERT
22966 status collapsed
22967
22968 \begin_layout Plain Layout
22969
22970
22971 \backslash
22972 hphantom{ }
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \backslash
22979 let
22980 \backslash
22981 table
22982 \backslash
22983 MyTable
22984 \begin_inset Newline newline
22985 \end_inset
22986
22987
22988 \begin_inset ERT
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992
22993
22994 \backslash
22995 hphantom{ }
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \backslash
23002 let
23003 \backslash
23004 endtable
23005 \backslash
23006 MyEndtable
23007 \end_layout
23008
23009 \begin_layout Standard
23010
23011 \series bold
23012
23013 \backslash
23014 newcommand{
23015 \backslash
23016 FigBesBeg}{%
23017 \begin_inset Newline newline
23018 \end_inset
23019
23020
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 hphantom{ }
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \backslash
23035 let
23036 \backslash
23037 MyFigure
23038 \backslash
23039 figure
23040 \begin_inset Newline newline
23041 \end_inset
23042
23043
23044 \begin_inset ERT
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048
23049
23050 \backslash
23051 hphantom{ }
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \backslash
23058 let
23059 \backslash
23060 MyEndfigure
23061 \backslash
23062 endfigure
23063 \begin_inset Newline newline
23064 \end_inset
23065
23066
23067 \begin_inset ERT
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071
23072
23073 \backslash
23074 hphantom{ }
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \backslash
23081 renewenvironment{figure}{
23082 \backslash
23083 begin{SCfigure}}{
23084 \backslash
23085 end{SCfigure}}}
23086 \end_layout
23087
23088 \begin_layout Standard
23089
23090 \series bold
23091
23092 \backslash
23093 newcommand{
23094 \backslash
23095 FigBesEnd}{%
23096 \begin_inset Newline newline
23097 \end_inset
23098
23099
23100 \begin_inset ERT
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104
23105
23106 \backslash
23107 hphantom{ }
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \backslash
23114 let
23115 \backslash
23116 figure
23117 \backslash
23118 MyFigure
23119 \begin_inset Newline newline
23120 \end_inset
23121
23122
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 hphantom{ }
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \backslash
23137 let
23138 \backslash
23139 endfigure
23140 \backslash
23141 MyEndfigure}
23142 \series default
23143
23144 \lyxline
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23150 ungen seitlich gedruckt werden.
23151  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23152 \end_layout
23153
23154 \begin_layout Standard
23155
23156 \series bold
23157
23158 \backslash
23159 FigBesBeg
23160 \end_layout
23161
23162 \begin_layout Standard
23163 als TeX-Code vor und
23164 \end_layout
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169
23170 \backslash
23171 FigBesEnd
23172 \end_layout
23173
23174 \begin_layout Standard
23175 hinter das Gleitobjekt.
23176  Bei Gleitobjekt-Tabellen heißen die Befehle
23177 \end_layout
23178
23179 \begin_layout Standard
23180
23181 \series bold
23182
23183 \backslash
23184 TabBesBeg
23185 \series default
23186  und 
23187 \series bold
23188
23189 \backslash
23190 TabBesEnd
23191 \series default
23192 .
23193 \end_layout
23194
23195 \begin_layout Standard
23196 Abbildung
23197 \begin_inset space ~
23198 \end_inset
23199
23200
23201 \begin_inset CommandInset ref
23202 LatexCommand ref
23203 reference "abb:Beschriftung-neben"
23204
23205 \end_inset
23206
23207  und Tabelle
23208 \begin_inset space ~
23209 \end_inset
23210
23211
23212 \begin_inset CommandInset ref
23213 LatexCommand ref
23214 reference "tab:cap-beside-tab"
23215
23216 \end_inset
23217
23218  sind Beispiele für seitliche Beschriftungen.
23219 \end_layout
23220
23221 \begin_layout Standard
23222 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23223  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23224  der Abbildung.
23225  Das kann man mit dem Befehl
23226 \end_layout
23227
23228 \begin_layout Standard
23229
23230 \series bold
23231
23232 \backslash
23233 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23238  Der Gleitobjekt-Typ ist entweder 
23239 \family sans
23240 figure
23241 \family default
23242  oder 
23243 \family sans
23244 table
23245 \family default
23246 , die
23247 \family sans
23248  
23249 \family default
23250 Platzierung ist 
23251 \family typewriter
23252 t
23253 \family default
23254  für oben, 
23255 \family typewriter
23256 c
23257 \family default
23258  für zentriert oder 
23259 \family typewriter
23260 b
23261 \family default
23262  für unten.
23263  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23264  lautet der Befehl
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270
23271 \backslash
23272 sidecaptionvpos{figure}{c}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 Das wurde in Abbildung
23277 \begin_inset space ~
23278 \end_inset
23279
23280
23281 \begin_inset CommandInset ref
23282 LatexCommand ref
23283 reference "abb:cap-beside-fig-2"
23284
23285 \end_inset
23286
23287  benutzt.
23288 \end_layout
23289
23290 \begin_layout Standard
23291 \begin_inset VSpace medskip
23292 \end_inset
23293
23294 Weitere Informationen über das Paket
23295 \series bold
23296  sidecap
23297 \series default
23298  finden Sie in seiner Dokumentation 
23299 \begin_inset CommandInset citation
23300 LatexCommand cite
23301 key "sidecap"
23302
23303 \end_inset
23304
23305 .
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset Note Greyedout
23310 status open
23311
23312 \begin_layout Plain Layout
23313
23314 \series bold
23315 Bemerkung:
23316 \series default
23317  Das LaTeX-Paket 
23318 \series bold
23319 hypcap
23320 \series default
23321 ,
23322 \begin_inset Index
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326 LaTeX-Pakete ! hypcap
23327 \end_layout
23328
23329 \end_inset
23330
23331  das in Abschnitt
23332 \begin_inset space ~
23333 \end_inset
23334
23335
23336 \begin_inset CommandInset ref
23337 LatexCommand ref
23338 reference "uab:Querverweis-Position"
23339
23340 \end_inset
23341
23342  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23343  Beschriftungen.
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352 \begin_inset ERT
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356
23357
23358 \backslash
23359 FigBesBeg 
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Standard
23368 \begin_inset Float figure
23369 wide false
23370 sideways false
23371 status open
23372
23373 \begin_layout Plain Layout
23374 \begin_inset Graphics
23375         filename ../clipart/escher-lsd.eps
23376         scale 75
23377         scaleBeforeRotation
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Plain Layout
23385 \begin_inset Caption
23386
23387 \begin_layout Plain Layout
23388 \begin_inset CommandInset label
23389 LatexCommand label
23390 name "abb:Beschriftung-neben"
23391
23392 \end_inset
23393
23394 Dies ist eine Beschriftung neben einer Abbildung.
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \begin_layout Standard
23408 \begin_inset ERT
23409 status collapsed
23410
23411 \begin_layout Plain Layout
23412
23413
23414 \backslash
23415 TabBesBeg 
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset Float table
23425 wide false
23426 sideways false
23427 status open
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Caption
23431
23432 \begin_layout Plain Layout
23433 \begin_inset CommandInset label
23434 LatexCommand label
23435 name "tab:cap-beside-tab"
23436
23437 \end_inset
23438
23439 Dies ist eine Beschriftung neben einer Tabelle.
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Plain Layout
23448 \begin_inset Tabular
23449 <lyxtabular version="3" rows="4" columns="5">
23450 <features>
23451 <column alignment="center" valignment="top" width="0">
23452 <column alignment="center" valignment="top" width="0">
23453 <column alignment="center" valignment="top" width="0">
23454 <column alignment="center" valignment="top" width="0">
23455 <column alignment="center" valignment="top" width="0">
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 a
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 b
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 c
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 d
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 e
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 f
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 g
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 h
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 <row>
23598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 i
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 j
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 </lyxtabular>
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Standard
23657 \begin_inset ERT
23658 status collapsed
23659
23660 \begin_layout Plain Layout
23661
23662
23663 \backslash
23664 TabBesEnd
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \begin_layout Standard
23673 \begin_inset ERT
23674 status collapsed
23675
23676 \begin_layout Plain Layout
23677
23678
23679 \backslash
23680 sidecaptionvpos{figure}{c}
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \begin_inset Float figure
23687 wide false
23688 sideways false
23689 status open
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Graphics
23693         filename ../clipart/escher-lsd.eps
23694         scale 75
23695         scaleBeforeRotation
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Caption
23704
23705 \begin_layout Plain Layout
23706 \begin_inset CommandInset label
23707 LatexCommand label
23708 name "abb:cap-beside-fig-2"
23709
23710 \end_inset
23711
23712 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \begin_layout Standard
23726 \begin_inset ERT
23727 status collapsed
23728
23729 \begin_layout Plain Layout
23730
23731
23732 \backslash
23733 FigBesEnd
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Standard
23742 \begin_inset ERT
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746
23747
23748 \backslash
23749 else
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \begin_inset Note Note
23756 status open
23757
23758 \begin_layout Plain Layout
23759 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23760 \series bold
23761 sidecap
23762 \series default
23763  nicht installiert ist:
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \begin_layout Standard
23772 Das LaTeX-Paket 
23773 \series bold
23774 sidecap
23775 \series default
23776  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23777 \end_layout
23778
23779 \begin_layout Standard
23780 \begin_inset ERT
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784
23785
23786 \backslash
23787 fi
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Section
23796 Gleitobjekt-Verzeichnisse
23797 \begin_inset Index
23798 status collapsed
23799
23800 \begin_layout Plain Layout
23801 Gleitobjekte ! Verzeichnisse
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \begin_layout Standard
23810 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23811  Sie können mit den Untermenüs von 
23812 \family sans
23813 Einfügen\SpecialChar \menuseparator
23814 Liste
23815 \begin_inset space ~
23816 \end_inset
23817
23818 /
23819 \begin_inset space ~
23820 \end_inset
23821
23822 Inhaltsverzeichnis
23823 \family default
23824  eingefügt werden.
23825 \end_layout
23826
23827 \begin_layout Standard
23828 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23829  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23830 \end_layout
23831
23832 \begin_layout Standard
23833 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23834  und ein Tabellen-Verzeichnis.
23835 \end_layout
23836
23837 \begin_layout Chapter
23838 Notizen
23839 \end_layout
23840
23841 \begin_layout Section
23842 LyX-Notizen
23843 \begin_inset Index
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847 Notizen ! LyX-Notizen
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Notizen werden mit einem Klick auf 
23857 \begin_inset Graphics
23858         filename ../../images/note-insert.png
23859         scale 85
23860         scaleBeforeRotation
23861         BoundingBox 0bp 6bp 22bp 22bp
23862
23863 \end_inset
23864
23865  oder 
23866 \family sans
23867 Einfügen\SpecialChar \menuseparator
23868 Notiz
23869 \family default
23870  eingefügt.
23871  Es gibt drei Arten:
23872 \end_layout
23873
23874 \begin_layout Description
23875 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23876  Eine 
23877 \family sans
23878 LyX-Notiz
23879 \family default
23880  sieht so aus:
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Newline newline
23886 \end_inset
23887
23888
23889 \begin_inset Graphics
23890         filename clipart/LyXNotizQt4.png
23891         display false
23892         scale 60
23893         scaleBeforeRotation
23894
23895 \end_inset
23896
23897  
23898 \begin_inset Note Note
23899 status open
23900
23901 \begin_layout Plain Layout
23902 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Description
23911 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23912  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23913 \family sans
23914 Datei\SpecialChar \menuseparator
23915 Ex\SpecialChar \-
23916 por\SpecialChar \-
23917 tie\SpecialChar \-
23918 ren\SpecialChar \menuseparator
23919 LaTe
23920 \begin_inset ERT
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924
23925 {}
23926 \end_layout
23927
23928 \end_inset
23929
23930 X (pdflatex) / (normal)
23931 \family default
23932 .
23933  Ein Kommentar sieht so aus:
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937
23938 \begin_inset Newline newline
23939 \end_inset
23940
23941
23942 \begin_inset Graphics
23943         filename clipart/KommentarQt4.png
23944         display false
23945         scale 60
23946         scaleBeforeRotation
23947
23948 \end_inset
23949
23950  
23951 \begin_inset Note Comment
23952 status open
23953
23954 \begin_layout Plain Layout
23955 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \begin_layout Description
23964 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23965 \begin_inset Newline newline
23966 \end_inset
23967
23968
23969 \begin_inset Newline newline
23970 \end_inset
23971
23972
23973 \begin_inset Graphics
23974         filename clipart/GrauschriftNotizQt4.png
23975         display false
23976         scale 60
23977         scaleBeforeRotation
23978
23979 \end_inset
23980
23981
23982 \begin_inset Newline newline
23983 \end_inset
23984
23985
23986 \begin_inset ERT
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990
23991
23992 \backslash
23993 renewenvironment{lyxgreyedout}
23994 \end_layout
23995
23996 \begin_layout Plain Layout
23997
23998 {
23999 \backslash
24000 textcolor[gray]{0.4}
24001 \backslash
24002 bgroup}{
24003 \backslash
24004 egroup}
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \begin_inset Note Greyedout
24011 status open
24012
24013 \begin_layout Plain Layout
24014 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24015 \begin_inset Foot
24016 status open
24017
24018 \begin_layout Plain Layout
24019 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \begin_inset ERT
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034
24035
24036 \backslash
24037 renewenvironment{lyxgreyedout}
24038 \end_layout
24039
24040 \begin_layout Plain Layout
24041
24042 {
24043 \backslash
24044 textcolor{blue}
24045 \backslash
24046 bgroup}{
24047 \backslash
24048 egroup}
24049 \end_layout
24050
24051 \end_inset
24052
24053
24054 \begin_inset Note Note
24055 status collapsed
24056
24057 \begin_layout Plain Layout
24058 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24059  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24060  
24061 \end_layout
24062
24063 \end_inset
24064
24065
24066 \begin_inset Newline newline
24067 \end_inset
24068
24069
24070 \begin_inset Newline newline
24071 \end_inset
24072
24073 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24074  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24075 \end_layout
24076
24077 \begin_layout Standard
24078 \begin_inset VSpace bigskip
24079 \end_inset
24080
24081 Wenn Sie auf den Werzeugleistenknopf 
24082 \begin_inset Graphics
24083         filename ../../images/note-insert.png
24084         scale 85
24085         scaleBeforeRotation
24086         BoundingBox 0bp 6bp 22bp 22bp
24087
24088 \end_inset
24089
24090  klicken, wird zunächst eine 
24091 \family sans
24092 LyX-Notiz
24093 \family default
24094  eingefügt.
24095  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24096  anderen Möglichkeiten auswählen.
24097  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24098  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24099  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24100  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24101  am Ende der Notiz ist.
24102 \end_layout
24103
24104 \begin_layout Standard
24105 \begin_inset VSpace bigskip
24106 \end_inset
24107
24108 Die Textfarbe der 
24109 \family sans
24110 Grauschrift
24111 \family default
24112 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 renewenvironment{lyxgreyedout}
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset ERT
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129
24130
24131 \backslash
24132 hphantom{ }
24133 \end_layout
24134
24135 \end_inset
24136
24137 {
24138 \backslash
24139 textcolor{color}
24140 \backslash
24141 bgroup}{
24142 \backslash
24143 egroup}
24144 \end_layout
24145
24146 \begin_layout Standard
24147 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24148 \begin_inset space ~
24149 \end_inset
24150
24151
24152 \begin_inset CommandInset ref
24153 LatexCommand ref
24154 reference "abs:Farbige-Tabellen"
24155
24156 \end_inset
24157
24158  beschrieben.
24159  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24160 \end_layout
24161
24162 \begin_layout Section
24163 Fußnoten
24164 \begin_inset CommandInset label
24165 LatexCommand label
24166 name "abs:Fußnoten"
24167
24168 \end_inset
24169
24170
24171 \begin_inset Index
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175 Notizen ! Fußnoten
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \begin_inset Index
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Fußnoten
24186 \end_layout
24187
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Zu dem, was bereits im 
24195 \emph on
24196 Benutzerhandbuch
24197 \emph default
24198  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24199  Eine Fußnotenbox sieht folgendermaßen aus: 
24200 \begin_inset Graphics
24201         filename clipart/FussnoteQt4.png
24202         scale 80
24203         scaleBeforeRotation
24204
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \begin_layout Standard
24211 Hier ist eine Beispielfußnote:
24212 \color black
24213
24214 \begin_inset Foot
24215 status open
24216
24217 \begin_layout Plain Layout
24218 \begin_inset CommandInset label
24219 LatexCommand label
24220 name "fuss:Fußnoten-Beispiel"
24221
24222 \end_inset
24223
24224 Dies ist eine Fußnote.
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 newcounter{MyRepeatFoot}
24241 \end_layout
24242
24243 \begin_layout Plain Layout
24244
24245
24246 \backslash
24247 setcounter{MyRepeatFoot}{
24248 \backslash
24249 thefootnote}
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \begin_layout Standard
24258 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24259  wurde, eine hochgestellte Zahl.
24260  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24261  hochgestellt dem Text vorangeht.
24262  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24263  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24264  werden.
24265 \end_layout
24266
24267 \begin_layout Standard
24268 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24269  der Fußnote eine Marke eingefügt wurde.
24270  Dies ist ein Querverweis auf Fußnote
24271 \begin_inset space ~
24272 \end_inset
24273
24274
24275 \begin_inset CommandInset ref
24276 LatexCommand ref
24277 reference "fuss:Fußnoten-Beispiel"
24278
24279 \end_inset
24280
24281 .
24282 \end_layout
24283
24284 \begin_layout Standard
24285 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24286  siehe Abschnitt
24287 \begin_inset space ~
24288 \end_inset
24289
24290
24291 \begin_inset CommandInset ref
24292 LatexCommand ref
24293 reference "abs:Minipage"
24294
24295 \end_inset
24296
24297 .
24298  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24299 \begin_inset space ~
24300 \end_inset
24301
24302
24303 \begin_inset CommandInset ref
24304 LatexCommand ref
24305 reference "uab:Fußnoten-in-langen"
24306
24307 \end_inset
24308
24309  beschrieben.
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24314  TeX-Code-Befehl 
24315 \series bold
24316
24317 \backslash
24318 footnotemark[Nummer]
24319 \series default
24320  benutzen.
24321  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24322  mal gedruckt wird.
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24327  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24328  Hinter Fußnote
24329 \begin_inset space ~
24330 \end_inset
24331
24332
24333 \begin_inset CommandInset ref
24334 LatexCommand ref
24335 reference "fuss:Fußnoten-Beispiel"
24336
24337 \end_inset
24338
24339  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24340 \end_layout
24341
24342 \begin_layout Standard
24343
24344 \series bold
24345
24346 \backslash
24347 newcounter{MyRepeatFoot}
24348 \begin_inset Newline newline
24349 \end_inset
24350
24351
24352 \backslash
24353 setcounter{MyRepeatFoot}{
24354 \backslash
24355 thefootnote}
24356 \end_layout
24357
24358 \begin_layout Standard
24359 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24360 \end_layout
24361
24362 \begin_layout Standard
24363
24364 \series bold
24365
24366 \backslash
24367 footnotemark[
24368 \backslash
24369 theMyRepeatFoot]
24370 \end_layout
24371
24372 \begin_layout Standard
24373 Hier ist ein Beispiel für eine Fußnotenmarke:
24374 \family roman
24375 \series medium
24376 \bar no
24377
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 footnotemark[
24386 \backslash
24387 theMyRepeatFoot]
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \begin_layout Subsection
24396 Fußnoten-Nummerierung
24397 \begin_inset CommandInset label
24398 LatexCommand label
24399 name "uab:Fußnoten-Nummerierung"
24400
24401 \end_inset
24402
24403
24404 \begin_inset Index
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408 Fußnoten ! Nummerierung
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Um Fußnoten nach jedem Abschnitt
24418 \family roman
24419  auf 1 zurückzusetzen, 
24420 \family default
24421 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24422 \end_layout
24423
24424 \begin_layout Standard
24425
24426 \series bold
24427
24428 \backslash
24429 @addtoreset{footnote}{section}
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset VSpace bigskip
24434 \end_inset
24435
24436 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24437  Zahlen:
24438 \end_layout
24439
24440 \begin_layout Standard
24441
24442 \series bold
24443
24444 \backslash
24445 renewcommand{
24446 \backslash
24447 thefootnote}{
24448 \backslash
24449 roman{footnote}}
24450 \end_layout
24451
24452 \begin_layout Standard
24453 \begin_inset ERT
24454 status collapsed
24455
24456 \begin_layout Plain Layout
24457
24458
24459 \backslash
24460 renewcommand{
24461 \backslash
24462 thefootnote}{
24463 \backslash
24464 roman{footnote}}
24465 \end_layout
24466
24467 \end_inset
24468
24469  Hier ist ein Beispiel für solch eine Fußnote:
24470 \begin_inset Foot
24471 status open
24472
24473 \begin_layout Plain Layout
24474 Dies ist eine Fußnote mit kleinen römischen Zahlen
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24484  in obigem Befehl 
24485 \series bold
24486
24487 \backslash
24488 roman
24489 \series default
24490  durch 
24491 \series bold
24492
24493 \backslash
24494 Roman
24495 \series default
24496 .
24497  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24498 \begin_inset Quotes gld
24499 \end_inset
24500
24501 nummerieren
24502 \begin_inset Quotes grd
24503 \end_inset
24504
24505 , verwenden Sie die Befehle 
24506 \series bold
24507
24508 \backslash
24509 Alph
24510 \series default
24511  oder 
24512 \series bold
24513
24514 \backslash
24515 alph
24516 \series default
24517 .
24518  Für die 
24519 \begin_inset Quotes gld
24520 \end_inset
24521
24522 Nummerierung
24523 \begin_inset Quotes grd
24524 \end_inset
24525
24526  mit Symbolen steht der Befehl 
24527 \series bold
24528
24529 \backslash
24530 fnsymbol
24531 \series default
24532  zur Verfügung.
24533 \end_layout
24534
24535 \begin_layout Standard
24536 \begin_inset Note Greyedout
24537 status open
24538
24539 \begin_layout Plain Layout
24540
24541 \series bold
24542 Bemerkung 1:
24543 \series default
24544  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24545  
24546 \emph on
24547 ein
24548 \emph default
24549  Buchstabe verwendet wird.
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Newline newline
24556 \end_inset
24557
24558
24559 \begin_inset Note Greyedout
24560 status open
24561
24562 \begin_layout Plain Layout
24563
24564 \series bold
24565 Bemerkung 2:
24566 \series default
24567  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24577 \series bold
24578
24579 \backslash
24580 arabic
24581 \series default
24582  anstelle von 
24583 \series bold
24584
24585 \backslash
24586 roman
24587 \series default
24588  in obigem Befehl.
24589 \begin_inset ERT
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593
24594
24595 \backslash
24596 renewcommand{
24597 \backslash
24598 thefootnote}{
24599 \backslash
24600 arabic{footnote}}
24601 \end_layout
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Standard
24609 \begin_inset VSpace bigskip
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24617 \begin_inset Quotes gld
24618 \end_inset
24619
24620 Kapitel.Fußnote
24621 \begin_inset Quotes grd
24622 \end_inset
24623
24624  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24625 \end_layout
24626
24627 \begin_layout Standard
24628
24629 \series bold
24630
24631 \backslash
24632 numberwithin{footnote}{chapter}
24633 \end_layout
24634
24635 \begin_layout Standard
24636 Um 
24637 \series bold
24638
24639 \backslash
24640 numberwithin
24641 \series default
24642  benutzen zu können, muss in den 
24643 \family sans
24644 Mathe
24645 \begin_inset space ~
24646 \end_inset
24647
24648 Optionen
24649 \family default
24650  der 
24651 \family sans
24652 Dokument-Einstellungen
24653 \family default
24654  
24655 \family sans
24656 AMS
24657 \begin_inset space ~
24658 \end_inset
24659
24660 Mathe
24661 \begin_inset space ~
24662 \end_inset
24663
24664 Paket
24665 \family default
24666
24667 \begin_inset space ~
24668 \end_inset
24669
24670
24671 \family sans
24672 verwenden
24673 \family default
24674  angekreuzt sein.
24675 \begin_inset ERT
24676 status collapsed
24677
24678 \begin_layout Plain Layout
24679
24680
24681 \backslash
24682 numberwithin{footnote}{chapter}
24683 \end_layout
24684
24685 \end_inset
24686
24687  Hier ist ein Beispiel für solch eine Fußnote.
24688 \series bold
24689
24690 \begin_inset Foot
24691 status open
24692
24693 \begin_layout Plain Layout
24694 Dies ist eine Fußnote nach dem Schema 
24695 \begin_inset Quotes gld
24696 \end_inset
24697
24698 Kapitel.Fußnote
24699 \begin_inset Quotes grd
24700 \end_inset
24701
24702 .
24703 \end_layout
24704
24705 \end_inset
24706
24707
24708 \series default
24709
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 renewcommand{
24718 \backslash
24719 thefootnote}{
24720 \backslash
24721 arabic{footnote}}
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \begin_inset Note Greyedout
24731 status open
24732
24733 \begin_layout Plain Layout
24734
24735 \series bold
24736 Bemerkung:
24737 \series default
24738  
24739 \series bold
24740
24741 \backslash
24742 numberwithin
24743 \series default
24744  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24745  werden überschrieben.
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Standard
24754 Um also z.
24755 \begin_inset space \thinspace{}
24756 \end_inset
24757
24758 B.
24759  das Schema 
24760 \begin_inset Quotes gld
24761 \end_inset
24762
24763 Kapitel.
24764 \backslash
24765 Roman{footnote}
24766 \begin_inset Quotes grd
24767 \end_inset
24768
24769  zu erhalten, muss dieser Befehl anstelle von 
24770 \series bold
24771
24772 \backslash
24773 numberwithin
24774 \series default
24775  verwendet werden:
24776 \end_layout
24777
24778 \begin_layout Standard
24779
24780 \series bold
24781
24782 \backslash
24783 renewcommand{
24784 \backslash
24785 thefootnote}{
24786 \backslash
24787 thechapter.
24788 \backslash
24789 Roman{footnote}}
24790 \end_layout
24791
24792 \begin_layout Subsection
24793 Fußnoten-Platzierung
24794 \begin_inset Index
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798 Fußnoten ! Platzierung
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24808  ohne Zwischenraum am Ende der Seite gedruckt.
24809  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24810  LaTeX-Vorspann 1.5
24811 \begin_inset space \thinspace{}
24812 \end_inset
24813
24814 mm Zwischenraum einfügen:
24815 \end_layout
24816
24817 \begin_layout Standard
24818
24819 \series bold
24820
24821 \backslash
24822 let
24823 \backslash
24824 myFoot
24825 \backslash
24826 footnote
24827 \begin_inset Newline newline
24828 \end_inset
24829
24830
24831 \backslash
24832 renewcommand{
24833 \backslash
24834 footnote}[1]{
24835 \backslash
24836 myFoot{#1
24837 \backslash
24838 vspace{1.5mm}}}
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \begin_inset VSpace bigskip
24843 \end_inset
24844
24845 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24846  Spalte gedruckt, Abbildung
24847 \begin_inset space ~
24848 \end_inset
24849
24850
24851 \begin_inset CommandInset ref
24852 LatexCommand ref
24853 reference "abb:Standard-Fußnoten-Platzierung-in"
24854
24855 \end_inset
24856
24857 .
24858  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24859  in Abbildung
24860 \begin_inset space ~
24861 \end_inset
24862
24863
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "abb:Fußnoten-Platzierung-in-einem"
24867
24868 \end_inset
24869
24870 , müssen Sie das LaTeX-Paket 
24871 \series bold
24872 ftnright
24873 \series default
24874
24875 \begin_inset Index
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879 LaTeX-Pakete ! ftnright
24880 \end_layout
24881
24882 \end_inset
24883
24884  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24885 \end_layout
24886
24887 \begin_layout Standard
24888
24889 \series bold
24890
24891 \backslash
24892 usepackage{ftnright}
24893 \end_layout
24894
24895 \begin_layout Standard
24896 \begin_inset Float figure
24897 placement !h
24898 wide false
24899 sideways false
24900 status open
24901
24902 \begin_layout Plain Layout
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908
24909 \backslash
24910 framebox{
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \begin_inset Graphics
24917         filename ../clipart/without_fntright.pdf
24918         width 100col%
24919         scaleBeforeRotation
24920
24921 \end_inset
24922
24923
24924 \begin_inset ERT
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928
24929 }
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Plain Layout
24938 \begin_inset Caption
24939
24940 \begin_layout Plain Layout
24941 \begin_inset CommandInset label
24942 LatexCommand label
24943 name "abb:Standard-Fußnoten-Platzierung-in"
24944
24945 \end_inset
24946
24947 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24948 \begin_inset OptArg
24949 status open
24950
24951 \begin_layout Plain Layout
24952 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Standard
24971 \begin_inset Float figure
24972 placement !h
24973 wide false
24974 sideways false
24975 status open
24976
24977 \begin_layout Plain Layout
24978 \begin_inset ERT
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982
24983
24984 \backslash
24985 framebox{
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \begin_inset Graphics
24992         filename ../clipart/with_fntright.pdf
24993         width 100col%
24994         scaleBeforeRotation
24995
24996 \end_inset
24997
24998
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003
25004 }
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Caption
25014
25015 \begin_layout Plain Layout
25016 \begin_inset CommandInset label
25017 LatexCommand label
25018 name "abb:Fußnoten-Platzierung-in-einem"
25019
25020 \end_inset
25021
25022 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25023  
25024 \series bold
25025 ftnright
25026 \series default
25027 .
25028 \begin_inset OptArg
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Fußnoten-Platzierung mit 
25033 \family typewriter
25034 ftnright
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset VSpace bigskip
25054 \end_inset
25055
25056 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25057  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25058 \begin_inset space ~
25059 \end_inset
25060
25061
25062 \begin_inset CommandInset ref
25063 LatexCommand ref
25064 reference "abb:endnotes----Die"
25065
25066 \end_inset
25067
25068  gedruckt.
25069  Man nennt sie dann 
25070 \emph on
25071 Endnoten
25072 \emph default
25073 .
25074 \begin_inset Index
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078 Endnoten
25079 \end_layout
25080
25081 \end_inset
25082
25083  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25084 \series bold
25085 endnotes
25086 \series default
25087
25088 \begin_inset Index
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092 LaTeX-Pakete ! endnotes
25093 \end_layout
25094
25095 \end_inset
25096
25097  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25098 \end_layout
25099
25100 \begin_layout Standard
25101
25102 \series bold
25103
25104 \backslash
25105 usepackage{endnotes}
25106 \begin_inset Newline newline
25107 \end_inset
25108
25109
25110 \backslash
25111 let
25112 \backslash
25113 footnote
25114 \backslash
25115 endnote
25116 \end_layout
25117
25118 \begin_layout Standard
25119 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25120 \series bold
25121  
25122 \backslash
25123 theendnotes
25124 \series default
25125  am Ende des Abschnitts oder Kapitels ein.
25126 \end_layout
25127
25128 \begin_layout Standard
25129 \begin_inset Float figure
25130 wide false
25131 sideways false
25132 status open
25133
25134 \begin_layout Plain Layout
25135 \align center
25136 \begin_inset ERT
25137 status collapsed
25138
25139 \begin_layout Plain Layout
25140
25141
25142 \backslash
25143 framebox{
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \begin_inset Graphics
25150         filename ../clipart/endnotes.pdf
25151         scaleBeforeRotation
25152
25153 \end_inset
25154
25155
25156 \begin_inset ERT
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161 }
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Plain Layout
25170 \begin_inset Caption
25171
25172 \begin_layout Plain Layout
25173 \begin_inset CommandInset label
25174 LatexCommand label
25175 name "abb:endnotes----Die"
25176
25177 \end_inset
25178
25179
25180 \series bold
25181 endnotes
25182 \series default
25183  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25184  gedruckt.
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 \begin_inset VSpace medskip
25199 \end_inset
25200
25201 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25202 ache übersetzt.
25203  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25204 \begin_inset Quotes gld
25205 \end_inset
25206
25207 Notes 
25208 \begin_inset Quotes grd
25209 \end_inset
25210
25211 in 
25212 \begin_inset Quotes gld
25213 \end_inset
25214
25215 Anmerkungen
25216 \begin_inset Quotes grd
25217 \end_inset
25218
25219 :
25220 \end_layout
25221
25222 \begin_layout Standard
25223
25224 \series bold
25225
25226 \backslash
25227 renewcommand{
25228 \backslash
25229 notesname}{Anmerkungen}
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset VSpace medskip
25234 \end_inset
25235
25236 Wenn Sie in den Befehlen von Abschnitt
25237 \begin_inset space ~
25238 \end_inset
25239
25240
25241 \begin_inset CommandInset ref
25242 LatexCommand ref
25243 reference "uab:Fußnoten-Nummerierung"
25244
25245 \end_inset
25246
25247  
25248 \series bold
25249
25250 \backslash
25251 thefootnote
25252 \series default
25253  durch 
25254 \series bold
25255
25256 \backslash
25257 theendnote
25258 \series default
25259  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25260  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25261 \series bold
25262
25263 \backslash
25264 @addtoreset
25265 \series default
25266  wie in Abschnitt
25267 \begin_inset space \space{}
25268 \end_inset
25269
25270
25271 \begin_inset CommandInset ref
25272 LatexCommand ref
25273 reference "uab:Fußnoten-Nummerierung"
25274
25275 \end_inset
25276
25277  beschrieben und ersetzen 
25278 \series bold
25279 footnote
25280 \series default
25281  durch 
25282 \series bold
25283 endnote
25284 \series default
25285 .
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25290  
25291 \series bold
25292
25293 \backslash
25294 endnotemark[Nummer]
25295 \series default
25296  ähnlich wie 
25297 \series bold
25298
25299 \backslash
25300 footnotemark
25301 \series default
25302  Abschnitt
25303 \begin_inset space ~
25304 \end_inset
25305
25306
25307 \begin_inset CommandInset ref
25308 LatexCommand ref
25309 reference "abs:Fußnoten"
25310
25311 \end_inset
25312
25313 .
25314 \end_layout
25315
25316 \begin_layout Standard
25317 \begin_inset VSpace bigskip
25318 \end_inset
25319
25320 Mit dem LaTeX-Paket 
25321 \series bold
25322 footmisc
25323 \series default
25324
25325 \begin_inset Index
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 LaTeX-Pakete ! footmisc
25330 \end_layout
25331
25332 \end_inset
25333
25334  (
25335 \begin_inset CommandInset citation
25336 LatexCommand cite
25337 key "footmisc"
25338
25339 \end_inset
25340
25341 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25342 \end_layout
25343
25344 \begin_layout Standard
25345 In LaTeX-Büchern, 
25346 \begin_inset CommandInset citation
25347 LatexCommand cite
25348 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25349
25350 \end_inset
25351
25352 , finden Sie weiteres zu Fußnoten.
25353 \end_layout
25354
25355 \begin_layout Section
25356 Randnotizen
25357 \begin_inset Index
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 Randnotizen
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \begin_inset Index
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 Notizen ! Randnotizen
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Standard
25380 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25381  Sie fügen sie mit einem Klick auf den Schalter 
25382 \begin_inset Graphics
25383         filename ../../images/marginalnote-insert.png
25384         scale 70
25385         scaleBeforeRotation
25386
25387 \end_inset
25388
25389  oder über 
25390 \family sans
25391 Einfügen\SpecialChar \menuseparator
25392 Randnotiz
25393 \family default
25394  ein.
25395  Ein graues Kästchen mit der Aufschrift 
25396 \begin_inset Quotes gld
25397 \end_inset
25398
25399 Rand
25400 \begin_inset Quotes grd
25401 \end_inset
25402
25403  erscheint
25404 \family roman
25405 \series medium
25406 , und dort, wo der Cursor steht, können Sie Text eingeben.
25407 \end_layout
25408
25409 \begin_layout Standard
25410 Hier am Rand sehen Sie eine Randnotiz.
25411  
25412 \begin_inset Marginal
25413 status open
25414
25415 \begin_layout Plain Layout
25416 Dies ist eine Randnotiz.
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25426  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25427  Seiten und rechts auf den ungeraden.
25428  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25429  wird und umgekehrt.
25430  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25431  wurde.
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset VSpace bigskip
25436 \end_inset
25437
25438 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25439 \end_layout
25440
25441 \begin_layout Standard
25442
25443 \series bold
25444
25445 \backslash
25446 reversemarginpar
25447 \end_layout
25448
25449 \begin_layout Standard
25450 als TeX-Code vor einer Randnotiz ein.
25451  Das gilt dann für alle folgenden Randnotizen.
25452  
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 reversemarginpar 
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \begin_inset Marginal
25467 status open
25468
25469 \begin_layout Plain Layout
25470 Hier ist ein Beispiel im inneren Rand.
25471 \end_layout
25472
25473 \end_inset
25474
25475
25476 \begin_inset Newline newline
25477 \end_inset
25478
25479
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484  
25485 \series bold
25486 Achtung:
25487 \series default
25488  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25489 \end_layout
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Standard
25497 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25498 \end_layout
25499
25500 \begin_layout Standard
25501
25502 \series bold
25503
25504 \backslash
25505 normalmarginpar
25506 \end_layout
25507
25508 \begin_layout Standard
25509 als TeX-Code ein.
25510 \begin_inset ERT
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514
25515
25516 \backslash
25517 normalmarginpar 
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \begin_layout Standard
25526 \begin_inset Note Greyedout
25527 status open
25528
25529 \begin_layout Plain Layout
25530
25531 \series bold
25532 Achtung:
25533 \series default
25534  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25535 \series bold
25536
25537 \backslash
25538 reversemarginpar
25539 \series default
25540  verwendet wird.
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Standard
25549 \begin_inset VSpace bigskip
25550 \end_inset
25551
25552
25553 \begin_inset Marginal
25554 status open
25555
25556 \begin_layout Plain Layout
25557
25558 \family roman
25559 \series medium
25560 EinSehrLangesWort am Anfang, das umgebrochen wird.
25561 \end_layout
25562
25563 \end_inset
25564
25565  Ähnlich wie in Abschnitt
25566 \begin_inset space ~
25567 \end_inset
25568
25569
25570 \begin_inset CommandInset ref
25571 LatexCommand ref
25572 reference "uab:Mehrfache-Zeilen-in"
25573
25574 \end_inset
25575
25576  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25577  Wort der Randnotiz sind.
25578  Um das zu vermeiden, fügen sie 0
25579 \begin_inset space \thinspace{}
25580 \end_inset
25581
25582 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25583 \begin_inset Marginal
25584 status open
25585
25586 \begin_layout Plain Layout
25587 \begin_inset space \hspace{}
25588 \length 0pt
25589 \end_inset
25590
25591
25592 \family roman
25593 \series medium
25594 EinSehrLangesWort am Anfang, das umgebrochen wird.
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Standard
25603 \begin_inset VSpace bigskip
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \begin_layout Standard
25610 \begin_inset Note Greyedout
25611 status open
25612
25613 \begin_layout Plain Layout
25614
25615 \series bold
25616 Bemerkung:
25617 \series default
25618  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25619  verwendet werden.
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset VSpace bigskip
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635 \begin_inset ERT
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639
25640
25641 \backslash
25642 ifmarginnote
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \begin_inset Note Note
25649 status open
25650
25651 \begin_layout Plain Layout
25652 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25653 \series bold
25654 marginnote
25655 \series default
25656  installiert ist.
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Standard
25665 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25666 \series bold
25667 marginnote
25668 \series default
25669
25670 \begin_inset Index
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674 LaTeX-Pakete ! marginnote
25675 \end_layout
25676
25677 \end_inset
25678
25679  verwendet wird.
25680  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25681  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25682  des Pakets 
25683 \series bold
25684 marginnote
25685 \series default
25686  für Randnotizen verwendet wird:
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692
25693 \backslash
25694 usepackage{marginnote}
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698
25699 \backslash
25700 let
25701 \backslash
25702 marginpar
25703 \backslash
25704 marginnote
25705 \end_layout
25706
25707 \begin_layout Standard
25708 Dies wird auch in diesem Dokument verwendet, denn 
25709 \series bold
25710 marginnote
25711 \series default
25712  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25713  für Randnotizen angeben.
25714  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25715 n zu dicht beieinander sind.
25716  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25717  Schema
25718 \end_layout
25719
25720 \begin_layout Standard
25721
25722 \series bold
25723 [Versatz]
25724 \end_layout
25725
25726 \begin_layout Standard
25727 angegeben.
25728  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25729 \begin_inset space ~
25730 \end_inset
25731
25732
25733 \begin_inset CommandInset ref
25734 LatexCommand ref
25735 reference "tab:Maßeinheiten"
25736
25737 \end_inset
25738
25739  aufgelistet sind.
25740  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25741  nach unten.
25742  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25743 \begin_inset space \thinspace{}
25744 \end_inset
25745
25746 cm mit dem TeX-Code-Befehl  
25747 \begin_inset Quotes gld
25748 \end_inset
25749
25750
25751 \series bold
25752 [-1.5cm]
25753 \series default
25754
25755 \begin_inset Quotes grd
25756 \end_inset
25757
25758  nach oben versetzt.
25759 \begin_inset Marginal
25760 status open
25761
25762 \begin_layout Plain Layout
25763 Diese Randnotiz ist 1.5
25764 \begin_inset space \thinspace{}
25765 \end_inset
25766
25767 cm von ihrer Originalposition nach oben versetzt.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778 [-1.5cm]
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \begin_layout Standard
25787 \begin_inset VSpace medskip
25788 \end_inset
25789
25790 Mit 
25791 \series bold
25792 marginnote
25793 \series default
25794  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25795  Zum Beispiel setzen die Befehle
25796 \end_layout
25797
25798 \begin_layout Standard
25799
25800 \series bold
25801
25802 \backslash
25803 renewcommand*{
25804 \backslash
25805 raggedleftmarginnote}{
25806 \backslash
25807 centering}
25808 \begin_inset Newline newline
25809 \end_inset
25810
25811
25812 \backslash
25813 renewcommand*{
25814 \backslash
25815 raggedrightmarginnote}{
25816 \backslash
25817 centering}
25818 \end_layout
25819
25820 \begin_layout Standard
25821 die Ausrichtung auf zentriert.
25822  
25823 \series bold
25824
25825 \backslash
25826 raggedleftmarginnote
25827 \series default
25828  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25829  
25830 \begin_inset ERT
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834
25835
25836 \backslash
25837 renewcommand*{
25838 \backslash
25839 raggedleftmarginnote}{
25840 \backslash
25841 centering}
25842 \end_layout
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 renewcommand*{
25849 \backslash
25850 raggedrightmarginnote}{
25851 \backslash
25852 centering}
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \begin_inset Marginal
25859 status open
25860
25861 \begin_layout Plain Layout
25862 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25863 \end_layout
25864
25865 \end_inset
25866
25867  Die Voreinstellung ist
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \series bold
25873
25874 \backslash
25875 renewcommand*{
25876 \backslash
25877 raggedleftmarginnote}{
25878 \backslash
25879 raggedleft}
25880 \begin_inset Newline newline
25881 \end_inset
25882
25883
25884 \backslash
25885 renewcommand*{
25886 \backslash
25887 raggedrightmarginnote}{
25888 \backslash
25889 raggedright}
25890 \series default
25891
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896
25897
25898 \backslash
25899 renewcommand*{
25900 \backslash
25901 raggedleftmarginnote}{
25902 \backslash
25903 raggedleft}
25904 \end_layout
25905
25906 \begin_layout Plain Layout
25907
25908
25909 \backslash
25910 renewcommand*{
25911 \backslash
25912 raggedrightmarginnote}{
25913 \backslash
25914 raggedright}
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \begin_inset VSpace medskip
25924 \end_inset
25925
25926 Für weitere Fähigkeiten des Pakets 
25927 \series bold
25928 marginnote
25929 \series default
25930  sei auf dessen Dokumentation verwiesen 
25931 \begin_inset CommandInset citation
25932 LatexCommand cite
25933 key "marginnote"
25934
25935 \end_inset
25936
25937 .
25938 \end_layout
25939
25940 \begin_layout Standard
25941 \begin_inset VSpace bigskip
25942 \end_inset
25943
25944 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25945  geändert werden.
25946  Um z.
25947 \begin_inset space \thinspace{}
25948 \end_inset
25949
25950 B.
25951  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25952  und fettgedruckten Text 
25953 \begin_inset Quotes eld
25954 \end_inset
25955
25956
25957 \family sans
25958 \series bold
25959 \bar under
25960 Achtung!
25961 \family default
25962 \series default
25963 \bar default
25964
25965 \begin_inset Quotes erd
25966 \end_inset
25967
25968  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25969 \end_layout
25970
25971 \begin_layout Standard
25972
25973 \series bold
25974
25975 \backslash
25976 let
25977 \backslash
25978 myMarginpar
25979 \backslash
25980 marginpar
25981 \begin_inset Newline newline
25982 \end_inset
25983
25984
25985 \backslash
25986 renewcommand{
25987 \backslash
25988 marginpar}[1]{
25989 \backslash
25990 myMarginpar{%
25991 \begin_inset Newline newline
25992 \end_inset
25993
25994
25995 \begin_inset ERT
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000
26001 \backslash
26002 hphantom{ }
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \backslash
26009 hspace{0pt}
26010 \backslash
26011 textsf{
26012 \backslash
26013 textbf{
26014 \backslash
26015 underbar{Achtung!}}}%
26016 \begin_inset Newline newline
26017 \end_inset
26018
26019
26020 \begin_inset ERT
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024
26025
26026 \backslash
26027 hphantom{ }
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \backslash
26034 vspace{1.5mm}
26035 \backslash
26036
26037 \backslash
26038 #1}}
26039 \end_layout
26040
26041 \begin_layout Standard
26042 \begin_inset ERT
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046
26047
26048 \backslash
26049 let
26050 \backslash
26051 myMarginpar
26052 \backslash
26053 marginpar
26054 \end_layout
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 renewcommand{
26061 \backslash
26062 marginpar}[1]{
26063 \backslash
26064 myMarginpar{%
26065 \end_layout
26066
26067 \begin_layout Plain Layout
26068
26069    
26070 \backslash
26071 textsf{
26072 \backslash
26073 textbf{
26074 \backslash
26075 underbar{Achtung!}}}%
26076 \end_layout
26077
26078 \begin_layout Plain Layout
26079
26080    
26081 \backslash
26082 vspace{1.5mm}
26083 \backslash
26084
26085 \backslash
26086 #1}}
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \begin_inset Marginal
26093 status open
26094
26095 \begin_layout Plain Layout
26096 Dies ist eine Randnotiz mit einer definierten Überschrift.
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107 [-1.5cm]
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 renewcommand{
26121 \backslash
26122 marginpar}[1]{
26123 \backslash
26124 myMarginpar{#1}}
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \begin_inset Note Note
26131 status open
26132
26133 \begin_layout Plain Layout
26134 Das Format wurde nur für dieses Beispiel geändert.
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset ERT
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147
26148
26149 \backslash
26150 else
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \begin_inset Note Note
26157 status open
26158
26159 \begin_layout Plain Layout
26160 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26161 \series bold
26162 marginnote
26163 \series default
26164  nicht installiert ist:
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 Das LaTeX-Paket 
26174 \series bold
26175 marginnote
26176 \series default
26177  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset ERT
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186
26187 \backslash
26188 fi
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Chapter
26197 Boxen
26198 \end_layout
26199
26200 \begin_layout Section
26201 Einleitung
26202 \begin_inset Index
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206 Boxen ! Einleitung
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Standard
26215 Boxen werden benutzt, um einen Textblock zu formatieren.
26216  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26217  siehe Abschnitt
26218 \begin_inset space ~
26219 \end_inset
26220
26221
26222 \begin_inset CommandInset ref
26223 LatexCommand ref
26224 reference "abs:Minipage"
26225
26226 \end_inset
26227
26228 , um Text zu umrahmen, siehe Abschnitt
26229 \begin_inset space ~
26230 \end_inset
26231
26232
26233 \begin_inset CommandInset ref
26234 LatexCommand ref
26235 reference "uab:Verzierung"
26236
26237 \end_inset
26238
26239 , um Silbentrennung zu verhindern, siehe Abschnitt
26240 \begin_inset space ~
26241 \end_inset
26242
26243
26244 \begin_inset CommandInset ref
26245 LatexCommand ref
26246 reference "abs:Silbentrennung-unterbinden"
26247
26248 \end_inset
26249
26250 , um Text senkrecht auszurichten, siehe Abschnitt
26251 \begin_inset space ~
26252 \end_inset
26253
26254
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "uab:Vertikale-Ausrichtung"
26258
26259 \end_inset
26260
26261  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26262 \begin_inset space ~
26263 \end_inset
26264
26265
26266 \begin_inset CommandInset ref
26267 LatexCommand ref
26268 reference "abs:Farbige-Boxen"
26269
26270 \end_inset
26271
26272 .
26273 \end_layout
26274
26275 \begin_layout Standard
26276 Boxen werden mit 
26277 \family sans
26278 Einfügen\SpecialChar \menuseparator
26279 Box
26280 \family default
26281  oder dem Schalter 
26282 \begin_inset Graphics
26283         filename ../../images/box-insert.png
26284         scale 70
26285         scaleBeforeRotation
26286
26287 \end_inset
26288
26289  eingefügt.
26290  Ein graues Kästchen mit der Aufschrift 
26291 \begin_inset Quotes gld
26292 \end_inset
26293
26294 Box (Minipage)
26295 \begin_inset Quotes grd
26296 \end_inset
26297
26298  erscheint: 
26299 \begin_inset Graphics
26300         filename clipart/StandardBoxQt4.png
26301         scale 85
26302         scaleBeforeRotation
26303
26304 \end_inset
26305
26306  Mit einem Rechts\SpecialChar \-
26307 klick auf das graue Kästchen kann der Typ spezifiziert
26308  werden.
26309  Das Dialogfenster bietet bei 
26310 \family sans
26311 Innere
26312 \begin_inset space ~
26313 \end_inset
26314
26315 Box
26316 \family default
26317  die Typen 
26318 \family sans
26319 Parbox
26320 \family default
26321  und 
26322 \family sans
26323 Minipage
26324 \family default
26325  an.
26326  
26327 \family sans
26328 Minipage
26329 \family default
26330  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26331 \begin_inset space ~
26332 \end_inset
26333
26334
26335 \begin_inset CommandInset ref
26336 LatexCommand ref
26337 reference "abs:Minipage"
26338
26339 \end_inset
26340
26341  beschrieben, 
26342 \family sans
26343 Parbox
26344 \family default
26345  in Abschnitt
26346 \begin_inset space ~
26347 \end_inset
26348
26349
26350 \begin_inset CommandInset ref
26351 LatexCommand ref
26352 reference "abs:Parbox"
26353
26354 \end_inset
26355
26356 .
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26361  wie auf Gleitobjekte und Fußnoten.
26362 \end_layout
26363
26364 \begin_layout Standard
26365 \begin_inset Note Greyedout
26366 status open
26367
26368 \begin_layout Plain Layout
26369
26370 \series bold
26371 Bemerkung
26372 \begin_inset space ~
26373 \end_inset
26374
26375 1:
26376 \series default
26377  Boxen dürfen in 
26378 \family sans
26379 List-
26380 \family default
26381  oder 
26382 \family sans
26383 Beschreibung-
26384 \family default
26385 Umgebungen nicht verwendet werden.
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 \begin_inset Note Greyedout
26395 status open
26396
26397 \begin_layout Plain Layout
26398
26399 \series bold
26400 Bemerkung
26401 \begin_inset space ~
26402 \end_inset
26403
26404 2:
26405 \series default
26406  Boxen ohne 
26407 \family sans
26408 Innere
26409 \begin_inset space ~
26410 \end_inset
26411
26412 Box
26413 \family default
26414  und ohne Rahmen werden in Abschnitt
26415 \begin_inset space ~
26416 \end_inset
26417
26418
26419 \begin_inset CommandInset ref
26420 LatexCommand ref
26421 reference "abs:Silbentrennung-unterbinden"
26422
26423 \end_inset
26424
26425  beschrieben.
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \begin_layout Section
26434 Das Box-Einstellungen-Fenster
26435 \begin_inset CommandInset label
26436 LatexCommand label
26437 name "abs:Box-Dialog"
26438
26439 \end_inset
26440
26441
26442 \begin_inset Index
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446 Boxen ! Box-Dialog-Fenster
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Subsection
26455 Box-Größe
26456 \begin_inset Index
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460 Boxen ! Größe
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 Im 
26470 \family sans
26471 Box-Einstellungen
26472 \family default
26473 -Fenster können Sie die Größe der Box mit 
26474 \family sans
26475 Breite
26476 \family default
26477  und 
26478 \family sans
26479 Höhe 
26480 \family default
26481 festlegen.
26482  Die verfügbaren Einheiten werden in Tabelle
26483 \begin_inset space ~
26484 \end_inset
26485
26486
26487 \begin_inset CommandInset ref
26488 LatexCommand ref
26489 reference "tab:Maßeinheiten"
26490
26491 \end_inset
26492
26493  aufgelistet.
26494  Das Feld
26495 \family sans
26496  Höhe
26497 \family default
26498  bietet die folgenden zusätzlichen Größen:
26499 \end_layout
26500
26501 \begin_layout Description
26502 Tiefe Dies ist die reine Text-
26503 \begin_inset Quotes gld
26504 \end_inset
26505
26506 Höhe
26507 \begin_inset Quotes grd
26508 \end_inset
26509
26510 .
26511  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26512 \begin_inset Newline newline
26513 \end_inset
26514
26515
26516 \begin_inset Newline newline
26517 \end_inset
26518
26519
26520 \begin_inset Newline newline
26521 \end_inset
26522
26523
26524 \begin_inset Box Boxed
26525 position "c"
26526 hor_pos "c"
26527 has_inner_box 1
26528 inner_pos "c"
26529 use_parbox 0
26530 width "12col%"
26531 special "none"
26532 height "1in"
26533 height_special "depth"
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537 \align center
26538 Box-Höhe = 1
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 Tiefe
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \begin_inset Newline newline
26549 \end_inset
26550
26551
26552 \begin_inset Newline newline
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Description
26559 Höhe Dies ist die Texthöhe innerhalb der Box.
26560  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26561  Texthöhe setzen: 
26562 \begin_inset Box Boxed
26563 position "c"
26564 hor_pos "c"
26565 has_inner_box 1
26566 inner_pos "c"
26567 use_parbox 0
26568 width "20col%"
26569 special "none"
26570 height "2in"
26571 height_special "height"
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 \align center
26576 Boxhöhe = 2
26577 \begin_inset space \thinspace{}
26578 \end_inset
26579
26580 Höhe
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Description
26589 Gesamthöhe Dies ist Höhe
26590 \begin_inset space \thinspace{}
26591 \end_inset
26592
26593 +
26594 \begin_inset space \thinspace{}
26595 \end_inset
26596
26597 Tiefe: 
26598 \begin_inset Box Boxed
26599 position "c"
26600 hor_pos "c"
26601 has_inner_box 1
26602 inner_pos "c"
26603 use_parbox 0
26604 width "20col%"
26605 special "none"
26606 height "1in"
26607 height_special "totalheight"
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611 \align center
26612 Boxhöhe = 1
26613 \begin_inset space \thinspace{}
26614 \end_inset
26615
26616 Gesamthöhe
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Description
26625 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26626 \begin_inset Box Boxed
26627 position "c"
26628 hor_pos "c"
26629 has_inner_box 1
26630 inner_pos "c"
26631 use_parbox 0
26632 width "12col%"
26633 special "none"
26634 height "1in"
26635 height_special "width"
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639 \align center
26640 Boxhöhe = 1
26641 \begin_inset space \thinspace{}
26642 \end_inset
26643
26644 Breite
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \begin_layout Subsection
26653 Ausrichtung
26654 \begin_inset Index
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658 Boxen ! Ausrichtung
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Standard
26667 Wenn Sie eine 
26668 \family sans
26669 Innere
26670 \begin_inset space ~
26671 \end_inset
26672
26673 Box
26674 \family default
26675  gewählt haben, kann die Box mit folgenden Werten für 
26676 \family sans
26677 Box
26678 \family default
26679  senkrecht ausgerichtet werden:
26680 \end_layout
26681
26682 \begin_layout Description
26683 Oben Dies ist ein Beispieltext.
26684  
26685 \begin_inset Box Boxed
26686 position "t"
26687 hor_pos "c"
26688 has_inner_box 1
26689 inner_pos "c"
26690 use_parbox 0
26691 width "20col%"
26692 special "none"
26693 height "1in"
26694 height_special "totalheight"
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 \align center
26699 Die Ober\SpecialChar \-
26700 kante der Box ist in der Zeile.
26701 \end_layout
26702
26703 \end_inset
26704
26705  Dies ist ein Beispieltext.
26706 \end_layout
26707
26708 \begin_layout Description
26709 Mitte Dies ist ein Beispieltext.
26710  
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "20col%"
26718 special "none"
26719 height "1in"
26720 height_special "totalheight"
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 Die Mitte der Box ist in der Zeile.
26726 \end_layout
26727
26728 \end_inset
26729
26730  Dies ist ein Beispieltext.
26731 \end_layout
26732
26733 \begin_layout Description
26734 Unten Dies ist ein Beispieltext.
26735  
26736 \begin_inset Box Boxed
26737 position "b"
26738 hor_pos "c"
26739 has_inner_box 1
26740 inner_pos "c"
26741 use_parbox 0
26742 width "20col%"
26743 special "none"
26744 height "1in"
26745 height_special "totalheight"
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 \align center
26750 Die Unter\SpecialChar \-
26751 kante der Box ist in der Zeile.
26752 \end_layout
26753
26754 \end_inset
26755
26756  Dies ist ein Beispieltext.
26757 \end_layout
26758
26759 \begin_layout Standard
26760 \begin_inset Note Greyedout
26761 status open
26762
26763 \begin_layout Plain Layout
26764
26765 \series bold
26766 Bemerkung:
26767 \series default
26768  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26769  Boxen in einer Zeile sind und eine Box z.
26770 \begin_inset space \thinspace{}
26771 \end_inset
26772
26773 B.
26774  schattiert ist, die andere abere nicht.
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Eine Box kann mit dem Dialog 
26784 \family sans
26785 Absatz-Einstellungen
26786 \family default
26787  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset VSpace bigskip
26792 \end_inset
26793
26794 Wenn Sie eine 
26795 \family sans
26796 Innere
26797 \begin_inset space ~
26798 \end_inset
26799
26800 Box
26801 \family default
26802  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26803 \family sans
26804 Inhalt
26805 \family default
26806  senkrecht ausgerichtet werden:
26807 \end_layout
26808
26809 \begin_layout Description
26810 Oben Dies ist ein Beispieltext.
26811  
26812 \begin_inset Box Boxed
26813 position "c"
26814 hor_pos "c"
26815 has_inner_box 1
26816 inner_pos "t"
26817 use_parbox 0
26818 width "20col%"
26819 special "none"
26820 height "1.5in"
26821 height_special "totalheight"
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 \align center
26826 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26827 \end_layout
26828
26829 \end_inset
26830
26831  Dies ist ein Beispieltext.
26832 \end_layout
26833
26834 \begin_layout Description
26835 Mitte Dies ist ein Beispieltext.
26836  
26837 \begin_inset Box Boxed
26838 position "c"
26839 hor_pos "c"
26840 has_inner_box 1
26841 inner_pos "c"
26842 use_parbox 0
26843 width "20col%"
26844 special "none"
26845 height "1.5in"
26846 height_special "totalheight"
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850 \align center
26851 Der Boxinhalt ist zentriert ausgerichtet.
26852 \end_layout
26853
26854 \end_inset
26855
26856  Dies ist ein Beispieltext.
26857 \end_layout
26858
26859 \begin_layout Description
26860 Unten 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 "b"
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 unteren Boxrand ausgerichtet.
26877 \end_layout
26878
26879 \end_inset
26880
26881  Dies ist ein Beispieltext.
26882 \end_layout
26883
26884 \begin_layout Description
26885 Dehnen 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 "s"
26892 use_parbox 0
26893 width "20col%"
26894 special "none"
26895 height "1in"
26896 height_special "totalheight"
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 \align center
26901 Der Boxinhalt
26902 \end_layout
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 ist über die
26907 \end_layout
26908
26909 \begin_layout Plain Layout
26910 \align center
26911 Boxhöhe
26912 \end_layout
26913
26914 \begin_layout Plain Layout
26915 \align center
26916 gleichmäßig verteilt.
26917 \end_layout
26918
26919 \end_inset
26920
26921  Dies ist ein Beispieltext.
26922 \end_layout
26923
26924 \begin_layout Standard
26925 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26926  besteht.
26927  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26928 \end_layout
26929
26930 \begin_layout Standard
26931 Ein Boxinhalt kann mit dem Dialog 
26932 \family sans
26933 Absatz-Einstellungen
26934 \family default
26935  waagerecht ausgerichtet werden, wenn Sie eine
26936 \family sans
26937  Innere
26938 \begin_inset space ~
26939 \end_inset
26940
26941 Box
26942 \family default
26943  gewählt haben.
26944 \end_layout
26945
26946 \begin_layout Standard
26947 \align center
26948 \begin_inset Box Boxed
26949 position "c"
26950 hor_pos "c"
26951 has_inner_box 1
26952 inner_pos "s"
26953 use_parbox 0
26954 width "30col%"
26955 special "none"
26956 height "1.25in"
26957 height_special "totalheight"
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 \align left
26962 Hier ist jede Zeile
26963 \end_layout
26964
26965 \begin_layout Plain Layout
26966 \align center
26967 anders
26968 \end_layout
26969
26970 \begin_layout Plain Layout
26971 \align right
26972 ausgerichtet.
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \begin_layout Standard
26981 Wenn Sie keine
26982 \family sans
26983  Innere
26984 \begin_inset space ~
26985 \end_inset
26986
26987 Box
26988 \family default
26989  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26990 \family sans
26991 Box-Einstellungen-
26992 \family default
26993 Dialog ausrichten
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \align center
26998 \begin_inset Box Boxed
26999 position "c"
27000 hor_pos "s"
27001 has_inner_box 0
27002 inner_pos "s"
27003 use_parbox 0
27004 width "90col%"
27005 special "none"
27006 height "1.25in"
27007 height_special "totalheight"
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011 \align left
27012 Dieser Boxinhalt wurde horizontal gedehnt.
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Subsection
27021 Verzierung
27022 \begin_inset CommandInset label
27023 LatexCommand label
27024 name "uab:Verzierung"
27025
27026 \end_inset
27027
27028
27029 \begin_inset Index
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033 Boxen ! Verzierung
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \begin_layout Standard
27042 Im 
27043 \family sans
27044 Box-Einstellungen-
27045 \family default
27046 Dialog können Sie mit der 
27047 \family sans
27048 Verzierung
27049 \family default
27050  den Typ der Box auswählen:
27051 \end_layout
27052
27053 \begin_layout Description
27054 Einfacher
27055 \begin_inset space ~
27056 \end_inset
27057
27058 rechteckiger
27059 \begin_inset space ~
27060 \end_inset
27061
27062 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27063  Die Rahmendicke wird durch 
27064 \series bold
27065
27066 \backslash
27067 fboxrule
27068 \series default
27069  festgelegt.
27070  
27071 \begin_inset Box Boxed
27072 position "c"
27073 hor_pos "c"
27074 has_inner_box 1
27075 inner_pos "c"
27076 use_parbox 0
27077 width "21col%"
27078 special "none"
27079 height "1in"
27080 height_special "totalheight"
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085 \series medium
27086 Rechteckige
27087 \begin_inset space ~
27088 \end_inset
27089
27090 Box
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Description
27099 erlaube
27100 \begin_inset space ~
27101 \end_inset
27102
27103 Seitenumbrüche Wenn Sie die Verzierung 
27104 \family sans
27105 Einfacher rechteckiger Rahmen
27106 \family default
27107  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27108  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27109  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27110  für sich ist und 
27111 \series bold
27112
27113 \backslash
27114 fboxrule
27115 \series default
27116  und 
27117 \series bold
27118
27119 \backslash
27120 fboxsep
27121 \series default
27122  keinen Einfluss auf diesen Box Typ haben.
27123  Die Rahmendicke wird durch 
27124 \series bold
27125
27126 \backslash
27127 FrameRule
27128 \series default
27129  festgelegt.
27130  
27131 \begin_inset Box Framed
27132 position "t"
27133 hor_pos "c"
27134 has_inner_box 0
27135 inner_pos "t"
27136 use_parbox 0
27137 width "100col%"
27138 special "none"
27139 height "1in"
27140 height_special "totalheight"
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 Box erlaubt Seitenumbruch
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Description
27153 Ovaler
27154 \begin_inset space ~
27155 \end_inset
27156
27157 Rahmen,
27158 \begin_inset space ~
27159 \end_inset
27160
27161 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27162  Die Rahmendicke ist 0.4
27163 \begin_inset space \thinspace{}
27164 \end_inset
27165
27166 pt.
27167  
27168 \begin_inset Box ovalbox
27169 position "c"
27170 hor_pos "c"
27171 has_inner_box 1
27172 inner_pos "c"
27173 use_parbox 0
27174 width "20col%"
27175 special "none"
27176 height "1in"
27177 height_special "totalheight"
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Ovale
27182 \begin_inset space ~
27183 \end_inset
27184
27185 Box,
27186 \begin_inset space ~
27187 \end_inset
27188
27189 dünn
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \begin_layout Description
27198 Ovaler
27199 \begin_inset space ~
27200 \end_inset
27201
27202 Rahmen,
27203 \begin_inset space ~
27204 \end_inset
27205
27206 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27207  Die Rahmendicke ist 0.8
27208 \begin_inset space \thinspace{}
27209 \end_inset
27210
27211 pt.
27212  
27213 \begin_inset Box Ovalbox
27214 position "c"
27215 hor_pos "c"
27216 has_inner_box 1
27217 inner_pos "c"
27218 use_parbox 0
27219 width "20col%"
27220 special "none"
27221 height "1in"
27222 height_special "totalheight"
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226 Ovale
27227 \begin_inset space ~
27228 \end_inset
27229
27230 Box,
27231 \begin_inset space ~
27232 \end_inset
27233
27234 dick
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Description
27243 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27244  Die Rahmendicke wird durch 
27245 \series bold
27246
27247 \backslash
27248 fboxrule
27249 \series default
27250  festgelegt, der Schatten ist 4
27251 \begin_inset space \thinspace{}
27252 \end_inset
27253
27254 pt breit.
27255 \begin_inset Newline newline
27256 \end_inset
27257
27258
27259 \begin_inset Box Shadowbox
27260 position "c"
27261 hor_pos "c"
27262 has_inner_box 1
27263 inner_pos "c"
27264 use_parbox 0
27265 width "20col%"
27266 special "none"
27267 height "1in"
27268 height_special "totalheight"
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 Schattierte
27273 \begin_inset space ~
27274 \end_inset
27275
27276 Box
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Description
27285 Schattierter
27286 \begin_inset space ~
27287 \end_inset
27288
27289 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27290  Im Gegensatz zu farbigen Boxen
27291 \begin_inset Foot
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 siehe Abschnitt
27296 \begin_inset space ~
27297 \end_inset
27298
27299
27300 \begin_inset CommandInset ref
27301 LatexCommand ref
27302 reference "abs:Farbige-Boxen"
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \end_inset
27310
27311  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27312  die Box ist ein Absatz für sich.
27313  
27314 \begin_inset Box Shaded
27315 position "t"
27316 hor_pos "c"
27317 has_inner_box 0
27318 inner_pos "t"
27319 use_parbox 0
27320 width "50col%"
27321 special "none"
27322 height "1in"
27323 height_special "totalheight"
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327 Schattierter Hintergrund Box
27328 \end_layout
27329
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \begin_layout Description
27336 Doppelter
27337 \begin_inset space ~
27338 \end_inset
27339
27340 rechteckiger
27341 \begin_inset space ~
27342 \end_inset
27343
27344 Rahmen zeichnet einen doppelten Rahmen um die Box.
27345  Der innere Rahmen ist 0.75
27346 \begin_inset space \thinspace{}
27347 \end_inset
27348
27349
27350 \series bold
27351
27352 \backslash
27353 fboxrule
27354 \series default
27355  breit, der äußere 1.5
27356 \begin_inset space \thinspace{}
27357 \end_inset
27358
27359
27360 \series bold
27361
27362 \backslash
27363 fboxrule
27364 \series default
27365 , der Zwischenraum 1.5
27366 \begin_inset space \thinspace{}
27367 \end_inset
27368
27369
27370 \series bold
27371
27372 \backslash
27373 fboxrule
27374 \series default
27375
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 +
27380 \begin_inset space \thinspace{}
27381 \end_inset
27382
27383 0.5
27384 \begin_inset space \thinspace{}
27385 \end_inset
27386
27387 pt.
27388  
27389 \begin_inset Box Doublebox
27390 position "c"
27391 hor_pos "c"
27392 has_inner_box 1
27393 inner_pos "c"
27394 use_parbox 0
27395 width "20col%"
27396 special "none"
27397 height "1in"
27398 height_special "totalheight"
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402 Doppelt
27403 \begin_inset space ~
27404 \end_inset
27405
27406 gerahmte
27407 \begin_inset space ~
27408 \end_inset
27409
27410 Box
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Standard
27419 \begin_inset VSpace bigskip
27420 \end_inset
27421
27422 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27423  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27424 \series bold
27425 fancybox
27426 \series default
27427
27428 \begin_inset Index
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 LaTeX-Pakete ! fancybox
27433 \end_layout
27434
27435 \end_inset
27436
27437  installiert sein.
27438 \end_layout
27439
27440 \begin_layout Section
27441 Box-Anpassung
27442 \begin_inset Index
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Boxen ! Anpassung
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 Der Standardwert für 
27456 \series bold
27457
27458 \backslash
27459 fboxrule
27460 \series default
27461  ist 0.4
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27467 \begin_inset space \thinspace{}
27468 \end_inset
27469
27470 pt gesetzt werden:
27471 \end_layout
27472
27473 \begin_layout Standard
27474
27475 \series bold
27476
27477 \backslash
27478 setlength{
27479 \backslash
27480 fboxrule}{2pt}
27481 \end_layout
27482
27483 \begin_layout Standard
27484 \begin_inset ERT
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488
27489
27490 \backslash
27491 setlength{
27492 \backslash
27493 fboxrule}{2pt}
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \begin_inset Box Boxed
27500 position "c"
27501 hor_pos "c"
27502 has_inner_box 1
27503 inner_pos "c"
27504 use_parbox 0
27505 width "30col%"
27506 special "none"
27507 height "1in"
27508 height_special "totalheight"
27509 status open
27510
27511 \begin_layout Plain Layout
27512 \align center
27513 Rechteckige Box mit einer Rahmenbreite von 2
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 pt
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \begin_inset ERT
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527
27528
27529 \backslash
27530 setlength{
27531 \backslash
27532 fboxrule}{0.4pt}
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \begin_inset VSpace bigskip
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27546 \begin_inset space \thinspace{}
27547 \end_inset
27548
27549 pt.
27550  Sie können das ändern, indem Sie den Wert von 
27551 \series bold
27552
27553 \backslash
27554 fboxsep
27555 \series default
27556  mit einem TeX-Code-Befehl ändern:
27557 \end_layout
27558
27559 \begin_layout Standard
27560
27561 \series bold
27562
27563 \backslash
27564 setlength{
27565 \backslash
27566 fboxsep}{10pt}
27567 \end_layout
27568
27569 \begin_layout Standard
27570 setzt den Wert auf 10
27571 \begin_inset space \thinspace{}
27572 \end_inset
27573
27574 pt, wie in der folgenden Box:
27575 \end_layout
27576
27577 \begin_layout Standard
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583
27584 \backslash
27585 setlength{
27586 \backslash
27587 fboxsep}{10pt}
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \begin_inset Box Boxed
27594 position "c"
27595 hor_pos "c"
27596 has_inner_box 1
27597 inner_pos "c"
27598 use_parbox 0
27599 width "25col%"
27600 special "none"
27601 height "1in"
27602 height_special "totalheight"
27603 status open
27604
27605 \begin_layout Plain Layout
27606 \align center
27607 Rechteckige Box mit 
27608 \series bold
27609
27610 \backslash
27611 fboxsep
27612 \series default
27613
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 =
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621 10
27622 \begin_inset space \thinspace{}
27623 \end_inset
27624
27625 pt
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset ERT
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635
27636
27637 \backslash
27638 setlength{
27639 \backslash
27640 fboxsep}{3pt}
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 \noindent
27650 \begin_inset VSpace bigskip
27651 \end_inset
27652
27653 Der Durchmesser der abgerundeten Ecken kann mit 
27654 \series bold
27655
27656 \backslash
27657 cornersize
27658 \series default
27659  gesetzt werden.
27660  Der TeX-Code-Befehl
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666
27667 \backslash
27668 cornersize*{1cm}
27669 \end_layout
27670
27671 \begin_layout Standard
27672 setzt den Durchmesser auf 1
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 cm.
27677  Der TeX-Code-Befehl
27678 \end_layout
27679
27680 \begin_layout Standard
27681
27682 \series bold
27683
27684 \backslash
27685 cornersize{num}
27686 \end_layout
27687
27688 \begin_layout Standard
27689 setzt den Durchmesser auf 
27690 \family sans
27691 num
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695 ×
27696 \begin_inset space \thinspace{}
27697 \end_inset
27698
27699 Minimum(Breite der Box, Höhe der Box)
27700 \family default
27701 .
27702  Der Standardwert ist 
27703 \series bold
27704
27705 \backslash
27706 cornersize{0.5}
27707 \series default
27708 .
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \begin_inset ERT
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716
27717
27718 \backslash
27719 cornersize*{1.5cm}
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \begin_inset Box Ovalbox
27726 position "c"
27727 hor_pos "c"
27728 has_inner_box 1
27729 inner_pos "c"
27730 use_parbox 0
27731 width "30col%"
27732 special "none"
27733 height "1in"
27734 height_special "totalheight"
27735 status open
27736
27737 \begin_layout Plain Layout
27738 \align center
27739 Ovale Box, dicker Rand, mit 
27740 \series bold
27741
27742 \backslash
27743 cornersize
27744 \series default
27745
27746 \begin_inset space \thinspace{}
27747 \end_inset
27748
27749 =
27750 \begin_inset space \thinspace{}
27751 \end_inset
27752
27753 1.5
27754 \begin_inset space \thinspace{}
27755 \end_inset
27756
27757 cm
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \begin_inset ERT
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767
27768
27769 \backslash
27770 cornersize{0.5}
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Standard
27779 \begin_inset VSpace bigskip
27780 \end_inset
27781
27782 Die Breite des Schattens wird mit 
27783 \series bold
27784
27785 \backslash
27786 shadowsize
27787 \series default
27788  festgelegt.
27789  Mit dem TeX-Code-Befehl
27790 \end_layout
27791
27792 \begin_layout Standard
27793
27794 \series bold
27795
27796 \backslash
27797 setlength{
27798 \backslash
27799 shadowsize}{2pt}
27800 \end_layout
27801
27802 \begin_layout Standard
27803 wird er für die folgende Box auf 2
27804 \begin_inset space \thinspace{}
27805 \end_inset
27806
27807 pt festgelegt.
27808 \end_layout
27809
27810 \begin_layout Standard
27811 \begin_inset ERT
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815
27816
27817 \backslash
27818 setlength{
27819 \backslash
27820 shadowsize}{2pt}
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Box Shadowbox
27827 position "c"
27828 hor_pos "c"
27829 has_inner_box 1
27830 inner_pos "c"
27831 use_parbox 0
27832 width "25col%"
27833 special "none"
27834 height "1in"
27835 height_special "totalheight"
27836 status open
27837
27838 \begin_layout Plain Layout
27839 \align center
27840 Schattierte Box mit 
27841 \series bold
27842
27843 \backslash
27844 shadowsize
27845 \series default
27846
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 =
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 2
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 pt
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset ERT
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868
27869
27870 \backslash
27871 setlength{
27872 \backslash
27873 shadowsize}{4pt}
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 \begin_inset VSpace bigskip
27883 \end_inset
27884
27885 Der Standardwert für 
27886 \series bold
27887
27888 \backslash
27889 FrameRule
27890 \series default
27891  ist 0.4
27892 \begin_inset space \thinspace{}
27893 \end_inset
27894
27895 pt.
27896  Der Standard-Abstand zwischen Rahmen und Text ist 9
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 pt und kann mit dem Wert für 
27901 \series bold
27902
27903 \backslash
27904 FrameSep
27905 \series default
27906  geändert werden.
27907  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27908  TeX-Code Befehlen geändert:
27909 \end_layout
27910
27911 \begin_layout Standard
27912
27913 \series bold
27914
27915 \backslash
27916 setlength{
27917 \backslash
27918 FrameRule}{5pt}
27919 \begin_inset Newline newline
27920 \end_inset
27921
27922
27923 \backslash
27924 setlength{
27925 \backslash
27926 FrameSep}{0.5cm}
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934
27935
27936 \backslash
27937 setlength{
27938 \backslash
27939 FrameRule}{5pt}
27940 \end_layout
27941
27942 \begin_layout Plain Layout
27943
27944
27945 \backslash
27946 setlength{
27947 \backslash
27948 FrameSep}{0.5cm}
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \begin_inset Box Framed
27955 position "t"
27956 hor_pos "c"
27957 has_inner_box 0
27958 inner_pos "t"
27959 use_parbox 0
27960 width "100col%"
27961 special "none"
27962 height "1in"
27963 height_special "totalheight"
27964 status open
27965
27966 \begin_layout Plain Layout
27967 Dies ist Text in einer 
27968 \family sans
27969 Seitenumbruch erlaubt
27970 \family default
27971  Box.
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \begin_inset ERT
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981
27982
27983 \backslash
27984 setlength{
27985 \backslash
27986 FrameRule}{0.4pt}
27987 \end_layout
27988
27989 \begin_layout Plain Layout
27990
27991
27992 \backslash
27993 setlength{
27994 \backslash
27995 FrameSep}{9pt}
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 \begin_inset VSpace bigskip
28005 \end_inset
28006
28007 Für Boxen mit 
28008 \family sans
28009 schattiertem Hintergrund
28010 \family default
28011  beträgt der Abstand zwischen Rand und Text 3
28012 \begin_inset space \thinspace{}
28013 \end_inset
28014
28015 pt und kann mit 
28016 \series bold
28017
28018 \backslash
28019 fboxsep
28020 \series default
28021  geändert werden.
28022  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28023  
28024 \series bold
28025
28026 \backslash
28027 definecolor{shadebox}
28028 \series default
28029  oder global über das Menü 
28030 \family sans
28031 Werkzeuge\SpecialChar \menuseparator
28032 Einstellungen\SpecialChar \menuseparator
28033 Farben\SpecialChar \menuseparator
28034 Schattierte
28035 \begin_inset space ~
28036 \end_inset
28037
28038 Box
28039 \family default
28040  geändert werden.
28041  Das Schema des 
28042 \series bold
28043
28044 \backslash
28045 definecolor
28046 \series default
28047  Befehls ist  in Abschnitt
28048 \begin_inset space ~
28049 \end_inset
28050
28051
28052 \begin_inset CommandInset ref
28053 LatexCommand ref
28054 reference "abs:Farbige-Tabellen"
28055
28056 \end_inset
28057
28058  erklärt.
28059 \begin_inset Foot
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 Beachten Sie, dass 
28064 \series bold
28065
28066 \backslash
28067 definecolor
28068 \series default
28069  das LaTeX-Paket 
28070 \series bold
28071 color
28072 \series default
28073  in der Präambel benötigt, siehe Abschnitt
28074 \begin_inset space ~
28075 \end_inset
28076
28077
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "abs:Farbige-Boxen"
28081
28082 \end_inset
28083
28084 .
28085 \end_layout
28086
28087 \end_inset
28088
28089  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28090 \end_layout
28091
28092 \begin_layout Standard
28093
28094 \series bold
28095
28096 \backslash
28097 setlength{
28098 \backslash
28099 fboxsep}{0.5cm}
28100 \begin_inset Newline newline
28101 \end_inset
28102
28103
28104 \backslash
28105 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28106 \end_layout
28107
28108 \begin_layout Standard
28109 \begin_inset ERT
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113
28114
28115 \backslash
28116 setlength{
28117 \backslash
28118 fboxsep}{0.5cm}
28119 \end_layout
28120
28121 \begin_layout Plain Layout
28122
28123
28124 \backslash
28125 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \begin_inset Box Shaded
28132 position "t"
28133 hor_pos "c"
28134 has_inner_box 0
28135 inner_pos "t"
28136 use_parbox 0
28137 width "100col%"
28138 special "none"
28139 height "1in"
28140 height_special "totalheight"
28141 status open
28142
28143 \begin_layout Plain Layout
28144
28145 \color yellow
28146 Dies ist gelber Text in einer 
28147 \family sans
28148 schattierten Hintergrund
28149 \begin_inset space ~
28150 \end_inset
28151
28152
28153 \family default
28154 Box auf dunkelgrünem Hintergrund.
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \begin_inset ERT
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164
28165
28166 \backslash
28167 setlength{
28168 \backslash
28169 fboxsep}{3pt}
28170 \end_layout
28171
28172 \begin_layout Plain Layout
28173
28174
28175 \backslash
28176 definecolor{shadecolor}{rgb}{1,0,0}
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Standard
28185 \begin_inset VSpace bigskip
28186 \end_inset
28187
28188 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28189  der sie ändert.
28190 \end_layout
28191
28192 \begin_layout Section
28193 Minipage
28194 \begin_inset CommandInset label
28195 LatexCommand label
28196 name "abs:Minipage"
28197
28198 \end_inset
28199
28200
28201 \begin_inset Index
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Boxen ! Minipage
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28215  deshalb unter anderem eigene Fußnoten haben.
28216 \end_layout
28217
28218 \begin_layout Standard
28219 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28220 \end_layout
28221
28222 \begin_layout Standard
28223 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28224  Ihre Breite ist 45 Spaltenbreite
28225 \begin_inset space ~
28226 \end_inset
28227
28228 %, und sie sind durch einen 
28229 \family sans
28230 HFill
28231 \family default
28232  getrennt (
28233 \family sans
28234 Einfügen\SpecialChar \menuseparator
28235 Formatierung\SpecialChar \menuseparator
28236 Horizontaler
28237 \begin_inset space \space{}
28238 \end_inset
28239
28240 Abstand\SpecialChar \menuseparator
28241 Abstand\SpecialChar \menuseparator
28242 Variabler
28243 \begin_inset space ~
28244 \end_inset
28245
28246 horiz.
28247 \begin_inset space ~
28248 \end_inset
28249
28250 Abstand
28251 \family default
28252 ).
28253 \begin_inset Newpage newpage
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 \noindent
28261 \begin_inset Box Frameless
28262 position "t"
28263 hor_pos "c"
28264 has_inner_box 1
28265 inner_pos "c"
28266 use_parbox 0
28267 width "45col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 status open
28272
28273 \begin_layout Plain Layout
28274 Dies ist ein deutscher Text.
28275  Dies ist ein deutscher Text.
28276  Dies ist ein deutscher Text.
28277  Dies ist ein deutscher Text.
28278  Dies ist ein deutscher Text.
28279  Dies ist ein deutscher Text.
28280  Dies ist ein deutscher Text.
28281  Dies ist ein deutscher Text.
28282  Dies ist ein deutscher Text.
28283  Dies ist ein deutscher Text.
28284  Dies ist ein deutscher Text.
28285  Dies ist ein deutscher Text.
28286  Dies ist ein deutscher Text
28287 \begin_inset Foot
28288 status open
28289
28290 \begin_layout Plain Layout
28291 Dies ist eine deutsche Fußnote.
28292 \end_layout
28293
28294 \end_inset
28295
28296 .
28297  Dies ist ein deutscher Text.
28298  Dies ist ein deutscher Text.
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset space \hfill{}
28305 \end_inset
28306
28307
28308 \begin_inset Box Frameless
28309 position "t"
28310 hor_pos "c"
28311 has_inner_box 1
28312 inner_pos "c"
28313 use_parbox 0
28314 width "45col%"
28315 special "none"
28316 height "1in"
28317 height_special "totalheight"
28318 status open
28319
28320 \begin_layout Plain Layout
28321
28322 \lang english
28323 This is an English Text.
28324  This is an English Text.
28325  This is an English Text.
28326  This is an English Text.
28327  This is an English Text.
28328  This is an English Text.
28329  This is an English Text.
28330  This is an English Text.
28331  This is an English Text.
28332  This is an English Text.
28333  This is an English Text.
28334  This is an English Text.
28335  This is an English Text.
28336  This is an English Text.
28337  This is an English Text.
28338  This is an English Text.
28339 \begin_inset Foot
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344 \lang english
28345 This is an English footnote.
28346 \end_layout
28347
28348 \end_inset
28349
28350  This is an English Text.
28351  
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Standard
28360 \noindent
28361 \begin_inset VSpace bigskip
28362 \end_inset
28363
28364 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28365  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28366  auf der die Tabelle gedruckt wird: 
28367 \begin_inset Tabular
28368 <lyxtabular version="3" rows="3" columns="4">
28369 <features>
28370 <column alignment="center" valignment="top" width="0pt">
28371 <column alignment="center" valignment="top" width="0pt">
28372 <column alignment="center" valignment="top" width="0pt">
28373 <column alignment="center" valignment="top" width="0pt">
28374 <row>
28375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28376 \begin_inset Text
28377
28378 \begin_layout Plain Layout
28379 1
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28385 \begin_inset Text
28386
28387 \begin_layout Plain Layout
28388 2
28389 \end_layout
28390
28391 \end_inset
28392 </cell>
28393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28394 \begin_inset Text
28395
28396 \begin_layout Plain Layout
28397 3
28398 \begin_inset Foot
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402 Dies ist eine Fußnote in einer Tabelle.
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411 </cell>
28412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28413 \begin_inset Text
28414
28415 \begin_layout Plain Layout
28416 4
28417 \end_layout
28418
28419 \end_inset
28420 </cell>
28421 </row>
28422 <row>
28423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28424 \begin_inset Text
28425
28426 \begin_layout Plain Layout
28427 a
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28433 \begin_inset Text
28434
28435 \begin_layout Plain Layout
28436 b
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28442 \begin_inset Text
28443
28444 \begin_layout Plain Layout
28445 c
28446 \end_layout
28447
28448 \end_inset
28449 </cell>
28450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28451 \begin_inset Text
28452
28453 \begin_layout Plain Layout
28454 d
28455 \end_layout
28456
28457 \end_inset
28458 </cell>
28459 </row>
28460 <row>
28461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28462 \begin_inset Text
28463
28464 \begin_layout Plain Layout
28465 e
28466 \end_layout
28467
28468 \end_inset
28469 </cell>
28470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474 f
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28480 \begin_inset Text
28481
28482 \begin_layout Plain Layout
28483 g
28484 \end_layout
28485
28486 \end_inset
28487 </cell>
28488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 h
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 </row>
28498 </lyxtabular>
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 \noindent
28507 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28508  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28509  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28510  außerhalb.
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \align center
28515 \begin_inset Box Frameless
28516 position "t"
28517 hor_pos "c"
28518 has_inner_box 1
28519 inner_pos "c"
28520 use_parbox 0
28521 width "30col%"
28522 special "none"
28523 height "1in"
28524 height_special "totalheight"
28525 status open
28526
28527 \begin_layout Plain Layout
28528 \align center
28529 \begin_inset Tabular
28530 <lyxtabular version="3" rows="3" columns="4">
28531 <features>
28532 <column alignment="center" valignment="top" width="0pt">
28533 <column alignment="center" valignment="top" width="0pt">
28534 <column alignment="center" valignment="top" width="0pt">
28535 <column alignment="center" valignment="top" width="0pt">
28536 <row>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 1
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550 2
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28556 \begin_inset Text
28557
28558 \begin_layout Plain Layout
28559 3
28560 \begin_inset Foot
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Dies ist eine Fußnote in einer Tabelle.
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 4
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 </row>
28584 <row>
28585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Plain Layout
28589 a
28590 \end_layout
28591
28592 \end_inset
28593 </cell>
28594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Plain Layout
28598 b
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Plain Layout
28607 c
28608 \end_layout
28609
28610 \end_inset
28611 </cell>
28612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Plain Layout
28616 d
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 </row>
28622 <row>
28623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627 e
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Plain Layout
28636 f
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Plain Layout
28645 g
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28651 \begin_inset Text
28652
28653 \begin_layout Plain Layout
28654 h
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 </row>
28660 </lyxtabular>
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 \begin_inset VSpace bigskip
28674 \end_inset
28675
28676 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28677  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28678  Absätze nicht eingerückt werden, obwohl Sie das in 
28679 \family sans
28680 Dokument
28681 \family default
28682 \SpecialChar \menuseparator
28683
28684 \family sans
28685 Einstellun\SpecialChar \-
28686 gen\SpecialChar \menuseparator
28687 Textformat
28688 \family default
28689  festgelegt haben.
28690  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28691  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28692 \series bold
28693
28694 \backslash
28695 hspace*{1em}
28696 \series default
28697 .
28698 \end_layout
28699
28700 \begin_layout Standard
28701 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28702  zu verpassen, siehe Abschnitt
28703 \begin_inset space ~
28704 \end_inset
28705
28706
28707 \begin_inset CommandInset ref
28708 LatexCommand ref
28709 reference "uab:Farbe-für-Absätze"
28710
28711 \end_inset
28712
28713 .
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset Note Greyedout
28718 status open
28719
28720 \begin_layout Plain Layout
28721
28722 \series bold
28723 Bemerkung:
28724 \series default
28725  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28726  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Section
28735 Parbox
28736 \begin_inset CommandInset label
28737 LatexCommand label
28738 name "abs:Parbox"
28739
28740 \end_inset
28741
28742
28743 \begin_inset Index
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 Boxen ! Parbox
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 Parbox ist eine Abkürzung für 
28757 \begin_inset Quotes gld
28758 \end_inset
28759
28760 paragraph box
28761 \begin_inset Quotes grd
28762 \end_inset
28763
28764 , was Absatzbox bedeutet.
28765  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28766  Parboxen einige Einschränkungen.
28767  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28768  gedruckt:
28769 \end_layout
28770
28771 \begin_layout Standard
28772 \align center
28773 \begin_inset Box Frameless
28774 position "t"
28775 hor_pos "c"
28776 has_inner_box 1
28777 inner_pos "t"
28778 use_parbox 1
28779 width "33col%"
28780 special "none"
28781 height "1in"
28782 height_special "totalheight"
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 Dies ist Text in einer Parbox.
28787  Dies ist Text in einer Parbox.
28788 \end_layout
28789
28790 \begin_layout Plain Layout
28791 Diese Fußnote wird nicht gedruckt:
28792 \begin_inset Foot
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28811  und Theoreme enthalten.
28812 \end_layout
28813
28814 \begin_layout Section
28815 Boxen für Worte und Buchstaben
28816 \begin_inset Index
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 Boxen ! für Buchstaben
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Subsection
28829 Silbentrennung unterbinden 
28830 \begin_inset CommandInset label
28831 LatexCommand label
28832 name "abs:Silbentrennung-unterbinden"
28833
28834 \end_inset
28835
28836
28837 \begin_inset Index
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841 Boxen ! zur Vermeidung von Silbentrennung
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28851 \begin_inset Newline newline
28852 \end_inset
28853
28854 Hier ist ein Beispiel: 
28855 \end_layout
28856
28857 \begin_layout Standard
28858 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28859 \begin_inset Quotes gld
28860 \end_inset
28861
28862 einsehrsehrsehrlangeswort
28863 \begin_inset Quotes grd
28864 \end_inset
28865
28866 .
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28871  soll, den TeX-Code
28872 \end_layout
28873
28874 \begin_layout Standard
28875
28876 \series bold
28877
28878 \backslash
28879 mbox{
28880 \end_layout
28881
28882 \begin_layout Standard
28883 ein.
28884  Hinter dem Wort fügen Sie 
28885 \series bold
28886
28887 \begin_inset Quotes gld
28888 \end_inset
28889
28890 }
28891 \series default
28892
28893 \begin_inset Quotes grd
28894 \end_inset
28895
28896  als TeX-Code ein.
28897  Hier ist das Ergebnis:
28898 \end_layout
28899
28900 \begin_layout Standard
28901 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906
28907
28908 \backslash
28909 mbox{
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \begin_inset Quotes gld
28916 \end_inset
28917
28918 einsehrsehrsehrlangeswort
28919 \begin_inset Quotes grd
28920 \end_inset
28921
28922
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928 }
28929 \end_layout
28930
28931 \end_inset
28932
28933 .
28934 \end_layout
28935
28936 \begin_layout Standard
28937 Alternativ dazu kann man auch den Befehl 
28938 \begin_inset Quotes gld
28939 \end_inset
28940
28941
28942 \series bold
28943
28944 \backslash
28945 -
28946 \series default
28947
28948 \begin_inset Quotes grd
28949 \end_inset
28950
28951  als TeX-Code direkt vor das Wort setzen:
28952 \end_layout
28953
28954 \begin_layout Standard
28955 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28956 \begin_inset Quotes gld
28957 \end_inset
28958
28959
28960 \begin_inset ERT
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 -
28968 \end_layout
28969
28970 \end_inset
28971
28972 einsehrsehrsehrlangeswort
28973 \begin_inset Quotes grd
28974 \end_inset
28975
28976 .
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28981  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28982 \series bold
28983 Strg-Eingabe
28984 \series default
28985 ) einfügen: 
28986 \end_layout
28987
28988 \begin_layout Standard
28989 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28990 \begin_inset Newline newline
28991 \end_inset
28992
28993
28994 \begin_inset ERT
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998
28999
29000 \backslash
29001 mbox{
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \begin_inset Quotes gld
29008 \end_inset
29009
29010 einsehrsehrsehrlangeswort
29011 \begin_inset Quotes grd
29012 \end_inset
29013
29014
29015 \begin_inset ERT
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019
29020 }
29021 \end_layout
29022
29023 \end_inset
29024
29025 .
29026 \end_layout
29027
29028 \begin_layout Subsection
29029 Vertikale Ausrichtung
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "uab:Vertikale-Ausrichtung"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Boxen ! für Vertikale Ausrichtung
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Boxen ! raisebox
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Mit dem LaTeX-Befehl 
29061 \series bold
29062
29063 \backslash
29064 raisebox
29065 \series default
29066  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29067 n Textes ausrichten.
29068  
29069 \series bold
29070
29071 \backslash
29072 raisebox
29073 \series default
29074  wird folgendermaßen benutzt:
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \series bold
29080
29081 \backslash
29082 raisebox{Verschiebung}[oben][unten]{Text}
29083 \end_layout
29084
29085 \begin_layout Standard
29086 Positive Werte für Verschiebung
29087 \series bold
29088  
29089 \series default
29090 verschieben die Box nach oben, negative nach unten.
29091  Die beiden optionalen Parameter 
29092 \family typewriter
29093 oben
29094 \family default
29095  und 
29096 \family typewriter
29097 unten
29098 \family default
29099  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29100  hinausgeht, wenn sie nicht verschoben ist.
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Um zum Beispiel das Wort 
29105 \begin_inset Quotes gld
29106 \end_inset
29107
29108 provokant
29109 \begin_inset Quotes grd
29110 \end_inset
29111
29112  mit seinem 
29113 \begin_inset Quotes gld
29114 \end_inset
29115
29116 niedrigsten
29117 \begin_inset Quotes grd
29118 \end_inset
29119
29120  Buchstaben 
29121 \begin_inset Quotes gld
29122 \end_inset
29123
29124 p
29125 \begin_inset Quotes grd
29126 \end_inset
29127
29128  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29129 \end_layout
29130
29131 \begin_layout Standard
29132
29133 \series bold
29134
29135 \backslash
29136 raisebox{
29137 \backslash
29138 depth}{
29139 \end_layout
29140
29141 \begin_layout Standard
29142 vor dem Wort einfügen und 
29143 \begin_inset Quotes gld
29144 \end_inset
29145
29146
29147 \series bold
29148 }
29149 \series default
29150
29151 \begin_inset Quotes grd
29152 \end_inset
29153
29154  als TeX-Code dahinter:
29155 \end_layout
29156
29157 \begin_layout Standard
29158 Dies ist eine Zeile, in der das Wort 
29159 \begin_inset ERT
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163
29164
29165 \backslash
29166 raisebox{
29167 \backslash
29168 depth}{
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset Quotes gld
29175 \end_inset
29176
29177 provokant
29178 \begin_inset Quotes grd
29179 \end_inset
29180
29181
29182 \begin_inset ERT
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186
29187 }
29188 \end_layout
29189
29190 \end_inset
29191
29192  nach oben verschoben wurde.
29193 \end_layout
29194
29195 \begin_layout Standard
29196 \begin_inset VSpace bigskip
29197 \end_inset
29198
29199 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29200  gedehnt:
29201 \end_layout
29202
29203 \begin_layout Standard
29204 Dies ist eine Zeile, in der das Wort 
29205 \begin_inset ERT
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209
29210
29211 \backslash
29212 raisebox{-
29213 \backslash
29214 depth}{
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \begin_inset Quotes gld
29221 \end_inset
29222
29223 provokant
29224 \begin_inset Quotes grd
29225 \end_inset
29226
29227
29228 \begin_inset ERT
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232
29233 }
29234 \end_layout
29235
29236 \end_inset
29237
29238  nach unten verschoben wurde.
29239 \end_layout
29240
29241 \begin_layout Standard
29242 Dies ist eine Zeile, in der das Wort 
29243 \begin_inset ERT
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247
29248
29249 \backslash
29250 raisebox{0.5cm}{
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \begin_inset Quotes gld
29257 \end_inset
29258
29259 testen
29260 \begin_inset Quotes grd
29261 \end_inset
29262
29263
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269 }
29270 \end_layout
29271
29272 \end_inset
29273
29274  um 0.5
29275 \begin_inset space \thinspace{}
29276 \end_inset
29277
29278 cm nach oben verschoben wurde.
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29283 \end_layout
29284
29285 \begin_layout Standard
29286
29287 \series bold
29288
29289 \backslash
29290 raisebox{-
29291 \backslash
29292 depth}[0pt]{
29293 \end_layout
29294
29295 \begin_layout Standard
29296 Dies ist eine Zeile, in der das Wort 
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 raisebox{-
29305 \backslash
29306 depth}[0pt]{
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \begin_inset Quotes gld
29313 \end_inset
29314
29315 provokant
29316 \begin_inset Quotes grd
29317 \end_inset
29318
29319
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325 }
29326 \end_layout
29327
29328 \end_inset
29329
29330  nach unten verschoben wurde.
29331 \end_layout
29332
29333 \begin_layout Standard
29334 Dies ist eine Zeile, in der das Wort 
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 raisebox{0.5cm}[0pt]{
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \begin_inset Quotes gld
29349 \end_inset
29350
29351 testen
29352 \begin_inset Quotes grd
29353 \end_inset
29354
29355
29356 \begin_inset ERT
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360
29361 }
29362 \end_layout
29363
29364 \end_inset
29365
29366  um 0.5
29367 \begin_inset space \thinspace{}
29368 \end_inset
29369
29370 cm nach oben verschoben wurde.
29371  Jetzt überschneiden sich die verschobenen Worte.
29372 \end_layout
29373
29374 \begin_layout Section
29375 Farbige Boxen
29376 \begin_inset CommandInset label
29377 LatexCommand label
29378 name "abs:Farbige-Boxen"
29379
29380 \end_inset
29381
29382
29383 \begin_inset Index
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387 Boxen ! farbige
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Subsection
29396 Text-Hintergrundfarbe
29397 \begin_inset Index
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Farbe ! für Text-Hintergrund
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29411  sogenannten 
29412 \begin_inset Quotes gld
29413 \end_inset
29414
29415 colorbox
29416 \begin_inset Quotes grd
29417 \end_inset
29418
29419  stehen.
29420  Dafür muss das LaTeX-Paket 
29421 \series bold
29422 color
29423 \series default
29424
29425 \begin_inset Index
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 LaTeX-Pakete ! color
29430 \end_layout
29431
29432 \end_inset
29433
29434  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 @ifundefined{textcolor}
29443 \begin_inset Newline newline
29444 \end_inset
29445
29446
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452
29453 \backslash
29454 hphantom{ }
29455 \end_layout
29456
29457 \end_inset
29458
29459 {
29460 \backslash
29461 usepackage{color}}{}
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Wenn Sie Text einfärben, lädt LyX das Paket 
29466 \series bold
29467 color
29468 \series default
29469  automatisch.
29470 \begin_inset Foot
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Der Befehl 
29475 \series bold
29476
29477 \backslash
29478 @ifundefined
29479 \series default
29480  vermeidet, dass es in diesem Fall doppelt geladen wird.
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset VSpace medskip
29490 \end_inset
29491
29492 Colorboxen werden mit dem Befehl 
29493 \series bold
29494
29495 \backslash
29496 colorbox
29497 \series default
29498  erzeugt:
29499 \end_layout
29500
29501 \begin_layout Standard
29502
29503 \series bold
29504
29505 \backslash
29506 colorbox{Farbe}{Boxinhalt}
29507 \end_layout
29508
29509 \begin_layout Standard
29510 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29511  Boxen sein.
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Die folgenden Farben sind vordefiniert:
29516 \family sans
29517  schwarz
29518 \family default
29519
29520 \family sans
29521 wei
29522 \family default
29523 ß, 
29524 \family sans
29525 rot
29526 \family default
29527 \series bold
29528 ,
29529 \series default
29530  
29531 \family sans
29532 grün
29533 \family default
29534
29535 \family sans
29536 blau
29537 \family default
29538
29539 \family sans
29540 türkis
29541 \family default
29542
29543 \family sans
29544 purpurrot
29545 \family default
29546  und 
29547 \family sans
29548 gelb
29549 \family default
29550 .
29551 \end_layout
29552
29553 \begin_layout Standard
29554 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29555 \begin_inset space ~
29556 \end_inset
29557
29558
29559 \begin_inset CommandInset ref
29560 LatexCommand ref
29561 reference "abs:Farbige-Tabellen"
29562
29563 \end_inset
29564
29565  beschrieben.
29566 \end_layout
29567
29568 \begin_layout Standard
29569 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29570  den TeX-Code-Befehl
29571 \end_layout
29572
29573 \begin_layout Standard
29574
29575 \series bold
29576
29577 \backslash
29578 colorbox{red}{
29579 \end_layout
29580
29581 \begin_layout Standard
29582 vor dem Wort ein.
29583  Hinter dem Wort fügen Sie 
29584 \series bold
29585
29586 \begin_inset Quotes gld
29587 \end_inset
29588
29589 }
29590 \series default
29591
29592 \begin_inset Quotes grd
29593 \end_inset
29594
29595  als TeX-Code ein.
29596  Hier ist das Ergebnis:
29597 \end_layout
29598
29599 \begin_layout Standard
29600 In dieser Zeile hat 
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 colorbox{red}{
29609 \end_layout
29610
29611 \end_inset
29612
29613 Achtung!
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619 }
29620 \end_layout
29621
29622 \end_inset
29623
29624  einen roten Hintergrund.
29625 \end_layout
29626
29627 \begin_layout Standard
29628 \begin_inset VSpace bigskip
29629 \end_inset
29630
29631 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29632  
29633 \series bold
29634
29635 \backslash
29636 fcolorbox
29637 \series default
29638  verwenden:
29639 \end_layout
29640
29641 \begin_layout Standard
29642
29643 \series bold
29644
29645 \backslash
29646 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29647 \end_layout
29648
29649 \begin_layout Standard
29650
29651 \series bold
29652
29653 \backslash
29654 fcolorbox
29655 \series default
29656  ist eine Erweiterung von 
29657 \series bold
29658
29659 \backslash
29660 colorbox
29661 \series default
29662 .
29663  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29664  
29665 \series bold
29666
29667 \backslash
29668 fboxrule
29669 \series default
29670  und 
29671 \series bold
29672
29673 \backslash
29674 fboxsep
29675 \series default
29676  gesteuert werden, wie in Abschnitt
29677 \begin_inset space ~
29678 \end_inset
29679
29680
29681 \begin_inset CommandInset ref
29682 LatexCommand ref
29683 reference "uab:Verzierung"
29684
29685 \end_inset
29686
29687  beschrieben.
29688 \end_layout
29689
29690 \begin_layout Standard
29691 Für das folgende Beispiel wurde der Befehl
29692 \end_layout
29693
29694 \begin_layout Standard
29695
29696 \series bold
29697
29698 \backslash
29699 fcolorbox{cyan}{magenta}{
29700 \end_layout
29701
29702 \begin_layout Standard
29703 benutzt.
29704  Hier wurden die Rahmendicke und der Abstand auf 1
29705 \begin_inset space \thinspace{}
29706 \end_inset
29707
29708 mm gesetzt:
29709 \begin_inset Newline newline
29710 \end_inset
29711
29712
29713 \begin_inset ERT
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717
29718
29719 \backslash
29720 fboxrule 1mm 
29721 \backslash
29722 fboxsep 1mm
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733
29734 \backslash
29735 fcolorbox{cyan}{green}{
29736 \end_layout
29737
29738 \end_inset
29739
29740 Dies ist Text in einer farbigen, gerahmten Box.
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746 }
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Standard
29755 \begin_inset VSpace bigskip
29756 \end_inset
29757
29758 Natürlich gibt es auch farbigen Text in einer Colorbox:
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 fcolorbox{cyan}{green}{
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \color yellow
29777 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29778 \color none
29779
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785 }
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796
29797 \backslash
29798 fboxrule 0.4pt 
29799 \backslash
29800 fboxsep 3pt
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset VSpace bigskip
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 \begin_inset Note Greyedout
29817 status open
29818
29819 \begin_layout Plain Layout
29820 \noindent
29821
29822 \series bold
29823 Bemerkung:
29824 \series default
29825  Text in Colorboxen kann nicht umgebrochen werden.
29826  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29827  wie im folgenden beschrieben.
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Subsection
29836 Farbe für Absätze
29837 \begin_inset CommandInset label
29838 LatexCommand label
29839 name "uab:Farbe-für-Absätze"
29840
29841 \end_inset
29842
29843
29844 \begin_inset Index
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Farbe ! für Absätze
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29858  den Text in eine Minipage stellen.
29859  Vor der Minipage fügen Sie den TeX-Code-Befehl
29860 \end_layout
29861
29862 \begin_layout Standard
29863
29864 \series bold
29865
29866 \backslash
29867 colorbox{color}{
29868 \end_layout
29869
29870 \begin_layout Standard
29871 ein.
29872  Hinter der Minipage fügen Sie 
29873 \series bold
29874
29875 \begin_inset Quotes gld
29876 \end_inset
29877
29878 }
29879 \series default
29880
29881 \begin_inset Quotes grd
29882 \end_inset
29883
29884  als TeX-Code ein.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 \begin_inset ERT
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892
29893
29894 \backslash
29895 colorbox{hellgrau}{
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \begin_inset Box Frameless
29902 position "t"
29903 hor_pos "c"
29904 has_inner_box 1
29905 inner_pos "t"
29906 use_parbox 0
29907 width "100col%"
29908 special "none"
29909 height "1in"
29910 height_special "totalheight"
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Dies ist Text mit einer Hintergrundfarbe.
29915  Dies ist Text mit einer Hintergrundfarbe.
29916 \end_layout
29917
29918 \begin_layout Plain Layout
29919 Der Text kann Fußnoten
29920 \begin_inset Foot
29921 status open
29922
29923 \begin_layout Plain Layout
29924 Eine weitere Fußnote
29925 \end_layout
29926
29927 \end_inset
29928
29929  und Tabellen und Abbildungen enthalten.
29930 \end_layout
29931
29932 \begin_layout Plain Layout
29933 \align center
29934 \begin_inset Tabular
29935 <lyxtabular version="3" rows="3" columns="3">
29936 <features>
29937 <column alignment="center" valignment="top" width="0">
29938 <column alignment="center" valignment="top" width="0">
29939 <column alignment="center" valignment="top" width="0">
29940 <row>
29941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29942 \begin_inset Text
29943
29944 \begin_layout Plain Layout
29945 a
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29951 \begin_inset Text
29952
29953 \begin_layout Plain Layout
29954 !
29955 \end_layout
29956
29957 \end_inset
29958 </cell>
29959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29960 \begin_inset Text
29961
29962 \begin_layout Plain Layout
29963 3
29964 \end_layout
29965
29966 \end_inset
29967 </cell>
29968 </row>
29969 <row>
29970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29971 \begin_inset Text
29972
29973 \begin_layout Plain Layout
29974 <
29975 \end_layout
29976
29977 \end_inset
29978 </cell>
29979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Plain Layout
29983 b2
29984 \begin_inset Quotes erd
29985 \end_inset
29986
29987 |
29988 \end_layout
29989
29990 \end_inset
29991 </cell>
29992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29993 \begin_inset Text
29994
29995 \begin_layout Plain Layout
29996 >
29997 \end_layout
29998
29999 \end_inset
30000 </cell>
30001 </row>
30002 <row>
30003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 1
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30013 \begin_inset Text
30014
30015 \begin_layout Plain Layout
30016 §
30017 \end_layout
30018
30019 \end_inset
30020 </cell>
30021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025 c
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 </row>
30031 </lyxtabular>
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 }
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Section
30055 Rotierte und skalierte Boxen
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30060 \series bold
30061 graphicx
30062 \series default
30063
30064 \begin_inset Index
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 LaTeX-Pakete ! graphicx
30069 \end_layout
30070
30071 \end_inset
30072
30073  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30074 \end_layout
30075
30076 \begin_layout Standard
30077
30078 \series bold
30079
30080 \backslash
30081 @ifundefined{rotatebox}
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 hphantom{ }
30094 \end_layout
30095
30096 \end_inset
30097
30098 {
30099 \backslash
30100 usepackage{graphicx}}{}
30101 \end_layout
30102
30103 \begin_layout Standard
30104 \begin_inset Note Greyedout
30105 status open
30106
30107 \begin_layout Plain Layout
30108
30109 \series bold
30110 Bemerkung:
30111 \series default
30112  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30113  darstellen.
30114  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \begin_layout Standard
30123 \begin_inset Note Greyedout
30124 status open
30125
30126 \begin_layout Plain Layout
30127
30128 \series bold
30129 Bemerkung:
30130 \series default
30131  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Subsection
30140 Rotierte Boxen
30141 \begin_inset Index
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145 Boxen ! rotierte
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \begin_inset Index
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155 Rotiertes Material
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset Index
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 Abbildungen ! rotierte
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset Index
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 Tabellen ! rotierte
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 Um Text zu drehen, verwendet man den Befehl 
30185 \series bold
30186
30187 \backslash
30188 rotatebox
30189 \series default
30190  im TeX-Code nach folgendem Schema:
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30199 \end_layout
30200
30201 \begin_layout Standard
30202 Der Drehpunkt wird mit 
30203 \series bold
30204 origin=Position
30205 \series default
30206  angegeben.
30207  Folgende Positionen sind möglich: 
30208 \emph on
30209 c
30210 \emph default
30211  (mittig), 
30212 \emph on
30213 l
30214 \emph default
30215  (links), 
30216 \emph on
30217 r
30218 \emph default
30219  (rechts), 
30220 \emph on
30221 b
30222 \emph default
30223  (unten), 
30224 \emph on
30225 t
30226 \emph default
30227  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30228  Z.
30229 \begin_inset space \thinspace{}
30230 \end_inset
30231
30232 B.
30233  bedeutet 
30234 \emph on
30235 lt
30236 \emph default
30237 , dass sich der Drehpunkt links oben befindet.
30238  Wird kein Drehpunkt angegeben, wird die Position 
30239 \emph on
30240 l
30241 \emph default
30242  verwendet.
30243  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30244  Gedreht wird gegen den Uhrzeigersinn.
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Im folgenden Beispiel wurde vor dem Text der Befehl 
30249 \series bold
30250
30251 \backslash
30252 rotatebox[origin=c]{60}{
30253 \series default
30254  im TeX-Modus eingegeben.
30255  Nach dem Text wurde die schließende Klammer 
30256 \series bold
30257 }
30258 \series default
30259  wiederum im TeX-Modus eingegeben.
30260 \end_layout
30261
30262 \begin_layout Standard
30263 Dies ist eine Zeile 
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 rotatebox[origin=c]{60}{
30272 \end_layout
30273
30274 \end_inset
30275
30276 mit rotiertem
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282 }
30283 \end_layout
30284
30285 \end_inset
30286
30287  Text.
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30292 \end_layout
30293
30294 \begin_layout Standard
30295 Dies ist eine Zeile 
30296 \begin_inset ERT
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301
30302 \backslash
30303 rotatebox[origin=r]{-60}{
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \begin_inset Box Doublebox
30310 position "c"
30311 hor_pos "c"
30312 has_inner_box 0
30313 inner_pos "c"
30314 use_parbox 0
30315 width "1in"
30316 special "width"
30317 height "1in"
30318 height_special "totalheight"
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 mit rotiertem
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333 }
30334 \end_layout
30335
30336 \end_inset
30337
30338  umrandeten Text 
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 rotatebox[origin=lb]{60}{
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30353 \end_inset
30354
30355
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361 }
30362 \end_layout
30363
30364 \end_inset
30365
30366  und einer Formel.
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Oder ein Bild oder Tabelle:
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Dies ist eine Zeile 
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379
30380
30381 \backslash
30382 rotatebox[origin=lb]{90}{
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \begin_inset Graphics
30389         filename ../clipart/platypus.eps
30390         lyxscale 50
30391         width 25col%
30392
30393 \end_inset
30394
30395
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401 }
30402 \end_layout
30403
30404 \end_inset
30405
30406  mit einem rotierten Bild 
30407 \begin_inset ERT
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411
30412
30413 \backslash
30414 rotatebox[origin=l]{-90}{
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Tabular
30421 <lyxtabular version="3" rows="2" columns="2">
30422 <features>
30423 <column alignment="center" valignment="top" width="0">
30424 <column alignment="center" valignment="top" width="0">
30425 <row>
30426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30427 \begin_inset Text
30428
30429 \begin_layout Plain Layout
30430 q
30431 \end_layout
30432
30433 \end_inset
30434 </cell>
30435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439 w
30440 \end_layout
30441
30442 \end_inset
30443 </cell>
30444 </row>
30445 <row>
30446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30447 \begin_inset Text
30448
30449 \begin_layout Plain Layout
30450 e
30451 \end_layout
30452
30453 \end_inset
30454 </cell>
30455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30456 \begin_inset Text
30457
30458 \begin_layout Plain Layout
30459 r
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 </row>
30465 </lyxtabular>
30466
30467 \end_inset
30468
30469
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475 }
30476 \end_layout
30477
30478 \end_inset
30479
30480  und Tabelle.
30481 \end_layout
30482
30483 \begin_layout Subsection
30484 Skalierte Boxen
30485 \begin_inset Index
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Boxen ! skalierte
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \begin_inset Index
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Skaliertes Material
30500 \end_layout
30501
30502 \end_inset
30503
30504
30505 \begin_inset Index
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 Abbildungen ! skalierte
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \begin_inset Index
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 Tabellen ! skalierte
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Um Text zu skalieren, kann man die Befehle 
30529 \series bold
30530
30531 \backslash
30532 scalebox
30533 \series default
30534  und 
30535 \series bold
30536
30537 \backslash
30538 resizebox
30539 \series default
30540  im TeX-Modus verwenden.
30541 \end_layout
30542
30543 \begin_layout Standard
30544
30545 \series bold
30546
30547 \backslash
30548 scalebox
30549 \series default
30550  wird nach folgendem Schema verwendet:
30551 \end_layout
30552
30553 \begin_layout Standard
30554
30555 \series bold
30556
30557 \backslash
30558 scalebox{horizontal}[vertikal]{Boxinhalt}
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30563  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30564  verwendet.
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Z.
30569 \begin_inset space \thinspace{}
30570 \end_inset
30571
30572 B.
30573  ergibt der Befehl 
30574 \series bold
30575
30576 \backslash
30577 scalebox{2}{Hallo}
30578 \series default
30579  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 scalebox{2}{
30588 \end_layout
30589
30590 \end_inset
30591
30592 Hallo
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 }
30599 \end_layout
30600
30601 \end_inset
30602
30603 .
30604 \end_layout
30605
30606 \begin_layout Standard
30607
30608 \series bold
30609
30610 \backslash
30611 scalebox{2}[1]{Hallo}
30612 \series default
30613  verzerrt hingegen das 
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 scalebox{2}[1]{
30622 \end_layout
30623
30624 \end_inset
30625
30626 Hallo
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632 }
30633 \end_layout
30634
30635 \end_inset
30636
30637 .
30638 \end_layout
30639
30640 \begin_layout Standard
30641 Die Skalierungsfaktoren dürfen auch negativ sein.
30642  In diesem Fall wird der Boxinhalt gespiegelt.
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Daher lässt sich mit dem Befehl 
30647 \series bold
30648
30649 \backslash
30650 scalebox{-1}[1]{Hallo}
30651 \series default
30652  Spiegelschrift erstellen: 
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658
30659 \backslash
30660 scalebox{-1}[1]{
30661 \end_layout
30662
30663 \end_inset
30664
30665 Hallo
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671 }
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Standard
30680
30681 \series bold
30682
30683 \backslash
30684 scalebox{1}[-1]{Hallo}
30685 \series default
30686  spiegelt das 
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692
30693 \backslash
30694 scalebox{1}[-1]{
30695 \end_layout
30696
30697 \end_inset
30698
30699 Hallo
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705 }
30706 \end_layout
30707
30708 \end_inset
30709
30710  an der Grundlinie.
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Zu 
30715 \series bold
30716
30717 \backslash
30718 scalebox{-1}[1]{Boxinhalt}
30719 \series default
30720  gibt es den äquivalenten Befehl
30721 \begin_inset Newline newline
30722 \end_inset
30723
30724
30725 \series bold
30726
30727 \backslash
30728 reflectbox{Boxinhalt}
30729 \series default
30730 .
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset VSpace bigskip
30735 \end_inset
30736
30737
30738 \series bold
30739
30740 \backslash
30741 resizebox
30742 \series default
30743  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30744  skalieren.
30745  Das Befehlsschema ist folgendes:
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 resizebox{Breite}{Höhe}{Boxinhalt}
30754 \end_layout
30755
30756 \begin_layout Standard
30757 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30758 \series bold
30759 !
30760 \series default
30761  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30762  wird.
30763 \end_layout
30764
30765 \begin_layout Standard
30766 Der Befehl 
30767 \series bold
30768
30769 \backslash
30770 resizebox{2cm}{1cm}{Hallo}
30771 \series default
30772  ergibt: 
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 resizebox{2cm}{1cm}{
30781 \end_layout
30782
30783 \end_inset
30784
30785 Hallo
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 }
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset Newline newline
30798 \end_inset
30799
30800 Der Befehl 
30801 \series bold
30802
30803 \backslash
30804 resizebox{2cm}{!}{Hallo}
30805 \series default
30806  ergibt: 
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812
30813 \backslash
30814 resizebox{2cm}{!}{
30815 \end_layout
30816
30817 \end_inset
30818
30819 Hallo
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825 }
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace bigskip
30835 \end_inset
30836
30837
30838 \begin_inset Note Greyedout
30839 status open
30840
30841 \begin_layout Plain Layout
30842
30843 \series bold
30844 Bemerkung:
30845 \series default
30846  Wurde in Argumenten von 
30847 \series bold
30848
30849 \backslash
30850 scalebox
30851 \series default
30852  oder 
30853 \series bold
30854
30855 \backslash
30856 resizebox
30857 \series default
30858  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30859  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30860  werden.
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869 \begin_inset VSpace bigskip
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Alle Boxen können beliebig miteinander kombiniert werden.
30877  So ergibt z.
30878 \begin_inset space \thinspace{}
30879 \end_inset
30880
30881 B.
30882  der Befehl
30883 \begin_inset Newline newline
30884 \end_inset
30885
30886
30887 \series bold
30888
30889 \backslash
30890 rotatebox[origin=c]{-45}{
30891 \backslash
30892 resizebox{2cm}{!}{
30893 \backslash
30894 reflectbox{Hallo}}}
30895 \series default
30896 :
30897 \end_layout
30898
30899 \begin_layout Standard
30900 \align center
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 rotatebox[origin=c]{-45}{
30909 \backslash
30910 resizebox{2cm}{!}{
30911 \backslash
30912 reflectbox{
30913 \end_layout
30914
30915 \end_inset
30916
30917 Hallo
30918 \begin_inset ERT
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922
30923 }}}
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \noindent
30933 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30934 \end_layout
30935
30936 \begin_layout Standard
30937 \align center
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943
30944 \backslash
30945 rotatebox[origin=c]{-30}{
30946 \backslash
30947 resizebox{2cm}{!}{
30948 \backslash
30949 reflectbox{
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset Graphics
30956         filename ../clipart/platypus.eps
30957         lyxscale 50
30958         width 25col%
30959
30960 \end_inset
30961
30962
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968 }}}
30969 \end_layout
30970
30971 \end_inset
30972
30973
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 rotatebox[origin=c]{-45}{
30982 \backslash
30983 resizebox{2cm}{!}{
30984 \backslash
30985 reflectbox{
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset Tabular
30992 <lyxtabular version="3" rows="2" columns="2">
30993 <features>
30994 <column alignment="center" valignment="top" width="0">
30995 <column alignment="center" valignment="top" width="0">
30996 <row>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001 q
31002 \end_layout
31003
31004 \end_inset
31005 </cell>
31006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31007 \begin_inset Text
31008
31009 \begin_layout Plain Layout
31010 w
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 </row>
31016 <row>
31017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021 e
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030 r
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 </row>
31036 </lyxtabular>
31037
31038 \end_inset
31039
31040
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 }}}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 rotatebox[origin=c]{-45}{
31060 \backslash
31061 resizebox{2cm}{!}{
31062 \backslash
31063 reflectbox{
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31070 \end_inset
31071
31072
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 }}}
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 Hat man den globalen Formelstil 
31088 \series bold
31089 fleqn
31090 \series default
31091
31092 \begin_inset Foot
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Wenn 
31097 \begin_inset Quotes gld
31098 \end_inset
31099
31100 fleqn
31101 \begin_inset Quotes grd
31102 \end_inset
31103
31104  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31105 \end_layout
31106
31107 \end_inset
31108
31109  gewählt, kann man auch abgesetzte Formeln skalieren.
31110 \end_layout
31111
31112 \begin_layout Chapter
31113 Externe Dateien
31114 \begin_inset Index
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 Dateien ! externe
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Mit 
31128 \family sans
31129 Einfügen\SpecialChar \menuseparator
31130 Datei
31131 \family default
31132  können Sie fremdes Material in Ihr Dokument einsetzen.
31133  Das kann folgendes sein:
31134 \end_layout
31135
31136 \begin_layout Description
31137 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31138  eingefügt.
31139 \end_layout
31140
31141 \begin_layout Description
31142 Einfacher
31143 \begin_inset space ~
31144 \end_inset
31145
31146 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31147  eingefügt.
31148 \end_layout
31149
31150 \begin_layout Description
31151 Einfacher
31152 \begin_inset space ~
31153 \end_inset
31154
31155 Text,
31156 \begin_inset space ~
31157 \end_inset
31158
31159 Zeilen
31160 \begin_inset space ~
31161 \end_inset
31162
31163 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31164  Leerzeilen trennen die Absätze.
31165 \end_layout
31166
31167 \begin_layout Description
31168 Externes
31169 \begin_inset space ~
31170 \end_inset
31171
31172 Material Dateien in verschiedenen Formaten.
31173 \end_layout
31174
31175 \begin_layout Description
31176 Unterdokument LyX- oder LaTeX-Dokumente.
31177 \end_layout
31178
31179 \begin_layout Section
31180 Externes Material
31181 \begin_inset Index
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185 Externes Material
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \end_layout
31192
31193 \begin_layout Standard
31194 Mit 
31195 \family sans
31196 Einfügen\SpecialChar \menuseparator
31197 Datei\SpecialChar \menuseparator
31198  Externes Material
31199 \family default
31200  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31201  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31202  weil LyX sich darum kümmert.
31203  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31204  eingefügt werden können.
31205 \end_layout
31206
31207 \begin_layout Standard
31208 Zur Zeit können Sie folgende Dateitypen (
31209 \family sans
31210 Vorlagen
31211 \family default
31212 ) benutzen:
31213 \end_layout
31214
31215 \begin_layout Description
31216 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31217 \series bold
31218
31219 \begin_inset CommandInset href
31220 LatexCommand href
31221 name "XBoard"
31222 target "http://en.wikipedia.org/wiki/XBoard"
31223
31224 \end_inset
31225
31226
31227 \series default
31228  erzeugt wurden.
31229 \end_layout
31230
31231 \begin_layout Description
31232 Datum fügt ein Datum mit dem Format 
31233 \emph on
31234 Tag-Monat-Jahr
31235 \emph default
31236  ein.
31237  Hier ist ein Beispiel: 
31238 \begin_inset External
31239         template Date
31240         filename .
31241
31242 \end_inset
31243
31244
31245 \begin_inset space ~
31246 \end_inset
31247
31248
31249 \begin_inset Note Note
31250 status open
31251
31252 \begin_layout Plain Layout
31253
31254 \lang english
31255 Remove the protected space when bug 4398 is fixed!
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \begin_inset Newline newline
31262 \end_inset
31263
31264 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31265  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31266  Menü 
31267 \family sans
31268 Einfügen\SpecialChar \menuseparator
31269 Datum
31270 \family default
31271  und mit dem LaTeX-Befehl 
31272 \series bold
31273
31274 \backslash
31275 today
31276 \series default
31277 .
31278  Die verschiedenen Methoden werden in Tabelle
31279 \begin_inset space ~
31280 \end_inset
31281
31282
31283 \begin_inset CommandInset ref
31284 LatexCommand ref
31285 reference "tab:Vergleich-der-Datums-Eingaben"
31286
31287 \end_inset
31288
31289  verglichen.
31290 \end_layout
31291
31292 \begin_layout Description
31293 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31294 \series bold
31295
31296 \begin_inset CommandInset href
31297 LatexCommand href
31298 name "LilyPond"
31299 target "http://en.wikipedia.org/wiki/LilyPond"
31300
31301 \end_inset
31302
31303
31304 \series default
31305  schreiben.
31306 \end_layout
31307
31308 \begin_layout Description
31309 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31310  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31311 \emph on
31312 pages
31313 \emph default
31314  Option im Feld 
31315 \family sans
31316 Option
31317 \family default
31318  in der Karteikarte 
31319 \family sans
31320 LaTeX- und LyX-Optionen
31321 \family default
31322  entsprechend der Vorlagenbeschreibung im Dialog.
31323  Wenn keine 
31324 \emph on
31325 pages
31326 \emph default
31327  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31328 \end_layout
31329
31330 \begin_layout Description
31331 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31332  Fast alle bekannten Bildformate werden unterstützt.
31333  Die Bilddateien können im Dialogfenster 
31334 \family sans
31335 Externes
31336 \begin_inset space ~
31337 \end_inset
31338
31339 Material
31340 \family default
31341  genauso behandelt werden wie die mit dem normalen 
31342 \family sans
31343 Grafik
31344 \family default
31345 -Dialog eingefügten, siehe Abschnitt
31346 \begin_inset space ~
31347 \end_inset
31348
31349
31350 \begin_inset CommandInset ref
31351 LatexCommand ref
31352 reference "abs:Grafik-Dialog"
31353
31354 \end_inset
31355
31356 .
31357  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31358  und EPS-Bilder werden nicht unterstützt.
31359 \end_layout
31360
31361 \begin_layout Description
31362 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31363 \series bold
31364
31365 \begin_inset CommandInset href
31366 LatexCommand href
31367 name "Xfig"
31368 target "http://en.wikipedia.org/wiki/Xfig"
31369
31370 \end_inset
31371
31372
31373 \series default
31374  erzeugt wurden.
31375 \end_layout
31376
31377 \begin_layout Standard
31378 \begin_inset Float table
31379 placement h
31380 wide false
31381 sideways false
31382 status open
31383
31384 \begin_layout Plain Layout
31385 \begin_inset Caption
31386
31387 \begin_layout Plain Layout
31388 \begin_inset CommandInset label
31389 LatexCommand label
31390 name "tab:Vergleich-der-Datums-Eingaben"
31391
31392 \end_inset
31393
31394 Vergleich der Datums-Eingaben
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Plain Layout
31403 \align center
31404 \begin_inset Tabular
31405 <lyxtabular version="3" rows="4" columns="4">
31406 <features>
31407 <column alignment="center" valignment="top" width="0">
31408 <column alignment="center" valignment="top" width="0">
31409 <column alignment="center" valignment="top" width="0">
31410 <column alignment="center" valignment="top" width="0">
31411 <row>
31412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416 Dokumentformat
31417 \end_layout
31418
31419 \end_inset
31420 </cell>
31421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31422 \begin_inset Text
31423
31424 \begin_layout Plain Layout
31425
31426 \family sans
31427 Externes Material\SpecialChar \menuseparator
31428 Datum
31429 \end_layout
31430
31431 \end_inset
31432 </cell>
31433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31434 \begin_inset Text
31435
31436 \begin_layout Plain Layout
31437
31438 \family sans
31439 Einfügen\SpecialChar \menuseparator
31440 Datum
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Plain Layout
31449 Befehl 
31450 \series bold
31451
31452 \backslash
31453 today
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 </row>
31459 <row>
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Plain Layout
31464 LyX
31465 \end_layout
31466
31467 \end_inset
31468 </cell>
31469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Plain Layout
31473 als Box
31474 \end_layout
31475
31476 \end_inset
31477 </cell>
31478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482 als Datum
31483 \end_layout
31484
31485 \end_inset
31486 </cell>
31487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31488 \begin_inset Text
31489
31490 \begin_layout Plain Layout
31491 als TeX-Code
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 </row>
31497 <row>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 LaTeX
31503 \end_layout
31504
31505 \end_inset
31506 </cell>
31507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31508 \begin_inset Text
31509
31510 \begin_layout Plain Layout
31511 als Datum
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 als Datum
31521 \end_layout
31522
31523 \end_inset
31524 </cell>
31525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31526 \begin_inset Text
31527
31528 \begin_layout Plain Layout
31529 als Befehl
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 </row>
31535 <row>
31536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31537 \begin_inset Text
31538
31539 \begin_layout Plain Layout
31540 DVI, PDF, PS
31541 \end_layout
31542
31543 \end_inset
31544 </cell>
31545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549 als Datum
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558 als Datum
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 als Datum
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 </row>
31573 </lyxtabular>
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Wenn Sie im Dialogfenster
31587 \family sans
31588  Externes
31589 \begin_inset space ~
31590 \end_inset
31591
31592 Material 
31593 \family default
31594 in der Karteikarte
31595 \family sans
31596  Datei
31597 \family default
31598  die Option 
31599 \family sans
31600 Entwurf
31601 \family default
31602  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606 LyX kann externes Material entweder als Box wie hier: 
31607 \begin_inset Graphics
31608         filename clipart/ExternesMaterialQt4.png
31609         scale 85
31610         scaleBeforeRotation
31611
31612 \end_inset
31613
31614  oder als Bild darstellen.
31615  Das hängt davon ab, ob Sie im Dialog
31616 \family sans
31617  
31618 \family default
31619 in der Karteikarte 
31620 \family sans
31621 LaTeX- und LyX-Optionen
31622 \family default
31623  die Option 
31624 \family sans
31625 In
31626 \begin_inset space ~
31627 \end_inset
31628
31629 LyX
31630 \begin_inset space ~
31631 \end_inset
31632
31633 anzeigen
31634 \family default
31635  gewählt haben oder nicht.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 Im LyX-Handbuch 
31640 \family sans
31641 \emph on
31642 Anpassung
31643 \family default
31644 \emph default
31645  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31646 \end_layout
31647
31648 \begin_layout Section
31649 Unterdokumente
31650 \begin_inset CommandInset label
31651 LatexCommand label
31652 name "abs:Unterdokumente"
31653
31654 \end_inset
31655
31656
31657 \begin_inset Index
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661 Unterdokument
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31671  oder Abschnitten bestehen.
31672  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31673  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31674  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
31675  z.
31676 \begin_inset space \thinspace{}
31677 \end_inset
31678
31679 B.
31680  das Literaturverzeichnis und Querverweismarken.
31681 \end_layout
31682
31683 \begin_layout Standard
31684 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
31685  müssen, geben Sie im Unterdokument im Menü
31686 \family sans
31687  Dokument\SpecialChar \menuseparator
31688 Einstellungen\SpecialChar \menuseparator
31689 Dokumentklasse
31690 \family default
31691  das Hauptdokument an.
31692  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
31693  bearbeiten.
31694 \end_layout
31695
31696 \begin_layout Standard
31697 Unterdokumente werden in LyX als Box angezeigt: 
31698 \begin_inset Graphics
31699         filename clipart/UnterdokumentQt4.png
31700         scale 85
31701         scaleBeforeRotation
31702
31703 \end_inset
31704
31705  Sie werden über
31706 \family sans
31707  Einfügen\SpecialChar \menuseparator
31708 Datei\SpecialChar \menuseparator
31709 Unterdokument
31710 \family default
31711  eingebunden, was das Dialogfenster
31712 \family sans
31713  Unterdokument
31714 \family default
31715  öffnet.
31716  Für 
31717 \family sans
31718 die Art
31719 \begin_inset space ~
31720 \end_inset
31721
31722 der
31723 \begin_inset space ~
31724 \end_inset
31725
31726 Einbindung
31727 \family default
31728  gibt es dort vier Möglichkeiten:
31729 \end_layout
31730
31731 \begin_layout Description
31732 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31733  Wenn Sie im Dialogfenster
31734 \family sans
31735  Unterdokument
31736 \family default
31737  auf 
31738 \family sans
31739 Öffnen
31740 \family default
31741  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31742  und Sie können es editieren.
31743 \begin_inset Newline newline
31744 \end_inset
31745
31746
31747 \end_layout
31748
31749 \begin_layout Standard
31750 Hier wird ein Unterdokument
31751 \family sans
31752  
31753 \family default
31754 per 
31755 \family sans
31756 Include
31757 \family default
31758  eingebunden: 
31759 \begin_inset CommandInset include
31760 LatexCommand include
31761 filename "DummyDocument1.lyx"
31762
31763 \end_inset
31764
31765 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31766  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31767  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31768 s.
31769  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31770 \begin_inset space ~
31771 \end_inset
31772
31773
31774 \begin_inset CommandInset ref
31775 LatexCommand ref
31776 reference "uab:Externer-Unterabschnitt-1"
31777
31778 \end_inset
31779
31780 .
31781 \end_layout
31782
31783 \begin_layout Standard
31784 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31785  wird benutzt.
31786  Unterdokumente, die per 
31787 \family sans
31788 Include
31789 \family default
31790  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31791  und enden mit einem Seitenumbruch.
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Mit dem LaTeX-Befehl 
31796 \series bold
31797
31798 \backslash
31799 includeonly 
31800 \series default
31801 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31802  erstellt werden soll.
31803  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31804  sehen wollen, und es geht schneller.
31805  
31806 \series bold
31807
31808 \backslash
31809 includeonly
31810 \series default
31811  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31812  Im folgenden Beispiel
31813 \end_layout
31814
31815 \begin_layout Standard
31816
31817 \series bold
31818
31819 \backslash
31820 includeonly{Kapitel1,Kapitel5}
31821 \end_layout
31822
31823 \begin_layout Standard
31824 werden nur die Dateien 
31825 \begin_inset Quotes gld
31826 \end_inset
31827
31828 Kapitel1.lyx
31829 \begin_inset Quotes grd
31830 \end_inset
31831
31832  (oder 
31833 \begin_inset Quotes gld
31834 \end_inset
31835
31836 Kapitel1.tex
31837 \begin_inset Quotes grd
31838 \end_inset
31839
31840 ) und 
31841 \begin_inset Quotes gld
31842 \end_inset
31843
31844 Kapitel5.lyx
31845 \begin_inset Quotes grd
31846 \end_inset
31847
31848
31849 \series bold
31850  
31851 \series default
31852 eingebunden.
31853 \end_layout
31854
31855 \begin_layout Standard
31856 \begin_inset Note Greyedout
31857 status open
31858
31859 \begin_layout Plain Layout
31860
31861 \series bold
31862 Bemerkung:
31863 \series default
31864  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31865  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31866  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31867  Ergebnissen führen wird.
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Description
31876 Input Diese Methode ist 
31877 \family sans
31878 Include
31879 \family default
31880  sehr ähnlich mit folgenden Unterschieden:
31881 \end_layout
31882
31883 \begin_deeper
31884 \begin_layout Itemize
31885 Unterdokumente, die per 
31886 \family sans
31887 Input
31888 \family default
31889  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31890  Seite und enden NICHT mit einem Seitenumbruch.
31891 \end_layout
31892
31893 \begin_layout Itemize
31894 Unterdokumente, die per 
31895 \family sans
31896 Input
31897 \family default
31898  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31899 \family sans
31900  Unterdokument Vorschau
31901 \begin_inset space ~
31902 \end_inset
31903
31904 anzeigen
31905 \family default
31906  angekreuzt wurde und in den LyX-
31907 \family sans
31908 Einstellungen\SpecialChar \menuseparator
31909 Aussehen
31910 \begin_inset space ~
31911 \end_inset
31912
31913 &
31914 \begin_inset space ~
31915 \end_inset
31916
31917 Handhabung\SpecialChar \menuseparator
31918 Grafik Sofortige
31919 \begin_inset space ~
31920 \end_inset
31921
31922 Vorschau
31923 \family default
31924  auf 
31925 \family sans
31926 An
31927 \family default
31928  gesetzt wurde.
31929  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31930  aus.
31931 \end_layout
31932
31933 \begin_layout Itemize
31934 Der LaTeX-Befehl 
31935 \series bold
31936
31937 \backslash
31938 includeonly
31939 \series default
31940  kann nicht benutzt werden.
31941 \end_layout
31942
31943 \end_deeper
31944 \begin_layout Standard
31945 Hier ist ein Unterdokument, das mit
31946 \family sans
31947  Input
31948 \family default
31949  eingebunden wurde: 
31950 \begin_inset CommandInset include
31951 LatexCommand input
31952 filename "DummyDocument2.lyx"
31953
31954 \end_inset
31955
31956 .
31957 \end_layout
31958
31959 \begin_layout Description
31960 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31961   In der Druckvorschau wird für den Text der Stil 
31962 \family typewriter
31963 Schreibmaschine
31964 \family default
31965  verwendet.
31966  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31967  Wenn Sie im Dialogfenster
31968 \family sans
31969  Unterdokument Leerzeichen
31970 \begin_inset space ~
31971 \end_inset
31972
31973 bei
31974 \begin_inset space ~
31975 \end_inset
31976
31977 der
31978 \begin_inset space ~
31979 \end_inset
31980
31981 Ausgabe
31982 \begin_inset space ~
31983 \end_inset
31984
31985 kennzeichnen 
31986 \family default
31987 ankreuzen, wird in der Druckvorschau das Zeichen 
31988 \begin_inset Quotes gld
31989 \end_inset
31990
31991
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 textvisiblespace 
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \begin_inset Quotes grd
32006 \end_inset
32007
32008  für jedes Leerzeichen eingefügt.
32009 \begin_inset Newline newline
32010 \end_inset
32011
32012 Im Gegensatz zu 
32013 \family sans
32014 Einfügen\SpecialChar \menuseparator
32015 Datei\SpecialChar \menuseparator
32016 Einfacher
32017 \begin_inset space ~
32018 \end_inset
32019
32020 Text
32021 \family default
32022  wird bei 
32023 \family sans
32024 Unformatiert
32025 \family default
32026  der Dateiinhalt in LyX nicht dargestellt.
32027 \end_layout
32028
32029 \begin_layout Standard
32030 Hier ist ein Unterdokument, das mit
32031 \family sans
32032  Unformatiert
32033 \family default
32034  eingebunden wurde: 
32035 \begin_inset CommandInset include
32036 LatexCommand verbatiminput
32037 filename "DummyTextDocument.txt"
32038
32039 \end_inset
32040
32041
32042 \begin_inset VSpace bigskip
32043 \end_inset
32044
32045 Hier ist ein Unterdokument, das mit
32046 \family sans
32047  Unformatiert
32048 \family default
32049  eingebunden wurde und
32050 \family sans
32051  Leerzeichen
32052 \begin_inset space ~
32053 \end_inset
32054
32055 bei
32056 \begin_inset space ~
32057 \end_inset
32058
32059 der
32060 \begin_inset space ~
32061 \end_inset
32062
32063 Ausgabe
32064 \begin_inset space ~
32065 \end_inset
32066
32067 kennzeichnen
32068 \family default
32069  angekreuzt hat: 
32070 \begin_inset CommandInset include
32071 LatexCommand verbatiminput*
32072 filename "DummyTextDocument.txt"
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Standard
32080 \begin_inset VSpace bigskip
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Standard
32087 \begin_inset Note Greyedout
32088 status open
32089
32090 \begin_layout Plain Layout
32091
32092 \series bold
32093 Bemerkung:
32094 \series default
32095  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32096  
32097 \family sans
32098 Unformatiert
32099 \family default
32100  eingebunden werden, am Zeilenende nicht umgebrochen.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Description
32109 Listing Dieser Typ wird in Kapitel
32110 \begin_inset space ~
32111 \end_inset
32112
32113
32114 \begin_inset CommandInset ref
32115 LatexCommand ref
32116 reference "kap:Programm-Code-Listen"
32117
32118 \end_inset
32119
32120  beschrieben.
32121 \end_layout
32122
32123 \begin_layout Standard
32124 \begin_inset Note Greyedout
32125 status open
32126
32127 \begin_layout Plain Layout
32128
32129 \series bold
32130 Bemerkung:
32131 \series default
32132  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32133  das zu LaTeX-Problemen führen.
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Chapter
32142 Programm-Code-Listen
32143 \begin_inset CommandInset label
32144 LatexCommand label
32145 name "kap:Programm-Code-Listen"
32146
32147 \end_inset
32148
32149
32150 \begin_inset Index
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 Listen
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \begin_inset Index
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 Programm-Code
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32174 \family sans
32175 Einfügen\SpecialChar \menuseparator
32176 Pro\SpecialChar \-
32177 grammlisting
32178 \family default
32179  verwenden.
32180  Das LaTeX-Paket 
32181 \series bold
32182 listings
32183 \series default
32184
32185 \begin_inset Index
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 LaTeX-Pakete ! listings
32190 \end_layout
32191
32192 \end_inset
32193
32194  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32195 \end_layout
32196
32197 \begin_layout Standard
32198 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32199 rmat der Programm-Code-Liste festlegen.
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32204  Die Platzierungsoption 
32205 \family sans
32206 Eingebettetes
32207 \begin_inset space ~
32208 \end_inset
32209
32210 Listing
32211 \family default
32212  druckt das Listing in der Zeile wie hier: 
32213 \begin_inset listings
32214 lstparams "language={C++}"
32215 inline true
32216 status open
32217
32218 \begin_layout Plain Layout
32219
32220 int a=5;
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \begin_inset Newline newline
32227 \end_inset
32228
32229 Die Option 
32230 \family sans
32231 Gleitobjekt
32232 \family default
32233  erzeugt ein Listing-Gleitobjekt, dessen 
32234 \family sans
32235 Platzierung 
32236 \family default
32237 Sie mit 
32238 \family sans
32239 h
32240 \family default
32241
32242 \family sans
32243 t
32244 \family default
32245
32246 \family sans
32247 b
32248 \family default
32249  und 
32250 \family sans
32251 p
32252 \family default
32253 , analog zu den in Abschnitt
32254 \begin_inset space ~
32255 \end_inset
32256
32257
32258 \begin_inset CommandInset ref
32259 LatexCommand ref
32260 reference "abs:Gleitobjekt-Platzierung"
32261
32262 \end_inset
32263
32264  beschriebenen Platzierungsoptionen festlegen können.
32265  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32266  hintereinander angegeben, z.
32267 \begin_inset space \thinspace{}
32268 \end_inset
32269
32270 B.
32271  
32272 \begin_inset Quotes gld
32273 \end_inset
32274
32275
32276 \family sans
32277 htbp
32278 \family default
32279
32280 \begin_inset Quotes grd
32281 \end_inset
32282
32283 .
32284  Die Option 
32285 \begin_inset Quotes gld
32286 \end_inset
32287
32288 h
32289 \begin_inset Quotes grd
32290 \end_inset
32291
32292  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32293  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32298  zu verweisen: Listing
32299 \begin_inset space ~
32300 \end_inset
32301
32302
32303 \begin_inset CommandInset ref
32304 LatexCommand ref
32305 reference "lst:Gleitendes-Programm-Listing"
32306
32307 \end_inset
32308
32309 .
32310 \end_layout
32311
32312 \begin_layout Standard
32313 \begin_inset listings
32314 lstparams "language=Python"
32315 inline false
32316 status open
32317
32318 \begin_layout Plain Layout
32319
32320 \begin_inset Caption
32321
32322 \begin_layout Plain Layout
32323 \begin_inset CommandInset label
32324 LatexCommand label
32325 name "lst:Gleitendes-Programm-Listing"
32326
32327 \end_inset
32328
32329 Gleitendes Programm-Listing
32330 \end_layout
32331
32332 \end_inset
32333
32334 # Gleitendes Programm-Listing
32335 \end_layout
32336
32337 \begin_layout Plain Layout
32338
32339 def func(param):
32340 \end_layout
32341
32342 \begin_layout Plain Layout
32343
32344     'Dies ist eine Python-Funktion'
32345 \end_layout
32346
32347 \begin_layout Plain Layout
32348
32349     pass
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32359  der Sprache erkannt und besonders gedruckt, wie 
32360 \emph on
32361 #
32362 \emph default
32363
32364 \emph on
32365 def
32366 \emph default
32367  und 
32368 \emph on
32369 pass
32370 \emph default
32371  in Listing
32372 \begin_inset space ~
32373 \end_inset
32374
32375
32376 \begin_inset CommandInset ref
32377 LatexCommand ref
32378 reference "lst:Gleitendes-Programm-Listing"
32379
32380 \end_inset
32381
32382 .
32383 \end_layout
32384
32385 \begin_layout Standard
32386 \begin_inset Note Greyedout
32387 status open
32388
32389 \begin_layout Plain Layout
32390
32391 \series bold
32392 Bemerkung:
32393 \series default
32394  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32395 \family typewriter
32396 Schreib\SpecialChar \-
32397 maschine
32398 \family default
32399  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32400 h keine fett gedruckten Buchstaben.
32401  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32402 \family sans
32403 Dokument\SpecialChar \menuseparator
32404 Einstellungen\SpecialChar \menuseparator
32405 Schriften
32406 \family default
32407 .
32408  (Die Schriften 
32409 \emph on
32410 LuxiMono, BeraMono
32411 \emph default
32412  und 
32413 \emph on
32414 Courier
32415 \emph default
32416  enthalten fett gedruckte Buchstaben.)
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Im Abschnitt 
32426 \family sans
32427 Zeilennummerierung
32428 \family default
32429  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32430 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32431  jede wievielte Zeile nummeriert werden soll und die 
32432 \family sans
32433 Schriftgröße
32434 \family default
32435  der Nummerierung.
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Im Abschnitt 
32440 \family sans
32441 Bereich
32442 \family default
32443  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32444  Im Abschnitt 
32445 \family sans
32446 Stil
32447 \family default
32448  legen Sie fest, wie die Liste ausgedruckt werden soll.
32449  Die Option 
32450 \family sans
32451 Erweiterte
32452 \begin_inset space ~
32453 \end_inset
32454
32455 Zeichentabelle
32456 \family default
32457  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32458 \end_layout
32459
32460 \begin_layout Standard
32461 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32462 \begin_inset Quotes gld
32463 \end_inset
32464
32465 3
32466 \begin_inset Quotes grd
32467 \end_inset
32468
32469 , Sprache 
32470 \begin_inset Quotes gld
32471 \end_inset
32472
32473 Python
32474 \begin_inset Quotes grd
32475 \end_inset
32476
32477 , Optionen 
32478 \begin_inset Quotes gld
32479 \end_inset
32480
32481 Erweiterte Zeichentabelle
32482 \begin_inset Quotes grd
32483 \end_inset
32484
32485  und 
32486 \begin_inset Quotes gld
32487 \end_inset
32488
32489 Leerzeichen als Symbol
32490 \begin_inset Quotes grd
32491 \end_inset
32492
32493  und Bereich Zeilen 3
32494 \begin_inset space \thinspace{}
32495 \end_inset
32496
32497 -
32498 \begin_inset space \thinspace{}
32499 \end_inset
32500
32501 8:
32502 \end_layout
32503
32504 \begin_layout Standard
32505 \begin_inset listings
32506 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32507 inline false
32508 status open
32509
32510 \begin_layout Plain Layout
32511
32512 def func(param):
32513 \end_layout
32514
32515 \begin_layout Plain Layout
32516
32517     'Dies ist eine Python-Funktion'
32518 \end_layout
32519
32520 \begin_layout Plain Layout
32521
32522     pass
32523 \end_layout
32524
32525 \begin_layout Plain Layout
32526
32527 def func(param):
32528 \end_layout
32529
32530 \begin_layout Plain Layout
32531
32532 'Sonderzeichen: Tschüß'
32533 \end_layout
32534
32535 \begin_layout Plain Layout
32536
32537 pass
32538 \end_layout
32539
32540 \begin_layout Plain Layout
32541
32542 def func(param):
32543 \end_layout
32544
32545 \begin_layout Plain Layout
32546
32547 'Dies ist eine Python-Funktion'
32548 \end_layout
32549
32550 \begin_layout Plain Layout
32551
32552 pass
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Standard
32561 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32562 \family sans
32563 Tabulatorgröße
32564 \family default
32565  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32566 \end_layout
32567
32568 \begin_layout Standard
32569 \noindent
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 Bemerkung:
32577 \series default
32578  Wegen eines Fehlers im 
32579 \series bold
32580 listings
32581 \series default
32582 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32583  verschoben.
32584  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32585  Listing nummeriert werden.
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 \begin_inset VSpace bigskip
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Standard
32601 \noindent
32602 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32603  Das machen Sie mit
32604 \family sans
32605  Einfügen\SpecialChar \menuseparator
32606 Datei\SpecialChar \menuseparator
32607 Unterdokument
32608 \family default
32609  und der 
32610 \family sans
32611 Art
32612 \begin_inset space ~
32613 \end_inset
32614
32615 der
32616 \begin_inset space ~
32617 \end_inset
32618
32619 Einbindung
32620 \family default
32621  
32622 \family sans
32623 Listing
32624 \family default
32625 .
32626 \begin_inset Foot
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32631 \begin_inset space ~
32632 \end_inset
32633
32634
32635 \begin_inset CommandInset ref
32636 LatexCommand ref
32637 reference "abs:Unterdokumente"
32638
32639 \end_inset
32640
32641  beschrieben.
32642 \end_layout
32643
32644 \end_inset
32645
32646  Im Dialogfenster
32647 \family sans
32648  Unterdokument
32649 \family default
32650  können Sie die Listing-Parameter unter 
32651 \family sans
32652 Weitere
32653 \begin_inset space ~
32654 \end_inset
32655
32656 Parameter
32657 \family default
32658  eingeben.
32659  Wenn Sie dort ein Fragezeichen 
32660 \begin_inset Quotes gld
32661 \end_inset
32662
32663 ?
32664 \begin_inset Quotes grd
32665 \end_inset
32666
32667  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32668 det.
32669 \end_layout
32670
32671 \begin_layout Standard
32672 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32673  Text ins Feld 
32674 \family sans
32675 Marke
32676 \family default
32677 , auf die dann wie üblich verwiesen werden kann.
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Listing
32682 \begin_inset space ~
32683 \end_inset
32684
32685
32686 \begin_inset CommandInset ref
32687 LatexCommand ref
32688 reference "lst:Datei-Listing"
32689
32690 \end_inset
32691
32692  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 -
32697 \begin_inset space \thinspace{}
32698 \end_inset
32699
32700 15 gedruckt werden.
32701 \end_layout
32702
32703 \begin_layout Standard
32704 \begin_inset CommandInset include
32705 LatexCommand lstinputlisting
32706 filename "EmbeddedObjects.lyx"
32707 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 \begin_inset VSpace bigskip
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Standard
32722 \noindent
32723 Dokumentweite Listing-Eigenschaften können in
32724 \family sans
32725  Dokument\SpecialChar \menuseparator
32726 Einstellungen\SpecialChar \menuseparator
32727 Textformat\SpecialChar \menuseparator
32728 Listing-Einstellungen
32729 \family default
32730  festgelegt werden.
32731  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32732 \begin_inset Quotes gld
32733 \end_inset
32734
32735 ?
32736 \begin_inset Quotes grd
32737 \end_inset
32738
32739  links davon eine Liste aller möglichen Parameter.
32740 \end_layout
32741
32742 \begin_layout Standard
32743 Weitere Informationen über das 
32744 \series bold
32745 listings
32746 \series default
32747 -Paket finden Sie in 
32748 \begin_inset CommandInset citation
32749 LatexCommand cite
32750 key "listings"
32751
32752 \end_inset
32753
32754 .
32755 \begin_inset Newpage newpage
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Chapter
32762 \start_of_appendix
32763 In LyX verfügbare Maßeinheiten
32764 \begin_inset CommandInset label
32765 LatexCommand label
32766 name "kap:In-LyX-verfügbare"
32767
32768 \end_inset
32769
32770
32771 \begin_inset Index
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775 Einheiten
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Standard
32784 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32785  Tabelle
32786 \begin_inset space ~
32787 \end_inset
32788
32789
32790 \begin_inset CommandInset ref
32791 LatexCommand ref
32792 reference "tab:Maßeinheiten"
32793
32794 \end_inset
32795
32796  alle in LyX verfügbaren Maßeinheiten.
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset Float table
32801 placement h
32802 wide false
32803 sideways false
32804 status open
32805
32806 \begin_layout Plain Layout
32807 \begin_inset Caption
32808
32809 \begin_layout Plain Layout
32810 \begin_inset CommandInset label
32811 LatexCommand label
32812 name "tab:Maßeinheiten"
32813
32814 \end_inset
32815
32816 Maßeinheiten
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Plain Layout
32825 \begin_inset VSpace medskip
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Plain Layout
32832 \align center
32833 \begin_inset Tabular
32834 <lyxtabular version="3" rows="20" columns="2">
32835 <features>
32836 <column alignment="center" valignment="top" width="0">
32837 <column alignment="center" valignment="top" width="0">
32838 <row>
32839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843
32844 \series bold
32845 Maßeinheit
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854
32855 \series bold
32856 Name/Beschreibung
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 </row>
32862 <row>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 mm
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 Millimeter
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 </row>
32882 <row>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 cm
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 Zentimeter
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 </row>
32902 <row>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 in
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 Zoll (1
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 in = 2.54
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 cm
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 </row>
32930 <row>
32931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 pt
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 Punkt (72.27
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 pt = 1
32949 \begin_inset space \thinspace{}
32950 \end_inset
32951
32952 in)
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 </row>
32958 <row>
32959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 pc
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972 Pica (1
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976 pc = 12
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 pt)
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 sp
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000 skalierter Punkt (65536
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 sp = 1
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 pt)
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 </row>
33014 <row>
33015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 bp
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 großer Punkt (72
33029 \begin_inset space \thinspace{}
33030 \end_inset
33031
33032 bp = 1
33033 \begin_inset space \thinspace{}
33034 \end_inset
33035
33036 in)
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 </row>
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 dd
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 Didot (1
33057 \begin_inset space \thinspace{}
33058 \end_inset
33059
33060 dd 
33061 \begin_inset Formula $\approx$
33062 \end_inset
33063
33064  0,376
33065 \begin_inset space \thinspace{}
33066 \end_inset
33067
33068 mm)
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 <row>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 cc
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088 Cicero (1
33089 \begin_inset space \thinspace{}
33090 \end_inset
33091
33092 cc = 12
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096 dd)
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 Skalierung%
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 % der originalen Bildbreite
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 <row>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 Textbreite %
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 % der Textbreite
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 Spaltenbreite %
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 % der Spaltenbreite
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 </row>
33162 <row>
33163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 Seitenbreite %
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 % der Seitenbreite
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 <row>
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187 Zeilenbreite %
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 % der Zeilenbreite
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 Texthöhe %
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 % der Texthöhe
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 </row>
33222 <row>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227 Seitenhöhe %
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 % der Seitenhöhe
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 </row>
33242 <row>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 ex
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256 Die Höhe des Buchstabens 
33257 \emph on
33258 x
33259 \emph default
33260  im aktiven Zeichensatz
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 em
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 Die Breite des Buchstabens 
33281 \emph on
33282 M
33283 \emph default
33284  im aktiven Zeichensatz
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 </row>
33290 <row>
33291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295 mu
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 mathematische  Maßeinheit
33305 \series bold
33306  
33307 \series default
33308 (1
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312 mu = 1/18
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 em)
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 </row>
33322 </lyxtabular>
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \end_layout
33333
33334 \begin_layout Chapter
33335 Ausgabedatei-Formate mit Grafiken
33336 \begin_inset CommandInset label
33337 LatexCommand label
33338 name "kap:Ausgabedatei-Formate"
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Section
33346 DVI
33347 \begin_inset Index
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351 Dateiformat! DVI
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \begin_inset Index
33358 status collapsed
33359
33360 \begin_layout Plain Layout
33361 DVI
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \begin_layout Standard
33370 Dieser Dateityp hat die Erweiterung 
33371 \begin_inset Quotes gld
33372 \end_inset
33373
33374
33375 \family typewriter
33376 .dvi
33377 \family default
33378
33379 \begin_inset Quotes grd
33380 \end_inset
33381
33382  und wird 
33383 \begin_inset Quotes gld
33384 \end_inset
33385
33386 device independent
33387 \begin_inset Quotes grd
33388 \end_inset
33389
33390  genannt, weil er vollkommen portierbar ist.
33391  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33392  dvi-Betrachter installiert hat.
33393  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33394 ate wie PostScript benutzt.
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \begin_inset Note Greyedout
33399 status open
33400
33401 \begin_layout Plain Layout
33402
33403 \series bold
33404 Bemerkung:
33405 \series default
33406  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Standard
33415 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33416  auf einen anderen Computer kopieren.
33417  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33418  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33419  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33420 \family typewriter
33421  
33422 \family default
33423 blättern.
33424
33425 \family typewriter
33426  
33427 \family default
33428 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33429  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33430  
33431 \end_layout
33432
33433 \begin_layout Standard
33434 Sie können Ihr Dokument als DVI über das Menü 
33435 \family sans
33436 Datei\SpecialChar \menuseparator
33437 Exportieren\SpecialChar \menuseparator
33438 DVI
33439 \family default
33440  exportieren.
33441  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33442 \family sans
33443 Ansicht
33444 \family default
33445  oder den Werkzeugleistenknopf 
33446 \begin_inset Graphics
33447         filename ../../images/buffer-view_dvi.png
33448         scale 70
33449         scaleBeforeRotation
33450         BoundingBox 0bp 0bp 20bp 20bp
33451
33452 \end_inset
33453
33454  anschauen.
33455 \end_layout
33456
33457 \begin_layout Section
33458 PostScript
33459 \begin_inset CommandInset label
33460 LatexCommand label
33461 name "abs:PostScript"
33462
33463 \end_inset
33464
33465
33466 \begin_inset Index
33467 status collapsed
33468
33469 \begin_layout Plain Layout
33470 Dateiformat  ! PostScript
33471 \end_layout
33472
33473 \end_inset
33474
33475
33476 \begin_inset Index
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 PostScript
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 Dieser Dateityp hat die Erweiterung 
33490 \begin_inset Quotes gld
33491 \end_inset
33492
33493
33494 \family typewriter
33495 .ps
33496 \family default
33497
33498 \begin_inset Quotes grd
33499 \end_inset
33500
33501 .
33502  PostScript wurde von der Firma
33503 \family typewriter
33504  Adobe
33505 \family default
33506  als Druckersprache entwickelt.
33507  Die Datei enthält deshalb Druckbefehle.
33508  PostScript kann als 
33509 \begin_inset Quotes gld
33510 \end_inset
33511
33512 Programmiersprache
33513 \begin_inset Quotes grd
33514 \end_inset
33515
33516  angesehen werden.
33517  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33518 \begin_inset Foot
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33523  von
33524 \series bold
33525  PSTricks
33526 \series default
33527  
33528 \begin_inset CommandInset citation
33529 LatexCommand cite
33530 key "pstricks"
33531
33532 \end_inset
33533
33534  oder 
33535 \begin_inset CommandInset citation
33536 LatexCommand cite
33537 key "latex-praxisbuch"
33538
33539 \end_inset
33540
33541  ansehen.
33542 \end_layout
33543
33544 \end_inset
33545
33546 .
33547  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 PostScript kann nur Bilder im Format EPS
33552 \begin_inset Index
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556 EPS
33557 \end_layout
33558
33559 \end_inset
33560
33561  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33562 wei\SpecialChar \-
33563 ter\SpecialChar \-
33564 ung 
33565 \begin_inset Quotes gld
33566 \end_inset
33567
33568
33569 \family typewriter
33570 .eps
33571 \family default
33572
33573 \begin_inset Quotes grd
33574 \end_inset
33575
33576 ) enthalten.
33577  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33578  intern nach EPS konvertieren.
33579  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33580  verlangsamen.
33581  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33582  konvertieren und direkt als EPS einfügen.
33583 \end_layout
33584
33585 \begin_layout Standard
33586 Sie können Ihr Dokument als PostScript über das Menü 
33587 \family sans
33588 Datei\SpecialChar \menuseparator
33589 Exportieren\SpecialChar \menuseparator
33590 Post\SpecialChar \-
33591 Script
33592 \family default
33593  exportieren.
33594  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33595 \family sans
33596 Ansicht
33597 \family default
33598  oder den Werkzeugleistenknopf 
33599 \begin_inset Graphics
33600         filename ../../images/buffer-view_ps.png
33601         scale 70
33602         scaleBeforeRotation
33603
33604 \end_inset
33605
33606  anschauen.
33607 \end_layout
33608
33609 \begin_layout Section
33610 PDF
33611 \begin_inset Index
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Dateiformat! PDF
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \begin_inset Index
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 PDF
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \begin_layout Standard
33634 Dieser Dateityp hat die Erweiterung 
33635 \begin_inset Quotes gld
33636 \end_inset
33637
33638
33639 \family typewriter
33640 .pdf
33641 \family default
33642
33643 \begin_inset Quotes grd
33644 \end_inset
33645
33646 .
33647  Das
33648 \emph on
33649  
33650 \emph default
33651
33652 \begin_inset Quotes gld
33653 \end_inset
33654
33655 Portable Document Format
33656 \begin_inset Quotes grd
33657 \end_inset
33658
33659  (PDF) wurde auch von der Firma 
33660 \family typewriter
33661 Adobe
33662 \family default
33663  als Derivat von PostScript entwickelt.
33664  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33665  Wie der Begriff 
33666 \begin_inset Quotes gld
33667 \end_inset
33668
33669 portable
33670 \begin_inset Quotes grd
33671 \end_inset
33672
33673  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33674  werden, und der Ausdruck sieht immer gleich aus.
33675 \end_layout
33676
33677 \begin_layout Standard
33678 PDF kann Bilder im eigenen PDF-Format, im Format 
33679 \begin_inset Quotes gld
33680 \end_inset
33681
33682 Joint Photographic Experts Group
33683 \begin_inset Quotes grd
33684 \end_inset
33685
33686  (JPEG
33687 \begin_inset Index
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691 JPG, JPEG
33692 \end_layout
33693
33694 \end_inset
33695
33696 , Datei-Erweiterung 
33697 \begin_inset Quotes gld
33698 \end_inset
33699
33700
33701 \family typewriter
33702 .jpg
33703 \family default
33704
33705 \begin_inset Quotes grd
33706 \end_inset
33707
33708  oder 
33709 \begin_inset Quotes gld
33710 \end_inset
33711
33712
33713 \family typewriter
33714 .jpeg
33715 \family default
33716
33717 \begin_inset Quotes grd
33718 \end_inset
33719
33720 ) und im Format 
33721 \begin_inset Quotes gld
33722 \end_inset
33723
33724 Portable Network Graphics
33725 \begin_inset Quotes grd
33726 \end_inset
33727
33728  (PNG
33729 \begin_inset Index
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 PNG
33734 \end_layout
33735
33736 \end_inset
33737
33738 , Datei-Erweiterung 
33739 \begin_inset Quotes gld
33740 \end_inset
33741
33742
33743 \family typewriter
33744 .png
33745 \family default
33746
33747 \begin_inset Quotes grd
33748 \end_inset
33749
33750 ) enthalten.
33751  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33752  Sie konvertieren wird.
33753  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33754  wird, eines der drei erwähnten Bildformate zu benutzen.
33755 \end_layout
33756
33757 \begin_layout Standard
33758 PDF-Dateien können Sie über 
33759 \family sans
33760 Datei\SpecialChar \menuseparator
33761 Exportieren
33762 \family default
33763  auf drei Arten erzeugen:
33764 \end_layout
33765
33766 \begin_layout Description
33767 PDF
33768 \begin_inset space ~
33769 \end_inset
33770
33771 (ps2pdf) benutzt das Programm
33772 \family typewriter
33773  ps2pdf
33774 \family default
33775 , das eine PDF-Datei aus einer Post\SpecialChar \-
33776 Script®-Version Ihres Dokument erstellt.
33777  Die PostScript-Version wird mit dem Programm 
33778 \family typewriter
33779 dvips
33780 \family default
33781  aus einer DVI-Version erstellt.
33782  Es werden also drei Konvertierungen verwendet.
33783 \end_layout
33784
33785 \begin_layout Description
33786 PDF
33787 \begin_inset space ~
33788 \end_inset
33789
33790 (dvipdfm) benutzt das Programm 
33791 \family typewriter
33792 dvipdfm
33793 \family default
33794 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33795  PDF konvertiert.
33796 \end_layout
33797
33798 \begin_layout Description
33799 PDF
33800 \begin_inset space ~
33801 \end_inset
33802
33803 (pdflatex) benutzt das Programm
33804 \family typewriter
33805  pdftex
33806 \family default
33807 , das Ihr Dokument direkt nach PDF konvertiert.
33808 \end_layout
33809
33810 \begin_layout Standard
33811
33812 \family sans
33813 PDF
33814 \begin_inset space ~
33815 \end_inset
33816
33817 (pdflatex)
33818 \family default
33819  wird empfohlen, weil
33820 \family typewriter
33821  pdftex
33822 \family default
33823  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33824  ohne Probleme arbeitet.
33825  Das Programm 
33826 \family typewriter
33827 dvi\SpecialChar \-
33828 pdfm
33829 \family default
33830  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33831 \end_layout
33832
33833 \begin_layout Standard
33834 Sie können Ihr Dokument als PDF über das Menü 
33835 \family sans
33836 Datei\SpecialChar \menuseparator
33837 Exportieren\SpecialChar \menuseparator
33838 PDF
33839 \family default
33840  exportieren.
33841  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33842 \family sans
33843 Ansicht
33844 \family default
33845  oder den Werkzeugleistenknopf 
33846 \begin_inset Graphics
33847         filename ../../images/buffer-view_pdf2.png
33848         scale 70
33849         scaleBeforeRotation
33850         BoundingBox 0bp 0bp 20bp 20bp
33851
33852 \end_inset
33853
33854  anschauen 
33855 \family sans
33856 (
33857 \family default
33858 der 
33859 \family sans
33860 PDF
33861 \begin_inset space ~
33862 \end_inset
33863
33864 (pdflatex)
33865 \family default
33866  verwendet).
33867 \end_layout
33868
33869 \begin_layout Chapter
33870 Erklärung der Gleichung
33871 \begin_inset space ~
33872 \end_inset
33873
33874
33875 \begin_inset CommandInset ref
33876 LatexCommand eqref
33877 reference "eq:Wgn"
33878
33879 \end_inset
33880
33881
33882 \begin_inset CommandInset label
33883 LatexCommand label
33884 name "kap:Exläuterung-einer-Gleichung"
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 Die Gesamtbreite von
33893 \emph on
33894  n
33895 \emph default
33896  Tabellenzellen 
33897 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33898 \end_inset
33899
33900  kann wie folgt berechnet werden:
33901 \end_layout
33902
33903 \begin_layout Standard
33904 \begin_inset Formula \begin{equation}
33905 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}
33906
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \begin_layout Standard
33913 Dabei ist 
33914 \begin_inset Formula $W_{g\, n}$
33915 \end_inset
33916
33917  die Breite jeder Zelle.
33918
33919 \series bold
33920  
33921 \backslash
33922 tabcolsep
33923 \series default
33924  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33925  Standardwert 6
33926 \begin_inset space \thinspace{}
33927 \end_inset
33928
33929 pt.
33930  
33931 \series bold
33932
33933 \backslash
33934 arrayrulewidth
33935 \series default
33936  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33937 \begin_inset space \thinspace{}
33938 \end_inset
33939
33940 pt.
33941 \end_layout
33942
33943 \begin_layout Standard
33944 Nach Gleichung
33945 \begin_inset space ~
33946 \end_inset
33947
33948
33949 \begin_inset CommandInset ref
33950 LatexCommand ref
33951 reference "eq:Wtot_n"
33952
33953 \end_inset
33954
33955  ist die Gesamtbreite einer Mehrfachspalte, 
33956 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33957 \end_inset
33958
33959 ,
33960 \end_layout
33961
33962 \begin_layout Standard
33963 \begin_inset Formula \begin{equation}
33964 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Standard
33972 Setzt man die Gleichungen
33973 \begin_inset space ~
33974 \end_inset
33975
33976
33977 \begin_inset CommandInset ref
33978 LatexCommand ref
33979 reference "eq:Wtot_n"
33980
33981 \end_inset
33982
33983  und 
33984 \begin_inset CommandInset ref
33985 LatexCommand ref
33986 reference "eq:Wtot_mult"
33987
33988 \end_inset
33989
33990  gleich, kann man die benötigte Breite 
33991 \begin_inset Formula $W_{g\, n}$
33992 \end_inset
33993
33994 , wenn 
33995 \emph on
33996 n
33997 \emph default
33998  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33999 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34000 \end_inset
34001
34002  hat, berechnen:
34003 \end_layout
34004
34005 \begin_layout Standard
34006 \begin_inset Formula \begin{equation}
34007 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34008
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Bibliography
34015 \begin_inset CommandInset bibitem
34016 LatexCommand bibitem
34017 key "latexcompanion"
34018
34019 \end_inset
34020
34021 Frank Mittelbach and Michel Goossens: 
34022 \emph on
34023 The LaTeX Companion Second Edition.
34024
34025 \emph default
34026  Addison-Wesley, 2004
34027 \end_layout
34028
34029 \begin_layout Bibliography
34030 \begin_inset CommandInset bibitem
34031 LatexCommand bibitem
34032 key "latexguide"
34033
34034 \end_inset
34035
34036 Helmut Kopka and Patrick W.
34037  Daly: 
34038 \emph on
34039 A Guide to LaTeX Fourth Edition.
34040
34041 \emph default
34042  Addison-Wesley, 2003
34043 \end_layout
34044
34045 \begin_layout Bibliography
34046 \begin_inset CommandInset bibitem
34047 LatexCommand bibitem
34048 key "lamport"
34049
34050 \end_inset
34051
34052 Leslie Lamport: 
34053 \emph on
34054 LaTeX: A Document Preparation System.
34055
34056 \emph default
34057  Addison-Wesley, second edition, 1994
34058 \end_layout
34059
34060 \begin_layout Bibliography
34061 \begin_inset CommandInset bibitem
34062 LatexCommand bibitem
34063 key "latex-praxisbuch"
34064
34065 \end_inset
34066
34067 Niedermair, Elke & Michael: 
34068 \emph on
34069 LaTeX-Praxisbuch
34070 \emph default
34071 , Franzis-Verlag, 2004
34072 \end_layout
34073
34074 \begin_layout Bibliography
34075 \begin_inset CommandInset bibitem
34076 LatexCommand bibitem
34077 key "booktabs"
34078
34079 \end_inset
34080
34081 Dokumentation des LaTeX-Pakets 
34082 \series bold
34083
34084 \begin_inset CommandInset href
34085 LatexCommand href
34086 name "booktabs"
34087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34088
34089 \end_inset
34090
34091
34092 \series default
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 LaTeX-Pakete ! booktabs
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Bibliography
34107 \begin_inset CommandInset bibitem
34108 LatexCommand bibitem
34109 key "caption"
34110
34111 \end_inset
34112
34113 Dokumentation des LaTeX-Pakets 
34114 \series bold
34115
34116 \begin_inset CommandInset href
34117 LatexCommand href
34118 name "caption"
34119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34120
34121 \end_inset
34122
34123
34124 \series default
34125
34126 \begin_inset Index
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 LaTeX-Pakete ! caption
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Bibliography
34139 \begin_inset CommandInset bibitem
34140 LatexCommand bibitem
34141 key "endfloat"
34142
34143 \end_inset
34144
34145 Dokumentation des LaTeX-Pakets 
34146 \series bold
34147
34148 \begin_inset CommandInset href
34149 LatexCommand href
34150 name "endfloat"
34151 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34152
34153 \end_inset
34154
34155
34156 \series default
34157
34158 \begin_inset Index
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162 LaTeX-Pakete ! endfloat
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Bibliography
34171 \begin_inset CommandInset bibitem
34172 LatexCommand bibitem
34173 key "wrapfig"
34174
34175 \end_inset
34176
34177 Dokumentation des LaTeX-Pakets 
34178 \series bold
34179
34180 \begin_inset CommandInset href
34181 LatexCommand href
34182 name "wrapfig"
34183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34184
34185 \end_inset
34186
34187
34188 \series default
34189
34190 \begin_inset Index
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 LaTeX-Pakete ! wrapfig
34195 \begin_inset ERT
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199
34200
34201 \backslash
34202 vspace{4mm}
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \end_layout
34214
34215 \begin_layout Bibliography
34216 \begin_inset CommandInset bibitem
34217 LatexCommand bibitem
34218 key "footmisc"
34219
34220 \end_inset
34221
34222 Dokumentation des LaTeX-Pakets 
34223 \series bold
34224
34225 \begin_inset CommandInset href
34226 LatexCommand href
34227 name "footmisc"
34228 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34229
34230 \end_inset
34231
34232
34233 \series default
34234
34235 \begin_inset Index
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 LaTeX-Pakete ! footmisc
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Bibliography
34248 \begin_inset CommandInset bibitem
34249 LatexCommand bibitem
34250 key "hypcap"
34251
34252 \end_inset
34253
34254 Dokumentation des LaTeX-Pakets 
34255 \series bold
34256
34257 \begin_inset CommandInset href
34258 LatexCommand href
34259 name "hypcap"
34260 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34261
34262 \end_inset
34263
34264
34265 \series default
34266
34267 \begin_inset Index
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 LaTeX-Pakete ! hypcap
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Bibliography
34280 \begin_inset CommandInset bibitem
34281 LatexCommand bibitem
34282 key "hyperref"
34283
34284 \end_inset
34285
34286 Dokumentation des LaTeX-Pakets 
34287 \series bold
34288
34289 \begin_inset CommandInset href
34290 LatexCommand href
34291 name "hyperref"
34292 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34293
34294 \end_inset
34295
34296
34297 \series default
34298
34299 \begin_inset Index
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303 LaTeX-Pakete ! hyperref
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Bibliography
34312 \begin_inset CommandInset bibitem
34313 LatexCommand bibitem
34314 key "koma-script"
34315
34316 \end_inset
34317
34318 Dokumentation des LaTeX-Pakets 
34319 \series bold
34320
34321 \begin_inset CommandInset href
34322 LatexCommand href
34323 name "koma-script"
34324 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34325
34326 \end_inset
34327
34328
34329 \series default
34330
34331 \begin_inset Index
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335 LaTeX-Pakete ! koma-script
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Bibliography
34344 \begin_inset CommandInset bibitem
34345 LatexCommand bibitem
34346 key "listings"
34347
34348 \end_inset
34349
34350 Dokumentation des LaTeX-Pakets 
34351 \series bold
34352
34353 \begin_inset CommandInset href
34354 LatexCommand href
34355 name "listings"
34356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34357
34358 \end_inset
34359
34360
34361 \series default
34362
34363 \begin_inset Index
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367 LaTeX-Pakete ! listings
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "marginnote"
34379
34380 \end_inset
34381
34382 Dokumentation des LaTeX-Pakets 
34383 \series bold
34384
34385 \begin_inset CommandInset href
34386 LatexCommand href
34387 name "marginnote"
34388 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34389
34390 \end_inset
34391
34392
34393 \series default
34394
34395 \begin_inset Index
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399 LaTeX-Pakete ! marginnote
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Bibliography
34408 \begin_inset CommandInset bibitem
34409 LatexCommand bibitem
34410 key "pstricks"
34411
34412 \end_inset
34413
34414 Webseite des LaTeX-Pakets 
34415 \series bold
34416
34417 \begin_inset CommandInset href
34418 LatexCommand href
34419 name "PSTricks"
34420 target "http://tug.org/PSTricks/"
34421
34422 \end_inset
34423
34424
34425 \series default
34426
34427 \begin_inset Index
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 LaTeX-Pakete ! pstricks
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Bibliography
34440 \begin_inset CommandInset bibitem
34441 LatexCommand bibitem
34442 key "sidecap"
34443
34444 \end_inset
34445
34446 Dokumentation des LaTeX-Pakets 
34447 \series bold
34448
34449 \begin_inset CommandInset href
34450 LatexCommand href
34451 name "sidecap"
34452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34453
34454 \end_inset
34455
34456
34457 \series default
34458
34459 \begin_inset Index
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 LaTeX-Pakete ! sidecap
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Bibliography
34472 \begin_inset CommandInset bibitem
34473 LatexCommand bibitem
34474 key "NewInLyX16"
34475
34476 \end_inset
34477
34478
34479 \begin_inset CommandInset href
34480 LatexCommand href
34481 name "Wiki-Seite"
34482 target "http://wiki.lyx.org/LyX/NewInLyX16"
34483
34484 \end_inset
34485
34486  über neue Funktionen in 
34487 \family sans
34488 LyX 1.6.0
34489 \family default
34490 .
34491 \end_layout
34492
34493 \begin_layout Standard
34494 \begin_inset CommandInset index_print
34495 LatexCommand printindex
34496
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Standard
34503 \begin_inset FloatList figure
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Standard
34511 \begin_inset FloatList table
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Standard
34519 \begin_inset ERT
34520 status open
34521
34522 \begin_layout Plain Layout
34523
34524
34525 \backslash
34526 listof{algorithm}{Algorithmenverzeichnis}
34527 \end_layout
34528
34529 \end_inset
34530
34531
34532 \begin_inset Note Note
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 siehe Abschnitt
34537 \begin_inset space ~
34538 \end_inset
34539
34540
34541 \begin_inset CommandInset ref
34542 LatexCommand ref
34543 reference "uab:Gleitobjekt-Algorithmen"
34544
34545 \end_inset
34546
34547  für eine Beschreibung
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \end_body
34556 \end_document