]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: new section about subfloats (This is already explained elsewhere...
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.4svn 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   \setboolean{sidecap}{true}}
154  {\setboolean{sidecap}{false}}
155
156 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
157 \def\LyX{\texorpdfstring{%
158   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
159   {LyX}}
160
161 % Damit der Index den Namen "Stichwortverzeichnis" erhält
162 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_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.6.x
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 Höhe
484  und Breite nicht überschritten werden.
485 \begin_inset Newline newline
486 \end_inset
487
488 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
489 nden Kontext-Menü 
490 \family sans
491 Datei extern bearbeiten
492 \family default
493  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
494  öffnen.
495  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
496 \family sans
497 Datei-Handhabung\SpecialChar \menuseparator
498 Dateiformate
499 \family default
500  festgelegt werden.
501 \end_layout
502
503 \begin_layout Description
504
505 \family sans
506 Ausschnitt
507 \family default
508  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
509  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
510  Wenn Sie auf 
511 \family sans
512 Lese
513 \begin_inset space ~
514 \end_inset
515
516 aus
517 \begin_inset space ~
518 \end_inset
519
520 Datei
521 \family default
522  klicken, werden die Koordinaten automatisch berechnet.
523  Die Option 
524 \family sans
525 Auf
526 \begin_inset space ~
527 \end_inset
528
529 Begrenzungsbox
530 \begin_inset space ~
531 \end_inset
532
533 zuschneiden
534 \family default
535  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
536  Koordinaten liegt.
537  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
538  diese Karteikarte ignorieren.
539 \end_layout
540
541 \begin_layout Description
542
543 \family sans
544 LaTeX-
545 \begin_inset space ~
546 \end_inset
547
548 und
549 \begin_inset space ~
550 \end_inset
551
552 LyX-Optionen
553 \family default
554  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
555  LaTeX-Experten können weitere LaTeX-Optionen definieren.
556 \begin_inset Newline newline
557 \end_inset
558
559 Ist die Option 
560 \family sans
561 Entwurfsmodus 
562 \family default
563 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
564  darin gedruckt.
565 \begin_inset Newline newline
566 \end_inset
567
568 Die Option 
569 \family sans
570 Beim
571 \begin_inset space ~
572 \end_inset
573
574 Exportieren
575 \begin_inset space ~
576 \end_inset
577
578 nicht
579 \begin_inset space ~
580 \end_inset
581
582 entpacken
583 \family default
584  betrifft nur gepackte EPS-Dateien, zum Beispiel 
585 \emph on
586 x.eps.gz
587 \emph default
588 .
589  LaTeX kann so mit ihnen umgehen.
590 \begin_inset Newline newline
591 \end_inset
592
593 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
594  wählen, siehe Anhang
595 \begin_inset space ~
596 \end_inset
597
598
599 \begin_inset CommandInset ref
600 LatexCommand ref
601 reference "abs:PostScript"
602
603 \end_inset
604
605 .
606  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
607 \begin_inset Newline newline
608 \end_inset
609
610
611 \series bold
612 gzip x.eps
613 \begin_inset Newline newline
614 \end_inset
615
616 zgrep %%Bounding x.eps.gz > x.eps.bb
617 \series default
618
619 \begin_inset Newline newline
620 \end_inset
621
622 Der zweite Befehl erzeugt die Begrenzungsbox 
623 \begin_inset Quotes gld
624 \end_inset
625
626 x.eps.bb
627 \begin_inset Quotes grd
628 \end_inset
629
630 , die LaTeX für gepackte Abbildungen benötigt.
631 \begin_inset Newline newline
632 \end_inset
633
634 Das Feld 
635 \family sans
636 Gruppenname
637 \begin_inset space ~
638 \end_inset
639
640 initialisieren
641 \family default
642  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
643  solche zuzuordnen.
644 \begin_inset Index
645 status collapsed
646
647 \begin_layout Plain Layout
648 Abbildungen ! Einstellungsgruppen
649 \end_layout
650
651 \end_inset
652
653  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
654  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
655  der Gruppe geändert werden.
656  Damit kann man z.B.
657 \begin_inset space ~
658 \end_inset
659
660 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
661  Bild tun zu müssen.
662  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
663  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
664 \end_layout
665
666 \begin_layout Standard
667 \begin_inset VSpace bigskip
668 \end_inset
669
670
671 \end_layout
672
673 \begin_layout Standard
674 Hier ist eine zentrierte EPS-Abbildung
675 \begin_inset Foot
676 status collapsed
677
678 \begin_layout Plain Layout
679 Abbildungsformate sind in Abschnitt
680 \begin_inset space ~
681 \end_inset
682
683
684 \begin_inset CommandInset ref
685 LatexCommand ref
686 reference "abs:Bildformate"
687
688 \end_inset
689
690  beschrieben.
691 \end_layout
692
693 \end_inset
694
695  in einem eigenen Absatz:
696 \end_layout
697
698 \begin_layout Standard
699 \align center
700 \begin_inset Graphics
701         filename ../clipart/mobius.eps
702         scale 70
703         scaleBeforeRotation
704         rotateOrigin center
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 \noindent
713 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
714 \end_layout
715
716 \begin_layout Standard
717 \align center
718 \begin_inset Graphics
719         filename ../clipart/mobius.eps
720         scale 70
721         draft
722         scaleBeforeRotation
723         rotateOrigin center
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Section
731 Gleitende Abbildungen
732 \begin_inset CommandInset label
733 LatexCommand label
734 name "abs:Gleitende-Abbildungen"
735
736 \end_inset
737
738
739 \begin_inset Index
740 status collapsed
741
742 \begin_layout Plain Layout
743 Abbildungen ! gleitende
744 \end_layout
745
746 \end_inset
747
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Gleitobjekte ! Abbildungen
754 \end_layout
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
763 \begin_inset space ~
764 \end_inset
765
766
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "abs:Gleitobjekte-Einleitung"
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \begin_layout Standard
777 Wenn Sie auf das Werkzeugleisten-Symbol 
778 \begin_inset Graphics
779         filename ../../images/float-insert_figure.png
780         scale 70
781         scaleBeforeRotation
782         BoundingBox 0bp 6bp 22bp 22bp
783
784 \end_inset
785
786  klicken oder 
787 \family sans
788 Einfügen\SpecialChar \menuseparator
789 Gleit\SpecialChar \-
790 objekt\SpecialChar \menuseparator
791 Abbildung
792 \family default
793  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
794  In das rot umrahmte Feld rechts von 
795 \emph on
796 Abbildung
797 \begin_inset space ~
798 \end_inset
799
800 Nr:
801 \emph default
802  schreiben Sie die Bildbeschriftung.
803  Nach einem Klick oberhalb oder unterhalb von 
804 \emph on
805 Abbildung
806 \begin_inset space ~
807 \end_inset
808
809 Nr:
810 \emph default
811  können Sie dann eine Abbildung wie 
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "abb:kill-plat"
815
816 \end_inset
817
818  oberhalb oder wie Abbildung
819 \begin_inset space ~
820 \end_inset
821
822
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "abb:escher"
826
827 \end_inset
828
829  unterhalb der Bildbeschriftung einfügen.
830  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "abs:Titel-Platzierung"
838
839 \end_inset
840
841 .
842 \end_layout
843
844 \begin_layout Standard
845 \begin_inset Float figure
846 wide false
847 sideways false
848 status open
849
850 \begin_layout Plain Layout
851 \align center
852 \begin_inset Graphics
853         filename ../clipart/platypus.eps
854         width 50col%
855         scaleBeforeRotation
856         rotateOrigin center
857
858 \end_inset
859
860
861 \end_layout
862
863 \begin_layout Plain Layout
864 \begin_inset Caption
865
866 \begin_layout Plain Layout
867 \begin_inset CommandInset label
868 LatexCommand label
869 name "abb:kill-plat"
870
871 \end_inset
872
873 Platypus in einem Gleitobjekt
874 \end_layout
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Float figure
888 wide false
889 sideways false
890 status open
891
892 \begin_layout Plain Layout
893 \begin_inset Caption
894
895 \begin_layout Plain Layout
896 \begin_inset CommandInset label
897 LatexCommand label
898 name "abb:escher"
899
900 \end_inset
901
902 M.C.
903  Escher
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Plain Layout
912 \align center
913 \begin_inset Graphics
914         filename ../clipart/escher-lsd.eps
915         scale 80
916         scaleBeforeRotation
917         rotateOrigin center
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 \begin_inset Index
931 status collapsed
932
933 \begin_layout Plain Layout
934 Querverweise ! auf Abbildungen
935 \end_layout
936
937 \end_inset
938
939 Abbildung
940 \begin_inset space ~
941 \end_inset
942
943
944 \begin_inset CommandInset ref
945 LatexCommand ref
946 reference "abb:kill-plat"
947
948 \end_inset
949
950  und 
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "abb:escher"
954
955 \end_inset
956
957  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
958  Dafür fügen Sie in der Beschriftung mit 
959 \family sans
960 Einfügen\SpecialChar \menuseparator
961 Marke
962 \family default
963  oder durch Klicken auf 
964 \begin_inset Graphics
965         filename ../../images/label-insert.png
966         scale 70
967         scaleBeforeRotation
968         BoundingBox 0bp 6bp 20bp 20bp
969
970 \end_inset
971
972  eine Marke ein.
973  Auf diese können Sie dann wie gewohnt mit 
974 \family sans
975 Einfügen\SpecialChar \menuseparator
976 Querverweis
977 \family default
978  oder durch Klicken auf 
979 \begin_inset Graphics
980         filename ../../images/dialog-show-new-inset_ref.png
981         scale 70
982         scaleBeforeRotation
983         BoundingBox 0bp 6bp 22bp 22bp
984
985 \end_inset
986
987  verweisen.
988  Das ist besser als eine vage Formulierung wie 
989 \begin_inset Quotes gld
990 \end_inset
991
992 die obige Abbildung
993 \begin_inset Quotes grd
994 \end_inset
995
996  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
997  erscheint, und das muss nicht 
998 \emph on
999 oben
1000 \emph default
1001  sein.
1002  Verweise werden detailliert in Abschnitt
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "abs:Auf-Gleitobjekte-verweisen"
1010
1011 \end_inset
1012
1013  beschrieben.
1014 \end_layout
1015
1016 \begin_layout Standard
1017 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1018  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1019  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1020  Gleitabbildung einfügt.
1021  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1022  Abbildung
1023 \begin_inset space ~
1024 \end_inset
1025
1026
1027 \begin_inset CommandInset ref
1028 LatexCommand ref
1029 reference "abb:Zwei-Teilabbildungen"
1030
1031 \end_inset
1032
1033  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1034  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1035  Gleitabbildung auf Eingabe drücken.
1036  Abbildung
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "abb:Undefinierbar"
1044
1045 \end_inset
1046
1047  und 
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "abb:Ein-Schnabeltier"
1051
1052 \end_inset
1053
1054  sind die Teilabbildungen.
1055 \end_layout
1056
1057 \begin_layout Standard
1058 \begin_inset Float figure
1059 wide false
1060 sideways false
1061 status open
1062
1063 \begin_layout Plain Layout
1064 \begin_inset space \hfill{}
1065 \end_inset
1066
1067
1068 \begin_inset Float figure
1069 wide false
1070 sideways false
1071 status collapsed
1072
1073 \begin_layout Plain Layout
1074 \begin_inset Caption
1075
1076 \begin_layout Plain Layout
1077 \begin_inset CommandInset label
1078 LatexCommand label
1079 name "abb:Undefinierbar"
1080
1081 \end_inset
1082
1083 Undefinierbar
1084 \end_layout
1085
1086 \end_inset
1087
1088
1089 \end_layout
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Graphics
1093         filename ../clipart/escher-lsd.eps
1094         width 35col%
1095         scaleBeforeRotation
1096         groupId Teilabbildung
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \begin_inset space \hfill{}
1107 \end_inset
1108
1109
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status collapsed
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Caption
1117
1118 \begin_layout Plain Layout
1119 \begin_inset CommandInset label
1120 LatexCommand label
1121 name "abb:Ein-Schnabeltier"
1122
1123 \end_inset
1124
1125 Ein Schnabeltier
1126 \end_layout
1127
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Graphics
1135         filename ../clipart/platypus.eps
1136         width 35col%
1137         scaleBeforeRotation
1138         groupId Teilabbildung
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset space \hfill{}
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Caption
1156
1157 \begin_layout Plain Layout
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "abb:Zwei-Teilabbildungen"
1161
1162 \end_inset
1163
1164 Zwei Teilabbildungen nebeneinander.
1165  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1166 \begin_inset Quotes gld
1167 \end_inset
1168
1169 Teilabbildung
1170 \begin_inset Quotes grd
1171 \end_inset
1172
1173  an.
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Section
1187 Bildformate
1188 \begin_inset CommandInset label
1189 LatexCommand label
1190 name "abs:Bildformate"
1191
1192 \end_inset
1193
1194
1195 \begin_inset Index
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199 Abbildungen ! Bildformate
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Standard
1208 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1209  Aber wie in Anhang
1210 \begin_inset space ~
1211 \end_inset
1212
1213
1214 \begin_inset CommandInset ref
1215 LatexCommand ref
1216 reference "kap:Ausgabedatei-Formate"
1217
1218 \end_inset
1219
1220  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1221  LyX benutzt im Hintergrund das Programm
1222 \family typewriter
1223  Imagemagick
1224 \family default
1225 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1226  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1227  vermeiden.
1228  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1229  werden können.
1230  Diese Formate werden in Anhang
1231 \begin_inset space ~
1232 \end_inset
1233
1234
1235 \begin_inset CommandInset ref
1236 LatexCommand ref
1237 reference "kap:Ausgabedatei-Formate"
1238
1239 \end_inset
1240
1241  beschrieben.
1242 \end_layout
1243
1244 \begin_layout Standard
1245 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1246 \end_layout
1247
1248 \begin_layout Description
1249 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1250  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1251  
1252 \emph on
1253 pixelig
1254 \emph default
1255  aus.
1256  Bekannte Pixel-Formate sind 
1257 \begin_inset Quotes gld
1258 \end_inset
1259
1260 Graphics Interchange Format
1261 \begin_inset Quotes grd
1262 \end_inset
1263
1264  (GIF, Dateiendung
1265 \family typewriter
1266  
1267 \family default
1268
1269 \begin_inset Quotes gld
1270 \end_inset
1271
1272
1273 \family typewriter
1274 .gif
1275 \family default
1276
1277 \begin_inset Quotes grd
1278 \end_inset
1279
1280 )
1281 \begin_inset Index
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 GIF
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \begin_inset Quotes gld
1292 \end_inset
1293
1294 Portable Network Graphics
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298  (PNG, Dateiendung 
1299 \begin_inset Quotes gld
1300 \end_inset
1301
1302
1303 \family typewriter
1304 .png
1305 \family default
1306
1307 \begin_inset Quotes grd
1308 \end_inset
1309
1310 )
1311 \begin_inset Index
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 PNG
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \begin_inset Quotes gld
1322 \end_inset
1323
1324 Joint Photographic Experts Group
1325 \begin_inset Quotes grd
1326 \end_inset
1327
1328  (JPEG, Dateiendung
1329 \family typewriter
1330  
1331 \family default
1332
1333 \begin_inset Quotes gld
1334 \end_inset
1335
1336
1337 \family typewriter
1338 .jpg
1339 \family default
1340
1341 \begin_inset Quotes grd
1342 \end_inset
1343
1344  oder 
1345 \begin_inset Quotes gld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .jpeg
1351 \family default
1352
1353 \begin_inset Quotes grd
1354 \end_inset
1355
1356 )
1357 \begin_inset Index
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 JPG, JPEG
1362 \end_layout
1363
1364 \end_inset
1365
1366  und 
1367 \begin_inset Quotes gld
1368 \end_inset
1369
1370 Windows Bitmap
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374  (BMP, Dateiendung 
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378
1379 \family typewriter
1380 .bmp
1381 \family default
1382
1383 \begin_inset Quotes grd
1384 \end_inset
1385
1386 )
1387 \begin_inset Index
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 BMP
1392 \end_layout
1393
1394 \end_inset
1395
1396 .
1397 \end_layout
1398
1399 \begin_layout Description
1400 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1401  auf jede beliebige Größe skaliert werden.
1402  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1403  zoomen zu können.
1404 \begin_inset Newline newline
1405 \end_inset
1406
1407 Bekannte Formate sind 
1408 \begin_inset Quotes gld
1409 \end_inset
1410
1411 Scalable Vector Graphics
1412 \begin_inset Quotes grd
1413 \end_inset
1414
1415  (SVG, Dateiendung
1416 \family typewriter
1417  
1418 \family default
1419
1420 \begin_inset Quotes gld
1421 \end_inset
1422
1423
1424 \family typewriter
1425 .svg
1426 \family default
1427
1428 \begin_inset Quotes grd
1429 \end_inset
1430
1431 )
1432 \begin_inset Index
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 SVG
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \begin_inset Quotes gld
1443 \end_inset
1444
1445 Encapsulated PostScript
1446 \begin_inset Quotes grd
1447 \end_inset
1448
1449  (EPS, Dateiendung 
1450 \begin_inset Quotes gld
1451 \end_inset
1452
1453
1454 \family typewriter
1455 .eps
1456 \family default
1457
1458 \begin_inset Quotes grd
1459 \end_inset
1460
1461 )
1462 \begin_inset Index
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 EPS
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Quotes gld
1473 \end_inset
1474
1475 Portable Document Format
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479  (PDF, Dateiendung
1480 \family typewriter
1481  
1482 \family default
1483
1484 \begin_inset Quotes gld
1485 \end_inset
1486
1487
1488 \family typewriter
1489 .pdf
1490 \family default
1491
1492 \begin_inset Quotes grd
1493 \end_inset
1494
1495 )
1496 \begin_inset Index
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 PDF
1501 \end_layout
1502
1503 \end_inset
1504
1505  und 
1506 \begin_inset Quotes gld
1507 \end_inset
1508
1509 Windows Metafile
1510 \begin_inset Quotes grd
1511 \end_inset
1512
1513  (WMF, Dateiendung 
1514 \begin_inset Quotes gld
1515 \end_inset
1516
1517
1518 \family typewriter
1519 .wmf
1520 \family default
1521
1522 \begin_inset Quotes grd
1523 \end_inset
1524
1525 )
1526 \begin_inset Index
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 WMF
1531 \end_layout
1532
1533 \end_inset
1534
1535 .
1536 \end_layout
1537
1538 \begin_layout Standard
1539 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1540  das Ergebnis ist immer noch ein Pixelbild.
1541  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1542  hinzugefügt.
1543 \begin_inset Foot
1544 status open
1545
1546 \begin_layout Plain Layout
1547 Bei PDF wird das Originalbild auch noch komprimiert.
1548 \end_layout
1549
1550 \end_inset
1551
1552  Die PDF-Dateien, die 
1553 \family typewriter
1554 Adobe Photoshop
1555 \family default
1556  erzeugt, sind zum Beispiel Pixelbilder.
1557 \end_layout
1558
1559 \begin_layout Standard
1560 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1561  umgekehrt.
1562  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1563  eingefügt werden.
1564  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1565  erzeugt wird, weil es zur Zeit keine WMF/SVG
1566 \begin_inset Formula $\to$
1567 \end_inset
1568
1569 PDF/EPS Konverter gibt.
1570 \end_layout
1571
1572 \begin_layout Chapter
1573 Tabellen
1574 \begin_inset Index
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 Tabellen
1579 \end_layout
1580
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \begin_layout Section
1587 Einführung
1588 \begin_inset Index
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 Tabellen ! Einführung
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \begin_layout Standard
1601 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1602 \begin_inset Graphics
1603         filename ../../images/tabular-insert.png
1604         scale 70
1605         scaleBeforeRotation
1606         BoundingBox 0bp 6bp 22bp 22bp
1607
1608 \end_inset
1609
1610  oder das Menü 
1611 \family sans
1612 Einfügen\SpecialChar \menuseparator
1613 Tabelle
1614 \family default
1615  einfügen.
1616  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1617 \begin_inset space \thinspace{}
1618 \end_inset
1619
1620 -Tabelle.
1621  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1622  und die Größe der dunkelblauen Tabelle angezeigt.
1623  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1624  ein.
1625  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1626  Spaltenanzahl festlegen können.
1627 \end_layout
1628
1629 \begin_layout Standard
1630 In der so erstellten Tabelle ist jede Zelle umrandet.
1631  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1632  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1633  die zweite Zeile eine Linie oberhalb haben.
1634  Hier ist ein Beispiel:
1635 \end_layout
1636
1637 \begin_layout Standard
1638 \align center
1639 \begin_inset Tabular
1640 <lyxtabular version="3" rows="5" columns="4">
1641 <features>
1642 <column alignment="center" valignment="top" width="0">
1643 <column alignment="center" valignment="top" width="0">
1644 <column alignment="center" valignment="top" width="0">
1645 <column alignment="center" valignment="top" width="0">
1646 <row>
1647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \family roman
1662 \series medium
1663 \shape up
1664 \size normal
1665 \emph off
1666 \bar no
1667 \noun off
1668 \color none
1669 1
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678 2
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 3
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 </row>
1693 <row>
1694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698
1699 \family roman
1700 \series medium
1701 \shape up
1702 \size normal
1703 \emph off
1704 \bar no
1705 \noun off
1706 \color none
1707 A
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 </row>
1740 <row>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 B
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 </row>
1787 <row>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \family roman
1794 \series medium
1795 \shape up
1796 \size normal
1797 \emph off
1798 \bar no
1799 \noun off
1800 \color none
1801 C
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 <row>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 D
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 </lyxtabular>
1873
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \begin_layout Section
1880 Tabellen-Einstellungen
1881 \begin_inset Index
1882 status collapsed
1883
1884 \begin_layout Plain Layout
1885 Tabellen ! Einstellungen
1886 \end_layout
1887
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \begin_layout Standard
1894 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1895  Maustaste draufklicken.
1896  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1897 \family sans
1898 Einstellungen
1899 \family default
1900  steht.
1901  Ein Klick darauf öffnet das Fenster 
1902 \family sans
1903 Tabellen-Einstellungen
1904 \family default
1905 .
1906  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1907  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1908  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1909  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1910  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1911  Auswahl.
1912  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1913 \emph on
1914 Inhalt
1915 \emph default
1916  einer Zelle oder die Zelle selber ausgewählt haben.
1917  Das 
1918 \family sans
1919 Tabellen-Einstellungen
1920 \family default
1921 -Menü hat folgende Karteikarten:
1922 \end_layout
1923
1924 \begin_layout Description
1925
1926 \family sans
1927 Tabellen-Einstellungen
1928 \family default
1929  Hier können Sie die 
1930 \family sans
1931 Horizontale
1932 \begin_inset space ~
1933 \end_inset
1934
1935 Ausrichtung
1936 \family default
1937  der momentanen Spalte und die 
1938 \family sans
1939 Spaltenbreite
1940 \family default
1941  festlegen.
1942  Wenn Sie eine 
1943 \family sans
1944 Spaltenbreite
1945 \family default
1946  festgelegt haben, können Sie auch eine 
1947 \family sans
1948 Vertikale
1949 \begin_inset space ~
1950 \end_inset
1951
1952 Ausrichtung
1953 \family default
1954  der momentanen Zeile wählen.
1955  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1956  Absätze haben, wie in Abschnitt
1957 \begin_inset space ~
1958 \end_inset
1959
1960
1961 \begin_inset CommandInset ref
1962 LatexCommand ref
1963 reference "uab:Mehrfache-Zeilen-in"
1964
1965 \end_inset
1966
1967  beschrieben.
1968  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1973  als 
1974 \family sans
1975 Mehrfachspalte
1976 \family default
1977  definieren, wie in Abschnitt
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "uab:Mehrfachspalten"
1985
1986 \end_inset
1987
1988  beschrieben.
1989 \begin_inset Newline newline
1990 \end_inset
1991
1992 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1993  den Uhrzeigersinn um 90° drehen.
1994  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1995 \begin_inset Newline newline
1996 \end_inset
1997
1998
1999 \begin_inset Note Greyedout
2000 status open
2001
2002 \begin_layout Plain Layout
2003
2004 \series bold
2005 Achtung:
2006 \series default
2007  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2008 \end_layout
2009
2010 \end_inset
2011
2012
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Man kann auch ein 
2017 \family sans
2018 LaTe
2019 \begin_inset ERT
2020 status collapsed
2021
2022 \begin_layout Plain Layout
2023
2024 {}
2025 \end_layout
2026
2027 \end_inset
2028
2029 X-Argument
2030 \family default
2031  für besondere Tabellen-Formatierun\SpecialChar \-
2032 gen einfügen, wie in den Abschnitten
2033  
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "uab:Mehrfachspalten-Berechnungen"
2037
2038 \end_inset
2039
2040  und 
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "abs:Farbige-Tabellen"
2044
2045 \end_inset
2046
2047  beschrieben.
2048 \end_layout
2049
2050 \begin_layout Description
2051
2052 \family sans
2053 Rahmen
2054 \family default
2055  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2056  hinzufügen und löschen.
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 Wenn Sie die Stil-Option
2061 \family sans
2062  Formal
2063 \family default
2064  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2065 \begin_inset space ~
2066 \end_inset
2067
2068
2069 \begin_inset CommandInset ref
2070 LatexCommand ref
2071 reference "abs:Formale-Tabellen"
2072
2073 \end_inset
2074
2075  beschrieben, konvertiert.
2076 \begin_inset Newline newline
2077 \end_inset
2078
2079 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2080 \begin_inset space ~
2081 \end_inset
2082
2083
2084 \begin_inset CommandInset ref
2085 LatexCommand ref
2086 reference "uab:Zeilenabstand"
2087
2088 \end_inset
2089
2090  beschrieben.
2091 \end_layout
2092
2093 \begin_layout Description
2094
2095 \family sans
2096 Lange
2097 \begin_inset space ~
2098 \end_inset
2099
2100 Tabelle
2101 \family default
2102  Hier kann eine Tabelle als 
2103 \family sans
2104 Lange
2105 \begin_inset space ~
2106 \end_inset
2107
2108 Tabelle
2109 \family default
2110  definiert werden, die über mehrere Seiten reicht.
2111  Die Abschnitte
2112 \begin_inset space ~
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "abs:Lange-Tabellen"
2119
2120 \end_inset
2121
2122  und 
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "abs:Special-Longtable-Issues"
2126
2127 \end_inset
2128
2129  beschreiben diese Funktion genauer.
2130 \end_layout
2131
2132 \begin_layout Standard
2133 Wenn das Menü 
2134 \family sans
2135 Tabellen-Einstellungen
2136 \family default
2137  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2138  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2139 \end_layout
2140
2141 \begin_layout Section
2142 Tabellen-Werkzeugleiste
2143 \begin_inset Index
2144 status collapsed
2145
2146 \begin_layout Plain Layout
2147 Tabellen ! Werkzeugleiste
2148 \end_layout
2149
2150 \end_inset
2151
2152
2153 \end_layout
2154
2155 \begin_layout Standard
2156 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2157 \family sans
2158 Tabellen-Einstellungen
2159 \family default
2160 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2161  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2162  LyX-Fensters.
2163 \end_layout
2164
2165 \begin_layout Standard
2166 Die Werkzeugleiste hat folgende Knöpfe:
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Graphics
2172         filename ../../images/tabular-feature_append-row.png
2173         scale 70
2174         scaleBeforeRotation
2175         BoundingBox 0bp 6bp 22bp 22bp
2176
2177 \end_inset
2178
2179  Fügt eine Zeile unterhalb der momentanen an
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../../images/tabular-feature_append-column.png
2186         scale 70
2187         scaleBeforeRotation
2188         BoundingBox 0bp 6bp 22bp 22bp
2189
2190 \end_inset
2191
2192  Fügt eine Spalte rechts von der momentanen an
2193 \end_layout
2194
2195 \begin_layout Labeling
2196 \labelwidthstring 00.00.0000
2197 \begin_inset Graphics
2198         filename ../../images/tabular-feature_delete-row.png
2199         scale 70
2200         scaleBeforeRotation
2201         BoundingBox 0bp 6bp 22bp 22bp
2202
2203 \end_inset
2204
2205  Löscht die ausgewählte(n) Zeile(n)
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_delete-column.png
2212         scale 70
2213         scaleBeforeRotation
2214         BoundingBox 0bp 6bp 22bp 22bp
2215
2216 \end_inset
2217
2218  Löscht die ausgewählte(n) Spalte(n)
2219 \end_layout
2220
2221 \begin_layout Labeling
2222 \labelwidthstring 00.00.0000
2223 \begin_inset Graphics
2224         filename ../../images/tabular-feature_toggle-line-top.png
2225         scale 70
2226         scaleBeforeRotation
2227         BoundingBox 0bp 6bp 22bp 22bp
2228
2229 \end_inset
2230
2231  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2232  wenn der Knopf grau hinterlegt ist
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../../images/tabular-feature_toggle-line-bottom.png
2239         scale 70
2240         scaleBeforeRotation
2241         BoundingBox 0bp 6bp 22bp 22bp
2242
2243 \end_inset
2244
2245  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2246  wenn der Knopf grau hinterlegt ist
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_toggle-line-left.png
2253         scale 70
2254         scaleBeforeRotation
2255         BoundingBox 0bp 6bp 22bp 22bp
2256
2257 \end_inset
2258
2259  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2260  wenn der Knopf grau hinterlegt ist
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../../images/tabular-feature_toggle-line-right.png
2267         scale 70
2268         scaleBeforeRotation
2269         BoundingBox 0bp 6bp 22bp 22bp
2270
2271 \end_inset
2272
2273  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2274  wenn der Knopf grau hinterlegt ist
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../../images/tabular-feature_set-all-lines.png
2281         scale 70
2282         scaleBeforeRotation
2283         BoundingBox 0bp 6bp 22bp 22bp
2284
2285 \end_inset
2286
2287  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../../images/tabular-feature_unset-all-lines.png
2294         scale 70
2295         scaleBeforeRotation
2296         BoundingBox 0bp 6bp 22bp 22bp
2297
2298 \end_inset
2299
2300  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Graphics
2306         filename ../../images/tabular-feature_m-align-left.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318 \begin_inset Graphics
2319         filename ../../images/tabular-feature_m-align-center.png
2320         scale 70
2321         scaleBeforeRotation
2322         BoundingBox 0bp 6bp 22bp 22bp
2323
2324 \end_inset
2325
2326  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331 \begin_inset Graphics
2332         filename ../../images/tabular-feature_m-align-right.png
2333         scale 70
2334         scaleBeforeRotation
2335         BoundingBox 0bp 6bp 22bp 22bp
2336
2337 \end_inset
2338
2339  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../../images/tabular-feature_m-valign-top.png
2346         scale 70
2347         scaleBeforeRotation
2348         BoundingBox 0bp 6bp 22bp 22bp
2349
2350 \end_inset
2351
2352  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357 \begin_inset Graphics
2358         filename ../../images/tabular-feature_m-valign-middle.png
2359         scale 70
2360         scaleBeforeRotation
2361         BoundingBox 0bp 6bp 22bp 22bp
2362
2363 \end_inset
2364
2365  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Graphics
2371         filename ../../images/tabular-feature_m-valign-bottom.png
2372         scale 70
2373         scaleBeforeRotation
2374         BoundingBox 0bp 6bp 22bp 22bp
2375
2376 \end_inset
2377
2378  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2379 \end_layout
2380
2381 \begin_layout Labeling
2382 \labelwidthstring 00.00.0000
2383 \begin_inset Graphics
2384         filename ../../images/tabular-feature_set-rotate-cell.png
2385         scale 70
2386         scaleBeforeRotation
2387         BoundingBox 0bp 6bp 22bp 22bp
2388
2389 \end_inset
2390
2391  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../../images/tabular-feature_set-rotate-tabular.png
2398         scale 70
2399         scaleBeforeRotation
2400         BoundingBox 0bp 6bp 22bp 22bp
2401
2402 \end_inset
2403
2404  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Graphics
2410         filename ../../images/tabular-feature_multicolumn.png
2411         scale 70
2412         scaleBeforeRotation
2413         BoundingBox 0bp 6bp 22bp 22bp
2414
2415 \end_inset
2416
2417  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2418 \end_layout
2419
2420 \begin_layout Standard
2421 \begin_inset Note Greyedout
2422 status open
2423
2424 \begin_layout Plain Layout
2425
2426 \series bold
2427 Bemerkung:
2428 \series default
2429  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2430  Reihe für alle Zelle der Reihe verwendet.
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \begin_layout Section
2439 Bearbeiten-Menü
2440 \begin_inset Index
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Tabellen ! Bearbeiten-Menü
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \end_layout
2451
2452 \begin_layout Standard
2453 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2454  Wenn der Cursor in einer Tabelle steht, sind im 
2455 \family sans
2456 Bearbeiten
2457 \family default
2458 -Menü folgende Punkte aktiviert: 
2459 \family sans
2460 Tabelle
2461 \family default
2462
2463 \family sans
2464 Zeilen
2465 \begin_inset space ~
2466 \end_inset
2467
2468 &
2469 \begin_inset space ~
2470 \end_inset
2471
2472 Spalten
2473 \family default
2474  und 
2475 \family sans
2476 Tabellen-Einstellungen
2477 \family default
2478 .
2479  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2480 ngsmöglichkeiten zu erreichen.
2481 \end_layout
2482
2483 \begin_layout Section
2484 Gleitende Tabellen
2485 \begin_inset CommandInset label
2486 LatexCommand label
2487 name "abs:Gleitende-Tabellen"
2488
2489 \end_inset
2490
2491
2492 \begin_inset Index
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Gleitobjekte ! Tabellen
2497 \end_layout
2498
2499 \end_inset
2500
2501
2502 \begin_inset Index
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506 Tabellen ! gleitende
2507 \end_layout
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2516 \begin_inset space ~
2517 \end_inset
2518
2519
2520 \begin_inset CommandInset ref
2521 LatexCommand ref
2522 reference "abs:Gleitobjekte-Einleitung"
2523
2524 \end_inset
2525
2526 .
2527 \end_layout
2528
2529 \begin_layout Standard
2530 \begin_inset Float table
2531 placement h
2532 wide false
2533 sideways false
2534 status open
2535
2536 \begin_layout Plain Layout
2537 \begin_inset Caption
2538
2539 \begin_layout Plain Layout
2540 \begin_inset CommandInset label
2541 LatexCommand label
2542 name "tab:a table float"
2543
2544 \end_inset
2545
2546 Eine gleitende Tabelle
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Plain Layout
2555 \align center
2556 \begin_inset Tabular
2557 <lyxtabular version="3" rows="3" columns="3">
2558 <features>
2559 <column alignment="center" valignment="top" width="0pt">
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <row>
2563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2564 \begin_inset Text
2565
2566 \begin_layout Plain Layout
2567
2568 \family roman
2569 \series medium
2570 \shape up
2571 \size normal
2572 \emph off
2573 \bar no
2574 \noun off
2575 \color none
2576 1
2577 \end_layout
2578
2579 \end_inset
2580 </cell>
2581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2582 \begin_inset Text
2583
2584 \begin_layout Plain Layout
2585
2586 \family roman
2587 \series medium
2588 \shape up
2589 \size normal
2590 \emph off
2591 \bar no
2592 \noun off
2593 \color none
2594 2
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Plain Layout
2603
2604 \family roman
2605 \series medium
2606 \shape up
2607 \size normal
2608 \emph off
2609 \bar no
2610 \noun off
2611 \color none
2612 3
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 </row>
2618 <row>
2619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Plain Layout
2623
2624 \family roman
2625 \series medium
2626 \shape up
2627 \size normal
2628 \emph off
2629 \bar no
2630 \noun off
2631 \color none
2632 Martin
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641
2642 \family roman
2643 \series medium
2644 \shape up
2645 \size normal
2646 \emph off
2647 \bar no
2648 \noun off
2649 \color none
2650 Lena
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2656 \begin_inset Text
2657
2658 \begin_layout Plain Layout
2659
2660 \family roman
2661 \series medium
2662 \shape up
2663 \size normal
2664 \emph off
2665 \bar no
2666 \noun off
2667 \color none
2668 Alina
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 </row>
2674 <row>
2675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2676 \begin_inset Text
2677
2678 \begin_layout Plain Layout
2679
2680 \family roman
2681 \series medium
2682 \shape up
2683 \size normal
2684 \emph off
2685 \bar no
2686 \noun off
2687 \color none
2688 \begin_inset Formula $\int x^{2}dx$
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700
2701 \family roman
2702 \series medium
2703 \shape up
2704 \size normal
2705 \emph off
2706 \bar no
2707 \noun off
2708 \color none
2709 \begin_inset Formula $\left[\begin{array}{cc}
2710 a & b\\
2711 c & d\end{array}\right]$
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \family roman
2725 \series medium
2726 \shape up
2727 \size normal
2728 \emph off
2729 \bar no
2730 \noun off
2731 \color none
2732 \begin_inset Formula $1+1=2$
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 </lyxtabular>
2742
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Standard
2754 Gleitende Tabellen können über 
2755 \family sans
2756 Einfügen\SpecialChar \menuseparator
2757 Gleitobjekt\SpecialChar \menuseparator
2758 Tabelle
2759 \family default
2760  oder einen Klick auf den Werkzeugleistenknopf 
2761 \begin_inset Graphics
2762         filename ../../images/float-insert_table.png
2763         scale 70
2764         scaleBeforeRotation
2765         BoundingBox 0bp 6bp 22bp 22bp
2766
2767 \end_inset
2768
2769  erzeugt werden.
2770  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2771  In das rot umrahmte Feld rechts von 
2772 \emph on
2773 Tabelle
2774 \begin_inset space ~
2775 \end_inset
2776
2777 Nr:
2778 \emph default
2779  schreiben Sie die Tabellenbeschriftung.
2780  Nach einem Klick oberhalb oder unterhalb von 
2781 \emph on
2782 Tabelle
2783 \begin_inset space ~
2784 \end_inset
2785
2786 Nr:
2787 \emph default
2788  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2789 \begin_inset Graphics
2790         filename ../../images/tabular-insert.png
2791         scale 70
2792         scaleBeforeRotation
2793         BoundingBox 0bp 6bp 22bp 22bp
2794
2795 \end_inset
2796
2797  oder dem Menü 
2798 \family sans
2799 Einfügen\SpecialChar \menuseparator
2800 Tabelle
2801 \family default
2802  einfügen.
2803 \end_layout
2804
2805 \begin_layout Standard
2806 Tabelle
2807 \begin_inset space ~
2808 \end_inset
2809
2810
2811 \begin_inset CommandInset ref
2812 LatexCommand ref
2813 reference "tab:a table float"
2814
2815 \end_inset
2816
2817  ist ein Beispiel für eine gleitende Tabelle.
2818 \end_layout
2819
2820 \begin_layout Standard
2821 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2822 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2823  Das bedeutet, dass bei den Klassen 
2824 \family sans
2825 article
2826 \family default
2827
2828 \family sans
2829 book
2830 \family default
2831
2832 \family sans
2833 letter
2834 \family default
2835 , und 
2836 \family sans
2837 report
2838 \family default
2839  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2840  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2841 \series bold
2842 caption
2843 \series default
2844
2845 \begin_inset Index
2846 status collapsed
2847
2848 \begin_layout Plain Layout
2849 LaTeX-Pakete ! caption
2850 \end_layout
2851
2852 \end_inset
2853
2854  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2855 \begin_inset Foot
2856 status open
2857
2858 \begin_layout Plain Layout
2859 Näheres finden Sie im Abschnitt
2860 \begin_inset space ~
2861 \end_inset
2862
2863
2864 \begin_inset CommandInset ref
2865 LatexCommand ref
2866 reference "abs:Titel-Platzierung"
2867
2868 \end_inset
2869
2870 .
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879
2880 \series bold
2881 tableposition=top
2882 \end_layout
2883
2884 \begin_layout Standard
2885 Das Paket 
2886 \series bold
2887 caption
2888 \series default
2889 , das in Abschnitt
2890 \begin_inset space ~
2891 \end_inset
2892
2893
2894 \begin_inset CommandInset ref
2895 LatexCommand ref
2896 reference "abs:Titel-Formatierung"
2897
2898 \end_inset
2899
2900  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2901 \end_layout
2902
2903 \begin_layout Standard
2904 \begin_inset Index
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908 Querverweise ! auf Tabellen
2909 \end_layout
2910
2911 \end_inset
2912
2913 Auf Tabellen kann über ihre Marke verwiesen werden.
2914  Dafür fügen Sie in der Beschriftung mit 
2915 \family sans
2916 Einfügen\SpecialChar \menuseparator
2917 Marke
2918 \family default
2919  oder durch Klicken auf 
2920 \begin_inset Graphics
2921         filename ../../images/label-insert.png
2922         scale 70
2923         scaleBeforeRotation
2924         BoundingBox 0bp 6bp 20bp 20bp
2925
2926 \end_inset
2927
2928  eine Marke ein.
2929  Auf diese können Sie dann wie gewohnt mit 
2930 \family sans
2931 Einfügen\SpecialChar \menuseparator
2932 Querverweis
2933 \family default
2934  oder durch Klicken auf 
2935 \begin_inset Graphics
2936         filename ../../images/dialog-show-new-inset_ref.png
2937         scale 70
2938         scaleBeforeRotation
2939         BoundingBox 0bp 6bp 22bp 22bp
2940
2941 \end_inset
2942
2943  verweisen.
2944  Verweise werden detailliert in Abschnitt
2945 \begin_inset space ~
2946 \end_inset
2947
2948
2949 \begin_inset CommandInset ref
2950 LatexCommand ref
2951 reference "abs:Auf-Gleitobjekte-verweisen"
2952
2953 \end_inset
2954
2955  beschrieben.
2956 \end_layout
2957
2958 \begin_layout Section
2959 Lange Tabellen
2960 \begin_inset CommandInset label
2961 LatexCommand label
2962 name "abs:Lange-Tabellen"
2963
2964 \end_inset
2965
2966
2967 \begin_inset Index
2968 status collapsed
2969
2970 \begin_layout Plain Layout
2971 Tabellen ! lange
2972 \end_layout
2973
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \begin_layout Standard
2980 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2981  Dialogfenster 
2982 \family sans
2983 Tabellen-Einstellungen
2984 \family default
2985  auf der Karteikarte  
2986 \family sans
2987 Lange
2988 \begin_inset space ~
2989 \end_inset
2990
2991 Tabelle
2992 \family default
2993  die Option 
2994 \family sans
2995 Lange
2996 \begin_inset space ~
2997 \end_inset
2998
2999 Tabelle
3000 \begin_inset space ~
3001 \end_inset
3002
3003 verwenden
3004 \family default
3005  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3006  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3007 \end_layout
3008
3009 \begin_layout Description
3010 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3011  festgelegt; mit Ausnahme der ersten, wenn 
3012 \family sans
3013 Erste
3014 \begin_inset space ~
3015 \end_inset
3016
3017 Kopfzeile
3018 \family default
3019  aktiviert ist.
3020 \end_layout
3021
3022 \begin_layout Description
3023 Erste
3024 \lang english
3025
3026 \begin_inset space ~
3027 \end_inset
3028
3029
3030 \lang ngerman
3031 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3032  Seite einer mehrseitigen Tabelle definiert.
3033 \end_layout
3034
3035 \begin_layout Description
3036 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3037  mit Ausnahme der letzten, wenn 
3038 \family sans
3039 Letzte
3040 \begin_inset space ~
3041 \end_inset
3042
3043 Fußzeile
3044 \family default
3045  aktiviert ist.
3046 \end_layout
3047
3048 \begin_layout Description
3049 Letzte
3050 \begin_inset space ~
3051 \end_inset
3052
3053 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3054  einer mehrseitigen Tabelle definiert.
3055 \end_layout
3056
3057 \begin_layout Description
3058 Legende: Die aktuelle Zeile enthält die Legende.
3059  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3060  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3061 \begin_inset space ~
3062 \end_inset
3063
3064
3065 \begin_inset CommandInset ref
3066 LatexCommand ref
3067 reference "uab:Beschriftungen-langer-Tabellen"
3068
3069 \end_inset
3070
3071  erklärt.
3072 \end_layout
3073
3074 \begin_layout Standard
3075 Hier ist ein Beispiel einer langen Tabelle:
3076 \end_layout
3077
3078 \begin_layout Standard
3079 \align center
3080 \begin_inset Tabular
3081 <lyxtabular version="3" rows="69" columns="3">
3082 <features islongtable="true">
3083 <column alignment="left" valignment="top" width="0cm">
3084 <column alignment="left" valignment="top" width="0pt">
3085 <column alignment="right" valignment="top" width="0pt">
3086 <row endfirsthead="true">
3087 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \series bold
3093 Telefonliste (ignoriere die Namen)
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row endfirsthead="true">
3118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \series bold
3124 NAME
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \series bold
3144 TEL.
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row endhead="true">
3151 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 Telefonliste
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row endhead="true">
3182 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 NAME
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \series bold
3208 TEL.
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row endfoot="true">
3215 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 wird fortgesetzt
3222 \series default
3223  \SpecialChar \ldots{}
3224
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row>
3249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \series bold
3255 Annovi
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 Silvia
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 111
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row>
3280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 Bertoli
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Stefano
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 111
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 Bozzi
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 Walter
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 111
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \series bold
3348 Cachia
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 Maria
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 111
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 Cachia
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 Maurizio
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 111
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 Cinquemani
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Giusi
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 111
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Colin
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Bernard
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 111
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Concli
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Gianfranco
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Dal Bosco
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Carolina
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Dalpiaz
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Annamaria
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Feliciello
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Domenico
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Focarelli
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Paola
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Galletti
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Oreste
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Gasparini
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Franca
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Rizzardi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Paola
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Lassini
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Giancarlo
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Malfatti
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Luciano
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Malfatti
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Valeriano
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Meneguzzo
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Roberto
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Mezzadra
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Roberto
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Pirpamer
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Erich
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Pochiesa
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Paolo
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111, 222
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Radina
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Claudio
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Stuffer
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Oskar
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Tacchelli
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Ugo
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Tezzele
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Margit
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Unterkalmsteiner
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Frieda
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Vieider
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Hilde
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Vigna
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Jürgen
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Weber
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Maurizio
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Winkler
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Franz
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214  
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Annovi
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Silvia
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 555
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Bertoli
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Stefano
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 555
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Bozzi
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Walter
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 555
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Cachia
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Maria
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 555
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Cachia
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Maurizio
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 555
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Cinquemani
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Giusi
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 555
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Colin
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Bernard
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 555
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Concli
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Gianfranco
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Dal Bosco
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Carolina
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Dalpiaz
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Annamaria
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Feliciello
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Domenico
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Focarelli
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Paola
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Galletti
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Oreste
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Gasparini
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Franca
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Rizzardi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Paola
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Lassini
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Giancarlo
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Malfatti
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Luciano
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Malfatti
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Valeriano
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Meneguzzo
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Roberto
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Mezzadra
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Roberto
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Pirpamer
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Erich
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Pochiesa
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Paolo
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555, 222
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Radina
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Claudio
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Stuffer
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Oskar
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Tacchelli
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Ugo
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Tezzele
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Margit
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Unterkalmsteiner
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Frieda
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Vieider
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Hilde
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Vigna
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Jürgen
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 999
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Weber
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Maurizio
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Winkler
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Franz
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row endlastfoot="true">
5200 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 Ende
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 </lyxtabular>
5229
5230 \end_inset
5231
5232
5233 \begin_inset ERT
5234 status collapsed
5235
5236 \begin_layout Plain Layout
5237
5238
5239 \backslash
5240 addtocounter{table}{-1}
5241 \end_layout
5242
5243 \end_inset
5244
5245
5246 \begin_inset Note Note
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5251 \begin_inset space ~
5252 \end_inset
5253
5254
5255 \begin_inset CommandInset ref
5256 LatexCommand ref
5257 reference "uab:Beschriftungen-langer-Tabellen"
5258
5259 \end_inset
5260
5261
5262 \end_layout
5263
5264 \end_inset
5265
5266
5267 \end_layout
5268
5269 \begin_layout Subsection
5270 Fußnoten in langen Tabellen
5271 \begin_inset CommandInset label
5272 LatexCommand label
5273 name "uab:Fußnoten-in-langen"
5274
5275 \end_inset
5276
5277
5278 \begin_inset Index
5279 status collapsed
5280
5281 \begin_layout Plain Layout
5282 Tabellen ! lange ! Fußnoten
5283 \end_layout
5284
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Standard
5291 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5292  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5293  Tabelle
5294 \begin_inset space ~
5295 \end_inset
5296
5297
5298 \begin_inset CommandInset ref
5299 LatexCommand ref
5300 reference "tab:DiffCaptions"
5301
5302 \end_inset
5303
5304  hat zum Beispiel eine Fußnote.
5305 \end_layout
5306
5307 \begin_layout Subsection
5308 Ausrichtung langer Tabellen
5309 \begin_inset Index
5310 status collapsed
5311
5312 \begin_layout Plain Layout
5313 Tabellen ! lange ! Ausrichtung
5314 \end_layout
5315
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \begin_layout Standard
5322 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5323  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5324 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5325  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5326  Längen 
5327 \series bold
5328
5329 \backslash
5330 LTleft 
5331 \series default
5332 und 
5333 \series bold
5334
5335 \backslash
5336 LTright
5337 \series default
5338  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5339  wird:
5340 \end_layout
5341
5342 \begin_layout Standard
5343
5344 \series bold
5345
5346 \backslash
5347 setlength{
5348 \backslash
5349 LTleft}{Wert}
5350 \end_layout
5351
5352 \begin_layout Standard
5353 Wobei der Wert eine der in Tabelle
5354 \begin_inset space ~
5355 \end_inset
5356
5357
5358 \begin_inset CommandInset ref
5359 LatexCommand ref
5360 reference "tab:Maßeinheiten"
5361
5362 \end_inset
5363
5364  aufgelisteten Einheiten haben kann.
5365  
5366 \series bold
5367
5368 \backslash
5369 LTleft
5370 \series default
5371  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5372  
5373 \series bold
5374
5375 \backslash
5376 LTright
5377 \series default
5378  den Abstand von rechts.
5379  Die Voreinstellung für beide Werte ist 
5380 \series bold
5381
5382 \backslash
5383 fill
5384 \series default
5385 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5386  in LyX ist.
5387 \end_layout
5388
5389 \begin_layout Standard
5390 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5391 \series bold
5392
5393 \backslash
5394 LTleft
5395 \series default
5396  auf den Wert 0
5397 \begin_inset space \thinspace{}
5398 \end_inset
5399
5400 pt gesetzt wurde.
5401 \begin_inset ERT
5402 status collapsed
5403
5404 \begin_layout Plain Layout
5405
5406
5407 \backslash
5408 setlength{
5409 \backslash
5410 LTleft}{0pt}
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 \begin_inset Tabular
5420 <lyxtabular version="3" rows="5" columns="5">
5421 <features islongtable="true">
5422 <column alignment="center" valignment="top" width="0">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <column alignment="center" valignment="top" width="0">
5426 <column alignment="center" valignment="top" width="0">
5427 <row>
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 1
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 2
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 3
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 4
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 5
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 asd
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 s
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 s
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 s
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 </row>
5521 <row>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 asd
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 s
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 s
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 s
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 </row>
5568 <row>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 asd
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 s
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 s
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 s
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 asd
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 asd
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 </lyxtabular>
5663
5664 \end_inset
5665
5666
5667 \begin_inset ERT
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671
5672
5673 \backslash
5674 setlength{
5675 \backslash
5676 LTleft}{
5677 \backslash
5678 fill}
5679 \end_layout
5680
5681 \end_inset
5682
5683
5684 \begin_inset ERT
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688
5689
5690 \backslash
5691 addtocounter{table}{-1}
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \begin_inset Note Note
5698 status collapsed
5699
5700 \begin_layout Plain Layout
5701 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5702 \begin_inset space ~
5703 \end_inset
5704
5705
5706 \begin_inset CommandInset ref
5707 LatexCommand ref
5708 reference "uab:Beschriftungen-langer-Tabellen"
5709
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Subsection
5721 Beschriftungen langer Tabellen
5722 \begin_inset CommandInset label
5723 LatexCommand label
5724 name "uab:Beschriftungen-langer-Tabellen"
5725
5726 \end_inset
5727
5728
5729 \begin_inset Index
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733 Tabellen ! lange ! Titel
5734 \end_layout
5735
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \begin_layout Standard
5742 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5743  nur auf eine Seite gedruckt werden können.
5744  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5745 \begin_inset space ~
5746 \end_inset
5747
5748
5749 \begin_inset CommandInset ref
5750 LatexCommand ref
5751 reference "abs:Lange-Tabellen"
5752
5753 \end_inset
5754
5755  erklärt.
5756  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5757 \end_layout
5758
5759 \begin_layout Standard
5760 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5761 \end_layout
5762
5763 \begin_layout Standard
5764 \begin_inset Tabular
5765 <lyxtabular version="3" rows="6" columns="5">
5766 <features islongtable="true">
5767 <column alignment="center" valignment="top" width="0">
5768 <column alignment="center" valignment="top" width="0">
5769 <column alignment="center" valignment="top" width="0">
5770 <column alignment="center" valignment="top" width="0">
5771 <column alignment="center" valignment="top" width="0">
5772 <row caption="true">
5773 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Caption
5778
5779 \begin_layout Plain Layout
5780 Eine lange Tabelle mit Titel
5781 \begin_inset OptArg
5782 status open
5783
5784 \begin_layout Plain Layout
5785 Lange Tabelle
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 1
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 2
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 3
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 4
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 5
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 s
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 s
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 s
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
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" rightline="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 </row>
6072 </lyxtabular>
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Standard
6080 \begin_inset VSpace medskip
6081 \end_inset
6082
6083
6084 \begin_inset Note Greyedout
6085 status open
6086
6087 \begin_layout Plain Layout
6088
6089 \series bold
6090 Bemerkung
6091 \begin_inset space ~
6092 \end_inset
6093
6094 1:
6095 \series default
6096  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6097  Titel vergeben.
6098  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6099 \begin_inset space ~
6100 \end_inset
6101
6102 2.4 auf Tabelle
6103 \begin_inset space ~
6104 \end_inset
6105
6106 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6107  Beschriftung sind.
6108  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6109  LaTeX-Befehl als TeX-Code einfügen:
6110 \end_layout
6111
6112 \begin_layout Plain Layout
6113
6114 \series bold
6115
6116 \backslash
6117 addtocounter{table}{-1}
6118 \end_layout
6119
6120 \begin_layout Plain Layout
6121 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6122  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6123 \end_layout
6124
6125 \begin_layout Plain Layout
6126
6127 \series bold
6128
6129 \backslash
6130 let
6131 \backslash
6132 myEnd
6133 \backslash
6134 endlongtable
6135 \begin_inset Newline newline
6136 \end_inset
6137
6138
6139 \backslash
6140 renewcommand{
6141 \backslash
6142 endlongtable}{
6143 \backslash
6144 myEnd
6145 \backslash
6146 addtocounter{table}{-1}}
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \begin_layout Standard
6155 \begin_inset Note Greyedout
6156 status open
6157
6158 \begin_layout Plain Layout
6159
6160 \series bold
6161 Bemerkung
6162 \begin_inset space ~
6163 \end_inset
6164
6165 2:
6166 \series default
6167  Wenn Sie 
6168 \series bold
6169 hyperref
6170 \series default
6171
6172 \begin_inset Index
6173 status collapsed
6174
6175 \begin_layout Plain Layout
6176 LaTeX-Pakete ! hyperref
6177 \end_layout
6178
6179 \end_inset
6180
6181  in den
6182 \family sans
6183  PDF-Eigenschaften
6184 \family default
6185  im 
6186 \family sans
6187 Dokument-Einstellungen
6188 \family default
6189  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6190  immer auf den Anfang des Dokuments zeigen.
6191 \end_layout
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Subsubsection
6199 Querverweise auf 
6200 \family sans
6201 lange Tabelle
6202 \family default
6203 n
6204 \begin_inset Index
6205 status collapsed
6206
6207 \begin_layout Plain Layout
6208 Tabellen ! lange ! Querverweis
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \begin_layout Standard
6217 \begin_inset Tabular
6218 <lyxtabular version="3" rows="6" columns="5">
6219 <features islongtable="true">
6220 <column alignment="center" valignment="top" width="0">
6221 <column alignment="center" valignment="top" width="0">
6222 <column alignment="center" valignment="top" width="0">
6223 <column alignment="center" valignment="top" width="0">
6224 <column alignment="center" valignment="top" width="0">
6225 <row caption="true">
6226 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 \begin_inset Caption
6231
6232 \begin_layout Plain Layout
6233 Lange Tabelle mit Marke
6234 \begin_inset CommandInset label
6235 LatexCommand label
6236 name "tab:LangeTabelle-mit-Marke"
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 1
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 2
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 3
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 4
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 5
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 asd
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 s
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 s
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 asd
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 s
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 s
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 s
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 s
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 s
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 s
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 asd
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 asd
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 sad
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 asd
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 asd
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 </lyxtabular>
6523
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \begin_layout Standard
6530 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6531  im Titel einfügen.
6532 \end_layout
6533
6534 \begin_layout Standard
6535 Dies ist ein Verweis auf Tabelle
6536 \begin_inset space ~
6537 \end_inset
6538
6539
6540 \begin_inset CommandInset ref
6541 LatexCommand ref
6542 reference "tab:LangeTabelle-mit-Marke"
6543
6544 \end_inset
6545
6546 .
6547 \end_layout
6548
6549 \begin_layout Standard
6550 Mit dem LaTeX-Paket 
6551 \series bold
6552 caption
6553 \series default
6554
6555 \begin_inset Index
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559 LaTeX-Pakete ! caption
6560 \end_layout
6561
6562 \end_inset
6563
6564 , siehe Abschnitt
6565 \begin_inset space ~
6566 \end_inset
6567
6568
6569 \begin_inset CommandInset ref
6570 LatexCommand ref
6571 reference "abs:Titel-Formatierung"
6572
6573 \end_inset
6574
6575 , können Sie alle anderen Beschriftungsoptionen benutzen.
6576 \end_layout
6577
6578 \begin_layout Subsubsection
6579 Titelbreite
6580 \begin_inset Index
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584 Tabellen ! lange ! Beschriftungsbreite
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \begin_layout Standard
6593 Die maximale Titelbreite wird durch die Variable 
6594 \series bold
6595
6596 \backslash
6597 LTcapwidth
6598 \series default
6599  definiert.
6600  Ihr Standardwert ist 4
6601 \begin_inset space \thinspace{}
6602 \end_inset
6603
6604 Zoll (
6605 \begin_inset Formula $\approx10$
6606 \end_inset
6607
6608
6609 \begin_inset space \thinspace{}
6610 \end_inset
6611
6612 cm).
6613  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6614  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6615 \end_layout
6616
6617 \begin_layout Standard
6618
6619 \series bold
6620
6621 \backslash
6622 setlength{
6623 \backslash
6624 LTcapwidth}{Breite}
6625 \end_layout
6626
6627 \begin_layout Standard
6628 wobei die Breite eine der in Anhang
6629 \begin_inset space ~
6630 \end_inset
6631
6632
6633 \begin_inset CommandInset ref
6634 LatexCommand ref
6635 reference "kap:In-LyX-verfügbare"
6636
6637 \end_inset
6638
6639  aufgelisteten Einheiten haben kann.
6640 \end_layout
6641
6642 \begin_layout Standard
6643 Die beiden folgenden Tabellen zeigen den Unterschied:
6644 \end_layout
6645
6646 \begin_layout Standard
6647 \begin_inset Tabular
6648 <lyxtabular version="3" rows="6" columns="5">
6649 <features islongtable="true">
6650 <column alignment="center" valignment="top" width="0">
6651 <column alignment="center" valignment="top" width="0">
6652 <column alignment="center" valignment="top" width="0">
6653 <column alignment="center" valignment="top" width="0">
6654 <column alignment="center" valignment="top" width="0">
6655 <row caption="true">
6656 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 \begin_inset Caption
6661
6662 \begin_layout Plain Layout
6663 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6664 \begin_inset OptArg
6665 status open
6666
6667 \begin_layout Plain Layout
6668 Titel mit Standardbreite
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 1
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 2
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 3
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 4
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 5
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 s
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 s
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 s
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 s
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 asd
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 sad
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 asd
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 asd
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 </row>
6955 </lyxtabular>
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \begin_layout Standard
6963 \begin_inset ERT
6964 status collapsed
6965
6966 \begin_layout Plain Layout
6967
6968
6969 \backslash
6970 setlength{
6971 \backslash
6972 LTcapwidth}{5cm}
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \begin_inset Tabular
6979 <lyxtabular version="3" rows="6" columns="5">
6980 <features islongtable="true">
6981 <column alignment="center" valignment="top" width="0">
6982 <column alignment="center" valignment="top" width="0">
6983 <column alignment="center" valignment="top" width="0">
6984 <column alignment="center" valignment="top" width="0">
6985 <column alignment="center" valignment="top" width="0">
6986 <row caption="true">
6987 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 \begin_inset Caption
6992
6993 \begin_layout Plain Layout
6994 Langer Titel mit 5
6995 \begin_inset space \thinspace{}
6996 \end_inset
6997
6998 cm Breite, Langer Titel mit 5
6999 \begin_inset space \thinspace{}
7000 \end_inset
7001
7002 cm Breite
7003 \begin_inset OptArg
7004 status open
7005
7006 \begin_layout Plain Layout
7007 Titel mit 5
7008 \begin_inset space \thinspace{}
7009 \end_inset
7010
7011 cm Breite
7012 \end_layout
7013
7014 \end_inset
7015
7016
7017 \end_layout
7018
7019 \end_inset
7020
7021
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 1
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 2
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 3
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 4
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 5
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 s
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 s
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 s
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 s
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 s
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 <row>
7252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 sad
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 asd
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 </lyxtabular>
7299
7300 \end_inset
7301
7302
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308
7309 \backslash
7310 setlength{
7311 \backslash
7312 LTcapwidth}{4in}
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \begin_inset Note Note
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322 Beschriftungsbreite zurücksetzen
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \begin_layout Standard
7331 \begin_inset Note Greyedout
7332 status open
7333
7334 \begin_layout Plain Layout
7335
7336 \series bold
7337 Achtung:
7338 \series default
7339  Wenn das LaTeX-Paket 
7340 \series bold
7341 caption
7342 \series default
7343
7344 \begin_inset Index
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348 LaTeX-Pakete ! caption
7349 \end_layout
7350
7351 \end_inset
7352
7353  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7354  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7355  4
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 Zoll für 
7360 \series bold
7361
7362 \backslash
7363 LTcapwidth
7364 \series default
7365  benutzen.
7366  Um in diesem Fall eine genau 4
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7371  4
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 Zoll veränderten Wert wie z.
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 B.
7380  3.99
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 Zoll verwenden oder den LaTeX-Befehl 
7385 \series bold
7386
7387 \backslash
7388 captionsetup{width=Wert}
7389 \series default
7390  benutzen, der vom 
7391 \series bold
7392 caption
7393 \series default
7394 -Paket bereitgestellt wird.
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \begin_layout Subsubsection
7403 Unterschiedliche Titel für Tabellenseiten
7404 \begin_inset Index
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408 Tabellen ! lange ! mehrere Titel
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \begin_layout Standard
7417 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7418  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7419  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7420 \end_layout
7421
7422 \begin_layout Standard
7423
7424 \series bold
7425
7426 \backslash
7427 caption*{Beschriftung}
7428 \backslash
7429
7430 \backslash
7431 %
7432 \end_layout
7433
7434 \begin_layout Standard
7435 Tabelle
7436 \begin_inset space ~
7437 \end_inset
7438
7439
7440 \begin_inset CommandInset ref
7441 LatexCommand ref
7442 reference "tab:DiffCaptions"
7443
7444 \end_inset
7445
7446  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7447  ohne Tabellennummer auf der zweiten Seite.
7448 \end_layout
7449
7450 \begin_layout Standard
7451 \align center
7452 \begin_inset Tabular
7453 <lyxtabular version="3" rows="59" columns="3">
7454 <features islongtable="true" lastFootEmpty="true">
7455 <column alignment="left" valignment="top" width="0cm">
7456 <column alignment="left" valignment="top" width="0pt">
7457 <column alignment="right" valignment="top" width="0pt">
7458 <row caption="true">
7459 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 \begin_inset Caption
7464
7465 \begin_layout Plain Layout
7466 Telefonliste
7467 \begin_inset CommandInset label
7468 LatexCommand label
7469 name "tab:DiffCaptions"
7470
7471 \end_inset
7472
7473
7474 \begin_inset OptArg
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478 Telefonliste
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row endfirsthead="true">
7513 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \series bold
7519 Telefonliste (ignoriere die Namen)
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 <row endfirsthead="true">
7544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \series bold
7550 NAME
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568
7569 \series bold
7570 TEL.
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row endhead="true">
7577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 \begin_inset ERT
7582 status open
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 caption*{Fortsetzung der Telefonliste}
7589 \backslash
7590
7591 \backslash
7592 %
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" 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 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row endhead="true">
7622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Telefonliste
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row endhead="true">
7653 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \series bold
7659 NAME
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 TEL.
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 <row endfoot="true">
7686 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 wird fortgesetzt\SpecialChar \ldots{}
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \series bold
7722 Annovi
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 Silvia
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 111
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \series bold
7753 Bertoli
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 Stefano
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 111
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Bozzi
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793 Walter
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 111
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 Cachia
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 Maria
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 111
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \series bold
7846 Cachia
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Maurizio
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 111
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Cinquemani
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 Giusi
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 111
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 Colin
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 Bernard
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 111
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \series bold
7939 Concli
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 Gianfranco
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 111
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \series bold
7970 Dal Bosco
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 Carolina
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 111
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \series bold
8001 Dalpiaz
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 Annamaria
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 111
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \series bold
8032 Feliciello
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 Domenico
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 111
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \series bold
8063 Focarelli
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 Paola
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 111
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \series bold
8094 Galletti
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Oreste
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 111
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \series bold
8125 Gasparini
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 Franca
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 111
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \series bold
8156 Rizzardi
8157 \series default
8158
8159 \begin_inset Foot
8160 status open
8161
8162 \begin_layout Plain Layout
8163 Beispielfußnote
8164 \end_layout
8165
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Paola
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Lassini
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Giancarlo
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Malfatti
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Luciano
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Malfatti
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Valeriano
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 111
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Meneguzzo
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Roberto
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 111
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \series bold
8323 Mezzadra
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Roberto
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 111
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \series bold
8354 Pirpamer
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Erich
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 111
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \series bold
8385 Pochiesa
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Paolo
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 111, 222
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 Radina
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Claudio
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 111
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Stuffer
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Oskar
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 111
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Tacchelli
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Ugo
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 111
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Tezzele
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Margit
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 111
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Unterkalmsteiner
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Frieda
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 111
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Vieider
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Hilde
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 111
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Vigna
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Jürgen
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 111
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Weber
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Maurizio
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 111
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Winkler
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Franz
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 111
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693  
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Annovi
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Silvia
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 555
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Bertoli
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Stefano
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 555
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Bozzi
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Walter
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 555
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Cachia
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Maria
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 555
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848 Cachia
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Maurizio
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 555
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879 Cinquemani
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 Giusi
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 555
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908
8909 \series bold
8910 Colin
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Bernard
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 555
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \series bold
8941 Concli
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Gianfranco
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 555
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \series bold
8972 Dal Bosco
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Carolina
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 555
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003 Dalpiaz
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Annamaria
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 555
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \series bold
9034 Feliciello
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Domenico
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 555
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \series bold
9065 Focarelli
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 Paola
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 555
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \series bold
9096 Galletti
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 Oreste
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 555
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125
9126 \series bold
9127 Gasparini
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 Franca
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 555
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \series bold
9158 Rizzardi
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 Paola
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 555
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187
9188 \series bold
9189 Lassini
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 Giancarlo
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 555
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218
9219 \series bold
9220 Malfatti
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 Luciano
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 555
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \series bold
9251 Malfatti
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 Valeriano
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 555
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \series bold
9282 Meneguzzo
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 Roberto
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 555
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 <row>
9307 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311
9312 \series bold
9313 Mezzadra
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 Roberto
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 555
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 </row>
9337 </lyxtabular>
9338
9339 \end_inset
9340
9341
9342 \end_layout
9343
9344 \begin_layout Section
9345 Weitere Möglichkeiten für 
9346 \family sans
9347 lange Tabelle
9348 \family default
9349 n
9350 \begin_inset CommandInset label
9351 LatexCommand label
9352 name "abs:Special-Longtable-Issues"
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \begin_layout Subsection
9360 L
9361 \family sans
9362 ange Tabelle
9363 \family default
9364 n: Berechnung
9365 \begin_inset Index
9366 status collapsed
9367
9368 \begin_layout Plain Layout
9369 Tabellen ! lange ! Berechnung
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \begin_layout Standard
9378 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9379  sogenannten 
9380 \emph on
9381 chunks
9382 \emph default
9383  (Brocken).
9384  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9385  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9386  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9387  das die Druckausgabe.
9388  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9389  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9390  einfügen:
9391 \end_layout
9392
9393 \begin_layout Standard
9394
9395 \series bold
9396
9397 \backslash
9398 setcounter{LTchunksize}{100}
9399 \end_layout
9400
9401 \begin_layout Subsection
9402 Gleitobjekte und L
9403 \family sans
9404 ange Tabelle
9405 \family default
9406 n
9407 \begin_inset Index
9408 status collapsed
9409
9410 \begin_layout Plain Layout
9411 Tabellen ! lange ! und Gleitobjekte
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \begin_layout Standard
9420 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9421 \family sans
9422 lange
9423 \begin_inset space ~
9424 \end_inset
9425
9426 Tabelle
9427 \family default
9428  beginnt, ein Gleitobjekt befindet.
9429  Um das zu vermeiden, können Sie vor der 
9430 \family sans
9431 langen
9432 \begin_inset space ~
9433 \end_inset
9434
9435 Tabellen
9436 \family default
9437  einen manuellen Seitenumbruch
9438 \family sans
9439  Einfügen\SpecialChar \menuseparator
9440 Formatierung\SpecialChar \menuseparator
9441 [Doppel]Seite
9442 \begin_inset space \space{}
9443 \end_inset
9444
9445 leeren
9446 \family default
9447  einfügen, siehe 
9448 \emph on
9449 Benutzerhandbuch
9450 \emph default
9451 .
9452 \end_layout
9453
9454 \begin_layout Subsection
9455 Manuelle Seitenumbrüche
9456 \begin_inset Index
9457 status collapsed
9458
9459 \begin_layout Plain Layout
9460 Tabellen ! lange ! manueller Seitenumbruch
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \begin_layout Standard
9469 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9470  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9471  der Zelle umbrechen wollen, fügen Sie den Befehl  
9472 \begin_inset Quotes gld
9473 \end_inset
9474
9475
9476 \series bold
9477
9478 \backslash
9479
9480 \backslash
9481
9482 \series default
9483
9484 \begin_inset Quotes grd
9485 \end_inset
9486
9487  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9488  werden kann.
9489  Vor dem 
9490 \begin_inset Quotes gld
9491 \end_inset
9492
9493
9494 \series bold
9495
9496 \backslash
9497
9498 \backslash
9499
9500 \series default
9501
9502 \begin_inset Quotes grd
9503 \end_inset
9504
9505 -Befehl müssen Sie so viele 
9506 \begin_inset Quotes gld
9507 \end_inset
9508
9509
9510 \series bold
9511 &
9512 \series default
9513
9514 \begin_inset Quotes grd
9515 \end_inset
9516
9517  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9518  Mit 
9519 \begin_inset Quotes gld
9520 \end_inset
9521
9522
9523 \series bold
9524 &
9525 \series default
9526
9527 \begin_inset Quotes grd
9528 \end_inset
9529
9530   werden in LaTeX Tabellenzellen getrennt.
9531  Hinter jedes 
9532 \begin_inset Quotes gld
9533 \end_inset
9534
9535
9536 \series bold
9537 &
9538 \series default
9539
9540 \begin_inset Quotes grd
9541 \end_inset
9542
9543  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9544  und löschen den Inhalt dieser Zellen.
9545 \end_layout
9546
9547 \begin_layout Standard
9548 Hinter dem 
9549 \begin_inset Quotes gld
9550 \end_inset
9551
9552
9553 \series bold
9554
9555 \backslash
9556
9557 \backslash
9558
9559 \series default
9560
9561 \begin_inset Quotes grd
9562 \end_inset
9563
9564 -Befehl müssen Sie so viele 
9565 \begin_inset Quotes gld
9566 \end_inset
9567
9568
9569 \series bold
9570 &
9571 \series default
9572
9573 \begin_inset Quotes grd
9574 \end_inset
9575
9576  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9577  In Tabelle
9578 \begin_inset space ~
9579 \end_inset
9580
9581
9582 \begin_inset CommandInset ref
9583 LatexCommand ref
9584 reference "tab:ForcedPagebreak"
9585
9586 \end_inset
9587
9588  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9589  Es folgt noch eine weitere Spalte.
9590  Deshalb wurde hinter dem Wort 
9591 \emph on
9592 Castelchiodato, 
9593 \emph default
9594 folgendes eingefügt:
9595 \end_layout
9596
9597 \begin_layout Standard
9598
9599 \series bold
9600 & 111
9601 \backslash
9602
9603 \backslash
9604  
9605 \backslash
9606 newpage
9607 \begin_inset Newline newline
9608 \end_inset
9609
9610 &
9611 \end_layout
9612
9613 \begin_layout Standard
9614 Die 
9615 \begin_inset Quotes gld
9616 \end_inset
9617
9618 111
9619 \begin_inset Quotes grd
9620 \end_inset
9621
9622  in der dritten Spalte wurde gelöscht.
9623  
9624 \series bold
9625
9626 \backslash
9627 newpage
9628 \series default
9629  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9630  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9631  Wenn die Fußzeile Ihrer 
9632 \family sans
9633 langen
9634 \begin_inset space ~
9635 \end_inset
9636
9637 Tabelle
9638 \family default
9639  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9640  Befehle benutzen:
9641 \end_layout
9642
9643 \begin_layout Standard
9644
9645 \series bold
9646 & 111
9647 \backslash
9648
9649 \backslash
9650
9651 \begin_inset Newline newline
9652 \end_inset
9653
9654
9655 \backslash
9656 hline &
9657 \end_layout
9658
9659 \begin_layout Standard
9660 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9661  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9662 \end_layout
9663
9664 \begin_layout Standard
9665
9666 \series bold
9667
9668 \backslash
9669 setlength{
9670 \backslash
9671 parfillskip}{0pt}
9672 \end_layout
9673
9674 \begin_layout Standard
9675 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9676  erscheint.
9677 \end_layout
9678
9679 \begin_layout Standard
9680 \align center
9681 \begin_inset Tabular
9682 <lyxtabular version="3" rows="38" columns="3">
9683 <features islongtable="true" lastFootEmpty="true">
9684 <column alignment="left" valignment="top" width="0cm">
9685 <column alignment="left" valignment="top" width="3cm">
9686 <column alignment="right" valignment="top" width="0pt">
9687 <row caption="true">
9688 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 \begin_inset Caption
9693
9694 \begin_layout Plain Layout
9695 Tabelle mit manuellem Seitenumbruch in einer Zelle
9696 \begin_inset CommandInset label
9697 LatexCommand label
9698 name "tab:ForcedPagebreak"
9699
9700 \end_inset
9701
9702
9703 \begin_inset OptArg
9704 status collapsed
9705
9706 \begin_layout Plain Layout
9707 Tabelle mit manuellem Seitenumbruch in einer Zelle
9708 \end_layout
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row endfirsthead="true">
9742 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 Telefonliste (ignoriere die Namen)
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row endfirsthead="true">
9773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \series bold
9779 NAME
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \series bold
9799 TEL.
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row endhead="true">
9806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815
9816 \backslash
9817 caption*{Fortsetzung der Tabelle}
9818 \backslash
9819
9820 \backslash
9821 %
9822 \end_layout
9823
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row endhead="true">
9851 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \series bold
9857 Telefonliste
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row endhead="true">
9882 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \series bold
9888 NAME
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \series bold
9908 TEL.
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row endfoot="true">
9915 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 wird fortgesetzt\SpecialChar \ldots{}
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row>
9945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Annovi
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Silvia
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 111
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 Bertoli
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 Stefano
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 111
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Bozzi
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Walter
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Cachia
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Maria
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Cachia
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Maurizio
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Cinquemani
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Giusi
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Colin
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Bernard
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 111
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \series bold
10168 Concli
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 Gianfranco
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 111
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \series bold
10199 Dal Bosco
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 Carolina
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 111
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 <row>
10224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 Dalpiaz
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Annamaria
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 111
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261 Feliciello
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Domenico
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 111
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Focarelli
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Paola
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Galletti
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Oreste
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Gasparini
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Franca
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Lassini
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Giancarlo
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Malfatti
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Luciano
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Malfatti
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Valeriano
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Meneguzzo
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Roberto
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Mezzadra
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Roberto
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Pirpamer
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Erich
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Pochiesa
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Paolo
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111, 222
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Radina
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Claudio
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Rizzardi
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Paolo, 11.
10643  Fürst von Monte\SpecialChar \-
10644 com\SpecialChar \-
10645 patri, 11.
10646  Fürst von Sulmona und Vivaro, 10.
10647  Fürst von Rossano, 5.
10648  Herzog von Canemorte, 11.
10649  Herzog von Palombara, 5.
10650  Herzog von Castelchiodato,
10651 \begin_inset ERT
10652 status open
10653
10654 \begin_layout Plain Layout
10655
10656 & 111
10657 \backslash
10658
10659 \backslash
10660  
10661 \backslash
10662 newpage
10663 \end_layout
10664
10665 \begin_layout Plain Layout
10666
10667 &
10668 \end_layout
10669
10670 \end_inset
10671
10672  11.
10673  Herzog von Poggionativo, 11.
10674  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10675  Graf von Valinfreda, 11.
10676  Baron von Cropalati, 11.
10677  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \series bold
10699 Stuffer
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 Oskar
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 111
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \series bold
10730 Tacchelli
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Ugo
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 111
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 </row>
10754 <row>
10755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \series bold
10761 Tezzele
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 Margit
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 111
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \series bold
10792 Unterkalmsteiner
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 Frieda
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 111
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 <row>
10817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821
10822 \series bold
10823 Vieider
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 Hilde
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 111
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 </row>
10847 <row>
10848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852
10853 \series bold
10854 Vigna
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Jürgen
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 111
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \series bold
10885 Weber
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 Maurizio
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 111
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 <row>
10910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914
10915 \series bold
10916 Winkler
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 Franz
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 111
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Section
10948 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10949 \end_layout
10950
10951 \begin_layout Subsection
10952 Mehrfache Zeilen in Zellen
10953 \begin_inset CommandInset label
10954 LatexCommand label
10955 name "uab:Mehrfache-Zeilen-in"
10956
10957 \end_inset
10958
10959
10960 \begin_inset Index
10961 status collapsed
10962
10963 \begin_layout Plain Layout
10964 Mehrfache ! Zeilen in Zellen
10965 \end_layout
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Tabellen ! Zeilenumbrüche
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Standard
10983 \noindent
10984 \begin_inset Float table
10985 placement H
10986 wide false
10987 sideways false
10988 status open
10989
10990 \begin_layout Plain Layout
10991 \begin_inset Caption
10992
10993 \begin_layout Plain Layout
10994 \begin_inset CommandInset label
10995 LatexCommand label
10996 name "tab:Table-with-multiple"
10997
10998 \end_inset
10999
11000 Tabelle mit mehrfachen Zeilen in einer Zelle
11001 \end_layout
11002
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \begin_layout Plain Layout
11009 \align center
11010 \begin_inset Tabular
11011 <lyxtabular version="3" rows="3" columns="3">
11012 <features>
11013 <column alignment="center" valignment="middle" width="2.5cm">
11014 <column alignment="center" valignment="middle" width="0.5cm">
11015 <column alignment="center" valignment="middle" width="0.5cm">
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 zwei
11022 \begin_inset Newline linebreak
11023 \end_inset
11024
11025 Zeilen
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 b
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 c
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 d
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 e
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 f
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 g
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 h
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 i
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 </lyxtabular>
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \begin_layout Standard
11120 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11121  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11122  Tabelle
11123 \begin_inset space ~
11124 \end_inset
11125
11126
11127 \begin_inset CommandInset ref
11128 LatexCommand ref
11129 reference "tab:Table-with-multiple"
11130
11131 \end_inset
11132
11133  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11134 \family sans
11135 Tabellen-Einstellungen
11136 \family default
11137 -Dialog auf 2.5
11138 \begin_inset space \thinspace{}
11139 \end_inset
11140
11141 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11142  Weil unser Text schmaler als 2.5
11143 \begin_inset space \thinspace{}
11144 \end_inset
11145
11146 cm ist, würde er in einer Zeile gedruckt werden.
11147  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11148
11149 \family sans
11150 Strg-Shift-Enter
11151 \family default
11152 ) eingefügt.
11153  Wenn der Text länger ist, wird er automatisch umgebrochen.
11154 \end_layout
11155
11156 \begin_layout Standard
11157 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11158  setzen Sie die Breite der beiden Spalten im 
11159 \family sans
11160 Tabellen-Einstellungen
11161 \family default
11162 -Dialog auf 0.5
11163 \begin_inset space \thinspace{}
11164 \end_inset
11165
11166 cm und die vertikale Ausrichtung auf zentriert.
11167 \end_layout
11168
11169 \begin_layout Standard
11170 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11171  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11172  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11173  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11174  Fügen sie daher 0
11175 \begin_inset space \thinspace{}
11176 \end_inset
11177
11178 pt horizontalen Abstand vor dem Wort ein.
11179  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11180  Tabelle
11181 \begin_inset space ~
11182 \end_inset
11183
11184
11185 \begin_inset CommandInset ref
11186 LatexCommand ref
11187 reference "tab:Table-with-and"
11188
11189 \end_inset
11190
11191  zeigt die Wirkungen.
11192 \end_layout
11193
11194 \begin_layout Standard
11195 \begin_inset Float table
11196 placement h
11197 wide false
11198 sideways false
11199 status open
11200
11201 \begin_layout Plain Layout
11202 \begin_inset Caption
11203
11204 \begin_layout Plain Layout
11205 \begin_inset CommandInset label
11206 LatexCommand label
11207 name "tab:Table-with-and"
11208
11209 \end_inset
11210
11211 Tabelle ohne und mit Silbentrennung
11212 \end_layout
11213
11214 \end_inset
11215
11216
11217 \end_layout
11218
11219 \begin_layout Plain Layout
11220 \begin_inset space \hfill{}
11221 \end_inset
11222
11223
11224 \begin_inset Tabular
11225 <lyxtabular version="3" rows="3" columns="3">
11226 <features>
11227 <column alignment="center" valignment="middle" width="2.5cm">
11228 <column alignment="center" valignment="middle" width="0.5cm">
11229 <column alignment="center" valignment="middle" width="0.5cm">
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 einsehrlangesZellenwort
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 b
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 c
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 d
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 e
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 f
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 g
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 h
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 i
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 </lyxtabular>
11318
11319 \end_inset
11320
11321
11322 \begin_inset space \hfill{}
11323 \end_inset
11324
11325
11326 \begin_inset Tabular
11327 <lyxtabular version="3" rows="3" columns="3">
11328 <features>
11329 <column alignment="center" valignment="middle" width="2.5cm">
11330 <column alignment="center" valignment="middle" width="0.5cm">
11331 <column alignment="center" valignment="middle" width="0.5cm">
11332 <row>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 \begin_inset space \hspace{}
11338 \length 0pt
11339 \end_inset
11340
11341 einsehrlangesZellenwort
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 b
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 c
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 d
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 e
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 f
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 g
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
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 h
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 i
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 </lyxtabular>
11424
11425 \end_inset
11426
11427
11428 \begin_inset space \hfill{}
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \begin_layout Subsection
11440 Mehrfachspalten
11441 \begin_inset CommandInset label
11442 LatexCommand label
11443 name "uab:Mehrfachspalten"
11444
11445 \end_inset
11446
11447
11448 \begin_inset Index
11449 status collapsed
11450
11451 \begin_layout Plain Layout
11452 Mahrfachspalten
11453 \end_layout
11454
11455 \end_inset
11456
11457
11458 \begin_inset Index
11459 status collapsed
11460
11461 \begin_layout Plain Layout
11462 Tabellen ! Mahrfachspalten
11463 \end_layout
11464
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \begin_layout Subsubsection
11471 Grundlagen
11472 \end_layout
11473
11474 \begin_layout Standard
11475 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11476  und verwenden dann den Knopf 
11477 \begin_inset Graphics
11478         filename ../../images/tabular-feature_multicolumn.png
11479         scale 70
11480         scaleBeforeRotation
11481         BoundingBox 0bp 6bp 22bp 22bp
11482
11483 \end_inset
11484
11485  in der Werkzeugleiste, das Menü 
11486 \family sans
11487 Bearbeiten\SpecialChar \menuseparator
11488 Tabelle\SpecialChar \menuseparator
11489 Mehrfachspalte
11490 \family default
11491  oder den 
11492 \family sans
11493 Tabellen-Einstellungen
11494 \family default
11495 -Dialog, in dem Sie auf der Karteikarte 
11496 \family sans
11497 Tabellen-Einstellungen
11498 \family default
11499  
11500 \family sans
11501 Mehrfachspalte
11502 \family default
11503  ankreuzen.
11504 \end_layout
11505
11506 \begin_layout Standard
11507 Mehrfachspalten haben ihre eigenen Einstellungen.
11508  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11509  Hier ist ein Beispiel, wobei 
11510 \begin_inset Quotes gld
11511 \end_inset
11512
11513 B 2
11514 \begin_inset Quotes grd
11515 \end_inset
11516
11517  keine Mehrfachzeile ist, wie in Abschnitt
11518 \begin_inset space ~
11519 \end_inset
11520
11521
11522 \begin_inset CommandInset ref
11523 LatexCommand ref
11524 reference "uab:Mehrfachzeilen"
11525
11526 \end_inset
11527
11528  beschrieben.
11529  Es wurde nur eine Linie weggelassen:
11530 \end_layout
11531
11532 \begin_layout Standard
11533 \align center
11534 \begin_inset Tabular
11535 <lyxtabular version="3" rows="3" columns="4">
11536 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11537 <column alignment="center" valignment="top" width="0pt">
11538 <column alignment="center" valignment="middle" width="0">
11539 <column alignment="center" valignment="top" width="0in">
11540 <column alignment="center" valignment="top" width="0pt">
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 abc
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 def ghi
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 jkl
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584
11585 \family roman
11586 \series medium
11587 \shape up
11588 \size normal
11589 \emph off
11590 \bar no
11591 \noun off
11592 \color none
11593 A
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 B
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 C
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 D
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 </row>
11626 <row>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 1
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 2
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 3
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 4
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 </lyxtabular>
11665
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \begin_layout Subsubsection
11672 Mehrfachspalten-Berechnungen
11673 \begin_inset CommandInset label
11674 LatexCommand label
11675 name "uab:Mehrfachspalten-Berechnungen"
11676
11677 \end_inset
11678
11679
11680 \begin_inset Index
11681 status collapsed
11682
11683 \begin_layout Plain Layout
11684 Mahrfachspalten ! Berechnung
11685 \end_layout
11686
11687 \end_inset
11688
11689
11690 \begin_inset Index
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694 Tabellen ! Mahrfachspalten ! Berechnung
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11704  Zellen beachten.
11705 \end_layout
11706
11707 \begin_layout Standard
11708 \begin_inset Float table
11709 placement h
11710 wide false
11711 sideways false
11712 status open
11713
11714 \begin_layout Plain Layout
11715 \begin_inset Caption
11716
11717 \begin_layout Plain Layout
11718 \begin_inset CommandInset label
11719 LatexCommand label
11720 name "tab:Table-with-centered"
11721
11722 \end_inset
11723
11724 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11725  die halbe Breite der Mehrfachspalten-Zelle haben
11726 \begin_inset OptArg
11727 status collapsed
11728
11729 \begin_layout Plain Layout
11730 Eine Mehrfachspalten-Tabelle
11731 \end_layout
11732
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Plain Layout
11744 \align center
11745 \begin_inset Tabular
11746 <lyxtabular version="3" rows="3" columns="3">
11747 <features>
11748 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11749 <column alignment="center" valignment="middle" width="0">
11750 <column alignment="center" valignment="top" width="0">
11751 <row>
11752 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 Dies ist eine Mehrfach\SpecialChar \-
11757 spalten-Zelle
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 c
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 </row>
11781 <row>
11782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 d
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 e
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 f
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 <row>
11811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 g
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 h
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 i
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 </lyxtabular>
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \end_inset
11847
11848
11849 \end_layout
11850
11851 \begin_layout Standard
11852 Um Tabelle
11853 \begin_inset space ~
11854 \end_inset
11855
11856
11857 \begin_inset CommandInset ref
11858 LatexCommand ref
11859 reference "tab:Table-with-centered"
11860
11861 \end_inset
11862
11863  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11864  3×3-Tabelle, kreuzen im 
11865 \family sans
11866 Tabellen-Einstellungen
11867 \family default
11868 -Dialog 
11869 \family sans
11870 Mehrfachspalte
11871 \family default
11872  an, setzen die 
11873 \family sans
11874 Horizontale
11875 \begin_inset space ~
11876 \end_inset
11877
11878 Ausrichtung
11879 \family default
11880  auf 
11881 \family sans
11882 Zentriert
11883 \family default
11884  und die 
11885 \family sans
11886 Breite
11887 \family default
11888  auf 2.5
11889 \begin_inset space \thinspace{}
11890 \end_inset
11891
11892 cm.
11893  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11894  Sie die Breite der ersten Spalte auf 1.25
11895 \begin_inset space \thinspace{}
11896 \end_inset
11897
11898 cm setzen.
11899  Die zweite Spalte wird dann automatisch 1.25
11900 \begin_inset space \thinspace{}
11901 \end_inset
11902
11903 cm breit (Breite der 
11904 \family sans
11905 Mehrfachspalte
11906 \family default
11907  
11908 \begin_inset Formula $-$
11909 \end_inset
11910
11911  Breite der ersten Spalte).
11912  Dies wurde so für Tabelle
11913 \begin_inset space ~
11914 \end_inset
11915
11916
11917 \begin_inset CommandInset ref
11918 LatexCommand ref
11919 reference "tab:Table-without-half"
11920
11921 \end_inset
11922
11923  gemacht.
11924 \end_layout
11925
11926 \begin_layout Standard
11927 \begin_inset Float table
11928 wide false
11929 sideways false
11930 status open
11931
11932 \begin_layout Plain Layout
11933 \begin_inset Caption
11934
11935 \begin_layout Plain Layout
11936 \begin_inset CommandInset label
11937 LatexCommand label
11938 name "tab:Table-without-half"
11939
11940 \end_inset
11941
11942 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11943  wie die Mehrfachspalte
11944 \begin_inset OptArg
11945 status collapsed
11946
11947 \begin_layout Plain Layout
11948 Eine unvollkommene Mehrfachspalten-Tabelle
11949 \end_layout
11950
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Plain Layout
11962 \align center
11963 \begin_inset Tabular
11964 <lyxtabular version="3" rows="3" columns="3">
11965 <features>
11966 <column alignment="center" valignment="top" width="1.25cm">
11967 <column alignment="center" valignment="top" width="0">
11968 <column alignment="center" valignment="top" width="0">
11969 <row>
11970 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 Dies ist auch eine Mehr\SpecialChar \-
11975 fach\SpecialChar \-
11976 spalten-Zelle
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 c
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 <row>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 d
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 e
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 f
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 <row>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 g
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 h
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 i
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 </row>
12058 </lyxtabular>
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Standard
12071 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12072  als die zweite ist.
12073  Das liegt daran, dass die Zellenbreite 
12074 \begin_inset Formula $W_{\mathrm{tot}}$
12075 \end_inset
12076
12077  nicht ihre definierte Breite 
12078 \begin_inset Formula $W_{g}$
12079 \end_inset
12080
12081  ist, sondern ein wenig mehr.
12082  Anhang
12083 \begin_inset space ~
12084 \end_inset
12085
12086
12087 \begin_inset CommandInset ref
12088 LatexCommand ref
12089 reference "kap:Exläuterung-einer-Gleichung"
12090
12091 \end_inset
12092
12093  erklärt das genauer.
12094 \end_layout
12095
12096 \begin_layout Standard
12097 Wenn 
12098 \emph on
12099 n
12100 \emph default
12101  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12102  die definierte Breite 
12103 \begin_inset Formula $W_{g\, n}$
12104 \end_inset
12105
12106  einer Spalte, deren totale Breite = 
12107 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12108 \end_inset
12109
12110  sein soll, wie folgt:
12111 \begin_inset Formula \begin{equation}
12112 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 In unserem Falls ist 
12121 \begin_inset Formula $n=2$
12122 \end_inset
12123
12124
12125 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12126 \end_inset
12127
12128 cm, und damit wird aus Gleichung
12129 \begin_inset space ~
12130 \end_inset
12131
12132
12133 \begin_inset CommandInset ref
12134 LatexCommand ref
12135 reference "eq:Wgn"
12136
12137 \end_inset
12138
12139  
12140 \begin_inset Formula \begin{equation}
12141 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12142
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \begin_layout Standard
12149 Damit LaTeX rechnen kann, muss das Paket 
12150 \series bold
12151 calc
12152 \series default
12153  im Vorspann geladen werden.
12154 \begin_inset Index
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 LaTeX-Pakete ! calc
12159 \end_layout
12160
12161 \end_inset
12162
12163
12164 \end_layout
12165
12166 \begin_layout Standard
12167
12168 \series bold
12169
12170 \backslash
12171 usepackage{calc}
12172 \end_layout
12173
12174 \begin_layout Standard
12175 LyX erlaubt im 
12176 \family sans
12177 Breite
12178 \family default
12179 -Feld des 
12180 \family sans
12181 Tabellen-Einstellungen
12182 \family default
12183 -Dialogs keine Berechnungen.
12184  Deshalb müssen Sie die Formel für die Breite im Feld 
12185 \family sans
12186 LaTe
12187 \begin_inset ERT
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191
12192 {}
12193 \end_layout
12194
12195 \end_inset
12196
12197 X-Argument
12198 \family default
12199  eingeben.
12200  Hier iss ein Überblick über die Argumente:
12201 \end_layout
12202
12203 \begin_layout Itemize
12204
12205 \series bold
12206 p{Breite}
12207 \series default
12208  die Zelle bekommt eine feste 
12209 \series bold
12210 Breite
12211 \series default
12212 , und die vertikale Ausrichtung ist 
12213 \family sans
12214 Oben
12215 \end_layout
12216
12217 \begin_layout Itemize
12218
12219 \series bold
12220 m{Breite}
12221 \series default
12222  die Zelle bekommt eine feste 
12223 \series bold
12224 Breite
12225 \series default
12226 , und die vertikale Ausrichtung ist 
12227 \family sans
12228 Mitte
12229 \end_layout
12230
12231 \begin_layout Itemize
12232
12233 \series bold
12234 b{Breite}
12235 \series default
12236  die Zelle bekommt eine feste 
12237 \series bold
12238 Breite
12239 \series default
12240 , und die vertikale Ausrichtung ist 
12241 \family sans
12242 Unten
12243 \end_layout
12244
12245 \begin_layout Standard
12246 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12247  für diese Zelle überschrieben.
12248 \end_layout
12249
12250 \begin_layout Standard
12251 \begin_inset Note Greyedout
12252 status open
12253
12254 \begin_layout Plain Layout
12255
12256 \series bold
12257 Bemerkung:
12258 \series default
12259  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12260  angezeigt.
12261 \end_layout
12262
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \begin_layout Standard
12269 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12270  der Zelle mit dem Inhalt 
12271 \begin_inset Quotes gld
12272 \end_inset
12273
12274 d
12275 \begin_inset Quotes grd
12276 \end_inset
12277
12278  der Tabelle
12279 \begin_inset space ~
12280 \end_inset
12281
12282
12283 \begin_inset CommandInset ref
12284 LatexCommand ref
12285 reference "tab:Table-with-centered"
12286
12287 \end_inset
12288
12289  auch noch der Befehl
12290 \family typewriter
12291 \series bold
12292  
12293 \family default
12294
12295 \backslash
12296 centering
12297 \series default
12298  hinzugefügt.
12299  Das Ganze sieht dann so aus:
12300 \end_layout
12301
12302 \begin_layout Standard
12303
12304 \series bold
12305 |>{
12306 \backslash
12307 centering}m{1.25cm-6.2pt}
12308 \end_layout
12309
12310 \begin_layout Standard
12311 Der vertikale Strich 
12312 \series bold
12313
12314 \begin_inset Quotes gld
12315 \end_inset
12316
12317 |
12318 \series default
12319
12320 \begin_inset Quotes grd
12321 \end_inset
12322
12323  am Anfang zeichnet die linke Linie, und der Befehl 
12324 \series bold
12325
12326 \begin_inset Quotes gld
12327 \end_inset
12328
12329 >{ }
12330 \begin_inset Quotes grd
12331 \end_inset
12332
12333
12334 \series default
12335  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12336  der Zelle benutzt werden sollen.
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12341  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12342  für einzelne Spalten anwendet.
12343  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12344  werden:
12345 \end_layout
12346
12347 \begin_layout Standard
12348
12349 \series bold
12350 |>{
12351 \backslash
12352 centering}m{2.5cm}|
12353 \end_layout
12354
12355 \begin_layout Subsection
12356 Mehrfachzeilen
12357 \begin_inset CommandInset label
12358 LatexCommand label
12359 name "uab:Mehrfachzeilen"
12360
12361 \end_inset
12362
12363
12364 \begin_inset Index
12365 status collapsed
12366
12367 \begin_layout Plain Layout
12368 Mehrfachzeilen
12369 \end_layout
12370
12371 \end_inset
12372
12373
12374 \begin_inset Index
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 Tabellen ! Mehrfachzeilen
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \end_layout
12385
12386 \begin_layout Standard
12387 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12388  unterstützt, sodass etwas TeX-Code notwendig ist.
12389  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12390 \series bold
12391 multirow
12392 \series default
12393
12394 \begin_inset Index
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398 LaTeX-Pakete ! multirow
12399 \end_layout
12400
12401 \end_inset
12402
12403  im Vorspann geladen werden:
12404 \end_layout
12405
12406 \begin_layout Standard
12407
12408 \series bold
12409
12410 \backslash
12411 usepackage{multirow}
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421
12422 \backslash
12423 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12428  Mehrfachspalte definiert und die obere Linie entfernt.
12429 \end_layout
12430
12431 \begin_layout Standard
12432 \align center
12433 \begin_inset ERT
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437
12438
12439 \backslash
12440 renewcommand{
12441 \backslash
12442 multirowsetup}{
12443 \backslash
12444 centering}
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \begin_inset Tabular
12451 <lyxtabular version="3" rows="3" columns="3">
12452 <features>
12453 <column alignment="center" valignment="top" width="0">
12454 <column alignment="center" valignment="top" width="0">
12455 <column alignment="center" valignment="top" width="0">
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 a
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 b
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 c
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 </row>
12485 <row>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 \begin_inset ERT
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494
12495
12496 \backslash
12497 multirow{2}{2.5cm}{
12498 \end_layout
12499
12500 \end_inset
12501
12502 Mehrfach\SpecialChar \-
12503 zeilen-Text
12504 \begin_inset ERT
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508
12509 }
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 e
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 f
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 </row>
12538 <row>
12539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 h
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 i
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 </lyxtabular>
12568
12569 \end_inset
12570
12571
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577
12578 \backslash
12579 renewcommand{
12580 \backslash
12581 multirowsetup}{
12582 \backslash
12583 raggedright}
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \begin_layout Standard
12592 In der Zelle darüber wurde dann mit dem Befehl
12593 \end_layout
12594
12595 \begin_layout Standard
12596
12597 \series bold
12598
12599 \backslash
12600 multirow{2}{2.5cm}{
12601 \end_layout
12602
12603 \begin_layout Standard
12604 als TeX-Code die Mehrfachzeile definiert.
12605  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12606 \begin_inset space \thinspace{}
12607 \end_inset
12608
12609 cm.
12610  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12611  mit der Klammer 
12612 \begin_inset Quotes gld
12613 \end_inset
12614
12615
12616 \series bold
12617 }
12618 \series default
12619
12620 \begin_inset Quotes grd
12621 \end_inset
12622
12623  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12624 \end_layout
12625
12626 \begin_layout Standard
12627
12628 \series bold
12629
12630 \backslash
12631 multirow
12632 \series default
12633  richtet seinen Inhalt standardmäßig linksbündig aus.
12634  Das wurde mit dem Befehl
12635 \end_layout
12636
12637 \begin_layout Standard
12638
12639 \series bold
12640
12641 \backslash
12642 renewcommand{
12643 \backslash
12644 multirowsetup}{
12645 \backslash
12646 centering}
12647 \end_layout
12648
12649 \begin_layout Standard
12650 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12651 \end_layout
12652
12653 \begin_layout Standard
12654
12655 \series bold
12656
12657 \backslash
12658 renewcommand{
12659 \backslash
12660 multirowsetup}{
12661 \backslash
12662 raggedright}
12663 \end_layout
12664
12665 \begin_layout Standard
12666 zurückgesetzt.
12667  Für rechtsbündigen Text benutzt man 
12668 \series bold
12669
12670 \backslash
12671 raggedleft
12672 \series default
12673 .
12674 \end_layout
12675
12676 \begin_layout Section
12677 Formale Tabellen
12678 \begin_inset CommandInset label
12679 LatexCommand label
12680 name "abs:Formale-Tabellen"
12681
12682 \end_inset
12683
12684
12685 \begin_inset Index
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689 Tabellen ! Formale
12690 \end_layout
12691
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \begin_layout Standard
12698 Tabellen werden in Büchern oft wie Tabelle
12699 \begin_inset space ~
12700 \end_inset
12701
12702
12703 \begin_inset CommandInset ref
12704 LatexCommand ref
12705 reference "tab:Formale-Tabelle"
12706
12707 \end_inset
12708
12709  gesetzt.
12710  Diese Tabellen werden
12711 \emph on
12712  formal
12713 \emph default
12714  genannt.
12715  Formale Tabellen bekommen Sie, wenn Sie im 
12716 \family sans
12717 Tabellen-Einstellungen
12718 \family default
12719 -Dialog auf der Karteikarte 
12720 \family sans
12721 Rahmen
12722 \family default
12723  den 
12724 \family sans
12725 Stil
12726 \family default
12727  
12728 \family sans
12729 Formal
12730 \family default
12731  ankreuzen.
12732 \end_layout
12733
12734 \begin_layout Standard
12735 \begin_inset Float table
12736 placement h
12737 wide false
12738 sideways false
12739 status open
12740
12741 \begin_layout Plain Layout
12742 \begin_inset Caption
12743
12744 \begin_layout Plain Layout
12745 \begin_inset CommandInset label
12746 LatexCommand label
12747 name "tab:Formale-Tabelle"
12748
12749 \end_inset
12750
12751 Formale Tabelle
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Plain Layout
12760 \align center
12761 \begin_inset Tabular
12762 <lyxtabular version="3" rows="8" columns="4">
12763 <features booktabs="true">
12764 <column alignment="center" valignment="top" width="0">
12765 <column alignment="right" valignment="top" width="0">
12766 <column alignment="right" valignment="top" width="0">
12767 <column alignment="right" valignment="top" width="0">
12768 <row>
12769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 System
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Medipix
12783 \begin_inset space \thinspace{}
12784 \end_inset
12785
12786 1
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Medipix
12796 \begin_inset space \thinspace{}
12797 \end_inset
12798
12799 2
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 \begin_inset ERT
12820 status collapsed
12821
12822 \begin_layout Plain Layout
12823
12824
12825 \backslash
12826 cmidrule(r){2-2}
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 cmidrule(l){3-4}
12840 \end_layout
12841
12842 \end_inset
12843
12844 Detektordicke [µm]
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 300
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 300
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 700
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 <row>
12878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 Kantenwinkel [°]
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 3.55
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 2.71
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 7.99
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 <row topspace="default">
12916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 räumliche Auf\SpecialChar \textcompwordmark{}
12921 lösung [µm]
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 4.26
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 10.17
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 10.56
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 </row>
12954 <row topspace="default">
12955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 MTF bei 
12960 \begin_inset Formula $f_{\mathrm{max}}$
12961 \end_inset
12962
12963
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 0.53
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 0.37
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 0.39
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 <row topspace="default">
12997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 \begin_inset ERT
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005
13006
13007 \backslash
13008 cmidrule(l{10pt}){1-1}
13009 \end_layout
13010
13011 \end_inset
13012
13013 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13014 lösung
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 <row>
13048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 in µm
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 129.7
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 <cell alignment="center" valignment="top" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 52.75
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 50.78
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 </row>
13085 <row>
13086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 in % der Pixelgröße
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 76.3
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 95.9
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 92.3
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 </lyxtabular>
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Standard
13136 Abstände zu Tabellenzeilen können auf der Karteikarte 
13137 \family sans
13138 Rahmen
13139 \family default
13140  des 
13141 \family sans
13142 Tabellen-Ein\SpecialChar \-
13143 stel\SpecialChar \-
13144 lun\SpecialChar \-
13145 gen
13146 \family default
13147 -Dialogs hinzugefügt werden, wie in Abschnitt
13148 \begin_inset space ~
13149 \end_inset
13150
13151
13152 \begin_inset CommandInset ref
13153 LatexCommand ref
13154 reference "uab:Zeilenabstand"
13155
13156 \end_inset
13157
13158  beschrieben.
13159 \end_layout
13160
13161 \begin_layout Standard
13162 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13163  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13164  gedruckt aber anders aus.
13165  Die erste und letzte Linie ist 0.08
13166 \begin_inset space \thinspace{}
13167 \end_inset
13168
13169 em dick, während die anderen 0.05
13170 \begin_inset space \thinspace{}
13171 \end_inset
13172
13173 em dick sind.
13174 \end_layout
13175
13176 \begin_layout Standard
13177 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 let
13186 \backslash
13187 mytoprule
13188 \backslash
13189 toprule
13190 \begin_inset Newline newline
13191 \end_inset
13192
13193
13194 \backslash
13195 renewcommand{
13196 \backslash
13197 toprule}{
13198 \backslash
13199 mytoprule[Breite]}
13200 \end_layout
13201
13202 \begin_layout Standard
13203 Dies Beispiel gilt für die oberste Linie, genannt 
13204 \series bold
13205 toprule
13206 \series default
13207 .
13208  Für die letzte müssen Sie 
13209 \series bold
13210 toprule
13211 \series default
13212  durch 
13213 \series bold
13214 bottomrule
13215 \series default
13216  ersetzen.
13217  Die Linien dazwischen heißen 
13218 \series bold
13219 midrule
13220 \series default
13221 .
13222  Für 
13223 \family sans
13224 Breite
13225 \family default
13226  können Sie alle Einheiten benutzen, die in Anhang
13227 \begin_inset space ~
13228 \end_inset
13229
13230
13231 \begin_inset CommandInset ref
13232 LatexCommand ref
13233 reference "kap:In-LyX-verfügbare"
13234
13235 \end_inset
13236
13237  aufgelistet sind.
13238 \end_layout
13239
13240 \begin_layout Standard
13241 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13242  eine Linie unter einer Mehrfachspalte.
13243  LyX wird intern den Befehl 
13244 \series bold
13245
13246 \backslash
13247 cmidrule
13248 \series default
13249  benutzen, um diese Linie zu drucken.
13250  Der ganze Befehl sieht so aus:
13251 \end_layout
13252
13253 \begin_layout Standard
13254
13255 \series bold
13256
13257 \backslash
13258 cmidrule[width](trim){Anfangsspalte-Endspalte}
13259 \end_layout
13260
13261 \begin_layout Standard
13262 Die 
13263 \series bold
13264
13265 \backslash
13266 cmidrule
13267 \series default
13268 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13269  benutzen.
13270  
13271 \series bold
13272
13273 \backslash
13274 cmidrule
13275 \series default
13276  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13277  erste Zelle einer Zeile einfügt.
13278  Die Linie wird dann über der Zeile gedruckt.
13279 \end_layout
13280
13281 \begin_layout Standard
13282 Der Standardwert ist 0.03
13283 \begin_inset space \thinspace{}
13284 \end_inset
13285
13286 em.
13287  Die Linie reicht von 
13288 \family typewriter
13289 Anfangsspalte
13290 \family default
13291  bis 
13292 \family typewriter
13293 End\SpecialChar \-
13294 spal\SpecialChar \-
13295 te
13296 \family default
13297 .
13298  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13299   Der optionale Parameter 
13300 \family typewriter
13301 trim
13302 \family default
13303  kann die Werte 
13304 \emph on
13305 r
13306 \emph default
13307
13308 \emph on
13309 r{Breite}
13310 \emph default
13311
13312 \emph on
13313 l
13314 \family typewriter
13315 \emph default
13316  
13317 \family default
13318 oder 
13319 \emph on
13320 l{Breite}
13321 \emph default
13322  annehmen, wobei die 
13323 \family sans
13324 Breite
13325 \family default
13326  optional ist.
13327  
13328 \emph on
13329 l{2pt}
13330 \emph default
13331  zum Beispiel bedeutet, dass die Linie links um 2
13332 \begin_inset space \thinspace{}
13333 \end_inset
13334
13335 pt gekürzt wird.
13336  Ohne Breitenangabe werden die Linien um 0.5
13337 \begin_inset space \thinspace{}
13338 \end_inset
13339
13340 em gekürzt.
13341 \end_layout
13342
13343 \begin_layout Standard
13344 \begin_inset VSpace bigskip
13345 \end_inset
13346
13347 In Tabelle
13348 \begin_inset space ~
13349 \end_inset
13350
13351
13352 \begin_inset CommandInset ref
13353 LatexCommand ref
13354 reference "tab:Formale-Tabelle"
13355
13356 \end_inset
13357
13358  wurden die Befehle
13359 \end_layout
13360
13361 \begin_layout Standard
13362
13363 \series bold
13364
13365 \backslash
13366 cmidrule(r){2-2}
13367 \backslash
13368 cmidrule(l){3-4}
13369 \end_layout
13370
13371 \begin_layout Standard
13372 am Anfang der zweiten Zeile und
13373 \end_layout
13374
13375 \begin_layout Standard
13376
13377 \series bold
13378
13379 \backslash
13380 cmidrule(l{10pt}){1-1}
13381 \end_layout
13382
13383 \begin_layout Standard
13384 in der sechsten benutzt.
13385 \end_layout
13386
13387 \begin_layout Standard
13388 \begin_inset VSpace bigskip
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \begin_layout Standard
13395 Sie können mit 
13396 \series bold
13397
13398 \backslash
13399 cmidrule
13400 \series default
13401  auch überlappende Linien wie in Tabelle
13402 \begin_inset space ~
13403 \end_inset
13404
13405
13406 \begin_inset CommandInset ref
13407 LatexCommand ref
13408 reference "tab:Special-booktabs-table"
13409
13410 \end_inset
13411
13412  definieren.
13413  Der Befehl ist:
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 morecmidrules
13422 \end_layout
13423
13424 \begin_layout Standard
13425 In Zeile zwei der Tabelle
13426 \begin_inset space ~
13427 \end_inset
13428
13429
13430 \begin_inset CommandInset ref
13431 LatexCommand ref
13432 reference "tab:Special-booktabs-table"
13433
13434 \end_inset
13435
13436  wurde folgender Befehl benutzt:
13437 \end_layout
13438
13439 \begin_layout Standard
13440
13441 \series bold
13442
13443 \backslash
13444 cmidrule(r){2-2}
13445 \backslash
13446 cmidrule(l){3-4}
13447 \backslash
13448 morecmidrules
13449 \begin_inset Newline newline
13450 \end_inset
13451
13452
13453 \backslash
13454 cmidrule{2-4}
13455 \end_layout
13456
13457 \begin_layout Standard
13458 und in Zeile sechs:
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 midrule
13467 \backslash
13468 morecmidrules
13469 \backslash
13470 cmidrule{3-4}
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \begin_inset VSpace bigskip
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \begin_layout Standard
13481 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13482  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 specialrule{Dicke}{Abstand davor}{Abstand danach}
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13495 \series bold
13496 booktabs
13497 \series default
13498  
13499 \begin_inset CommandInset citation
13500 LatexCommand cite
13501 key "booktabs"
13502
13503 \end_inset
13504
13505 .
13506 \begin_inset Index
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510 LaTeX-Pakete ! booktabs
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \begin_layout Standard
13519 \begin_inset Float table
13520 placement h
13521 wide false
13522 sideways false
13523 status open
13524
13525 \begin_layout Plain Layout
13526 \begin_inset Caption
13527
13528 \begin_layout Plain Layout
13529 \begin_inset CommandInset label
13530 LatexCommand label
13531 name "tab:Special-booktabs-table"
13532
13533 \end_inset
13534
13535 Eine spezielle formale Tabelle
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \begin_layout Plain Layout
13544 \align center
13545 \begin_inset Tabular
13546 <lyxtabular version="3" rows="8" columns="4">
13547 <features booktabs="true">
13548 <column alignment="center" valignment="top" width="0">
13549 <column alignment="center" valignment="top" width="0">
13550 <column alignment="right" valignment="top" width="0">
13551 <column alignment="right" valignment="top" width="0">
13552 <row>
13553 <cell alignment="center" valignment="top" topline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 System
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 Medipix
13567 \begin_inset space \thinspace{}
13568 \end_inset
13569
13570 1
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 Medipix
13580 \begin_inset space \thinspace{}
13581 \end_inset
13582
13583 2
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 <row>
13599 <cell alignment="center" valignment="top" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607
13608
13609 \backslash
13610 cmidrule(r){2-2}
13611 \end_layout
13612
13613 \end_inset
13614
13615
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621
13622 \backslash
13623 cmidrule(l){3-4}
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \begin_inset ERT
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633
13634
13635 \backslash
13636 morecmidrules 
13637 \end_layout
13638
13639 \end_inset
13640
13641
13642 \begin_inset ERT
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646
13647
13648 \backslash
13649 cmidrule{2-4}
13650 \end_layout
13651
13652 \end_inset
13653
13654 Detektordicke  [µm]
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 300
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 300
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 700
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 </row>
13687 <row>
13688 <cell alignment="center" valignment="top" topline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 Kantenwinkel [°]
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 3,55
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 2,71
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 7,99
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 </row>
13725 <row topspace="default">
13726 <cell alignment="center" valignment="top" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 räumliche Auf\SpecialChar \textcompwordmark{}
13731 lösung [µm]
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 4,26
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 10,17
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 10,56
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row topspace="default">
13765 <cell alignment="center" valignment="top" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 MTF bei 
13770 \begin_inset Formula $f_{\mathrm{max}}$
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 0,53
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 0,37
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 0,39
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816
13817 \backslash
13818 morecmidrules 
13819 \end_layout
13820
13821 \end_inset
13822
13823
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829
13830 \backslash
13831 cmidrule{3-4}
13832 \end_layout
13833
13834 \end_inset
13835
13836 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13837 lösung
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 in µm
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 129,7
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 52,75
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 50,78
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row>
13909 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 in % der Pixelgröße
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Plain Layout
13922 76,3
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931 95,9
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 92,3
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 </lyxtabular>
13947
13948 \end_inset
13949
13950
13951 \end_layout
13952
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \begin_layout Section
13959 Vertikale Tabellen-Ausrichtung
13960 \begin_inset Index
13961 status collapsed
13962
13963 \begin_layout Plain Layout
13964 Tabellen ! Ausrichtung
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \begin_layout Standard
13973 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13974  einer Box sein.
13975  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13976 \begin_inset space ~
13977 \end_inset
13978
13979
13980 \begin_inset CommandInset ref
13981 LatexCommand ref
13982 reference "abs:Box-Dialog"
13983
13984 \end_inset
13985
13986  beschrieben.
13987 \end_layout
13988
13989 \begin_layout Standard
13990 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13991 \begin_inset Foot
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995 Minipages werden in Abschnitt
13996 \begin_inset space ~
13997 \end_inset
13998
13999
14000 \begin_inset CommandInset ref
14001 LatexCommand ref
14002 reference "abs:Minipage"
14003
14004 \end_inset
14005
14006  beschrieben.
14007 \end_layout
14008
14009 \end_inset
14010
14011  mit 15
14012 \begin_inset space \thinspace{}
14013 \end_inset
14014
14015 col%-Breite:
14016 \end_layout
14017
14018 \begin_layout Itemize
14019 Test 
14020 \begin_inset Box Frameless
14021 position "t"
14022 hor_pos "c"
14023 has_inner_box 1
14024 inner_pos "c"
14025 use_parbox 0
14026 width "15col%"
14027 special "none"
14028 height "1in"
14029 height_special "totalheight"
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033 \begin_inset Tabular
14034 <lyxtabular version="3" rows="3" columns="3">
14035 <features>
14036 <column alignment="center" valignment="top" width="0">
14037 <column alignment="center" valignment="top" width="0">
14038 <column alignment="center" valignment="top" width="0">
14039 <row>
14040 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 Tabelle 1
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 </row>
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 b
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 e
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 h
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 </row>
14097 <row>
14098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 c
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 f
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 i
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 </row>
14126 </lyxtabular>
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \end_inset
14134
14135  Test 
14136 \begin_inset ERT
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140
14141
14142 \backslash
14143 raisebox{0.85
14144 \backslash
14145 baselineskip}{
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \begin_inset Box Frameless
14152 position "t"
14153 hor_pos "c"
14154 has_inner_box 1
14155 inner_pos "c"
14156 use_parbox 0
14157 width "15col%"
14158 special "none"
14159 height "1in"
14160 height_special "totalheight"
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164 \begin_inset Tabular
14165 <lyxtabular version="3" rows="3" columns="3">
14166 <features>
14167 <column alignment="center" valignment="top" width="0">
14168 <column alignment="center" valignment="top" width="0">
14169 <column alignment="center" valignment="top" width="0">
14170 <row>
14171 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 Tabelle 2
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 </row>
14199 <row>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 b
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 e
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 h
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 c
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 f
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 i
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 </row>
14257 </lyxtabular>
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272 }
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \begin_layout Itemize
14281 Test 
14282 \begin_inset Box Frameless
14283 position "c"
14284 hor_pos "c"
14285 has_inner_box 1
14286 inner_pos "c"
14287 use_parbox 0
14288 width "15col%"
14289 special "none"
14290 height "1in"
14291 height_special "totalheight"
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295 \begin_inset Tabular
14296 <lyxtabular version="3" rows="3" columns="3">
14297 <features>
14298 <column alignment="center" valignment="top" width="0">
14299 <column alignment="center" valignment="top" width="0">
14300 <column alignment="center" valignment="top" width="0">
14301 <row>
14302 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 Tabelle 3
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 </row>
14330 <row>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 b
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 e
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 h
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 <row>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 c
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 f
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 i
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 </row>
14388 </lyxtabular>
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \begin_layout Itemize
14401 Test 
14402 \begin_inset Box Frameless
14403 position "b"
14404 hor_pos "c"
14405 has_inner_box 1
14406 inner_pos "c"
14407 use_parbox 0
14408 width "15col%"
14409 special "none"
14410 height "1in"
14411 height_special "totalheight"
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415 \begin_inset Tabular
14416 <lyxtabular version="3" rows="3" columns="3">
14417 <features>
14418 <column alignment="center" valignment="top" width="0">
14419 <column alignment="center" valignment="top" width="0">
14420 <column alignment="center" valignment="top" width="0">
14421 <row>
14422 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Tabelle 4
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 </row>
14450 <row>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 b
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 e
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 h
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 c
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 f
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 i
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 </lyxtabular>
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \end_inset
14516
14517 Test 
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523
14524 \backslash
14525 raisebox{-0.32
14526 \backslash
14527 baselineskip}{
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \begin_inset Box Frameless
14534 position "b"
14535 hor_pos "c"
14536 has_inner_box 1
14537 inner_pos "c"
14538 use_parbox 0
14539 width "15col%"
14540 special "none"
14541 height "1in"
14542 height_special "totalheight"
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 \begin_inset Tabular
14547 <lyxtabular version="3" rows="3" columns="3">
14548 <features>
14549 <column alignment="center" valignment="top" width="0">
14550 <column alignment="center" valignment="top" width="0">
14551 <column alignment="center" valignment="top" width="0">
14552 <row>
14553 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 Tabelle 5
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 b
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 e
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604 h
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 </row>
14610 <row>
14611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 c
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 f
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 i
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 </lyxtabular>
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654 }
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14664 \begin_inset space \space{}
14665 \end_inset
14666
14667 1 und letzten Zeile von Tabelle
14668 \begin_inset space \space{}
14669 \end_inset
14670
14671 4 bezüglich dem Wort 
14672 \begin_inset Quotes gld
14673 \end_inset
14674
14675 Test
14676 \begin_inset Quotes grd
14677 \end_inset
14678
14679  nicht richtig ausgerichtet.
14680  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14681 \begin_inset Quotes gld
14682 \end_inset
14683
14684 Raisebox
14685 \begin_inset Quotes grd
14686 \end_inset
14687
14688
14689 \begin_inset Foot
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 Raiseboxen werden in Abschnitt
14694 \begin_inset space ~
14695 \end_inset
14696
14697
14698 \begin_inset CommandInset ref
14699 LatexCommand ref
14700 reference "uab:Vertikale-Ausrichtung"
14701
14702 \end_inset
14703
14704  beschrieben.
14705 \end_layout
14706
14707 \end_inset
14708
14709  setzen.
14710  In Tabelle
14711 \begin_inset space \space{}
14712 \end_inset
14713
14714 2 wurde der Text mit dem Befehl
14715 \end_layout
14716
14717 \begin_layout Standard
14718
14719 \series bold
14720
14721 \backslash
14722 raisebox{0.85
14723 \backslash
14724 baselineskip}{
14725 \end_layout
14726
14727 \begin_layout Standard
14728 vor der Box ausgerichtet.
14729  Hinter der Box wurde auch noch 
14730 \series bold
14731 }
14732 \series default
14733  als TeX-Code eingefügt, weil der obige Befehl mit 
14734 \series bold
14735 {
14736 \series default
14737  aufhörte.
14738  Für Tabelle
14739 \begin_inset space \space{}
14740 \end_inset
14741
14742 5 wurde der Befehl
14743 \end_layout
14744
14745 \begin_layout Standard
14746
14747 \series bold
14748
14749 \backslash
14750 raisebox{-0.32
14751 \backslash
14752 baselineskip}{
14753 \end_layout
14754
14755 \begin_layout Standard
14756 benutzt.
14757 \end_layout
14758
14759 \begin_layout Standard
14760 \begin_inset Note Greyedout
14761 status open
14762
14763 \begin_layout Plain Layout
14764
14765 \series bold
14766 Bemerkung:
14767 \series default
14768  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14769  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14770  Der Faktor im 
14771 \series bold
14772
14773 \backslash
14774 raisebox
14775 \series default
14776 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14777 \end_layout
14778
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \begin_layout Section
14785 Farbige Tabellen
14786 \begin_inset CommandInset label
14787 LatexCommand label
14788 name "abs:Farbige-Tabellen"
14789
14790 \end_inset
14791
14792
14793 \begin_inset Index
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797 Tabellen ! farbige
14798 \end_layout
14799
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Subsection
14806 Farbige Zellen
14807 \begin_inset Index
14808 status collapsed
14809
14810 \begin_layout Plain Layout
14811 farbige !  Tabellenzellen
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \begin_layout Standard
14820 \begin_inset Float table
14821 placement h
14822 wide false
14823 sideways false
14824 status open
14825
14826 \begin_layout Plain Layout
14827 \begin_inset Caption
14828
14829 \begin_layout Plain Layout
14830 \begin_inset CommandInset label
14831 LatexCommand label
14832 name "tab:Farbige-Tabelle-ohne"
14833
14834 \end_inset
14835
14836 Farbige Tabelle, ohne Paket 
14837 \series bold
14838 colortbl
14839 \series default
14840
14841 \begin_inset OptArg
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845 Tabelle ohne 
14846 \family typewriter
14847 colortbl
14848 \end_layout
14849
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \begin_layout Plain Layout
14861 \align center
14862 \begin_inset Tabular
14863 <lyxtabular version="3" rows="3" columns="3">
14864 <features>
14865 <column alignment="center" valignment="top" width="0">
14866 <column alignment="center" valignment="top" width="0">
14867 <column alignment="center" valignment="top" width="0">
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873
14874 \color green
14875 a
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color red
14886 b
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color red
14897 c
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \color green
14910 d
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \color blue
14921 e
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \color blue
14932 f
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943
14944 \color green
14945 g
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color blue
14956 h
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color blue
14967 i
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 </lyxtabular>
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 \begin_inset CommandInset label
14987 LatexCommand label
14988 name "Wenn-Sie-nur"
14989
14990 \end_inset
14991
14992 Wenn Sie nur farbigen Text
14993 \begin_inset Index
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 Farbe ! für Text
14998 \end_layout
14999
15000 \end_inset
15001
15002  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15003  auf den Werkzeugleistenknopf 
15004 \begin_inset Graphics
15005         filename ../../images/dialog-show_character.png
15006         scale 70
15007         scaleBeforeRotation
15008         BoundingBox 0bp 0bp 20bp 20bp
15009
15010 \end_inset
15011
15012  oder über das Menü 
15013 \family sans
15014 Bearbeiten\SpecialChar \menuseparator
15015 Textstil\SpecialChar \menuseparator
15016 Benutzerdefiniert
15017 \family default
15018  mit dem 
15019 \family sans
15020 Textstil
15021 \family default
15022 -Dialog wie es in Tabelle
15023 \begin_inset space ~
15024 \end_inset
15025
15026
15027 \begin_inset CommandInset ref
15028 LatexCommand ref
15029 reference "tab:Farbige-Tabelle-ohne"
15030
15031 \end_inset
15032
15033  gemacht wurde.
15034  In anderen Fällen müssen Sie das LaTeX-Paket 
15035 \series bold
15036 colortbl
15037 \series default
15038  benutzen.
15039 \begin_inset Index
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 LaTeX-Pakete ! colortbl
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \begin_layout Standard
15052 \begin_inset ERT
15053 status collapsed
15054
15055 \begin_layout Plain Layout
15056
15057
15058 \backslash
15059 ifcolortbl
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \begin_inset Note Note
15066 status open
15067
15068 \begin_layout Plain Layout
15069 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15070 \series bold
15071 colortbl
15072 \series default
15073  installiert ist.
15074 \end_layout
15075
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \begin_layout Standard
15082 Um farbige Tabellen zu erzeugen, muss 
15083 \series bold
15084 colortbl
15085 \series default
15086  im LaTeX-Vorspann geladen werden:
15087 \end_layout
15088
15089 \begin_layout Standard
15090
15091 \series bold
15092
15093 \backslash
15094 usepackage{colortbl}
15095 \end_layout
15096
15097 \begin_layout Standard
15098 Die Farbe einer Spalte ändert man dann mit dem Befehl
15099 \end_layout
15100
15101 \begin_layout Standard
15102
15103 \series bold
15104
15105 \backslash
15106 columncolor{Farbname}
15107 \end_layout
15108
15109 \begin_layout Standard
15110 innerhalb des Befehls 
15111 \series bold
15112 >{}
15113 \series default
15114 .
15115  Mehr über den Befehl 
15116 \series bold
15117 >{}
15118 \series default
15119  finden Sie im Abschnitt
15120 \begin_inset space ~
15121 \end_inset
15122
15123
15124 \begin_inset CommandInset ref
15125 LatexCommand ref
15126 reference "uab:Mehrfachspalten-Berechnungen"
15127
15128 \end_inset
15129
15130 .
15131 \end_layout
15132
15133 \begin_layout Standard
15134 Folgende Farbnamen sind vordefiniert:
15135 \end_layout
15136
15137 \begin_layout Standard
15138
15139 \family sans
15140 red
15141 \family default
15142
15143 \family sans
15144 green
15145 \family default
15146
15147 \family sans
15148 yellow
15149 \family default
15150
15151 \family sans
15152 blue
15153 \family default
15154
15155 \family sans
15156 cyan
15157 \family default
15158
15159 \family sans
15160 magenta
15161 \family default
15162
15163 \family sans
15164 black
15165 \family default
15166  und 
15167 \family sans
15168 white
15169 \begin_inset Newline newline
15170 \end_inset
15171
15172 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15173 \family default
15174 und
15175 \family sans
15176  weiß
15177 \family default
15178 ).
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \begin_inset VSpace medskip
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Sie können auch eigene Farben definieren:
15190 \end_layout
15191
15192 \begin_layout Standard
15193
15194 \series bold
15195
15196 \backslash
15197 definecolor{Farbname}{Farbmodell}{Farbwerte}
15198 \end_layout
15199
15200 \begin_layout Standard
15201 Das Farbmodell kann eins der folgenden sein:
15202 \end_layout
15203
15204 \begin_layout Labeling
15205 \labelwidthstring 00.00.0000
15206 cmyk: cyan, magenta, yellow, black
15207 \end_layout
15208
15209 \begin_layout Labeling
15210 \labelwidthstring 00.00.0000
15211 rgb: red, green blue
15212 \end_layout
15213
15214 \begin_layout Labeling
15215 \labelwidthstring 00.00.0000
15216 gray: gray
15217 \end_layout
15218
15219 \begin_layout Standard
15220 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15221  die die entsprechende Farbe für das Farbmodell beschreiben.
15222 \end_layout
15223
15224 \begin_layout Standard
15225 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15226 \emph on
15227
15228 \begin_inset Quotes gld
15229 \end_inset
15230
15231 dunkelgruen
15232 \emph default
15233
15234 \begin_inset Quotes grd
15235 \end_inset
15236
15237  und 
15238 \begin_inset Quotes gld
15239 \end_inset
15240
15241
15242 \emph on
15243 hellgrau
15244 \emph default
15245
15246 \begin_inset Quotes grd
15247 \end_inset
15248
15249  folgendermaßen definieren:
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15258 \end_layout
15259
15260 \begin_layout Standard
15261
15262 \series bold
15263
15264 \backslash
15265 definecolor{hellgrau}{gray}{0.8}
15266 \end_layout
15267
15268 \begin_layout Standard
15269 \begin_inset VSpace medskip
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Linien werden mit dem Befehl
15277 \end_layout
15278
15279 \begin_layout Standard
15280
15281 \series bold
15282
15283 \backslash
15284 rowcolor{Farbname}
15285 \end_layout
15286
15287 \begin_layout Standard
15288 gefärbt, Zellen mit dem Befehl
15289 \end_layout
15290
15291 \begin_layout Standard
15292
15293 \series bold
15294
15295 \backslash
15296 cellcolor{Farbname}
15297 \end_layout
15298
15299 \begin_layout Standard
15300 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Um nur Text zu färben, machen Sie es wie 
15305 \begin_inset CommandInset ref
15306 LatexCommand vpageref
15307 reference "Wenn-Sie-nur"
15308
15309 \end_inset
15310
15311  beschrieben.
15312  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15313 \emph on
15314 markieren Sie nur den Text
15315 \emph default
15316 , sonst werden Sie LaTeX-Fehler erzeugen.
15317 \end_layout
15318
15319 \begin_layout Standard
15320 \begin_inset Note Greyedout
15321 status open
15322
15323 \begin_layout Plain Layout
15324
15325 \series bold
15326 Achtung:
15327 \series default
15328  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15329 \end_layout
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \begin_layout Standard
15337 \begin_inset VSpace medskip
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \begin_layout Standard
15344 Die Tabelle
15345 \begin_inset space ~
15346 \end_inset
15347
15348
15349 \begin_inset CommandInset ref
15350 LatexCommand ref
15351 reference "tab:Table-colored-using"
15352
15353 \end_inset
15354
15355  wurde folgendermaßen erstellt: die erste Spalte soll 
15356 \emph on
15357
15358 \begin_inset Quotes gld
15359 \end_inset
15360
15361 dunkelgruen
15362 \emph default
15363
15364 \begin_inset Quotes grd
15365 \end_inset
15366
15367  werden, also müssen Sie ins 
15368 \family sans
15369 LaTe
15370 \begin_inset ERT
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374
15375 {}
15376 \end_layout
15377
15378 \end_inset
15379
15380 X-Argument
15381 \family default
15382  der Zellen der ersten Spalte den Befehl
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388 >{
15389 \backslash
15390 columncolor{dunkelgruen}
15391 \backslash
15392 centering}c
15393 \end_layout
15394
15395 \begin_layout Standard
15396 schreiben.
15397  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15398 \end_layout
15399
15400 \begin_layout Standard
15401
15402 \series bold
15403
15404 \backslash
15405 rowcolow{cyan}
15406 \end_layout
15407
15408 \begin_layout Standard
15409 in die erste Zelle der ersten Zeile eingefügt.
15410  Diese Farbe ersetzt die Spaltenfarbe.
15411  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15412  wird mit folgendem Befehl erreicht:
15413 \end_layout
15414
15415 \begin_layout Standard
15416
15417 \series bold
15418
15419 \backslash
15420 cellcolor{magenta}
15421 \end_layout
15422
15423 \begin_layout Standard
15424 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15425 \family sans
15426 Textstil
15427 \family default
15428 -Dialog.
15429 \end_layout
15430
15431 \begin_layout Standard
15432 \begin_inset Float table
15433 placement h
15434 wide false
15435 sideways false
15436 status open
15437
15438 \begin_layout Plain Layout
15439 \begin_inset Caption
15440
15441 \begin_layout Plain Layout
15442 \begin_inset CommandInset label
15443 LatexCommand label
15444 name "tab:Table-colored-using"
15445
15446 \end_inset
15447
15448 Eine mit dem Paket 
15449 \series bold
15450 colortbl
15451 \series default
15452  gefärbte Tabelle
15453 \begin_inset OptArg
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457 Tabelle mit 
15458 \family typewriter
15459 colortbl
15460 \end_layout
15461
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Plain Layout
15473 \align center
15474 \begin_inset Tabular
15475 <lyxtabular version="3" rows="3" columns="3">
15476 <features>
15477 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15478 <column alignment="center" valignment="top" width="0">
15479 <column alignment="center" valignment="top" width="0">
15480 <row>
15481 <cell alignment="center" valignment="top" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485 \begin_inset ERT
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489
15490
15491 \backslash
15492 rowcolor{cyan}
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \color magenta
15499 a
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \color red
15510 b
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \color red
15521 c
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \color yellow
15534 d
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \color blue
15545 e
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \color blue
15556 f
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 </row>
15562 <row>
15563 <cell alignment="center" valignment="top" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567
15568 \color yellow
15569 g
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \color blue
15580 h
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset ERT
15590 status collapsed
15591
15592 \begin_layout Plain Layout
15593
15594
15595 \backslash
15596 cellcolor{magenta}
15597 \end_layout
15598
15599 \end_inset
15600
15601
15602 \color green
15603 i
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 </lyxtabular>
15610
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 \begin_inset ERT
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 else
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \begin_inset Note Note
15636 status open
15637
15638 \begin_layout Plain Layout
15639 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15640 \series bold
15641 colortbl
15642 \series default
15643  nicht installiert ist:
15644 \end_layout
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Sie müssen das LaTeX-Paket 
15653 \series bold
15654 colortbl
15655 \series default
15656  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15657 \end_layout
15658
15659 \begin_layout Standard
15660 \begin_inset ERT
15661 status collapsed
15662
15663 \begin_layout Plain Layout
15664
15665
15666 \backslash
15667 fi
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Subsection
15676 Farbige Linien
15677 \begin_inset Index
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681 farbige !  Tabellenlinien
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 Wie in Abschnitt
15691 \begin_inset space ~
15692 \end_inset
15693
15694
15695 \begin_inset CommandInset ref
15696 LatexCommand ref
15697 reference "uab:Liniendicke"
15698
15699 \end_inset
15700
15701  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15702 \series bold
15703
15704 \backslash
15705 arrayrulewidth
15706 \series default
15707  definiert werden.
15708  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15709 \begin_inset space \thinspace{}
15710 \end_inset
15711
15712 pt gesetzt.
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 setlength{
15721 \backslash
15722 arrayrulewidth}{1.5pt}
15723 \end_layout
15724
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \begin_layout Standard
15731 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15732 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15733 \begin_inset space ~
15734 \end_inset
15735
15736
15737 \begin_inset CommandInset ref
15738 LatexCommand ref
15739 reference "uab:Angepasste-Zellen-/Spaltenformate"
15740
15741 \end_inset
15742
15743  definiert:
15744 \end_layout
15745
15746 \begin_layout Standard
15747
15748 \series bold
15749
15750 \backslash
15751 newcolumntype{W}{!{
15752 \backslash
15753 color{green}
15754 \backslash
15755 vline}}
15756 \end_layout
15757
15758 \begin_layout Standard
15759 In Tabelle
15760 \begin_inset space ~
15761 \end_inset
15762
15763
15764 \begin_inset CommandInset ref
15765 LatexCommand ref
15766 reference "tab:Tabelle-mit-farbigen-vert"
15767
15768 \end_inset
15769
15770  wurde das LaTeX-Argument 
15771 \series bold
15772 WcW
15773 \series default
15774  für die letzte und 
15775 \series bold
15776 Wc
15777 \series default
15778  für die anderen Spalten benutzt.
15779 \end_layout
15780
15781 \begin_layout Standard
15782 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15783 \end_layout
15784
15785 \begin_layout Standard
15786 \begin_inset Float table
15787 placement h
15788 wide false
15789 sideways false
15790 status open
15791
15792 \begin_layout Plain Layout
15793 \begin_inset Caption
15794
15795 \begin_layout Plain Layout
15796 \begin_inset CommandInset label
15797 LatexCommand label
15798 name "tab:Tabelle-mit-farbigen-vert"
15799
15800 \end_inset
15801
15802 Tabelle mit farbigen vertikalen Linien
15803 \end_layout
15804
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \begin_layout Plain Layout
15811 \align center
15812 \begin_inset Tabular
15813 <lyxtabular version="3" rows="3" columns="3">
15814 <features>
15815 <column alignment="center" valignment="top" width="0" special="Wc">
15816 <column alignment="center" valignment="top" width="0" special="Wc">
15817 <column alignment="center" valignment="top" width="0" special="WcW">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 sd
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 sd
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 sd
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 </lyxtabular>
15906
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Standard
15918 \begin_inset VSpace bigskip
15919 \end_inset
15920
15921 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15922 \begin_inset space ~
15923 \end_inset
15924
15925
15926 \begin_inset CommandInset ref
15927 LatexCommand ref
15928 reference "tab:Tabelle-mit-farbigen-horiz"
15929
15930 \end_inset
15931
15932 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15933  einfügen:
15934 \end_layout
15935
15936 \begin_layout Standard
15937
15938 \series bold
15939
15940 \backslash
15941 let
15942 \backslash
15943 myHlineC
15944 \backslash
15945 hline
15946 \begin_inset Newline newline
15947 \end_inset
15948
15949
15950 \backslash
15951 renewcommand{
15952 \backslash
15953 hline}
15954 \begin_inset Newline newline
15955 \end_inset
15956
15957
15958 \begin_inset ERT
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962
15963
15964 \backslash
15965 hphantom{ }
15966 \end_layout
15967
15968 \end_inset
15969
15970 {
15971 \backslash
15972 arrayrulecolor{red}
15973 \backslash
15974 myHlineC
15975 \backslash
15976 arrayrulecolor{black}}
15977 \end_layout
15978
15979 \begin_layout Standard
15980 \begin_inset ERT
15981 status collapsed
15982
15983 \begin_layout Plain Layout
15984
15985
15986 \backslash
15987 let
15988 \backslash
15989 myHlineC
15990 \backslash
15991 hline
15992 \end_layout
15993
15994 \begin_layout Plain Layout
15995
15996
15997 \backslash
15998 renewcommand{
15999 \backslash
16000 hline}
16001 \end_layout
16002
16003 \begin_layout Plain Layout
16004
16005  {
16006 \backslash
16007 arrayrulecolor{red}
16008 \backslash
16009 myHlineC
16010 \backslash
16011 arrayrulecolor{black}}
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \begin_inset Float table
16018 placement h
16019 wide false
16020 sideways false
16021 status open
16022
16023 \begin_layout Plain Layout
16024 \begin_inset Caption
16025
16026 \begin_layout Plain Layout
16027 \begin_inset CommandInset label
16028 LatexCommand label
16029 name "tab:Tabelle-mit-farbigen-horiz"
16030
16031 \end_inset
16032
16033 Tabelle mit farbigen horizontalen Linien
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \begin_layout Plain Layout
16042 \align center
16043 \begin_inset Tabular
16044 <lyxtabular version="3" rows="3" columns="3">
16045 <features>
16046 <column alignment="center" valignment="top" width="0">
16047 <column alignment="center" valignment="top" width="0">
16048 <column alignment="center" valignment="top" width="0">
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 sd
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 sd
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 sd
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \begin_layout Standard
16149 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16150  als TeX-Code hinter der Tabelle einfügen:
16151 \end_layout
16152
16153 \begin_layout Standard
16154
16155 \series bold
16156
16157 \backslash
16158 renewcommand{
16159 \backslash
16160 hline}{
16161 \backslash
16162 myHlineC}
16163 \end_layout
16164
16165 \begin_layout Standard
16166 Tabelle
16167 \begin_inset space ~
16168 \end_inset
16169
16170
16171 \begin_inset CommandInset ref
16172 LatexCommand ref
16173 reference "tab:Table-with-colored"
16174
16175 \end_inset
16176
16177  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16178 \end_layout
16179
16180 \begin_layout Standard
16181 \begin_inset Float table
16182 placement h
16183 wide false
16184 sideways false
16185 status open
16186
16187 \begin_layout Plain Layout
16188 \begin_inset Caption
16189
16190 \begin_layout Plain Layout
16191 \begin_inset CommandInset label
16192 LatexCommand label
16193 name "tab:Table-with-colored"
16194
16195 \end_inset
16196
16197 Tabelle mit farbigen Linien
16198 \end_layout
16199
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \begin_layout Plain Layout
16206 \align center
16207 \begin_inset Tabular
16208 <lyxtabular version="3" rows="3" columns="3">
16209 <features>
16210 <column alignment="center" valignment="top" width="0" special="Wc">
16211 <column alignment="center" valignment="top" width="0" special="Wc">
16212 <column alignment="center" valignment="top" width="0" special="WcW">
16213 <row>
16214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 sd
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 sd
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row topspace="default">
16272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 sd
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 </lyxtabular>
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \begin_layout Standard
16313 \begin_inset ERT
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317
16318
16319 \backslash
16320 renewcommand{
16321 \backslash
16322 hline}{
16323 \backslash
16324 myHlineC}
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Standard
16333 \begin_inset ERT
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337
16338
16339 \backslash
16340 setlength{
16341 \backslash
16342 arrayrulewidth}{0.4pt}
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \begin_inset Note Note
16349 status collapsed
16350
16351 \begin_layout Plain Layout
16352 setzt die Liniendicke wieder auf ihren Standardwert zurück
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Section
16361 Tabellen-Anpassung
16362 \begin_inset Index
16363 status collapsed
16364
16365 \begin_layout Plain Layout
16366 Tabellen ! Anpassung
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Subsection
16375 Zeilenabstand
16376 \begin_inset CommandInset label
16377 LatexCommand label
16378 name "uab:Zeilenabstand"
16379
16380 \end_inset
16381
16382
16383 \begin_inset Index
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387 Tabellen ! Zeilenabstand
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Standard
16396 Auf der Karteikarte 
16397 \family sans
16398 Rahmen
16399 \family default
16400  des 
16401 \family sans
16402 Tabellen-Einstellungen
16403 \family default
16404 -Dialogs können Sie 
16405 \family sans
16406 zusätzliche
16407 \begin_inset space ~
16408 \end_inset
16409
16410 Abstände
16411 \family default
16412  einfügen.
16413  Dabei haben Sie drei Möglichkeiten:
16414 \end_layout
16415
16416 \begin_layout Description
16417 Oberhalb
16418 \begin_inset space ~
16419 \end_inset
16420
16421 der
16422 \begin_inset space ~
16423 \end_inset
16424
16425 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16426  Bei einer formalen Tabelle
16427 \begin_inset Foot
16428 status collapsed
16429
16430 \begin_layout Plain Layout
16431 Formale Tabellen wurden in Abschnitt
16432 \begin_inset space ~
16433 \end_inset
16434
16435
16436 \begin_inset CommandInset ref
16437 LatexCommand ref
16438 reference "abs:Formale-Tabellen"
16439
16440 \end_inset
16441
16442  beschrieben.
16443 \end_layout
16444
16445 \end_inset
16446
16447  fügt LyX standardmäßig 0.5
16448 \begin_inset space \thinspace{}
16449 \end_inset
16450
16451 em Leerraum ein.
16452  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16453 \begin_inset VSpace medskip
16454 \end_inset
16455
16456
16457 \begin_inset Newline newline
16458 \end_inset
16459
16460
16461 \begin_inset space \hspace*{}
16462 \length 0pt
16463 \end_inset
16464
16465
16466 \begin_inset space \hfill{}
16467 \end_inset
16468
16469
16470 \begin_inset Tabular
16471 <lyxtabular version="3" rows="3" columns="1">
16472 <features>
16473 <column alignment="center" valignment="top" width="0">
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 A
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row topspace="3mm">
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 3
16491 \begin_inset space \thinspace{}
16492 \end_inset
16493
16494 mm Leerraum oberhalb der Zeile
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 C
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 </lyxtabular>
16512
16513 \end_inset
16514
16515
16516 \begin_inset space \hfill{}
16517 \end_inset
16518
16519
16520 \begin_inset space \hspace*{}
16521 \length 0pt
16522 \end_inset
16523
16524
16525 \begin_inset VSpace medskip
16526 \end_inset
16527
16528
16529 \begin_inset Newline newline
16530 \end_inset
16531
16532 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16533 n Linien verwenden.
16534 \end_layout
16535
16536 \begin_layout Description
16537 Unterhalb
16538 \begin_inset space ~
16539 \end_inset
16540
16541 der
16542 \begin_inset space ~
16543 \end_inset
16544
16545 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16546  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16547 \begin_inset space \thinspace{}
16548 \end_inset
16549
16550 em Leerraum ein.
16551  Bei normalen Tabellen ist der Standardwert 2
16552 \begin_inset space \thinspace{}
16553 \end_inset
16554
16555 pt.
16556 \end_layout
16557
16558 \begin_layout Description
16559 Zwischen
16560 \begin_inset space ~
16561 \end_inset
16562
16563 den
16564 \begin_inset space ~
16565 \end_inset
16566
16567 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16568  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16569 \begin_inset space \thinspace{}
16570 \end_inset
16571
16572 em Leerraum ein.
16573  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16574 \begin_inset VSpace medskip
16575 \end_inset
16576
16577
16578 \begin_inset Newline newline
16579 \end_inset
16580
16581
16582 \begin_inset space \hspace*{}
16583 \length 0pt
16584 \end_inset
16585
16586
16587 \begin_inset space \hfill{}
16588 \end_inset
16589
16590
16591 \begin_inset Tabular
16592 <lyxtabular version="3" rows="3" columns="1">
16593 <features>
16594 <column alignment="center" valignment="top" width="0">
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 A
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row interlinespace="3mm">
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $\downarrow$
16612 \end_inset
16613
16614  3
16615 \begin_inset space \thinspace{}
16616 \end_inset
16617
16618 mm Leerraum zwischen den Zeilen 
16619 \begin_inset Formula $\downarrow$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\uparrow$
16634 \end_inset
16635
16636  3
16637 \begin_inset space \thinspace{}
16638 \end_inset
16639
16640 mm Leerraum zwischen den Zeilen 
16641 \begin_inset Formula $\uparrow$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 </lyxtabular>
16651
16652 \end_inset
16653
16654
16655 \begin_inset space \hfill{}
16656 \end_inset
16657
16658
16659 \begin_inset space \hspace*{}
16660 \length 0pt
16661 \end_inset
16662
16663
16664 \begin_inset VSpace medskip
16665 \end_inset
16666
16667
16668 \begin_inset Newline newline
16669 \end_inset
16670
16671 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16672 n Linien verwenden.
16673 \end_layout
16674
16675 \begin_layout Standard
16676 \begin_inset VSpace bigskip
16677 \end_inset
16678
16679 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16680  Befehlen im LaTeX-Vorspann machen:
16681 \end_layout
16682
16683 \begin_layout Standard
16684
16685 \series bold
16686
16687 \backslash
16688 @ifundefined{extrarowheight}
16689 \begin_inset Newline newline
16690 \end_inset
16691
16692
16693 \begin_inset ERT
16694 status collapsed
16695
16696 \begin_layout Plain Layout
16697
16698
16699 \backslash
16700 hphantom{ }
16701 \end_layout
16702
16703 \end_inset
16704
16705 {
16706 \backslash
16707 usepackage{array}}{}
16708 \begin_inset Newline newline
16709 \end_inset
16710
16711
16712 \backslash
16713 setlength{
16714 \backslash
16715 extrarowheight}{Höhe}
16716 \end_layout
16717
16718 \begin_layout Standard
16719 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16720  ausgerichtet sind.
16721  (Das Paket 
16722 \series bold
16723 array
16724 \series default
16725  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16726  verwenden.
16727  Der Befehl 
16728 \series bold
16729
16730 \backslash
16731 @ifundefined
16732 \series default
16733  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16734 \end_layout
16735
16736 \begin_layout Standard
16737 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16738  zu nah an den Buchstaben.
16739  Das kann korrigiert werden, indem man den Befehl 
16740 \series bold
16741
16742 \backslash
16743 strut
16744 \series default
16745  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16746  Tabelle
16747 \begin_inset space ~
16748 \end_inset
16749
16750
16751 \begin_inset CommandInset ref
16752 LatexCommand ref
16753 reference "tab:Vertikale-Ausrichtung-von"
16754
16755 \end_inset
16756
16757  zeigt den Effekt.
16758 \end_layout
16759
16760 \begin_layout Standard
16761 \noindent
16762 \begin_inset Float table
16763 placement h
16764 wide false
16765 sideways false
16766 status open
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Caption
16770
16771 \begin_layout Plain Layout
16772 \begin_inset CommandInset label
16773 LatexCommand label
16774 name "tab:Vertikale-Ausrichtung-von"
16775
16776 \end_inset
16777
16778 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Plain Layout
16787 \begin_inset space \hfill{}
16788 \end_inset
16789
16790
16791 \begin_inset Float table
16792 wide false
16793 sideways false
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Caption
16798
16799 \begin_layout Plain Layout
16800 Normale Tabelle.
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Plain Layout
16809 \noindent
16810 \align center
16811 \begin_inset Tabular
16812 <lyxtabular version="3" rows="6" columns="1">
16813 <features>
16814 <column alignment="left" valignment="top" width="0">
16815 <row>
16816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 Normal, g
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \size large
16833 Groß, g
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \size larger
16846 Größer, g
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \size largest
16859 noch Größer, g
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \size huge
16872 Riesig
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \size giant
16885 Gigantisch
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 </lyxtabular>
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \begin_inset space \hfill{}
16902 \end_inset
16903
16904
16905 \begin_inset Float table
16906 wide false
16907 sideways false
16908 status collapsed
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Caption
16912
16913 \begin_layout Plain Layout
16914 Tabelle bei der der Befehl 
16915 \series bold
16916
16917 \backslash
16918 strut
16919 \series default
16920  verwendet wurde.
16921 \end_layout
16922
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \begin_layout Plain Layout
16929 \noindent
16930 \align center
16931 \begin_inset Tabular
16932 <lyxtabular version="3" rows="6" columns="1">
16933 <features>
16934 <column alignment="left" valignment="top" width="0">
16935 <row>
16936 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 Normal, g
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \size large
16953 \begin_inset ERT
16954 status collapsed
16955
16956 \begin_layout Plain Layout
16957
16958
16959 \backslash
16960 strut 
16961 \end_layout
16962
16963 \end_inset
16964
16965 Groß, g
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 <row>
16972 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \size larger
16978 \begin_inset ERT
16979 status collapsed
16980
16981 \begin_layout Plain Layout
16982
16983
16984 \backslash
16985 strut 
16986 \end_layout
16987
16988 \end_inset
16989
16990 Größer, g
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \size largest
17003 \begin_inset ERT
17004 status collapsed
17005
17006 \begin_layout Plain Layout
17007
17008
17009 \backslash
17010 strut 
17011 \end_layout
17012
17013 \end_inset
17014
17015 noch Größer, g
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \size huge
17028 \begin_inset ERT
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032
17033
17034 \backslash
17035 strut 
17036 \end_layout
17037
17038 \end_inset
17039
17040 Riesig
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \size giant
17053 \begin_inset ERT
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057
17058
17059 \backslash
17060 strut 
17061 \end_layout
17062
17063 \end_inset
17064
17065 Gigantisch
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 </lyxtabular>
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \begin_inset space \hfill{}
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Subsection
17093 Besondere Zellenausrichtung
17094 \begin_inset Index
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 Tabellen ! Zellenausrichtung
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \begin_layout Standard
17107 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17108  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17109 \begin_inset space ~
17110 \end_inset
17111
17112
17113 \begin_inset CommandInset ref
17114 LatexCommand ref
17115 reference "tab:Tabellenzellen-sind-auf"
17116
17117 \end_inset
17118
17119 .
17120 \end_layout
17121
17122 \begin_layout Standard
17123 \begin_inset Float table
17124 placement h
17125 wide false
17126 sideways false
17127 status open
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Caption
17131
17132 \begin_layout Plain Layout
17133 \begin_inset CommandInset label
17134 LatexCommand label
17135 name "tab:Tabellenzellen-sind-auf"
17136
17137 \end_inset
17138
17139 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17140 \end_layout
17141
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \begin_layout Plain Layout
17148 \align center
17149 \begin_inset Tabular
17150 <lyxtabular version="3" rows="4" columns="2">
17151 <features>
17152 <column alignment="right" valignment="top" width="0">
17153 <column alignment="left" valignment="top" width="0" special="@{}l">
17154 <row>
17155 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 Überschrift
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 12.
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 6
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 0.
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 68
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 -123.
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 0
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 </lyxtabular>
17235
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17248  Die Überschrift ist eine zentrierte Mehrfachspalte.
17249  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17250  der Zahlen einschließlich Dezimalpunkt.
17251  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17252  der Zahlen.
17253   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17254 \family sans
17255 LaTe
17256 \begin_inset ERT
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260
17261 {}
17262 \end_layout
17263
17264 \end_inset
17265
17266 X-Argument
17267 \family default
17268  für die zweite Spalte folgendes eingefügt:
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274 @{}l
17275 \end_layout
17276
17277 \begin_layout Standard
17278 Tabelle
17279 \begin_inset space ~
17280 \end_inset
17281
17282
17283 \begin_inset CommandInset ref
17284 LatexCommand ref
17285 reference "tab:Verschiedene-Ausrichtungen"
17286
17287 \end_inset
17288
17289  zeigt einige Ausrichtungen.
17290  Für die Ausrichtung der Relationen müssen Sie den 
17291 \family sans
17292 Mittleren
17293 \begin_inset space ~
17294 \end_inset
17295
17296 Abstand
17297 \family default
17298  aus der 
17299 \family sans
17300 Mathe-Werkzeugleiste
17301 \family default
17302  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17303  rechts vom Relationszeichen zu bekommen.
17304 \end_layout
17305
17306 \begin_layout Standard
17307
17308 \color black
17309 \begin_inset Float table
17310 placement h
17311 wide false
17312 sideways false
17313 status open
17314
17315 \begin_layout Plain Layout
17316
17317 \color black
17318 \begin_inset Caption
17319
17320 \begin_layout Plain Layout
17321
17322 \color black
17323 \begin_inset CommandInset label
17324 LatexCommand label
17325 name "tab:Verschiedene-Ausrichtungen"
17326
17327 \end_inset
17328
17329
17330 \color inherit
17331 Verschiedene Ausrichtungen
17332 \end_layout
17333
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \begin_layout Plain Layout
17340 \align center
17341 \begin_inset Tabular
17342 <lyxtabular version="3" rows="4" columns="6">
17343 <features>
17344 <column alignment="right" valignment="top" width="0">
17345 <column alignment="left" valignment="top" width="0" special="@{}l">
17346 <column alignment="right" valignment="top" width="0">
17347 <column alignment="left" valignment="top" width="0" special="@{}l">
17348 <column alignment="right" valignment="top" width="0">
17349 <column alignment="left" valignment="top" width="0" special="@{}l">
17350 <row>
17351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 Einheiten
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 Exponenten
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 Relationen
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 12×
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 24
17421 \begin_inset space \thinspace{}
17422 \end_inset
17423
17424 Flaschen
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $10\cdot$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Formula $10^{\mbox{-}17}$
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\Gamma(t)\propto$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\:\Upsilon(t)$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 1024×
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 768
17493 \begin_inset space \thinspace{}
17494 \end_inset
17495
17496 Pixel
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $5.78\cdot$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $10^{7}$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $A\ne$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $\: B_{\mathrm{red}}$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 32×
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 6
17565 \begin_inset space \thinspace{}
17566 \end_inset
17567
17568 cm
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 -
17578 \begin_inset Formula $33.5\cdot$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $10^{4}$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Formula $\sin(\alpha)\ge$
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Formula $\:\sin(\beta)$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 </row>
17623 </lyxtabular>
17624
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Standard
17636 \begin_inset VSpace bigskip
17637 \end_inset
17638
17639 Es gibt auch noch das LaTeX-Paket 
17640 \series bold
17641 dcolumn
17642 \series default
17643 ,
17644 \begin_inset Index
17645 status collapsed
17646
17647 \begin_layout Plain Layout
17648 LaTeX-Pakete ! dcolumn
17649 \end_layout
17650
17651 \end_inset
17652
17653  mit dem man Zellen ausrichten kann.
17654  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17655  in den Zellen.
17656  Die erste Spalte von Tabelle
17657 \begin_inset space ~
17658 \end_inset
17659
17660
17661 \begin_inset CommandInset ref
17662 LatexCommand ref
17663 reference "tab:Verschiedene-Ausrichtungen"
17664
17665 \end_inset
17666
17667  wird mit 
17668 \family typewriter
17669 dcolumn
17670 \family default
17671  wie die erste Spalte von Tabelle
17672 \begin_inset space ~
17673 \end_inset
17674
17675
17676 \begin_inset CommandInset ref
17677 LatexCommand ref
17678 reference "tab:Ausrichtung-mit-dem"
17679
17680 \end_inset
17681
17682  aussehen und nur mit ein paar Tricks wie erwartet.
17683  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17684 \begin_inset space ~
17685 \end_inset
17686
17687
17688 \begin_inset CommandInset ref
17689 LatexCommand ref
17690 reference "tab:Verschiedene-Ausrichtungen"
17691
17692 \end_inset
17693
17694  ist mit 
17695 \series bold
17696 dcolumn
17697 \series default
17698  nicht möglich.
17699 \end_layout
17700
17701 \begin_layout Standard
17702 \begin_inset Float table
17703 placement h
17704 wide false
17705 sideways false
17706 status open
17707
17708 \begin_layout Plain Layout
17709 \begin_inset Caption
17710
17711 \begin_layout Plain Layout
17712 \begin_inset CommandInset label
17713 LatexCommand label
17714 name "tab:Ausrichtung-mit-dem"
17715
17716 \end_inset
17717
17718 Ausrichtung mit dem LaTeX-Paket 
17719 \series bold
17720 dcolumn
17721 \series default
17722 .
17723  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17724  bekommen.
17725 \begin_inset OptArg
17726 status collapsed
17727
17728 \begin_layout Plain Layout
17729 Ausrichtung mit dem LaTeX-Paket 
17730 \series bold
17731 dcolumn
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \begin_layout Plain Layout
17745 \align center
17746 \begin_inset Tabular
17747 <lyxtabular version="3" rows="4" columns="3">
17748 <features>
17749 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17750 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17751 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17752 <row>
17753 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 Einheiten
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 Einheiten
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 Einheiten
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 12x24
17787 \begin_inset space \thinspace{}
17788 \end_inset
17789
17790
17791 \begin_inset Formula $\mbox{Flaschen}$
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 12x24
17804 \begin_inset space \thinspace{}
17805 \end_inset
17806
17807
17808 \begin_inset Formula $\mbox{Flaschen}$
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 12
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 times 
17829 \end_layout
17830
17831 \end_inset
17832
17833 24~
17834 \begin_inset Formula $\mbox{Flaschen}$
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 <row>
17844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 1024x768
17849 \begin_inset space \thinspace{}
17850 \end_inset
17851
17852
17853 \begin_inset Formula $\mbox{Pixel}$
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 1024x768
17866 \begin_inset space \thinspace{}
17867 \end_inset
17868
17869
17870 \begin_inset Formula $\mbox{Pixel}$
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 1024
17883 \begin_inset ERT
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887
17888
17889 \backslash
17890 times 
17891 \end_layout
17892
17893 \end_inset
17894
17895 768~
17896 \begin_inset Formula $\mbox{Pixel}$
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 32x6
17911 \begin_inset space \thinspace{}
17912 \end_inset
17913
17914
17915 \begin_inset Formula $\mbox{cm}$
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 32x6
17928 \begin_inset space \thinspace{}
17929 \end_inset
17930
17931
17932 \begin_inset Formula $\mbox{cm}$
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 32
17945 \begin_inset ERT
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949
17950
17951 \backslash
17952 times 
17953 \end_layout
17954
17955 \end_inset
17956
17957 6~
17958 \begin_inset Formula $\mbox{cm}$
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 </row>
17967 </lyxtabular>
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Subsection
17980 Angepasste Zellen-/Spaltenformate
17981 \begin_inset CommandInset label
17982 LatexCommand label
17983 name "uab:Angepasste-Zellen-/Spaltenformate"
17984
17985 \end_inset
17986
17987
17988 \begin_inset Index
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992 Tabellen ! Spaltenformat
17993 \end_layout
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Standard
18001 Wenn man wie in Abschnitt
18002 \begin_inset space ~
18003 \end_inset
18004
18005
18006 \begin_inset CommandInset ref
18007 LatexCommand ref
18008 reference "uab:Mehrfachspalten-Berechnungen"
18009
18010 \end_inset
18011
18012  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18013  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18014  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18015  definieren:
18016 \end_layout
18017
18018 \begin_layout Standard
18019
18020 \series bold
18021
18022 \backslash
18023 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18024 \end_layout
18025
18026 \begin_layout Standard
18027 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18028 \emph on
18029 b
18030 \emph default
18031
18032 \emph on
18033 c
18034 \emph default
18035
18036 \emph on
18037 l
18038 \emph default
18039
18040 \emph on
18041 m
18042 \emph default
18043
18044 \emph on
18045 p
18046 \emph default
18047  oder 
18048 \emph on
18049 r
18050 \emph default
18051 , weil diese vordefiniert sind.
18052  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \begin_inset VSpace medskip
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \begin_layout Standard
18063 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18064  Breite könnte das Format so aussehen:
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070
18071 \backslash
18072 newcolumntype{M}[1]{>{
18073 \backslash
18074 centering
18075 \backslash
18076 hspace{0pt}}m{#1}}
18077 \end_layout
18078
18079 \begin_layout Standard
18080 wobei 
18081 \series bold
18082
18083 \backslash
18084 hspace{0pt}
18085 \series default
18086  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18087  Abschnitt
18088 \begin_inset space ~
18089 \end_inset
18090
18091
18092 \begin_inset CommandInset ref
18093 LatexCommand ref
18094 reference "uab:Mehrfache-Zeilen-in"
18095
18096 \end_inset
18097
18098  beschrieben.
18099  Jetzt können Sie mit
18100 \end_layout
18101
18102 \begin_layout Standard
18103
18104 \series bold
18105 M{Breite}
18106 \end_layout
18107
18108 \begin_layout Standard
18109 im 
18110 \family sans
18111 LaTeX-Argument
18112 \family default
18113  im 
18114 \family sans
18115 Tabellen-Einstellungen
18116 \family default
18117 -Dialog eine Mehrfachspalte definieren.
18118 \end_layout
18119
18120 \begin_layout Standard
18121 \begin_inset VSpace bigskip
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18129  Format definieren:
18130 \end_layout
18131
18132 \begin_layout Standard
18133
18134 \series bold
18135
18136 \backslash
18137 newcolumntype{S}[2]{>{
18138 \backslash
18139 centering
18140 \backslash
18141 hspace{0pt}}
18142 \begin_inset Newline newline
18143 \end_inset
18144
18145
18146 \begin_inset ERT
18147 status collapsed
18148
18149 \begin_layout Plain Layout
18150
18151
18152 \backslash
18153 phantom{
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \backslash
18160 newcolumntype
18161 \begin_inset ERT
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165
18166 }
18167 \end_layout
18168
18169 \end_inset
18170
18171 m{(#1+(2
18172 \backslash
18173 tabcolsep+
18174 \backslash
18175 arrayrulewidth)*(1-#2))/#2}}
18176 \end_layout
18177
18178 \begin_layout Standard
18179 Dieses Format benutzt Gleichung
18180 \begin_inset space ~
18181 \end_inset
18182
18183
18184 \begin_inset CommandInset ref
18185 LatexCommand ref
18186 reference "eq:Wgn"
18187
18188 \end_inset
18189
18190 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18191  breit ist.
18192 \end_layout
18193
18194 \begin_layout Standard
18195 Jetzt können Sie im 
18196 \family sans
18197 LaTeX-Argument
18198 \family default
18199  im 
18200 \family sans
18201 Tabellen-Einstellungen
18202 \family default
18203 -Dialog folgendes einfügen:
18204 \end_layout
18205
18206 \begin_layout Standard
18207
18208 \series bold
18209 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18210 \end_layout
18211
18212 \begin_layout Standard
18213 \begin_inset VSpace bigskip
18214 \end_inset
18215
18216
18217 \end_layout
18218
18219 \begin_layout Standard
18220 Für farbige Spalten können Sie folgendes einfügen:
18221 \end_layout
18222
18223 \begin_layout Standard
18224
18225 \series bold
18226
18227 \backslash
18228 newcolumntype{K}[1]{>{
18229 \backslash
18230 columncolor{#1}
18231 \backslash
18232 hspace{0pt}}c}
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Das 
18237 \begin_inset Quotes gld
18238 \end_inset
18239
18240 c
18241 \begin_inset Quotes grd
18242 \end_inset
18243
18244  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18245  zentriert ist.
18246  Jetzt können Sie als 
18247 \family sans
18248 LaTeX-Argument
18249 \family default
18250  folgendes einfügen:
18251 \end_layout
18252
18253 \begin_layout Standard
18254
18255 \series bold
18256 K{Farbname}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset VSpace bigskip
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 Für Tabelle
18268 \begin_inset space ~
18269 \end_inset
18270
18271
18272 \begin_inset CommandInset ref
18273 LatexCommand ref
18274 reference "tab:Tabelle-mit-benutzerdefinierte"
18275
18276 \end_inset
18277
18278  wurden folgende 
18279 \family sans
18280 LaTeX-Argumente
18281 \family default
18282  benutzt:
18283 \end_layout
18284
18285 \begin_layout Standard
18286
18287 \series bold
18288 M{2.5cm}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 für die erste Spalte und die Mehrfachspalte,
18293 \end_layout
18294
18295 \begin_layout Standard
18296
18297 \series bold
18298 K{red}
18299 \end_layout
18300
18301 \begin_layout Standard
18302 für die letzte Spalte und
18303 \end_layout
18304
18305 \begin_layout Standard
18306
18307 \series bold
18308 S{2.5cm}{2}
18309 \end_layout
18310
18311 \begin_layout Standard
18312 für die Spalten in der zweiten Mehrfachspalte.
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset Float table
18317 placement h
18318 wide false
18319 sideways false
18320 status open
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Caption
18324
18325 \begin_layout Plain Layout
18326 \begin_inset CommandInset label
18327 LatexCommand label
18328 name "tab:Tabelle-mit-benutzerdefinierte"
18329
18330 \end_inset
18331
18332 Tabelle mit benutzerdefinierten Formaten
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Plain Layout
18341 \align center
18342 \begin_inset Tabular
18343 <lyxtabular version="3" rows="3" columns="4">
18344 <features>
18345 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18346 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18347 <column alignment="center" valignment="middle" width="0">
18348 <column alignment="center" valignment="middle" width="0" special="K{red}">
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 einsehrlangesWort
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 Mehrfachspalte mit mehreren Zeilen
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 c
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 d
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 e
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 f
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 g
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 <row>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 h
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 i
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 j
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 k
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 </lyxtabular>
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \begin_layout Subsection
18476 Liniendicke
18477 \begin_inset CommandInset label
18478 LatexCommand label
18479 name "uab:Liniendicke"
18480
18481 \end_inset
18482
18483
18484 \begin_inset Index
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488 Tabellen  ! Linien ! -dicke
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Standard
18497 Die Liniendicke für alle Linien einer Tabelle kann mit 
18498 \series bold
18499
18500 \backslash
18501 arrayrulewidth
18502 \series default
18503  eingestellt werden.
18504  Um eine Liniendicke von 1.5
18505 \begin_inset space \thinspace{}
18506 \end_inset
18507
18508 pt wie in Tabelle
18509 \begin_inset space ~
18510 \end_inset
18511
18512
18513 \begin_inset CommandInset ref
18514 LatexCommand ref
18515 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18516
18517 \end_inset
18518
18519  zu bekommen, geben Sie den Befehl
18520 \end_layout
18521
18522 \begin_layout Standard
18523
18524 \series bold
18525
18526 \backslash
18527 setlength{
18528 \backslash
18529 arrayrulewidth}{1.5pt}
18530 \end_layout
18531
18532 \begin_layout Standard
18533 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18534  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18535  Mit
18536 \end_layout
18537
18538 \begin_layout Standard
18539
18540 \series bold
18541
18542 \backslash
18543 setlength{
18544 \backslash
18545 arrayrulewidth}{0.4pt}
18546 \end_layout
18547
18548 \begin_layout Standard
18549 bekommen Sie wieder die Standarddicke.
18550 \end_layout
18551
18552 \begin_layout Standard
18553 \begin_inset ERT
18554 status collapsed
18555
18556 \begin_layout Plain Layout
18557
18558
18559 \backslash
18560 setlength{
18561 \backslash
18562 arrayrulewidth}{1.5pt}
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \begin_inset Float table
18569 placement H
18570 wide false
18571 sideways false
18572 status open
18573
18574 \begin_layout Plain Layout
18575 \begin_inset Caption
18576
18577 \begin_layout Plain Layout
18578 \begin_inset CommandInset label
18579 LatexCommand label
18580 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18581
18582 \end_inset
18583
18584 Tabelle mit 1.5
18585 \begin_inset space \thinspace{}
18586 \end_inset
18587
18588 pt Liniendicke
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Plain Layout
18597 \align center
18598 \begin_inset Tabular
18599 <lyxtabular version="3" rows="3" columns="3">
18600 <features>
18601 <column alignment="center" valignment="top" width="0">
18602 <column alignment="center" valignment="top" width="0">
18603 <column alignment="center" valignment="top" width="0">
18604 <row>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 sd
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 <row>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 sd
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 sd
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 </lyxtabular>
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \begin_inset ERT
18702 status collapsed
18703
18704 \begin_layout Plain Layout
18705
18706
18707 \backslash
18708 setlength{
18709 \backslash
18710 arrayrulewidth}{0.4pt}
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 \begin_inset VSpace bigskip
18720 \end_inset
18721
18722 Um eine Liniendicke von 1.5
18723 \begin_inset space \thinspace{}
18724 \end_inset
18725
18726 pt nur für horizontale Linien zu bekommen wie in Tabelle
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "tab:Tabelle-mit-1.5pt-horiz"
18734
18735 \end_inset
18736
18737 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18738  einfügen:
18739 \end_layout
18740
18741 \begin_layout Standard
18742
18743 \series bold
18744
18745 \backslash
18746 let
18747 \backslash
18748 myHline
18749 \backslash
18750 hline
18751 \begin_inset Newline newline
18752 \end_inset
18753
18754
18755 \backslash
18756 renewcommand{
18757 \backslash
18758 hline}
18759 \begin_inset Newline newline
18760 \end_inset
18761
18762  {
18763 \backslash
18764 noalign{
18765 \backslash
18766 global
18767 \backslash
18768 arrayrulewidth 1.5pt}
18769 \begin_inset Newline newline
18770 \end_inset
18771
18772  
18773 \backslash
18774 myHline
18775 \backslash
18776 noalign{
18777 \backslash
18778 global
18779 \backslash
18780 arrayrulewidth 0.4pt}}
18781 \end_layout
18782
18783 \begin_layout Standard
18784 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18785  der (Gleit\SpecialChar \-
18786 objekt-)Tabelle zurück:
18787 \end_layout
18788
18789 \begin_layout Standard
18790
18791 \series bold
18792
18793 \backslash
18794 renewcommand{
18795 \backslash
18796 hline}{
18797 \backslash
18798 myHline}
18799 \end_layout
18800
18801 \begin_layout Standard
18802 \begin_inset ERT
18803 status collapsed
18804
18805 \begin_layout Plain Layout
18806
18807
18808 \backslash
18809 let
18810 \backslash
18811 myHline
18812 \backslash
18813 hline
18814 \end_layout
18815
18816 \begin_layout Plain Layout
18817
18818
18819 \backslash
18820 renewcommand{
18821 \backslash
18822 hline}
18823 \end_layout
18824
18825 \begin_layout Plain Layout
18826
18827  {
18828 \backslash
18829 noalign{
18830 \backslash
18831 global
18832 \backslash
18833 arrayrulewidth 1.5pt}
18834 \end_layout
18835
18836 \begin_layout Plain Layout
18837
18838   
18839 \backslash
18840 myHline
18841 \backslash
18842 noalign{
18843 \backslash
18844 global
18845 \backslash
18846 arrayrulewidth 0.4pt}}
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \begin_inset Float table
18853 placement h
18854 wide false
18855 sideways false
18856 status open
18857
18858 \begin_layout Plain Layout
18859 \begin_inset Caption
18860
18861 \begin_layout Plain Layout
18862 \begin_inset CommandInset label
18863 LatexCommand label
18864 name "tab:Tabelle-mit-1.5pt-horiz"
18865
18866 \end_inset
18867
18868 Tabelle mit 1.5
18869 \begin_inset space \thinspace{}
18870 \end_inset
18871
18872 pt dicken horizontalen Linien
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Plain Layout
18881 \align center
18882 \begin_inset Tabular
18883 <lyxtabular version="3" rows="3" columns="3">
18884 <features>
18885 <column alignment="center" valignment="top" width="0">
18886 <column alignment="center" valignment="top" width="0">
18887 <column alignment="center" valignment="top" width="0">
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 sd
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 sd
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 sd
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 </row>
18975 </lyxtabular>
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 renewcommand{
18993 \backslash
18994 hline}{
18995 \backslash
18996 myHline}
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \begin_inset VSpace bigskip
19006 \end_inset
19007
19008 Um die Liniendicke von 1.5
19009 \begin_inset space \thinspace{}
19010 \end_inset
19011
19012 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19013  Spaltenformat entsprechend der Beschreibung in Abschnitt
19014 \begin_inset space ~
19015 \end_inset
19016
19017
19018 \begin_inset CommandInset ref
19019 LatexCommand ref
19020 reference "uab:Angepasste-Zellen-/Spaltenformate"
19021
19022 \end_inset
19023
19024  definieren:
19025 \end_layout
19026
19027 \begin_layout Standard
19028
19029 \series bold
19030
19031 \backslash
19032 newcolumntype{V}{!{
19033 \backslash
19034 vrule width 1.5pt}}
19035 \end_layout
19036
19037 \begin_layout Standard
19038 In Tabelle
19039 \begin_inset space ~
19040 \end_inset
19041
19042
19043 \begin_inset CommandInset ref
19044 LatexCommand ref
19045 reference "tab:Tabelle-mit-1.5pt-vert"
19046
19047 \end_inset
19048
19049  wurde das 
19050 \family sans
19051 LaTe
19052 \begin_inset ERT
19053 status collapsed
19054
19055 \begin_layout Plain Layout
19056
19057 {}
19058 \end_layout
19059
19060 \end_inset
19061
19062 X-Argument
19063 \family default
19064 \series bold
19065  VcV
19066 \series default
19067  für die letzte Spalte und
19068 \series bold
19069  Vc
19070 \series default
19071  für die anderen benutzt.
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Float table
19076 placement H
19077 wide false
19078 sideways false
19079 status open
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Caption
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset label
19086 LatexCommand label
19087 name "tab:Tabelle-mit-1.5pt-vert"
19088
19089 \end_inset
19090
19091 Tabelle mit 1.5
19092 \begin_inset space \thinspace{}
19093 \end_inset
19094
19095 pt dicken vertikalen Linien
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Plain Layout
19104 \align center
19105 \begin_inset Tabular
19106 <lyxtabular version="3" rows="3" columns="3">
19107 <features>
19108 <column alignment="center" valignment="top" width="0" special="Vc">
19109 <column alignment="center" valignment="top" width="0" special="Vc">
19110 <column alignment="center" valignment="top" width="0" special="VcV">
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 sd
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 sd
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 sd
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 </lyxtabular>
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \begin_layout Subsection
19211 Gestrichelte Linien
19212 \begin_inset Index
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216 Tabellen  ! Linien ! gestrichelte 
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 \begin_inset ERT
19226 status collapsed
19227
19228 \begin_layout Plain Layout
19229
19230
19231 \backslash
19232 ifarydshln
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \begin_inset Note Note
19239 status open
19240
19241 \begin_layout Plain Layout
19242 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19243 \series bold
19244 arydshln
19245 \series default
19246  installiert ist.
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Standard
19255 \begin_inset Float table
19256 placement h
19257 wide false
19258 sideways false
19259 status open
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Caption
19263
19264 \begin_layout Plain Layout
19265 \begin_inset CommandInset label
19266 LatexCommand label
19267 name "tab:Tabelle-mit-gestrichelten"
19268
19269 \end_inset
19270
19271 Tabelle mit gestrichelten Linien
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \begin_layout Plain Layout
19280 \align center
19281 \begin_inset Tabular
19282 <lyxtabular version="3" rows="5" columns="5">
19283 <features>
19284 <column alignment="center" valignment="top" width="0">
19285 <column alignment="center" valignment="top" width="0">
19286 <column alignment="center" valignment="top" width="0" special=":c">
19287 <column alignment="center" valignment="top" width="0">
19288 <column alignment="center" valignment="top" width="0">
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 a
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 b
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 c
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 d
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 e
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 f
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 g
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 h
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 i
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 j
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset ERT
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392
19393
19394 \backslash
19395 hdashline 
19396 \end_layout
19397
19398 \end_inset
19399
19400 k
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 l
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 m
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 n
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 o
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset ERT
19448 status collapsed
19449
19450 \begin_layout Plain Layout
19451
19452
19453 \backslash
19454 cdashline{4-5}
19455 \end_layout
19456
19457 \end_inset
19458
19459 p
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 q
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 r
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 s
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 t
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 u
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 v
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 w
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 x
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 </lyxtabular>
19549
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout Standard
19561 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19562  TeX-Code benutzen.
19563  Zunächst müssen Sie das LaTeX-Paket 
19564 \series bold
19565 arydshln
19566 \series default
19567
19568 \begin_inset Index
19569 status collapsed
19570
19571 \begin_layout Plain Layout
19572 LaTeX-Pakete ! arydshln
19573 \end_layout
19574
19575 \end_inset
19576
19577  im LaTeX-Vorspann laden:
19578 \end_layout
19579
19580 \begin_layout Standard
19581
19582 \series bold
19583
19584 \backslash
19585 usepackage{arydshln}
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Um senkrechte Linien zu stricheln, müssen Sie im 
19590 \family sans
19591 LaTe
19592 \begin_inset ERT
19593 status collapsed
19594
19595 \begin_layout Plain Layout
19596
19597 {}
19598 \end_layout
19599
19600 \end_inset
19601
19602 X-Argument
19603 \family default
19604  des 
19605 \family sans
19606 Tabellen-Einstellungen
19607 \family default
19608 -Dialogs 
19609 \begin_inset Quotes gld
19610 \end_inset
19611
19612 :
19613 \begin_inset Quotes grd
19614 \end_inset
19615
19616 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19617 \end_layout
19618
19619 \begin_layout Standard
19620 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19621 \end_layout
19622
19623 \begin_layout Standard
19624
19625 \series bold
19626
19627 \backslash
19628 hdashline
19629 \end_layout
19630
19631 \begin_layout Standard
19632 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19633 \end_layout
19634
19635 \begin_layout Standard
19636 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19637 \end_layout
19638
19639 \begin_layout Standard
19640
19641 \series bold
19642
19643 \backslash
19644 cdashline{Anfangsspalte-Endspalte}
19645 \end_layout
19646
19647 \begin_layout Standard
19648 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19649  Wenn Sie z.
19650 \begin_inset space \thinspace{}
19651 \end_inset
19652
19653 B.
19654  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19655  gestrichelte Linie haben, fügen Sie den Befehl
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 cdashline{2-4}
19664 \end_layout
19665
19666 \begin_layout Standard
19667 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19668 \end_layout
19669
19670 \begin_layout Standard
19671 \begin_inset VSpace bigskip
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \begin_layout Standard
19678 In Tabelle
19679 \begin_inset space ~
19680 \end_inset
19681
19682
19683 \begin_inset CommandInset ref
19684 LatexCommand ref
19685 reference "tab:Tabelle-mit-gestrichelten"
19686
19687 \end_inset
19688
19689  wurde in der dritten Spalte der Befehl
19690 \series bold
19691  
19692 \series default
19693
19694 \begin_inset Quotes gld
19695 \end_inset
19696
19697
19698 \series bold
19699 :c
19700 \begin_inset Quotes grd
19701 \end_inset
19702
19703
19704 \series default
19705  benutzt.
19706  Der Befehl 
19707 \series bold
19708
19709 \backslash
19710 hdashline
19711 \series default
19712  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19713 \begin_inset Newline newline
19714 \end_inset
19715
19716  
19717 \series bold
19718
19719 \backslash
19720 cdashline{4-5} 
19721 \series default
19722 wurde in die erste Zelle der vierten Zeile eingefügt.
19723 \end_layout
19724
19725 \begin_layout Standard
19726 \begin_inset Note Greyedout
19727 status open
19728
19729 \begin_layout Plain Layout
19730
19731 \series bold
19732 Bemerkung:
19733 \series default
19734  Das LaTeX-Paket 
19735 \series bold
19736 arydshln
19737 \series default
19738  ist nicht kompatibel dem LaTeX-Paket 
19739 \series bold
19740 colortbl
19741 \series default
19742
19743 \begin_inset Index
19744 status collapsed
19745
19746 \begin_layout Plain Layout
19747 LaTeX-Pakete ! colortbl
19748 \end_layout
19749
19750 \end_inset
19751
19752 , das für die farbigen Tabellen in Abschnitt
19753 \begin_inset space ~
19754 \end_inset
19755
19756
19757 \begin_inset CommandInset ref
19758 LatexCommand ref
19759 reference "abs:Farbige-Tabellen"
19760
19761 \end_inset
19762
19763  benutzt wurde.
19764  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19765 \end_layout
19766
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \begin_layout Standard
19773 \begin_inset ERT
19774 status collapsed
19775
19776 \begin_layout Plain Layout
19777
19778
19779 \backslash
19780 else
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \begin_inset Note Note
19787 status open
19788
19789 \begin_layout Plain Layout
19790 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19791 \series bold
19792 arydshln
19793 \series default
19794  nicht installiert ist:
19795 \end_layout
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \begin_layout Standard
19803 Sie müssen das LaTeX-Paket 
19804 \series bold
19805 arydshln
19806 \series default
19807  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19808 \end_layout
19809
19810 \begin_layout Standard
19811 \begin_inset ERT
19812 status collapsed
19813
19814 \begin_layout Plain Layout
19815
19816
19817 \backslash
19818 fi
19819 \end_layout
19820
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \begin_layout Chapter
19827 Gleitobjekte
19828 \begin_inset Index
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 Gleitobjekte
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Section
19841 Einleitung
19842 \begin_inset CommandInset label
19843 LatexCommand label
19844 name "abs:Gleitobjekte-Einleitung"
19845
19846 \end_inset
19847
19848
19849 \begin_inset Index
19850 status collapsed
19851
19852 \begin_layout Plain Layout
19853 Gleitobjekte ! Einleitung
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Standard
19862 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19863  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19864  der beste Platz ist.
19865  
19866 \family sans
19867 Fußnoten
19868 \family default
19869  und 
19870 \family sans
19871 Randnotizen
19872 \family default
19873  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19874  wenn auf ihrer Seite schon zu viele sind.
19875 \end_layout
19876
19877 \begin_layout Standard
19878 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19879  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19880  um weiße Flächen und Seiten ohne Text zu vermeiden.
19881  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19882 löst,
19883  kann im Text auf ein Gleitobjekt verwiesen werden.
19884  Gleitobjekte sind deshalb nummeriert.
19885  Querverweise werden in Abschnitt
19886 \begin_inset space ~
19887 \end_inset
19888
19889
19890 \begin_inset CommandInset ref
19891 LatexCommand ref
19892 reference "abs:Auf-Gleitobjekte-verweisen"
19893
19894 \end_inset
19895
19896  beschrieben.
19897 \end_layout
19898
19899 \begin_layout Standard
19900 Ein Gleitobjekt wird mit 
19901 \family sans
19902 Einfügen\SpecialChar \menuseparator
19903 Gleitobjekt\SpecialChar \menuseparator
19904 Algorithmus/Abbildung/Ta\SpecialChar \-
19905 belle/Um\SpecialChar \-
19906 flos\SpecialChar \-
19907 se\SpecialChar \-
19908 nes
19909 \begin_inset space ~
19910 \end_inset
19911
19912 Gleitobjekt
19913 \family default
19914  eingefügt.
19915  Für Abbildungen oder Tabellen können Sie auch auf 
19916 \begin_inset Graphics
19917         filename ../../images/float-insert_figure.png
19918         scale 70
19919         scaleBeforeRotation
19920         BoundingBox 0bp 6bp 22bp 22bp
19921
19922 \end_inset
19923
19924  oder 
19925 \begin_inset Graphics
19926         filename ../../images/float-insert_table.png
19927         scale 70
19928         scaleBeforeRotation
19929         BoundingBox 0bp 6bp 22bp 22bp
19930
19931 \end_inset
19932
19933  klicken.
19934  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19935  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19936  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19937  #:).
19938  Statt # sehen Sie die von LyX vergebene Nummer.
19939  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19940  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19941  eingefügt.
19942  In Abschnitt
19943 \begin_inset space ~
19944 \end_inset
19945
19946
19947 \begin_inset CommandInset ref
19948 LatexCommand ref
19949 reference "abs:Titel-Platzierung"
19950
19951 \end_inset
19952
19953  finden Sie mehr über die Platzierung des Titels.
19954  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19955  auch wieder geöffnet.
19956  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19957 \begin_inset Graphics
19958         filename clipart/GleitobjektQt4.png
19959         scale 70
19960         scaleBeforeRotation
19961         BoundingBox 0bp 6bp 128bp 22bp
19962
19963 \end_inset
19964
19965  – ein graues Kästchen mit roter Beschriftung.
19966 \end_layout
19967
19968 \begin_layout Standard
19969 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19970  Gleitobjekte in einem eigenen Absatz einzufügen.
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19975  indem Sie sie markieren und dann auf 
19976 \begin_inset Graphics
19977         filename ../../images/float-insert_figure.png
19978         scale 70
19979         scaleBeforeRotation
19980         BoundingBox 0bp 6bp 22bp 22bp
19981
19982 \end_inset
19983
19984  oder 
19985 \begin_inset Graphics
19986         filename ../../images/float-insert_table.png
19987         scale 70
19988         scaleBeforeRotation
19989         BoundingBox 0bp 6bp 22bp 22bp
19990
19991 \end_inset
19992
19993  klicken.
19994 \end_layout
19995
19996 \begin_layout Section
19997 Gleitobjekt-Typen
19998 \begin_inset Index
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002 Gleitobjekte ! Typen
20003 \end_layout
20004
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \begin_layout Standard
20011 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "abs:Gleitende-Abbildungen"
20019
20020 \end_inset
20021
20022  und 
20023 \begin_inset CommandInset ref
20024 LatexCommand ref
20025 reference "abs:Gleitende-Tabellen"
20026
20027 \end_inset
20028
20029  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20030 \end_layout
20031
20032 \begin_layout Subsection
20033 Gleitobjekt-Algorithmen
20034 \begin_inset Index
20035 status collapsed
20036
20037 \begin_layout Plain Layout
20038 Gleitobjekte ! Algorithmen
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \begin_inset CommandInset label
20045 LatexCommand label
20046 name "uab:Gleitobjekt-Algorithmen"
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Standard
20054 \begin_inset Float algorithm
20055 placement h
20056 wide false
20057 sideways false
20058 status open
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Caption
20062
20063 \begin_layout Plain Layout
20064 \begin_inset CommandInset label
20065 LatexCommand label
20066 name "alg:Ein-Gleitobjekt-Algorithmus"
20067
20068 \end_inset
20069
20070 Ein Gleitobjekt-Algorithmus 
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout LyX-Code
20079 for I in 1..N loop
20080 \begin_inset Newline newline
20081 \end_inset
20082
20083  Sum:= Sum + A(I); /*Kommentar*/
20084 \begin_inset Newline newline
20085 \end_inset
20086
20087 end loop
20088 \begin_inset VSpace -4mm
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Standard
20100 Dieser Typ wird mit 
20101 \family sans
20102 Einfügen\SpecialChar \menuseparator
20103 Gleitobjekt\SpecialChar \menuseparator
20104 Algorithmus
20105 \family default
20106  eingefügt.
20107  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20108  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20109 \begin_inset space ~
20110 \end_inset
20111
20112
20113 \begin_inset CommandInset ref
20114 LatexCommand ref
20115 reference "kap:Programm-Code-Listen"
20116
20117 \end_inset
20118
20119 .
20120  Eine mögliche Absatz-Umgebung hier für ist 
20121 \family sans
20122 LyX-Code
20123 \family default
20124 , beschrieben im 
20125 \emph on
20126 Benutzerhandbuch
20127 \emph default
20128 .
20129  In Algorithmus
20130 \begin_inset space ~
20131 \end_inset
20132
20133
20134 \begin_inset CommandInset ref
20135 LatexCommand ref
20136 reference "alg:Ein-Gleitobjekt-Algorithmus"
20137
20138 \end_inset
20139
20140  wurden am Ende -4
20141 \begin_inset space \thinspace{}
20142 \end_inset
20143
20144 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20145  letzten Zeile gedruckt wird.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 Die Marke 
20150 \emph on
20151 Algorithmus
20152 \emph default
20153  wird nicht automatisch in die druckbare Version übernommen, sondern das
20154  englische Wort 
20155 \emph on
20156 Algorithm
20157 \emph default
20158  verwendet.
20159  Soll
20160 \emph on
20161  Algorithmus
20162 \emph default
20163  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 floatname{algorithm}{Algorithmus}
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20176  Sprache wie die LyX Menünamen haben, das Menü 
20177 \family sans
20178 Einfügen\SpecialChar \menuseparator
20179 Liste
20180 \begin_inset space \thinspace{}
20181 \end_inset
20182
20183 /
20184 \begin_inset space \thinspace{}
20185 \end_inset
20186
20187 Inhaltsverzeichnis\SpecialChar \menuseparator
20188 Algorithmenverzeichnis
20189 \family default
20190  verwendet werden.
20191  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20192  eingefügt werden:
20193 \end_layout
20194
20195 \begin_layout Standard
20196
20197 \series bold
20198
20199 \backslash
20200 listof{algorithm}{Algorithmenverzeichnis}
20201 \end_layout
20202
20203 \begin_layout Standard
20204 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20205  nach dem Schema 
20206 \begin_inset Quotes gld
20207 \end_inset
20208
20209 Kapitelnummer.Algorithmusnummer
20210 \begin_inset Quotes grd
20211 \end_inset
20212
20213  nummeriert.
20214  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20215  einfügen:
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \series bold
20221
20222 \backslash
20223 numberwithin{algorithm}{chapter}
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Um 
20228 \series bold
20229
20230 \backslash
20231 numberwithin
20232 \series default
20233  benutzen zu können, muss in den 
20234 \family sans
20235 Mathe
20236 \begin_inset space ~
20237 \end_inset
20238
20239 Optionen
20240 \family default
20241  der 
20242 \family sans
20243 Dokument-Einstellungen
20244 \family default
20245  
20246 \family sans
20247 AMS
20248 \begin_inset space ~
20249 \end_inset
20250
20251 Mathe
20252 \begin_inset space ~
20253 \end_inset
20254
20255 Paket
20256 \family default
20257
20258 \begin_inset space ~
20259 \end_inset
20260
20261
20262 \family sans
20263 verwenden
20264 \family default
20265  angekreuzt sein.
20266 \end_layout
20267
20268 \begin_layout Subsection
20269 Umflossene Gleitobjekte
20270 \begin_inset Index
20271 status collapsed
20272
20273 \begin_layout Plain Layout
20274 Gleitobjekte ! umflossene
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \begin_layout Standard
20283 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20284  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20285  den die Abbildung bzw.
20286 \begin_inset space ~
20287 \end_inset
20288
20289 Tabelle übrig lässt.
20290  Sie werden über das Menü
20291 \family sans
20292  Einfügen\SpecialChar \menuseparator
20293 Gleitobjekt\SpecialChar \menuseparator
20294 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20295 objekt
20296 \family default
20297  eingefügt, wenn das LaTeX-Paket 
20298 \series bold
20299 wrapfig
20300 \series default
20301
20302 \begin_inset Index
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 LaTeX-Pakete ! wrapfig
20307 \begin_inset ERT
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311
20312
20313 \backslash
20314 vspace{4mm}
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323
20324  installiert ist.
20325 \begin_inset Foot
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20330 \emph on
20331 LaTeX-Konfiguration
20332 \emph default
20333  beschrieben.
20334 \end_layout
20335
20336 \end_inset
20337
20338  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20339  Box des Gleitobjekts geändert werden.
20340  
20341 \begin_inset Wrap figure
20342 lines 0
20343 placement l
20344 overhang 1cm
20345 width "40col%"
20346 status open
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Graphics
20350         filename ../clipart/mobius.eps
20351         width 40col%
20352         scaleBeforeRotation
20353         rotateOrigin center
20354
20355 \end_inset
20356
20357
20358 \end_layout
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Caption
20362
20363 \begin_layout Plain Layout
20364 \begin_inset CommandInset label
20365 LatexCommand label
20366 name "abb:Dies-ist-eine"
20367
20368 \end_inset
20369
20370 Dies ist eine umflossene Gleitobjekt-Abbildung
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379
20380  Obligatorische Einstellungen sind die 
20381 \family sans
20382 Breite
20383 \family default
20384  und 
20385 \family sans
20386 Platzierung
20387 \family default
20388  des Gleitobjekts.
20389  Optional sind der 
20390 \family sans
20391 Überhang 
20392 \family default
20393 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20394 \begin_inset space \thinspace{}
20395 \end_inset
20396
20397 /
20398 \begin_inset space \thinspace{}
20399 \end_inset
20400
20401 der Seite ragt und die 
20402 \family sans
20403 benötigten Zeilen
20404 \family default
20405 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20406  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20407  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20408  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20409  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20410  zu lassen.
20411  Abbildung
20412 \begin_inset space ~
20413 \end_inset
20414
20415
20416 \begin_inset CommandInset ref
20417 LatexCommand ref
20418 reference "abb:Dies-ist-eine"
20419
20420 \end_inset
20421
20422  ist zum Beispiel ein umflossenes Bild, das 40
20423 \begin_inset space \thinspace{}
20424 \end_inset
20425
20426 % der Spaltenbreite einnimmt, 1
20427 \begin_inset space \thinspace{}
20428 \end_inset
20429
20430 cm in den Rand ragt und links gesetzt wurde.
20431 \begin_inset Foot
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Die benutzbaren Einheiten werden in Anhang
20436 \begin_inset space ~
20437 \end_inset
20438
20439
20440 \begin_inset CommandInset ref
20441 LatexCommand ref
20442 reference "kap:In-LyX-verfügbare"
20443
20444 \end_inset
20445
20446  beschrieben.
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 \begin_inset Note Greyedout
20456 status open
20457
20458 \begin_layout Plain Layout
20459
20460 \series bold
20461 Bemerkung:
20462 \series default
20463  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20464 \begin_inset space \thinspace{}
20465 \end_inset
20466
20467 B.
20468  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20469  oder über anderen Text gedruckt wird.
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 Allgemein gilt:
20479 \end_layout
20480
20481 \begin_layout Itemize
20482 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20483  der nächsten Seite fortgesetzt werden.
20484  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20485  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20486 \end_layout
20487
20488 \begin_layout Itemize
20489 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20490  sie fließen soll, eingefügt werden oder darin.
20491 \end_layout
20492
20493 \begin_layout Itemize
20494 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20495  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20496  ihnen ist.
20497 \end_layout
20498
20499 \begin_layout Itemize
20500 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20501  erlaubt.
20502 \end_layout
20503
20504 \begin_layout Section
20505 Gleitobjekt-Nummerierung
20506 \begin_inset Index
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510 Gleitobjekte ! Nummerierung
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \begin_layout Standard
20519 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20520  nummeriert oder nach dem Schema 
20521 \begin_inset Quotes gld
20522 \end_inset
20523
20524 Kapitelnummer.Gleitobjektnummer
20525 \begin_inset Quotes grd
20526 \end_inset
20527
20528  oder 
20529 \begin_inset Quotes gld
20530 \end_inset
20531
20532 Abschnittsnummer.Gleitobjektnummer
20533 \begin_inset Quotes grd
20534 \end_inset
20535
20536 .
20537  Das hängt von der Dokumentklasse ab.
20538 \end_layout
20539
20540 \begin_layout Standard
20541 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20542  in den LaTeX-Vorspann einfügen:
20543 \end_layout
20544
20545 \begin_layout Standard
20546
20547 \series bold
20548
20549 \backslash
20550 renewcommand{
20551 \backslash
20552 thetable}{
20553 \backslash
20554 roman{table}}
20555 \end_layout
20556
20557 \begin_layout Standard
20558
20559 \series bold
20560
20561 \backslash
20562 thetable
20563 \series default
20564  ist der Befehl, der die Tabellennummer druckt.
20565  Für Abbildungen ist das 
20566 \series bold
20567
20568 \backslash
20569 thefigure
20570 \series default
20571 .
20572  Der Befehl 
20573 \series bold
20574
20575 \backslash
20576 roman
20577 \series default
20578  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20579 \end_layout
20580
20581 \begin_layout Standard
20582 Um das Nummerierungsschema zum Beispiel auf 
20583 \begin_inset Quotes gld
20584 \end_inset
20585
20586 Unterabschnittsnummer.Num\SpecialChar \-
20587 mer
20588 \begin_inset Quotes grd
20589 \end_inset
20590
20591  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20592 \end_layout
20593
20594 \begin_layout Standard
20595
20596 \series bold
20597
20598 \backslash
20599 numberwithin{table}{subsection}
20600 \end_layout
20601
20602 \begin_layout Standard
20603 Um den Befehl 
20604 \series bold
20605
20606 \backslash
20607 numberwithin
20608 \series default
20609  benutzen zu können, müssen Sie in den 
20610 \family sans
20611 Mathe
20612 \begin_inset space ~
20613 \end_inset
20614
20615 Optionen
20616 \family default
20617  der 
20618 \family sans
20619 Dokument-Einstellungen
20620 \family default
20621  
20622 \family sans
20623 AMS
20624 \begin_inset space ~
20625 \end_inset
20626
20627 Mathe
20628 \begin_inset space ~
20629 \end_inset
20630
20631 Paket
20632 \family default
20633
20634 \begin_inset space ~
20635 \end_inset
20636
20637
20638 \family sans
20639 verwenden
20640 \family default
20641  ankreuzen.
20642 \end_layout
20643
20644 \begin_layout Standard
20645 Sehen Sie sich bitte auch Abschnitt
20646 \begin_inset space ~
20647 \end_inset
20648
20649
20650 \begin_inset CommandInset ref
20651 LatexCommand ref
20652 reference "uab:Fußnoten-Nummerierung"
20653
20654 \end_inset
20655
20656  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20657 \end_layout
20658
20659 \begin_layout Section
20660 Auf Gleitobjekte verweisen
20661 \begin_inset CommandInset label
20662 LatexCommand label
20663 name "abs:Auf-Gleitobjekte-verweisen"
20664
20665 \end_inset
20666
20667
20668 \begin_inset Index
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672 Gleitobjekte ! Querverweise
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \begin_inset Index
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682 Querverweise ! auf Gleitobjekte
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Standard
20691 Zunächst müssen Sie mit 
20692 \family sans
20693 Einfügen\SpecialChar \menuseparator
20694 Marke
20695 \family default
20696  oder einen Klick auf 
20697 \begin_inset Graphics
20698         filename ../../images/label-insert.png
20699         scale 70
20700         scaleBeforeRotation
20701
20702 \end_inset
20703
20704  eine Marke im Titel einfügen.
20705  Im 
20706 \family sans
20707 Marke
20708 \family default
20709 -Dialog schreiben Sie einen Text in das Feld 
20710 \family sans
20711 Marke
20712 \family default
20713  oder übernehmen den vorgeschlagenen.
20714  Die Marke sieht in LyX dann so aus:
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset Graphics
20719         filename clipart/Marke.png
20720         lyxscale 80
20721         scale 50
20722         scaleBeforeRotation
20723         BoundingBox 0bp 6bp 76bp 23bp
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Standard
20731 Die Marke wird als Anker und Name für den Querverweis benutzt.
20732  Mit 
20733 \family sans
20734 Einfügen\SpecialChar \menuseparator
20735 Querverweis
20736 \family default
20737  oder einen Klick auf 
20738 \begin_inset Graphics
20739         filename ../../images/dialog-show-new-inset_ref.png
20740         scale 70
20741         scaleBeforeRotation
20742
20743 \end_inset
20744
20745  können Sie dann auf die Marke verweisen.
20746  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20747  angezeigt:
20748 \end_layout
20749
20750 \begin_layout Standard
20751 \begin_inset Graphics
20752         filename clipart/Querverweis.png
20753         lyxscale 80
20754         scale 50
20755         scaleBeforeRotation
20756         BoundingBox 0bp 6bp 76bp 23bp
20757
20758 \end_inset
20759
20760
20761 \begin_inset Newline newline
20762 \end_inset
20763
20764  Mehr zu Querverweisen finden Sie im 
20765 \emph on
20766 Benutzerhandbuch
20767 \emph default
20768 .
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20773  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20774  durch einen Zeilenumbruch getrennt werden können.
20775 \end_layout
20776
20777 \begin_layout Standard
20778 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20779  LyX passt die Querverweise automatisch an.
20780 \end_layout
20781
20782 \begin_layout Standard
20783 Ein Klick auf den Schalter 
20784 \family sans
20785 Gehe
20786 \begin_inset space ~
20787 \end_inset
20788
20789 zur
20790 \begin_inset space ~
20791 \end_inset
20792
20793 Marke
20794 \family default
20795  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20796  Der Text der Schaltfläche heißt jetzt 
20797 \family sans
20798 Gehe
20799 \begin_inset space ~
20800 \end_inset
20801
20802 zurück
20803 \family default
20804  und ein Klick darauf macht genau dies.
20805   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20806  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20807  Dann ist auch kein 
20808 \family sans
20809 Gehe
20810 \begin_inset space ~
20811 \end_inset
20812
20813 zurück
20814 \family default
20815  möglich.
20816 \end_layout
20817
20818 \begin_layout Subsection
20819 Querverweis-Formate
20820 \begin_inset CommandInset label
20821 LatexCommand label
20822 name "uab:Querverweis-Formate"
20823
20824 \end_inset
20825
20826
20827 \begin_inset Index
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 Querverweise ! Formate
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 Es gibt sechs verschiedene Querverweisstile:
20841 \end_layout
20842
20843 \begin_layout Description
20844 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20845  
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "abb:Zwei-Teilabbildungen"
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \begin_layout Description
20856 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20857  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20858  verwendet wird, speziell wenn der Name 
20859 \begin_inset Quotes gld
20860 \end_inset
20861
20862 Gleichung
20863 \begin_inset Quotes grd
20864 \end_inset
20865
20866  weggelassen wird: 
20867 \begin_inset CommandInset ref
20868 LatexCommand eqref
20869 reference "eq:Wgn"
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \begin_layout Description
20877 <Seite>: druckt die Seitennummer: Seite
20878 \begin_inset space ~
20879 \end_inset
20880
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand pageref
20884 reference "abb:Zwei-Teilabbildungen"
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Description
20892 auf
20893 \begin_inset space ~
20894 \end_inset
20895
20896 Seite
20897 \begin_inset space ~
20898 \end_inset
20899
20900 <Seite>: druckt den Text 
20901 \begin_inset Quotes gld
20902 \end_inset
20903
20904 auf Seite
20905 \begin_inset Quotes grd
20906 \end_inset
20907
20908  und die Seitennummer: 
20909 \begin_inset CommandInset ref
20910 LatexCommand vpageref
20911 reference "abb:Zwei-Teilabbildungen"
20912
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \begin_layout Description
20919 <Querverweis>
20920 \begin_inset space ~
20921 \end_inset
20922
20923 auf
20924 \begin_inset space ~
20925 \end_inset
20926
20927 Seite
20928 \begin_inset space ~
20929 \end_inset
20930
20931 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20932 \begin_inset Quotes gld
20933 \end_inset
20934
20935 auf Seite
20936 \begin_inset Quotes grd
20937 \end_inset
20938
20939 , und die Seitennummer: 
20940 \begin_inset CommandInset ref
20941 LatexCommand vref
20942 reference "abb:Zwei-Teilabbildungen"
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Description
20950 Formatierter
20951 \begin_inset space ~
20952 \end_inset
20953
20954 Querverweis: druckt ein selbst definiertes Querverweisformat
20955 \begin_inset Newline newline
20956 \end_inset
20957
20958
20959 \begin_inset Note Greyedout
20960 status open
20961
20962 \begin_layout Plain Layout
20963
20964 \series bold
20965 Bemerkung:
20966 \series default
20967  Dies ist nur möglich, wenn das LaTeX-Paket 
20968 \series bold
20969 prettyref
20970 \series default
20971  installiert ist.
20972 \end_layout
20973
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \begin_layout Standard
20980 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20981  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20982  Seite befindet.
20983  Stattdessen wird der Text 
20984 \begin_inset Quotes gld
20985 \end_inset
20986
20987 auf der vorigen Seite
20988 \begin_inset Quotes grd
20989 \end_inset
20990
20991
20992 \begin_inset Quotes gld
20993 \end_inset
20994
20995 auf dieser Seite
20996 \begin_inset Quotes grd
20997 \end_inset
20998
20999  oder 
21000 \begin_inset Quotes gld
21001 \end_inset
21002
21003 auf der nächsten Seite
21004 \begin_inset Quotes grd
21005 \end_inset
21006
21007  gedruckt.
21008 \end_layout
21009
21010 \begin_layout Standard
21011 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21012  automatisch von LaTeX berechnet.
21013  Die Stile können im Feld 
21014 \family sans
21015 Format
21016 \family default
21017  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21018  einen Querverweis klicken.
21019 \end_layout
21020
21021 \begin_layout Subsection
21022 Automatische Querverweisnamen
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 Querverweise ! Automatische Namen 
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Das LaTeX-Paket 
21037 \series bold
21038 hyperref
21039 \series default
21040
21041 \begin_inset Index
21042 status collapsed
21043
21044 \begin_layout Plain Layout
21045 LaTeX-Pakete ! hyperref
21046 \end_layout
21047
21048 \end_inset
21049
21050 , das in den
21051 \family sans
21052  PDF-Eigenschaften
21053 \family default
21054  im 
21055 \family sans
21056 Dokument-Einstellungen
21057 \family default
21058  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21059  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21060  wie 
21061 \emph on
21062 Abschnitt
21063 \emph default
21064 ).
21065  Sie müssen damit z.
21066 \begin_inset space \thinspace{}
21067 \end_inset
21068
21069 B.
21070  nicht mehr den Namen 
21071 \begin_inset Quotes gld
21072 \end_inset
21073
21074 Abbildung
21075 \begin_inset Quotes grd
21076 \end_inset
21077
21078  vor jeden Querverweis auf eine Abbildung schreiben.
21079  Um diese Funktion benutzen zu können, aktivieren Sie 
21080 \series bold
21081 hyperref
21082 \series default
21083  und fügen diese Zeile in den LaTeX-Vorspann ein:
21084 \end_layout
21085
21086 \begin_layout Standard
21087
21088 \series bold
21089
21090 \backslash
21091 AtBeginDocument{
21092 \backslash
21093 renewcommand{
21094 \backslash
21095 ref}[1]{
21096 \backslash
21097 mbox{
21098 \backslash
21099 autoref{#1}}}}
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21104 \begin_inset space \thinspace{}
21105 \end_inset
21106
21107 B.
21108  statt 
21109 \begin_inset Quotes gld
21110 \end_inset
21111
21112 Abschnitt
21113 \begin_inset Quotes grd
21114 \end_inset
21115
21116  den Namen 
21117 \begin_inset Quotes gld
21118 \end_inset
21119
21120 Kap.
21121 \begin_inset space \thinspace{}
21122 \end_inset
21123
21124
21125 \begin_inset Quotes grd
21126 \end_inset
21127
21128 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21129 \end_layout
21130
21131 \begin_layout Standard
21132
21133 \series bold
21134
21135 \backslash
21136 addto
21137 \backslash
21138 extrasngerman{
21139 \backslash
21140 renewcommand{
21141 \backslash
21142 sectionautorefname}
21143 \begin_inset Newline newline
21144 \end_inset
21145
21146
21147 \begin_inset ERT
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151
21152
21153 \backslash
21154 hphantom{ }
21155 \end_layout
21156
21157 \end_inset
21158
21159 {Kap.
21160 \backslash
21161 negthinspace}}
21162 \end_layout
21163
21164 \begin_layout Standard
21165 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21166 \begin_inset Newline newline
21167 \end_inset
21168
21169
21170 \series bold
21171
21172 \backslash
21173 extrasngerman
21174 \series default
21175  durch 
21176 \series bold
21177
21178 \backslash
21179 extras***
21180 \series default
21181 , wobei *** der Name der verwendeten Sprache ist.
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21186  z.
21187 \begin_inset space \thinspace{}
21188 \end_inset
21189
21190 B.
21191  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21192 \end_layout
21193
21194 \begin_layout Standard
21195
21196 \series bold
21197
21198 \backslash
21199 newlength{
21200 \backslash
21201 abc}
21202 \begin_inset Newline newline
21203 \end_inset
21204
21205
21206 \backslash
21207 settowidth{
21208 \backslash
21209 abc}{
21210 \backslash
21211 space}
21212 \begin_inset Newline newline
21213 \end_inset
21214
21215
21216 \backslash
21217 addto
21218 \backslash
21219 extrasenglish{
21220 \backslash
21221 renewcommand{
21222 \backslash
21223 equationautorefname}
21224 \begin_inset Newline newline
21225 \end_inset
21226
21227
21228 \begin_inset ERT
21229 status collapsed
21230
21231 \begin_layout Plain Layout
21232
21233
21234 \backslash
21235 hphantom{ }
21236 \end_layout
21237
21238 \end_inset
21239
21240 {
21241 \backslash
21242 hspace{-
21243 \backslash
21244 abc}}
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Mehr über dieses Thema finden Sie in der 
21249 \series bold
21250 hyperref
21251 \series default
21252 -Dokumentation 
21253 \begin_inset CommandInset citation
21254 LatexCommand cite
21255 key "hyperref"
21256
21257 \end_inset
21258
21259 .
21260 \end_layout
21261
21262 \begin_layout Standard
21263 \begin_inset Note Greyedout
21264 status open
21265
21266 \begin_layout Plain Layout
21267
21268 \series bold
21269 Bemerkung:
21270 \series default
21271  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21272  als Querverweisstil 
21273 \family sans
21274 Formatierter
21275 \begin_inset space ~
21276 \end_inset
21277
21278 Querverweis
21279 \family default
21280  benutzen, wie in Abschnitt
21281 \begin_inset space ~
21282 \end_inset
21283
21284
21285 \begin_inset CommandInset ref
21286 LatexCommand ref
21287 reference "uab:Querverweis-Formate"
21288
21289 \end_inset
21290
21291  beschrieben.
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Das 
21301 \emph on
21302 Mathe
21303 \emph default
21304  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21305 \end_layout
21306
21307 \begin_layout Subsection
21308 Querverweis-Position
21309 \begin_inset CommandInset label
21310 LatexCommand label
21311 name "uab:Querverweis-Position"
21312
21313 \end_inset
21314
21315
21316 \begin_inset Index
21317 status collapsed
21318
21319 \begin_layout Plain Layout
21320 Querverweise !  Position
21321 \end_layout
21322
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Wenn Sie 
21330 \series bold
21331 hyperref
21332 \series default
21333
21334 \begin_inset Index
21335 status collapsed
21336
21337 \begin_layout Plain Layout
21338 LaTeX-Pakete ! hyperref
21339 \end_layout
21340
21341 \end_inset
21342
21343  in den
21344 \family sans
21345  PDF-Eigenschaften
21346 \family default
21347  im 
21348 \family sans
21349 Dokument-Einstellungen
21350 \family default
21351  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21352  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21353  und Sie werden das Bild ohne Scrollen nicht sehen.
21354  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21355  ist.
21356  Wenn Sie das  LaTeX-Paket 
21357 \series bold
21358 hypcap
21359 \series default
21360
21361 \begin_inset Index
21362 status collapsed
21363
21364 \begin_layout Plain Layout
21365 LaTeX-Pakete ! hypcap
21366 \end_layout
21367
21368 \end_inset
21369
21370 , das Teil des LaTeX-Pakets 
21371 \series bold
21372 oberdiek
21373 \series default
21374
21375 \begin_inset Index
21376 status collapsed
21377
21378 \begin_layout Plain Layout
21379 LaTeX-Pakete ! oberdiek
21380 \end_layout
21381
21382 \end_inset
21383
21384  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21385  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21386 \series bold
21387 hypcap
21388 \series default
21389  zunächst in den LaTeX-Vorspann laden:
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 usepackage[figure]{hypcap}
21398 \end_layout
21399
21400 \begin_layout Standard
21401 Sie können 
21402 \series bold
21403 hypcap
21404 \series default
21405  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21406  nicht empfohlen.
21407  Weitere Informationen finden Sie im
21408 \series bold
21409  hypcap
21410 \series default
21411 -Handbuch 
21412 \begin_inset CommandInset citation
21413 LatexCommand cite
21414 key "hypcap"
21415
21416 \end_inset
21417
21418 .
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset Note Greyedout
21423 status open
21424
21425 \begin_layout Plain Layout
21426
21427 \series bold
21428 Bemerkung:
21429 \series default
21430  
21431 \series bold
21432 hypcap
21433 \series medium
21434  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21435 \end_layout
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Section
21443 Gleitobjekt-Platzierung
21444 \begin_inset CommandInset label
21445 LatexCommand label
21446 name "abs:Gleitobjekt-Platzierung"
21447
21448 \end_inset
21449
21450
21451 \begin_inset Index
21452 status collapsed
21453
21454 \begin_layout Plain Layout
21455 Gleitobjekte ! Platzierung
21456 \end_layout
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21465 \family sans
21466 Gleitobjekt-Einstellungen
21467 \family default
21468 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21469  können.
21470 \begin_inset Newline newline
21471 \end_inset
21472
21473 Die Option 
21474 \family sans
21475 Spalten
21476 \begin_inset space ~
21477 \end_inset
21478
21479 überspannen
21480 \family default
21481  ist nur bei zweispaltigen Dokumenten sinnvoll.
21482  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21483 \begin_inset Newline newline
21484 \end_inset
21485
21486 Die Option 
21487 \family sans
21488 Seitwärts
21489 \begin_inset space ~
21490 \end_inset
21491
21492 drehen
21493 \family default
21494  ist in Abschnitt 
21495 \begin_inset CommandInset ref
21496 LatexCommand ref
21497 reference "abs:Gedrehte-Gleitobjekte"
21498
21499 \end_inset
21500
21501  beschrieben.
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21506  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21507  Sie die Option 
21508 \family sans
21509 Standard-Platzierung
21510 \begin_inset space ~
21511 \end_inset
21512
21513 verwenden
21514 \family default
21515  nicht verwenden:
21516 \end_layout
21517
21518 \begin_layout Description
21519 Hier
21520 \begin_inset space ~
21521 \end_inset
21522
21523 wenn
21524 \begin_inset space ~
21525 \end_inset
21526
21527 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21528 \end_layout
21529
21530 \begin_layout Description
21531 Anfang
21532 \begin_inset space ~
21533 \end_inset
21534
21535 der
21536 \begin_inset space ~
21537 \end_inset
21538
21539 Seite
21540 \family sans
21541  
21542 \family default
21543 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21544  Gleitobjekte, die maximal 70
21545 \begin_inset space \thinspace{}
21546 \end_inset
21547
21548 % einer Seite benötigen, dürfen oben platziert werden.
21549  Dies kann durch die Variable 
21550 \series bold
21551
21552 \backslash
21553 topfraction
21554 \series default
21555  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21556 \end_layout
21557
21558 \begin_deeper
21559 \begin_layout Standard
21560
21561 \series bold
21562
21563 \backslash
21564 renewcommand{
21565 \backslash
21566 topfraction}{0.9}
21567 \family typewriter
21568 \series default
21569  
21570 \end_layout
21571
21572 \end_deeper
21573 \begin_layout Description
21574 Ende
21575 \begin_inset space ~
21576 \end_inset
21577
21578 der
21579 \begin_inset space ~
21580 \end_inset
21581
21582 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21583  Gleitobjekte, die maximal 30
21584 \begin_inset space \thinspace{}
21585 \end_inset
21586
21587 % einer Seite benötigen, dürfen unten platziert werden.
21588  Dies kann durch die Variable 
21589 \series bold
21590
21591 \backslash
21592 bottomfraction
21593 \series default
21594  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21595 \end_layout
21596
21597 \begin_deeper
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 renewcommand{
21604 \backslash
21605 bottomfraction}{0.5}
21606 \end_layout
21607
21608 \begin_layout Standard
21609 die oftmals zu kleine untere Grenze auf 50
21610 \begin_inset space \thinspace{}
21611 \end_inset
21612
21613 %.
21614 \end_layout
21615
21616 \end_deeper
21617 \begin_layout Description
21618 Seite
21619 \begin_inset space ~
21620 \end_inset
21621
21622 mit
21623 \begin_inset space ~
21624 \end_inset
21625
21626 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21627  Nur wenn mehr als 50
21628 \begin_inset space \thinspace{}
21629 \end_inset
21630
21631 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21632  Gleitobjekte bereitgestellt.
21633  Dies kann durch die Variable 
21634 \series bold
21635
21636 \backslash
21637 floatpagefraction 
21638 \series default
21639 im LaTeX-Vorspann überschrieben werden.
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Die Reihenfolge der obigen Optionen wird 
21644 \emph on
21645 immer
21646 \emph default
21647  von LaTeX verwendet.
21648  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21649  versuchen 
21650 \family sans
21651 Hier
21652 \begin_inset space \space{}
21653 \end_inset
21654
21655 wenn
21656 \begin_inset space \space{}
21657 \end_inset
21658
21659 möglich
21660 \family default
21661 , dann 
21662 \family sans
21663 Anfang
21664 \begin_inset space ~
21665 \end_inset
21666
21667 der
21668 \begin_inset space ~
21669 \end_inset
21670
21671 Seite
21672 \family default
21673  und dann die anderen Optionen anzuwenden.
21674  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21675  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21676  Reihenfolge.
21677  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21678 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21679 \end_layout
21680
21681 \begin_layout Standard
21682 Die Option 
21683 \family sans
21684 Hier,
21685 \begin_inset space ~
21686 \end_inset
21687
21688 auf
21689 \begin_inset space ~
21690 \end_inset
21691
21692 jeden
21693 \begin_inset space ~
21694 \end_inset
21695
21696 Fall
21697 \family default
21698  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21699  fast druckreif ist.
21700  Denn mit der Option kann das Objekt nicht mehr 
21701 \emph on
21702 gleiten
21703 \emph default
21704 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21705  oftmals zerstört.
21706 \end_layout
21707
21708 \begin_layout Standard
21709 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21710  immer vom Text eines bestimmten Absatzes umgeben sind.
21711 \begin_inset VSpace bigskip
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Standard
21718 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21719 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21720  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21721  Das kann mit dem LaTeX-Befehl
21722 \series bold
21723  
21724 \backslash
21725 suppressfloats
21726 \series default
21727  verhindert werden.
21728  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21729  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21730  gesetzt wird.
21731  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21732 \end_layout
21733
21734 \begin_layout Standard
21735
21736 \series bold
21737
21738 \backslash
21739 let
21740 \backslash
21741 meinAbschnitt
21742 \backslash
21743 section
21744 \begin_inset Newline newline
21745 \end_inset
21746
21747
21748 \backslash
21749 renewcommand{
21750 \backslash
21751 section}{
21752 \backslash
21753 suppressfloats[t]
21754 \backslash
21755 meinAbschnitt}
21756 \end_layout
21757
21758 \begin_layout Standard
21759 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21760  Unterabschnitten festlegen.
21761  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21762  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 Es gibt auch noch das LaTeX-Paket 
21767 \series bold
21768 flafter
21769 \series default
21770
21771 \begin_inset Index
21772 status collapsed
21773
21774 \begin_layout Plain Layout
21775 LaTeX-Pakete ! flafter
21776 \end_layout
21777
21778 \end_inset
21779
21780  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21781  gedruckt wird.
21782 \end_layout
21783
21784 \begin_layout Standard
21785 \begin_inset VSpace bigskip
21786 \end_inset
21787
21788 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21789  Dafür gibt es das LaTeX-Paket 
21790 \series bold
21791 endfloat
21792 \series default
21793
21794 \begin_inset Index
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798 LaTeX-Pakete ! endfloat
21799 \end_layout
21800
21801 \end_inset
21802
21803 .
21804  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21805  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21806  
21807 \family sans
21808
21809 \begin_inset Quotes gld
21810 \end_inset
21811
21812 [Abbildung
21813 \begin_inset space ~
21814 \end_inset
21815
21816 3.2 ist ungefähr hier.]
21817 \family default
21818
21819 \begin_inset Quotes grd
21820 \end_inset
21821
21822  finden.
21823  Das 
21824 \series bold
21825 endfloat
21826 \series default
21827 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21828 \end_layout
21829
21830 \begin_layout Standard
21831
21832 \series bold
21833
21834 \backslash
21835 usepackage[Optionen]{endfloat}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21840  Tabellen-Abschnitte, die Sie in der 
21841 \series bold
21842 endfloat
21843 \series default
21844 -Dokumentation 
21845 \begin_inset CommandInset citation
21846 LatexCommand cite
21847 key "endfloat"
21848
21849 \end_inset
21850
21851  nachlesen können.
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855
21856 \begin_inset Note Greyedout
21857 status open
21858
21859 \begin_layout Plain Layout
21860
21861 \series bold
21862 Bemerkung
21863 \begin_inset space ~
21864 \end_inset
21865
21866 1: endfloat
21867 \series default
21868  übersetzt den Hinweistext nicht automatisch.
21869  Abschnitt
21870 \begin_inset space ~
21871 \end_inset
21872
21873 4 in 
21874 \begin_inset CommandInset citation
21875 LatexCommand cite
21876 key "endfloat"
21877
21878 \end_inset
21879
21880  beschreibt, wie es geht.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \begin_layout Standard
21889 \begin_inset Note Greyedout
21890 status open
21891
21892 \begin_layout Plain Layout
21893
21894 \series bold
21895 Bemerkung
21896 \begin_inset space ~
21897 \end_inset
21898
21899 2: 
21900 \series default
21901 Die aktuelle Version von 
21902 \series bold
21903 endfloat
21904 \series default
21905  hat einen Fehler, wenn die Überschrift ein 
21906 \begin_inset Quotes gld
21907 \end_inset
21908
21909 ß
21910 \begin_inset Quotes grd
21911 \end_inset
21912
21913  enthält.
21914  Sie müssen stattdessen den Befehl 
21915 \series bold
21916
21917 \backslash
21918 ss
21919 \series default
21920  als TeX-Code benutzen.
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929 \begin_inset VSpace bigskip
21930 \end_inset
21931
21932 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21933  wie 
21934 \begin_inset CommandInset citation
21935 LatexCommand cite
21936 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21937
21938 \end_inset
21939
21940 .
21941 \end_layout
21942
21943 \begin_layout Section
21944 Gedrehte Gleitobjekte
21945 \begin_inset CommandInset label
21946 LatexCommand label
21947 name "abs:Gedrehte-Gleitobjekte"
21948
21949 \end_inset
21950
21951
21952 \begin_inset Index
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 Gleitobjekte ! drehen
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21966 t drehen.
21967  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21968  und die Option 
21969 \family sans
21970 Seitwärts
21971 \begin_inset space ~
21972 \end_inset
21973
21974 drehen
21975 \family default
21976  wählen.
21977 \end_layout
21978
21979 \begin_layout Standard
21980 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21981  sie ein mehrspaltiges Dokument haben) gedruckt.
21982  Sie können mehrere Spalten überspannen, wenn die Option 
21983 \family sans
21984 Spalten
21985 \begin_inset space ~
21986 \end_inset
21987
21988 überspannen
21989 \family default
21990  in den Gleitobjekt Einstellungen gewählt ist.
21991  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21992  werden können.
21993  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21994  Option 
21995 \series bold
21996 figuresleft
21997 \series default
21998  oder 
21999 \series bold
22000 figuresright
22001 \series default
22002  zu den Dokumentklassen-Optionen hinzu.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22007  Tabelle
22008 \begin_inset space ~
22009 \end_inset
22010
22011
22012 \begin_inset CommandInset ref
22013 LatexCommand ref
22014 reference "tab:Gedrehte-Tabelle"
22015
22016 \end_inset
22017
22018  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22019 \end_layout
22020
22021 \begin_layout Standard
22022 \begin_inset Note Greyedout
22023 status open
22024
22025 \begin_layout Plain Layout
22026
22027 \series bold
22028 Bemerkung:
22029 \series default
22030  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 \begin_inset Float table
22040 wide false
22041 sideways true
22042 status open
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Gedrehte-Tabelle"
22051
22052 \end_inset
22053
22054 Gedrehte Tabelle
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="1" columns="5">
22066 <features>
22067 <column alignment="center" valignment="top" width="0">
22068 <column alignment="center" valignment="top" width="0">
22069 <column alignment="center" valignment="top" width="0">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 Test
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 </lyxtabular>
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Section
22132 Untergleitobjekte
22133 \begin_inset Index
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 Gleitobjekte ! Untergleitobjekte
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 Untergleitobjekte werden z.
22147 \begin_inset space \thinspace{}
22148 \end_inset
22149
22150 B.
22151  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22152  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22153  eingefügt wird.
22154  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22155  in Tabelle
22156 \begin_inset space ~
22157 \end_inset
22158
22159
22160 \begin_inset CommandInset ref
22161 LatexCommand ref
22162 reference "tab:Untertabellen-nebeneinander"
22163
22164 \end_inset
22165
22166  und 
22167 \begin_inset CommandInset ref
22168 LatexCommand ref
22169 reference "tab:Untertabellen-übereinander"
22170
22171 \end_inset
22172
22173 .
22174 \end_layout
22175
22176 \begin_layout Standard
22177 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22178 \begin_inset space ~
22179 \end_inset
22180
22181
22182 \begin_inset CommandInset ref
22183 LatexCommand ref
22184 reference "tab:Untertabelle-a"
22185
22186 \end_inset
22187
22188  und 
22189 \begin_inset CommandInset ref
22190 LatexCommand ref
22191 reference "tab:Untertabelle-b"
22192
22193 \end_inset
22194
22195  sind Untertabellen von Tabelle
22196 \begin_inset space ~
22197 \end_inset
22198
22199
22200 \begin_inset CommandInset ref
22201 LatexCommand ref
22202 reference "tab:Untertabellen-nebeneinander"
22203
22204 \end_inset
22205
22206 .
22207 \end_layout
22208
22209 \begin_layout Standard
22210 \begin_inset Float table
22211 wide false
22212 sideways false
22213 status open
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Caption
22217
22218 \begin_layout Plain Layout
22219 \begin_inset CommandInset label
22220 LatexCommand label
22221 name "tab:Untertabellen-nebeneinander"
22222
22223 \end_inset
22224
22225 Zwei Untertabellen nebeneinander.
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Plain Layout
22234 \align center
22235 \begin_inset space \hfill{}
22236 \end_inset
22237
22238
22239 \begin_inset Float table
22240 wide false
22241 sideways false
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Caption
22246
22247 \begin_layout Plain Layout
22248 \begin_inset CommandInset label
22249 LatexCommand label
22250 name "tab:Untertabelle-a"
22251
22252 \end_inset
22253
22254 Dies ist Untertabelle a.
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Plain Layout
22263 \align center
22264 \begin_inset Tabular
22265 <lyxtabular version="3" rows="1" columns="5">
22266 <features>
22267 <column alignment="center" valignment="top" width="0">
22268 <column alignment="center" valignment="top" width="0">
22269 <column alignment="center" valignment="top" width="0">
22270 <column alignment="center" valignment="top" width="0">
22271 <column alignment="center" valignment="top" width="0">
22272 <row>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 Test
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 b
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 c
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 d
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 e
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 </row>
22319 </lyxtabular>
22320
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \begin_inset space \hfill{}
22330 \end_inset
22331
22332
22333 \begin_inset Float table
22334 wide false
22335 sideways false
22336 status collapsed
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Caption
22340
22341 \begin_layout Plain Layout
22342 \begin_inset CommandInset label
22343 LatexCommand label
22344 name "tab:Untertabelle-b"
22345
22346 \end_inset
22347
22348 Dies ist Untertabelle b.
22349 \end_layout
22350
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \begin_layout Plain Layout
22357 \align center
22358 \begin_inset Tabular
22359 <lyxtabular version="3" rows="1" columns="5">
22360 <features>
22361 <column alignment="center" valignment="top" width="0">
22362 <column alignment="center" valignment="top" width="0">
22363 <column alignment="center" valignment="top" width="0">
22364 <column alignment="center" valignment="top" width="0">
22365 <column alignment="center" valignment="top" width="0">
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 e
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 d
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 c
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 b
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 Test
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 </lyxtabular>
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \begin_inset space \hfill{}
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset Float table
22436 wide false
22437 sideways false
22438 status open
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Caption
22442
22443 \begin_layout Plain Layout
22444 \begin_inset CommandInset label
22445 LatexCommand label
22446 name "tab:Untertabellen-übereinander"
22447
22448 \end_inset
22449
22450 Zwei Untertabellen übereinander.
22451  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Plain Layout
22460 \align center
22461 \begin_inset Float table
22462 wide false
22463 sideways false
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Caption
22468
22469 \begin_layout Plain Layout
22470
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Plain Layout
22479 \align center
22480 \begin_inset Tabular
22481 <lyxtabular version="3" rows="1" columns="4">
22482 <features>
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <column alignment="center" valignment="top" width="0">
22486 <column alignment="center" valignment="top" width="0">
22487 <row>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 Test
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 Test
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 Test
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 Test
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 </lyxtabular>
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538 \align center
22539 \begin_inset Float table
22540 wide false
22541 sideways false
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Caption
22546
22547 \begin_layout Plain Layout
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Plain Layout
22557 \align center
22558 \begin_inset Tabular
22559 <lyxtabular version="3" rows="1" columns="5">
22560 <features>
22561 <column alignment="center" valignment="top" width="0">
22562 <column alignment="center" valignment="top" width="0">
22563 <column alignment="center" valignment="top" width="0">
22564 <column alignment="center" valignment="top" width="0">
22565 <column alignment="center" valignment="top" width="0">
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 a
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 b
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 c
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
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 d
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 e
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 </lyxtabular>
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Section
22631 Gleitobjekte nebeneinander
22632 \begin_inset Index
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636 Gleitobjekte ! nebeneinander
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22646 \begin_inset space ~
22647 \end_inset
22648
22649
22650 \begin_inset CommandInset ref
22651 LatexCommand ref
22652 reference "abb:Gleitobjekt-links"
22653
22654 \end_inset
22655
22656  und 
22657 \begin_inset CommandInset ref
22658 LatexCommand ref
22659 reference "abb:Gleitobjekt-rechts"
22660
22661 \end_inset
22662
22663  wird nur 
22664 \emph on
22665 ein
22666 \emph default
22667  Gleitobjekt verwendet.
22668  In dieses werden zwei Minipage Boxen eingefügt.
22669 \begin_inset Foot
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673 Minipages sind in Abschnitt
22674 \begin_inset space ~
22675 \end_inset
22676
22677
22678 \begin_inset CommandInset ref
22679 LatexCommand ref
22680 reference "abs:Minipage"
22681
22682 \end_inset
22683
22684  erklärt.
22685 \end_layout
22686
22687 \end_inset
22688
22689  Die Breite wird für jede Minipage auf 45
22690 \begin_inset space \thinspace{}
22691 \end_inset
22692
22693 -50
22694 \begin_inset space \thinspace{}
22695 \end_inset
22696
22697 Spalten% und die Box Ausrichtung auf 
22698 \family sans
22699 Unten
22700 \family default
22701  gesetzt.
22702  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22703  Gleitobjekt.
22704  Der einzige Unterschied ist, dass die Bildeinheit 
22705 \family sans
22706 Spaltenbreite
22707 \begin_inset space ~
22708 \end_inset
22709
22710 %
22711 \family default
22712  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset Float figure
22717 wide false
22718 sideways false
22719 status open
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Box Frameless
22723 position "b"
22724 hor_pos "c"
22725 has_inner_box 1
22726 inner_pos "t"
22727 use_parbox 0
22728 width "45col%"
22729 special "none"
22730 height "1in"
22731 height_special "totalheight"
22732 status open
22733
22734 \begin_layout Plain Layout
22735 \align center
22736 \begin_inset Graphics
22737         filename ../clipart/mobius.eps
22738         lyxscale 50
22739         width 100col%
22740         scaleBeforeRotation
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Caption
22749
22750 \begin_layout Plain Layout
22751 \begin_inset CommandInset label
22752 LatexCommand label
22753 name "abb:Gleitobjekt-links"
22754
22755 \end_inset
22756
22757 Gleitobjekt auf der linken Seite.
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \begin_inset space \hfill{}
22769 \end_inset
22770
22771
22772 \begin_inset Box Frameless
22773 position "b"
22774 hor_pos "c"
22775 has_inner_box 1
22776 inner_pos "t"
22777 use_parbox 0
22778 width "45col%"
22779 special "none"
22780 height "1in"
22781 height_special "totalheight"
22782 status open
22783
22784 \begin_layout Plain Layout
22785 \align center
22786 \begin_inset Graphics
22787         filename ../clipart/platypus.eps
22788         lyxscale 50
22789         width 100col%
22790         scaleBeforeRotation
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Caption
22799
22800 \begin_layout Plain Layout
22801 \begin_inset CommandInset label
22802 LatexCommand label
22803 name "abb:Gleitobjekt-rechts"
22804
22805 \end_inset
22806
22807 Gleitobjekt auf der rechten Seite.
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Section
22826 Beschriftungs-Formatierung
22827 \begin_inset CommandInset label
22828 LatexCommand label
22829 name "abs:Titel-Formatierung"
22830
22831 \end_inset
22832
22833
22834 \begin_inset Index
22835 status collapsed
22836
22837 \begin_layout Plain Layout
22838 Gleitobjekte ! Beschriftung ! Formatierung
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847
22848 \family sans
22849 Legende
22850 \family default
22851  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22852  In LyX sehen Titel so aus:  
22853 \family sans
22854
22855 \begin_inset Quotes gld
22856 \end_inset
22857
22858 Abbildung xyz:
22859 \family default
22860
22861 \begin_inset Quotes grd
22862 \end_inset
22863
22864 , gefolgt vom Beschriftungstext, wobei 
22865 \family sans
22866 xyz
22867 \family default
22868  die von LyX vergebene Nummer ist.
22869  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22870  gedruckt.
22871  Dies ist nicht immer brauchbar.
22872 \end_layout
22873
22874 \begin_layout Standard
22875 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22876  
22877 \series bold
22878 caption
22879 \series default
22880
22881 \begin_inset Index
22882 status collapsed
22883
22884 \begin_layout Plain Layout
22885 LaTeX-Pakete ! caption
22886 \end_layout
22887
22888 \end_inset
22889
22890  in den LaTeX-Vorspann laden:
22891 \end_layout
22892
22893 \begin_layout Standard
22894
22895 \series bold
22896
22897 \backslash
22898 usepackage[Format-Definition]{caption}
22899 \end_layout
22900
22901 \begin_layout Standard
22902 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22903  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22912 \end_layout
22913
22914 \begin_layout Standard
22915 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22916  definieren.
22917  Dazu laden Sie das 
22918 \series bold
22919 caption
22920 \series default
22921 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22922  dem Befehl
22923 \end_layout
22924
22925 \begin_layout Standard
22926
22927 \series bold
22928
22929 \backslash
22930 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22931 \end_layout
22932
22933 \begin_layout Standard
22934 Für Abbildung
22935 \begin_inset space ~
22936 \end_inset
22937
22938
22939 \begin_inset CommandInset ref
22940 LatexCommand ref
22941 reference "abb:Langer-Abb-Titel"
22942
22943 \end_inset
22944
22945  und Tabelle
22946 \begin_inset space ~
22947 \end_inset
22948
22949
22950 \begin_inset CommandInset ref
22951 LatexCommand ref
22952 reference "tab:Langer-Tab-Titel"
22953
22954 \end_inset
22955
22956  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22957  werden:
22958 \end_layout
22959
22960 \begin_layout Standard
22961
22962 \series bold
22963
22964 \backslash
22965 usepackage[tableposition=top]{caption}
22966 \begin_inset Newline newline
22967 \end_inset
22968
22969
22970 \backslash
22971 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22972 \begin_inset Newline newline
22973 \end_inset
22974
22975
22976 \begin_inset ERT
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980
22981
22982 \backslash
22983 hphantom{
22984 \backslash
22985
22986 \backslash
22987 captionsetup[figure]
22988 \backslash
22989 {}
22990 \end_layout
22991
22992 \end_inset
22993
22994  labelsep=period}
22995 \begin_inset Newline newline
22996 \end_inset
22997
22998
22999 \backslash
23000 captionsetup[table]{labelfont={bf,sf}}
23001 \end_layout
23002
23003 \begin_layout Standard
23004 \begin_inset Note Greyedout
23005 status open
23006
23007 \begin_layout Plain Layout
23008
23009 \series bold
23010 Bemerkung:
23011 \series default
23012  Die Option 
23013 \series bold
23014 tableposition=top
23015 \series default
23016  hat keine Auswirkung, wenn eine 
23017 \series bold
23018 koma-script
23019 \series default
23020
23021 \begin_inset Index
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025 LaTeX-Pakete ! koma-script
23026 \end_layout
23027
23028 \end_inset
23029
23030 -Dokumentklasse verwendet wird.
23031  Hier muss die Option 
23032 \series bold
23033 tablecaptionabove
23034 \series default
23035  benutzt werden.
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Standard
23044 Weitere Informationen über das Paket
23045 \series bold
23046  caption
23047 \series default
23048  finden Sie in seiner Dokumentation 
23049 \begin_inset CommandInset citation
23050 LatexCommand cite
23051 key "caption"
23052
23053 \end_inset
23054
23055 .
23056 \end_layout
23057
23058 \begin_layout Standard
23059 Wenn Sie den Namen von 
23060 \begin_inset Quotes gld
23061 \end_inset
23062
23063 Abbildung
23064 \begin_inset Quotes grd
23065 \end_inset
23066
23067  auf 
23068 \begin_inset Quotes gld
23069 \end_inset
23070
23071 Bild
23072 \begin_inset Quotes grd
23073 \end_inset
23074
23075  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23076 \end_layout
23077
23078 \begin_layout Standard
23079
23080 \series bold
23081
23082 \backslash
23083 renewcommand{
23084 \backslash
23085 fnum@figure}{Bild~
23086 \backslash
23087 thefigure}
23088 \end_layout
23089
23090 \begin_layout Standard
23091 wobei 
23092 \series bold
23093
23094 \backslash
23095 thefigure
23096 \series default
23097  die Bildnummer einsetzt und
23098 \series bold
23099  ~
23100 \series default
23101  ein geschütztes Leerzeichen ist.
23102 \end_layout
23103
23104 \begin_layout Standard
23105 \begin_inset VSpace bigskip
23106 \end_inset
23107
23108 Wenn Sie eine 
23109 \series bold
23110 koma-script
23111 \series default
23112
23113 \begin_inset Index
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117 LaTeX-Pakete ! koma-script
23118 \end_layout
23119
23120 \end_inset
23121
23122 -Dokumentklasse (
23123 \family sans
23124 article (koma-script)
23125 \family default
23126
23127 \family sans
23128 book (koma-script)
23129 \family default
23130
23131 \family sans
23132 letter (koma-script)
23133 \family default
23134  oder 
23135 \family sans
23136 report (koma-script)
23137 \family default
23138 ) benutzen, können Sie anstatt des 
23139 \series bold
23140 caption
23141 \series default
23142 -Paketes den eingebauten Befehl 
23143 \series bold
23144
23145 \backslash
23146 setkomafont
23147 \series default
23148  von 
23149 \series bold
23150 koma-script
23151 \series default
23152  benutzen.
23153  Der Befehl
23154 \end_layout
23155
23156 \begin_layout Standard
23157
23158 \series bold
23159
23160 \backslash
23161 setkomafont{captionlabel}{
23162 \backslash
23163 bfseries}
23164 \end_layout
23165
23166 \begin_layout Standard
23167 im LaTeX-Vorspann druckt den Namen fett.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Weitere Informationen über 
23172 \series bold
23173
23174 \backslash
23175 setkomafont
23176 \series default
23177  finden Sie in der 
23178 \series bold
23179 koma-script
23180 \series default
23181 -Do\SpecialChar \-
23182 ku\SpecialChar \-
23183 men\SpecialChar \-
23184 ta\SpecialChar \-
23185 tion 
23186 \begin_inset CommandInset citation
23187 LatexCommand cite
23188 key "koma-script"
23189
23190 \end_inset
23191
23192 .
23193 \end_layout
23194
23195 \begin_layout Standard
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23204 }
23205 \end_layout
23206
23207 \end_inset
23208
23209
23210 \begin_inset Note Note
23211 status open
23212
23213 \begin_layout Plain Layout
23214 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset Float figure
23224 placement !p
23225 wide false
23226 sideways false
23227 status open
23228
23229 \begin_layout Plain Layout
23230 \align center
23231 \begin_inset Graphics
23232         filename ../clipart/mobius.eps
23233         lyxscale 50
23234         scale 50
23235         scaleBeforeRotation
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Caption
23244
23245 \begin_layout Plain Layout
23246 \begin_inset CommandInset label
23247 LatexCommand label
23248 name "abb:Langer-Abb-Titel"
23249
23250 \end_inset
23251
23252 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23253  ist, um das andere Beschriftungsformat zu zeigen.
23254  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23255 \begin_inset OptArg
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23260  ist.
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23287 on}
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 \begin_inset Float table
23297 placement !p
23298 wide false
23299 sideways false
23300 status open
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Caption
23304
23305 \begin_layout Plain Layout
23306 \begin_inset CommandInset label
23307 LatexCommand label
23308 name "tab:Langer-Tab-Titel"
23309
23310 \end_inset
23311
23312 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23313  ist, um das andere Beschriftungsformat zu zeigen.
23314  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23315  benutzt.
23316 \begin_inset OptArg
23317 status collapsed
23318
23319 \begin_layout Plain Layout
23320 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23321  ist.
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Plain Layout
23335 \align center
23336 \begin_inset Tabular
23337 <lyxtabular version="3" rows="1" columns="5">
23338 <features>
23339 <column alignment="center" valignment="top" width="0">
23340 <column alignment="center" valignment="top" width="0">
23341 <column alignment="center" valignment="top" width="0">
23342 <column alignment="center" valignment="top" width="0">
23343 <column alignment="center" valignment="top" width="0">
23344 <row>
23345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 a
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 b
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 c
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 d
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 e
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 </row>
23391 </lyxtabular>
23392
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Section
23404 Beschriftungs-Platzierung
23405 \begin_inset CommandInset label
23406 LatexCommand label
23407 name "abs:Titel-Platzierung"
23408
23409 \end_inset
23410
23411
23412 \begin_inset Index
23413 status collapsed
23414
23415 \begin_layout Plain Layout
23416 Gleitobjekte ! Beschriftung ! Platzierung
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Standard
23425 Normalerweise werden die Beschriftungen wie folgt platziert:
23426 \end_layout
23427
23428 \begin_layout Description
23429 Abbildung: darunter
23430 \end_layout
23431
23432 \begin_layout Description
23433 Tabelle: darüber
23434 \end_layout
23435
23436 \begin_layout Standard
23437 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23438  Das heißt wenn Sie eine der Dokument-Klassen 
23439 \family sans
23440 article
23441 \family default
23442
23443 \family sans
23444 book
23445 \family default
23446
23447 \family sans
23448 letter
23449 \family default
23450  oder 
23451 \family sans
23452 report
23453 \family default
23454  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23455  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23456 \series bold
23457 caption
23458 \series default
23459  im LaTeX-Vorspann folgendes schreiben:
23460 \begin_inset Foot
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464 In Abschnitt
23465 \begin_inset space ~
23466 \end_inset
23467
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "abs:Titel-Formatierung"
23472
23473 \end_inset
23474
23475  steht mehr über das Paket 
23476 \series bold
23477 caption
23478 \series default
23479 .
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \begin_layout Standard
23488
23489 \series bold
23490 tableposition=top
23491 \end_layout
23492
23493 \begin_layout Standard
23494 Wenn Sie eine 
23495 \series bold
23496 koma-script
23497 \series default
23498
23499 \begin_inset Index
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503 LaTeX-Pakete ! koma-script
23504 \end_layout
23505
23506 \end_inset
23507
23508 -Dokumentklasse (
23509 \family sans
23510 article (koma-script)
23511 \family default
23512
23513 \family sans
23514 book (koma-script)
23515 \family default
23516
23517 \family sans
23518 letter (koma-script)
23519 \family default
23520  oder 
23521 \family sans
23522 report (koma-script)
23523 \family default
23524 ) benutzen, können Sie alternativ zum 
23525 \series bold
23526 caption
23527 \series default
23528 -Paket die Option 
23529 \series bold
23530 tablecaptionabove
23531 \series default
23532  benutzen.
23533 \end_layout
23534
23535 \begin_layout Standard
23536 \begin_inset VSpace bigskip
23537 \end_inset
23538
23539 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23540  Das bewirkt das LaTeX-Paket 
23541 \series bold
23542 sidecap
23543 \series default
23544
23545 \begin_inset Index
23546 status collapsed
23547
23548 \begin_layout Plain Layout
23549 LaTeX-Pakete ! sidecap
23550 \end_layout
23551
23552 \end_inset
23553
23554 , das so in den LaTeX-Vorspann geladen wird:
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560
23561 \backslash
23562 usepackage[Option]{sidecap}
23563 \end_layout
23564
23565 \begin_layout Standard
23566 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23567  Mit 
23568 \series bold
23569 innercaption
23570 \series default
23571  wird die Beschriftung innen gedruckt.
23572  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23573  
23574 \series bold
23575 rightcaption
23576 \series default
23577  oder 
23578 \series bold
23579 leftcaption
23580 \series default
23581 .
23582 \end_layout
23583
23584 \begin_layout Standard
23585 \begin_inset ERT
23586 status collapsed
23587
23588 \begin_layout Plain Layout
23589
23590
23591 \backslash
23592 ifsidecap
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \begin_inset Note Note
23599 status open
23600
23601 \begin_layout Plain Layout
23602 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23603 \series bold
23604 sidecap
23605 \series default
23606  installiert ist.
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Standard
23615 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23616  in den LaTeX-Vorspann schreiben:
23617 \end_layout
23618
23619 \begin_layout Standard
23620
23621 \lyxline
23622
23623 \end_layout
23624
23625 \begin_layout Standard
23626
23627 \series bold
23628
23629 \backslash
23630 newcommand{
23631 \backslash
23632 TabBesBeg}{%
23633 \begin_inset Newline newline
23634 \end_inset
23635
23636
23637 \begin_inset ERT
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641
23642
23643 \backslash
23644 hphantom{ }
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \backslash
23651 let
23652 \backslash
23653 MyTable
23654 \backslash
23655 table
23656 \begin_inset Newline newline
23657 \end_inset
23658
23659
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Plain Layout
23664
23665
23666 \backslash
23667 hphantom{ }
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \backslash
23674 let
23675 \backslash
23676 MyEndtable
23677 \backslash
23678 endtable
23679 \begin_inset Newline newline
23680 \end_inset
23681
23682
23683 \begin_inset ERT
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687
23688
23689 \backslash
23690 hphantom{ }
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \backslash
23697 renewenvironment{table}{
23698 \backslash
23699 begin{SCtable}}{
23700 \backslash
23701 end{SCtable}}}
23702 \end_layout
23703
23704 \begin_layout Standard
23705
23706 \series bold
23707
23708 \backslash
23709 newcommand{
23710 \backslash
23711 TabBesEnd}{%
23712 \begin_inset Newline newline
23713 \end_inset
23714
23715
23716 \begin_inset ERT
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720
23721
23722 \backslash
23723 hphantom{ }
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \backslash
23730 let
23731 \backslash
23732 table
23733 \backslash
23734 MyTable
23735 \begin_inset Newline newline
23736 \end_inset
23737
23738
23739 \begin_inset ERT
23740 status collapsed
23741
23742 \begin_layout Plain Layout
23743
23744
23745 \backslash
23746 hphantom{ }
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \backslash
23753 let
23754 \backslash
23755 endtable
23756 \backslash
23757 MyEndtable
23758 \end_layout
23759
23760 \begin_layout Standard
23761
23762 \series bold
23763
23764 \backslash
23765 newcommand{
23766 \backslash
23767 FigBesBeg}{%
23768 \begin_inset Newline newline
23769 \end_inset
23770
23771
23772 \begin_inset ERT
23773 status collapsed
23774
23775 \begin_layout Plain Layout
23776
23777
23778 \backslash
23779 hphantom{ }
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \backslash
23786 let
23787 \backslash
23788 MyFigure
23789 \backslash
23790 figure
23791 \begin_inset Newline newline
23792 \end_inset
23793
23794
23795 \begin_inset ERT
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799
23800
23801 \backslash
23802 hphantom{ }
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \backslash
23809 let
23810 \backslash
23811 MyEndfigure
23812 \backslash
23813 endfigure
23814 \begin_inset Newline newline
23815 \end_inset
23816
23817
23818 \begin_inset ERT
23819 status collapsed
23820
23821 \begin_layout Plain Layout
23822
23823
23824 \backslash
23825 hphantom{ }
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \backslash
23832 renewenvironment{figure}{
23833 \backslash
23834 begin{SCfigure}}{
23835 \backslash
23836 end{SCfigure}}}
23837 \end_layout
23838
23839 \begin_layout Standard
23840
23841 \series bold
23842
23843 \backslash
23844 newcommand{
23845 \backslash
23846 FigBesEnd}{%
23847 \begin_inset Newline newline
23848 \end_inset
23849
23850
23851 \begin_inset ERT
23852 status collapsed
23853
23854 \begin_layout Plain Layout
23855
23856
23857 \backslash
23858 hphantom{ }
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \backslash
23865 let
23866 \backslash
23867 figure
23868 \backslash
23869 MyFigure
23870 \begin_inset Newline newline
23871 \end_inset
23872
23873
23874 \begin_inset ERT
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878
23879
23880 \backslash
23881 hphantom{ }
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \backslash
23888 let
23889 \backslash
23890 endfigure
23891 \backslash
23892 MyEndfigure}
23893 \series default
23894
23895 \lyxline
23896
23897 \end_layout
23898
23899 \begin_layout Standard
23900 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23901 ungen seitlich gedruckt werden.
23902  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23903 \end_layout
23904
23905 \begin_layout Standard
23906
23907 \series bold
23908
23909 \backslash
23910 FigBesBeg
23911 \end_layout
23912
23913 \begin_layout Standard
23914 als TeX-Code vor und
23915 \end_layout
23916
23917 \begin_layout Standard
23918
23919 \series bold
23920
23921 \backslash
23922 FigBesEnd
23923 \end_layout
23924
23925 \begin_layout Standard
23926 hinter das Gleitobjekt.
23927  Bei Gleitobjekt-Tabellen heißen die Befehle
23928 \end_layout
23929
23930 \begin_layout Standard
23931
23932 \series bold
23933
23934 \backslash
23935 TabBesBeg
23936 \series default
23937  und 
23938 \series bold
23939
23940 \backslash
23941 TabBesEnd
23942 \series default
23943 .
23944 \end_layout
23945
23946 \begin_layout Standard
23947 Abbildung
23948 \begin_inset space ~
23949 \end_inset
23950
23951
23952 \begin_inset CommandInset ref
23953 LatexCommand ref
23954 reference "abb:Beschriftung-neben"
23955
23956 \end_inset
23957
23958  und Tabelle
23959 \begin_inset space ~
23960 \end_inset
23961
23962
23963 \begin_inset CommandInset ref
23964 LatexCommand ref
23965 reference "tab:cap-beside-tab"
23966
23967 \end_inset
23968
23969  sind Beispiele für seitliche Beschriftungen.
23970 \end_layout
23971
23972 \begin_layout Standard
23973 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23974  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23975  der Abbildung.
23976  Das kann man mit dem Befehl
23977 \end_layout
23978
23979 \begin_layout Standard
23980
23981 \series bold
23982
23983 \backslash
23984 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23985 \end_layout
23986
23987 \begin_layout Standard
23988 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23989  Der Gleitobjekt-Typ ist entweder 
23990 \family sans
23991 figure
23992 \family default
23993  oder 
23994 \family sans
23995 table
23996 \family default
23997 , die
23998 \family sans
23999  
24000 \family default
24001 Platzierung ist 
24002 \family typewriter
24003 t
24004 \family default
24005  für oben, 
24006 \family typewriter
24007 c
24008 \family default
24009  für zentriert oder 
24010 \family typewriter
24011 b
24012 \family default
24013  für unten.
24014  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24015  lautet der Befehl
24016 \end_layout
24017
24018 \begin_layout Standard
24019
24020 \series bold
24021
24022 \backslash
24023 sidecaptionvpos{figure}{c}
24024 \end_layout
24025
24026 \begin_layout Standard
24027 Das wurde in Abbildung
24028 \begin_inset space ~
24029 \end_inset
24030
24031
24032 \begin_inset CommandInset ref
24033 LatexCommand ref
24034 reference "abb:cap-beside-fig-2"
24035
24036 \end_inset
24037
24038  benutzt.
24039 \end_layout
24040
24041 \begin_layout Standard
24042 \begin_inset VSpace medskip
24043 \end_inset
24044
24045 Weitere Informationen über das Paket
24046 \series bold
24047  sidecap
24048 \series default
24049  finden Sie in seiner Dokumentation 
24050 \begin_inset CommandInset citation
24051 LatexCommand cite
24052 key "sidecap"
24053
24054 \end_inset
24055
24056 .
24057 \end_layout
24058
24059 \begin_layout Standard
24060 \begin_inset Note Greyedout
24061 status open
24062
24063 \begin_layout Plain Layout
24064
24065 \series bold
24066 Bemerkung:
24067 \series default
24068  Das LaTeX-Paket 
24069 \series bold
24070 hypcap
24071 \series default
24072 ,
24073 \begin_inset Index
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077 LaTeX-Pakete ! hypcap
24078 \end_layout
24079
24080 \end_inset
24081
24082  das in Abschnitt
24083 \begin_inset space ~
24084 \end_inset
24085
24086
24087 \begin_inset CommandInset ref
24088 LatexCommand ref
24089 reference "uab:Querverweis-Position"
24090
24091 \end_inset
24092
24093  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24094  Beschriftungen.
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \begin_layout Standard
24103 \begin_inset ERT
24104 status collapsed
24105
24106 \begin_layout Plain Layout
24107
24108
24109 \backslash
24110 FigBesBeg 
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 \begin_inset Float figure
24120 wide false
24121 sideways false
24122 status open
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Graphics
24126         filename ../clipart/escher-lsd.eps
24127         scale 75
24128         scaleBeforeRotation
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Caption
24137
24138 \begin_layout Plain Layout
24139 \begin_inset CommandInset label
24140 LatexCommand label
24141 name "abb:Beschriftung-neben"
24142
24143 \end_inset
24144
24145 Dies ist eine Beschriftung neben einer Abbildung.
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \begin_inset ERT
24160 status collapsed
24161
24162 \begin_layout Plain Layout
24163
24164
24165 \backslash
24166 TabBesBeg 
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Standard
24175 \begin_inset Float table
24176 wide false
24177 sideways false
24178 status open
24179
24180 \begin_layout Plain Layout
24181 \begin_inset Caption
24182
24183 \begin_layout Plain Layout
24184 \begin_inset CommandInset label
24185 LatexCommand label
24186 name "tab:cap-beside-tab"
24187
24188 \end_inset
24189
24190 Dies ist eine Beschriftung neben einer Tabelle.
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Plain Layout
24199 \begin_inset Tabular
24200 <lyxtabular version="3" rows="4" columns="5">
24201 <features>
24202 <column alignment="center" valignment="top" width="0">
24203 <column alignment="center" valignment="top" width="0">
24204 <column alignment="center" valignment="top" width="0">
24205 <column alignment="center" valignment="top" width="0">
24206 <column alignment="center" valignment="top" width="0">
24207 <row>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 a
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 b
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 c
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 </row>
24254 <row>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268 d
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 e
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 <row>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 f
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 g
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 h
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 i
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 j
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 </lyxtabular>
24396
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \begin_layout Standard
24408 \begin_inset ERT
24409 status collapsed
24410
24411 \begin_layout Plain Layout
24412
24413
24414 \backslash
24415 TabBesEnd
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \begin_layout Standard
24424 \begin_inset ERT
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428
24429
24430 \backslash
24431 sidecaptionvpos{figure}{c}
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \begin_inset Float figure
24438 wide false
24439 sideways false
24440 status open
24441
24442 \begin_layout Plain Layout
24443 \begin_inset Graphics
24444         filename ../clipart/escher-lsd.eps
24445         scale 75
24446         scaleBeforeRotation
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Plain Layout
24454 \begin_inset Caption
24455
24456 \begin_layout Plain Layout
24457 \begin_inset CommandInset label
24458 LatexCommand label
24459 name "abb:cap-beside-fig-2"
24460
24461 \end_inset
24462
24463 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \begin_layout Standard
24477 \begin_inset ERT
24478 status collapsed
24479
24480 \begin_layout Plain Layout
24481
24482
24483 \backslash
24484 FigBesEnd
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 else
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \begin_inset Note Note
24507 status open
24508
24509 \begin_layout Plain Layout
24510 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24511 \series bold
24512 sidecap
24513 \series default
24514  nicht installiert ist:
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Das LaTeX-Paket 
24524 \series bold
24525 sidecap
24526 \series default
24527  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24528 \end_layout
24529
24530 \begin_layout Standard
24531 \begin_inset ERT
24532 status collapsed
24533
24534 \begin_layout Plain Layout
24535
24536
24537 \backslash
24538 fi
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout Section
24547 Gleitobjekt-Verzeichnisse
24548 \begin_inset Index
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552 Gleitobjekte ! Verzeichnisse
24553 \end_layout
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Standard
24561 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24562  Sie können mit den Untermenüs von 
24563 \family sans
24564 Einfügen\SpecialChar \menuseparator
24565 Liste
24566 \begin_inset space ~
24567 \end_inset
24568
24569 /
24570 \begin_inset space ~
24571 \end_inset
24572
24573 Inhaltsverzeichnis
24574 \family default
24575  eingefügt werden.
24576 \end_layout
24577
24578 \begin_layout Standard
24579 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24580  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24581 \end_layout
24582
24583 \begin_layout Standard
24584 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24585  und ein Tabellen-Verzeichnis.
24586 \end_layout
24587
24588 \begin_layout Chapter
24589 Notizen
24590 \end_layout
24591
24592 \begin_layout Section
24593 LyX-Notizen
24594 \begin_inset Index
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 Notizen ! LyX-Notizen
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Notizen werden mit einem Klick auf 
24608 \begin_inset Graphics
24609         filename ../../images/note-insert.png
24610         scale 85
24611         scaleBeforeRotation
24612         BoundingBox 0bp 6bp 22bp 22bp
24613
24614 \end_inset
24615
24616  oder 
24617 \family sans
24618 Einfügen\SpecialChar \menuseparator
24619 Notiz
24620 \family default
24621  eingefügt.
24622  Es gibt drei Arten:
24623 \end_layout
24624
24625 \begin_layout Description
24626 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24627  Eine 
24628 \family sans
24629 LyX-Notiz
24630 \family default
24631  sieht so aus:
24632 \begin_inset Newline newline
24633 \end_inset
24634
24635
24636 \begin_inset Newline newline
24637 \end_inset
24638
24639
24640 \begin_inset Graphics
24641         filename clipart/LyXNotizQt4.png
24642         display false
24643         scale 60
24644         scaleBeforeRotation
24645
24646 \end_inset
24647
24648  
24649 \begin_inset Note Note
24650 status open
24651
24652 \begin_layout Plain Layout
24653 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \end_layout
24660
24661 \begin_layout Description
24662 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24663  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24664 \family sans
24665 Datei\SpecialChar \menuseparator
24666 Ex\SpecialChar \-
24667 por\SpecialChar \-
24668 tie\SpecialChar \-
24669 ren\SpecialChar \menuseparator
24670 LaTe
24671 \begin_inset ERT
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675
24676 {}
24677 \end_layout
24678
24679 \end_inset
24680
24681 X (pdflatex) / (normal)
24682 \family default
24683 .
24684  Ein Kommentar sieht so aus:
24685 \begin_inset Newline newline
24686 \end_inset
24687
24688
24689 \begin_inset Newline newline
24690 \end_inset
24691
24692
24693 \begin_inset Graphics
24694         filename clipart/KommentarQt4.png
24695         display false
24696         scale 60
24697         scaleBeforeRotation
24698
24699 \end_inset
24700
24701  
24702 \begin_inset Note Comment
24703 status open
24704
24705 \begin_layout Plain Layout
24706 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24707 \end_layout
24708
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \begin_layout Description
24715 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24716 \begin_inset Newline newline
24717 \end_inset
24718
24719
24720 \begin_inset Newline newline
24721 \end_inset
24722
24723
24724 \begin_inset Graphics
24725         filename clipart/GrauschriftNotizQt4.png
24726         display false
24727         scale 60
24728         scaleBeforeRotation
24729
24730 \end_inset
24731
24732
24733 \begin_inset Newline newline
24734 \end_inset
24735
24736
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 renewenvironment{lyxgreyedout}
24745 \end_layout
24746
24747 \begin_layout Plain Layout
24748
24749 {
24750 \backslash
24751 textcolor[gray]{0.4}
24752 \backslash
24753 bgroup}{
24754 \backslash
24755 egroup}
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \begin_inset Note Greyedout
24762 status open
24763
24764 \begin_layout Plain Layout
24765 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24766 \begin_inset Foot
24767 status open
24768
24769 \begin_layout Plain Layout
24770 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \begin_inset ERT
24782 status collapsed
24783
24784 \begin_layout Plain Layout
24785
24786
24787 \backslash
24788 renewenvironment{lyxgreyedout}
24789 \end_layout
24790
24791 \begin_layout Plain Layout
24792
24793 {
24794 \backslash
24795 textcolor{blue}
24796 \backslash
24797 bgroup}{
24798 \backslash
24799 egroup}
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \begin_inset Note Note
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24810  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24811  
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \begin_inset Newline newline
24818 \end_inset
24819
24820
24821 \begin_inset Newline newline
24822 \end_inset
24823
24824 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24825  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24826 \end_layout
24827
24828 \begin_layout Standard
24829 \begin_inset VSpace bigskip
24830 \end_inset
24831
24832 Wenn Sie auf den Werzeugleistenknopf 
24833 \begin_inset Graphics
24834         filename ../../images/note-insert.png
24835         scale 85
24836         scaleBeforeRotation
24837         BoundingBox 0bp 6bp 22bp 22bp
24838
24839 \end_inset
24840
24841  klicken, wird zunächst eine 
24842 \family sans
24843 LyX-Notiz
24844 \family default
24845  eingefügt.
24846  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24847  anderen Möglichkeiten auswählen.
24848  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24849  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24850  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24851  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24852  am Ende der Notiz ist.
24853 \end_layout
24854
24855 \begin_layout Standard
24856 \begin_inset VSpace bigskip
24857 \end_inset
24858
24859 Die Textfarbe der 
24860 \family sans
24861 Grauschrift
24862 \family default
24863 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24864 \end_layout
24865
24866 \begin_layout Standard
24867
24868 \series bold
24869
24870 \backslash
24871 renewenvironment{lyxgreyedout}
24872 \begin_inset Newline newline
24873 \end_inset
24874
24875
24876 \begin_inset ERT
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880
24881
24882 \backslash
24883 hphantom{ }
24884 \end_layout
24885
24886 \end_inset
24887
24888 {
24889 \backslash
24890 textcolor{color}
24891 \backslash
24892 bgroup}{
24893 \backslash
24894 egroup}
24895 \end_layout
24896
24897 \begin_layout Standard
24898 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24899 \begin_inset space ~
24900 \end_inset
24901
24902
24903 \begin_inset CommandInset ref
24904 LatexCommand ref
24905 reference "abs:Farbige-Tabellen"
24906
24907 \end_inset
24908
24909  beschrieben.
24910  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24911 \end_layout
24912
24913 \begin_layout Section
24914 Fußnoten
24915 \begin_inset CommandInset label
24916 LatexCommand label
24917 name "abs:Fußnoten"
24918
24919 \end_inset
24920
24921
24922 \begin_inset Index
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926 Notizen ! Fußnoten
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \begin_inset Index
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 Fußnoten
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Standard
24945 Zu dem, was bereits im 
24946 \emph on
24947 Benutzerhandbuch
24948 \emph default
24949  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24950  Eine Fußnotenbox sieht folgendermaßen aus: 
24951 \begin_inset Graphics
24952         filename clipart/FussnoteQt4.png
24953         scale 80
24954         scaleBeforeRotation
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Standard
24962 Hier ist eine Beispielfußnote:
24963 \color black
24964
24965 \begin_inset Foot
24966 status open
24967
24968 \begin_layout Plain Layout
24969 \begin_inset CommandInset label
24970 LatexCommand label
24971 name "fuss:Fußnoten-Beispiel"
24972
24973 \end_inset
24974
24975 Dies ist eine Fußnote.
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset ERT
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988
24989
24990 \backslash
24991 newcounter{MyRepeatFoot}
24992 \end_layout
24993
24994 \begin_layout Plain Layout
24995
24996
24997 \backslash
24998 setcounter{MyRepeatFoot}{
24999 \backslash
25000 thefootnote}
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25010  wurde, eine hochgestellte Zahl.
25011  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25012  hochgestellt dem Text vorangeht.
25013  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25014  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25015  werden.
25016 \end_layout
25017
25018 \begin_layout Standard
25019 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25020  der Fußnote eine Marke eingefügt wurde.
25021  Dies ist ein Querverweis auf Fußnote
25022 \begin_inset space ~
25023 \end_inset
25024
25025
25026 \begin_inset CommandInset ref
25027 LatexCommand ref
25028 reference "fuss:Fußnoten-Beispiel"
25029
25030 \end_inset
25031
25032 .
25033 \end_layout
25034
25035 \begin_layout Standard
25036 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
25037  siehe Abschnitt
25038 \begin_inset space ~
25039 \end_inset
25040
25041
25042 \begin_inset CommandInset ref
25043 LatexCommand ref
25044 reference "abs:Minipage"
25045
25046 \end_inset
25047
25048 .
25049  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25050 \begin_inset space ~
25051 \end_inset
25052
25053
25054 \begin_inset CommandInset ref
25055 LatexCommand ref
25056 reference "uab:Fußnoten-in-langen"
25057
25058 \end_inset
25059
25060  beschrieben.
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25065  TeX-Code-Befehl 
25066 \series bold
25067
25068 \backslash
25069 footnotemark[Nummer]
25070 \series default
25071  benutzen.
25072  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25073  mal gedruckt wird.
25074 \end_layout
25075
25076 \begin_layout Standard
25077 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25078  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25079  Hinter Fußnote
25080 \begin_inset space ~
25081 \end_inset
25082
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "fuss:Fußnoten-Beispiel"
25087
25088 \end_inset
25089
25090  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25091 \end_layout
25092
25093 \begin_layout Standard
25094
25095 \series bold
25096
25097 \backslash
25098 newcounter{MyRepeatFoot}
25099 \begin_inset Newline newline
25100 \end_inset
25101
25102
25103 \backslash
25104 setcounter{MyRepeatFoot}{
25105 \backslash
25106 thefootnote}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25111 \end_layout
25112
25113 \begin_layout Standard
25114
25115 \series bold
25116
25117 \backslash
25118 footnotemark[
25119 \backslash
25120 theMyRepeatFoot]
25121 \end_layout
25122
25123 \begin_layout Standard
25124 Hier ist ein Beispiel für eine Fußnotenmarke:
25125 \family roman
25126 \series medium
25127 \bar no
25128
25129 \begin_inset ERT
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133
25134
25135 \backslash
25136 footnotemark[
25137 \backslash
25138 theMyRepeatFoot]
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Subsection
25147 Fußnoten-Nummerierung
25148 \begin_inset CommandInset label
25149 LatexCommand label
25150 name "uab:Fußnoten-Nummerierung"
25151
25152 \end_inset
25153
25154
25155 \begin_inset Index
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159 Fußnoten ! Nummerierung
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Standard
25168 Um Fußnoten nach jedem Abschnitt
25169 \family roman
25170  auf 1 zurückzusetzen, 
25171 \family default
25172 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25173 \end_layout
25174
25175 \begin_layout Standard
25176
25177 \series bold
25178
25179 \backslash
25180 @addtoreset{footnote}{section}
25181 \end_layout
25182
25183 \begin_layout Standard
25184 \begin_inset VSpace bigskip
25185 \end_inset
25186
25187 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25188  Zahlen:
25189 \end_layout
25190
25191 \begin_layout Standard
25192
25193 \series bold
25194
25195 \backslash
25196 renewcommand{
25197 \backslash
25198 thefootnote}{
25199 \backslash
25200 roman{footnote}}
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \begin_inset ERT
25205 status collapsed
25206
25207 \begin_layout Plain Layout
25208
25209
25210 \backslash
25211 renewcommand{
25212 \backslash
25213 thefootnote}{
25214 \backslash
25215 roman{footnote}}
25216 \end_layout
25217
25218 \end_inset
25219
25220  Hier ist ein Beispiel für solch eine Fußnote:
25221 \begin_inset Foot
25222 status open
25223
25224 \begin_layout Plain Layout
25225 Dies ist eine Fußnote mit kleinen römischen Zahlen
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \begin_layout Standard
25234 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25235  in obigem Befehl 
25236 \series bold
25237
25238 \backslash
25239 roman
25240 \series default
25241  durch 
25242 \series bold
25243
25244 \backslash
25245 Roman
25246 \series default
25247 .
25248  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25249 \begin_inset Quotes gld
25250 \end_inset
25251
25252 nummerieren
25253 \begin_inset Quotes grd
25254 \end_inset
25255
25256 , verwenden Sie die Befehle 
25257 \series bold
25258
25259 \backslash
25260 Alph
25261 \series default
25262  oder 
25263 \series bold
25264
25265 \backslash
25266 alph
25267 \series default
25268 .
25269  Für die 
25270 \begin_inset Quotes gld
25271 \end_inset
25272
25273 Nummerierung
25274 \begin_inset Quotes grd
25275 \end_inset
25276
25277  mit Symbolen steht der Befehl 
25278 \series bold
25279
25280 \backslash
25281 fnsymbol
25282 \series default
25283  zur Verfügung.
25284 \end_layout
25285
25286 \begin_layout Standard
25287 \begin_inset Note Greyedout
25288 status open
25289
25290 \begin_layout Plain Layout
25291
25292 \series bold
25293 Bemerkung 1:
25294 \series default
25295  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25296  
25297 \emph on
25298 ein
25299 \emph default
25300  Buchstabe verwendet wird.
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \begin_inset Newline newline
25307 \end_inset
25308
25309
25310 \begin_inset Note Greyedout
25311 status open
25312
25313 \begin_layout Plain Layout
25314
25315 \series bold
25316 Bemerkung 2:
25317 \series default
25318  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25328 \series bold
25329
25330 \backslash
25331 arabic
25332 \series default
25333  anstelle von 
25334 \series bold
25335
25336 \backslash
25337 roman
25338 \series default
25339  in obigem Befehl.
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344
25345
25346 \backslash
25347 renewcommand{
25348 \backslash
25349 thefootnote}{
25350 \backslash
25351 arabic{footnote}}
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \begin_layout Standard
25360 \begin_inset VSpace bigskip
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Standard
25367 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25368 \begin_inset Quotes gld
25369 \end_inset
25370
25371 Kapitel.Fußnote
25372 \begin_inset Quotes grd
25373 \end_inset
25374
25375  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25376 \end_layout
25377
25378 \begin_layout Standard
25379
25380 \series bold
25381
25382 \backslash
25383 numberwithin{footnote}{chapter}
25384 \end_layout
25385
25386 \begin_layout Standard
25387 Um 
25388 \series bold
25389
25390 \backslash
25391 numberwithin
25392 \series default
25393  benutzen zu können, muss in den 
25394 \family sans
25395 Mathe
25396 \begin_inset space ~
25397 \end_inset
25398
25399 Optionen
25400 \family default
25401  der 
25402 \family sans
25403 Dokument-Einstellungen
25404 \family default
25405  
25406 \family sans
25407 AMS
25408 \begin_inset space ~
25409 \end_inset
25410
25411 Mathe
25412 \begin_inset space ~
25413 \end_inset
25414
25415 Paket
25416 \family default
25417
25418 \begin_inset space ~
25419 \end_inset
25420
25421
25422 \family sans
25423 verwenden
25424 \family default
25425  angekreuzt sein.
25426 \begin_inset ERT
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430
25431
25432 \backslash
25433 numberwithin{footnote}{chapter}
25434 \end_layout
25435
25436 \end_inset
25437
25438  Hier ist ein Beispiel für solch eine Fußnote.
25439 \series bold
25440
25441 \begin_inset Foot
25442 status open
25443
25444 \begin_layout Plain Layout
25445 Dies ist eine Fußnote nach dem Schema 
25446 \begin_inset Quotes gld
25447 \end_inset
25448
25449 Kapitel.Fußnote
25450 \begin_inset Quotes grd
25451 \end_inset
25452
25453 .
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \series default
25460
25461 \begin_inset ERT
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465
25466
25467 \backslash
25468 renewcommand{
25469 \backslash
25470 thefootnote}{
25471 \backslash
25472 arabic{footnote}}
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset Note Greyedout
25482 status open
25483
25484 \begin_layout Plain Layout
25485
25486 \series bold
25487 Bemerkung:
25488 \series default
25489  
25490 \series bold
25491
25492 \backslash
25493 numberwithin
25494 \series default
25495  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25496  werden überschrieben.
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \begin_layout Standard
25505 Um also z.
25506 \begin_inset space \thinspace{}
25507 \end_inset
25508
25509 B.
25510  das Schema 
25511 \begin_inset Quotes gld
25512 \end_inset
25513
25514 Kapitel.
25515 \backslash
25516 Roman{footnote}
25517 \begin_inset Quotes grd
25518 \end_inset
25519
25520  zu erhalten, muss dieser Befehl anstelle von 
25521 \series bold
25522
25523 \backslash
25524 numberwithin
25525 \series default
25526  verwendet werden:
25527 \end_layout
25528
25529 \begin_layout Standard
25530
25531 \series bold
25532
25533 \backslash
25534 renewcommand{
25535 \backslash
25536 thefootnote}{
25537 \backslash
25538 thechapter.
25539 \backslash
25540 Roman{footnote}}
25541 \end_layout
25542
25543 \begin_layout Subsection
25544 Fußnoten-Platzierung
25545 \begin_inset Index
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 Fußnoten ! Platzierung
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25559  ohne Zwischenraum am Ende der Seite gedruckt.
25560  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25561  LaTeX-Vorspann 1.5
25562 \begin_inset space \thinspace{}
25563 \end_inset
25564
25565 mm Zwischenraum einfügen:
25566 \end_layout
25567
25568 \begin_layout Standard
25569
25570 \series bold
25571
25572 \backslash
25573 let
25574 \backslash
25575 myFoot
25576 \backslash
25577 footnote
25578 \begin_inset Newline newline
25579 \end_inset
25580
25581
25582 \backslash
25583 renewcommand{
25584 \backslash
25585 footnote}[1]{
25586 \backslash
25587 myFoot{#1
25588 \backslash
25589 vspace{1.5mm}}}
25590 \end_layout
25591
25592 \begin_layout Standard
25593 \begin_inset VSpace bigskip
25594 \end_inset
25595
25596 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25597  Spalte gedruckt, Abbildung
25598 \begin_inset space ~
25599 \end_inset
25600
25601
25602 \begin_inset CommandInset ref
25603 LatexCommand ref
25604 reference "abb:Standard-Fußnoten-Platzierung-in"
25605
25606 \end_inset
25607
25608 .
25609  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25610  in Abbildung
25611 \begin_inset space ~
25612 \end_inset
25613
25614
25615 \begin_inset CommandInset ref
25616 LatexCommand ref
25617 reference "abb:Fußnoten-Platzierung-in-einem"
25618
25619 \end_inset
25620
25621 , müssen Sie das LaTeX-Paket 
25622 \series bold
25623 ftnright
25624 \series default
25625
25626 \begin_inset Index
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630 LaTeX-Pakete ! ftnright
25631 \end_layout
25632
25633 \end_inset
25634
25635  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25636 \end_layout
25637
25638 \begin_layout Standard
25639
25640 \series bold
25641
25642 \backslash
25643 usepackage{ftnright}
25644 \end_layout
25645
25646 \begin_layout Standard
25647 \begin_inset Float figure
25648 placement !h
25649 wide false
25650 sideways false
25651 status open
25652
25653 \begin_layout Plain Layout
25654 \begin_inset ERT
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658
25659
25660 \backslash
25661 framebox{
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \begin_inset Graphics
25668         filename ../clipart/without_fntright.pdf
25669         width 100col%
25670         scaleBeforeRotation
25671
25672 \end_inset
25673
25674
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680 }
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Plain Layout
25689 \begin_inset Caption
25690
25691 \begin_layout Plain Layout
25692 \begin_inset CommandInset label
25693 LatexCommand label
25694 name "abb:Standard-Fußnoten-Platzierung-in"
25695
25696 \end_inset
25697
25698 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25699 \begin_inset OptArg
25700 status open
25701
25702 \begin_layout Plain Layout
25703 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \begin_layout Standard
25722 \begin_inset Float figure
25723 placement !h
25724 wide false
25725 sideways false
25726 status open
25727
25728 \begin_layout Plain Layout
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 framebox{
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \begin_inset Graphics
25743         filename ../clipart/with_fntright.pdf
25744         width 100col%
25745         scaleBeforeRotation
25746
25747 \end_inset
25748
25749
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755 }
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Plain Layout
25764 \begin_inset Caption
25765
25766 \begin_layout Plain Layout
25767 \begin_inset CommandInset label
25768 LatexCommand label
25769 name "abb:Fußnoten-Platzierung-in-einem"
25770
25771 \end_inset
25772
25773 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25774  
25775 \series bold
25776 ftnright
25777 \series default
25778 .
25779 \begin_inset OptArg
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Fußnoten-Platzierung mit 
25784 \family typewriter
25785 ftnright
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 \begin_inset VSpace bigskip
25805 \end_inset
25806
25807 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25808  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25809 \begin_inset space ~
25810 \end_inset
25811
25812
25813 \begin_inset CommandInset ref
25814 LatexCommand ref
25815 reference "abb:endnotes----Die"
25816
25817 \end_inset
25818
25819  gedruckt.
25820  Man nennt sie dann 
25821 \emph on
25822 Endnoten
25823 \emph default
25824 .
25825 \begin_inset Index
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829 Endnoten
25830 \end_layout
25831
25832 \end_inset
25833
25834  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25835 \series bold
25836 endnotes
25837 \series default
25838
25839 \begin_inset Index
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843 LaTeX-Pakete ! endnotes
25844 \end_layout
25845
25846 \end_inset
25847
25848  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25849 \end_layout
25850
25851 \begin_layout Standard
25852
25853 \series bold
25854
25855 \backslash
25856 usepackage{endnotes}
25857 \begin_inset Newline newline
25858 \end_inset
25859
25860
25861 \backslash
25862 let
25863 \backslash
25864 footnote
25865 \backslash
25866 endnote
25867 \end_layout
25868
25869 \begin_layout Standard
25870 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25871 \series bold
25872  
25873 \backslash
25874 theendnotes
25875 \series default
25876  am Ende des Abschnitts oder Kapitels ein.
25877 \end_layout
25878
25879 \begin_layout Standard
25880 \begin_inset Float figure
25881 wide false
25882 sideways false
25883 status open
25884
25885 \begin_layout Plain Layout
25886 \align center
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 framebox{
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \begin_inset Graphics
25901         filename ../clipart/endnotes.pdf
25902         scaleBeforeRotation
25903
25904 \end_inset
25905
25906
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911
25912 }
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Plain Layout
25921 \begin_inset Caption
25922
25923 \begin_layout Plain Layout
25924 \begin_inset CommandInset label
25925 LatexCommand label
25926 name "abb:endnotes----Die"
25927
25928 \end_inset
25929
25930
25931 \series bold
25932 endnotes
25933 \series default
25934  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25935  gedruckt.
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Standard
25949 \begin_inset VSpace medskip
25950 \end_inset
25951
25952 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25953 ache übersetzt.
25954  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25955 \begin_inset Quotes gld
25956 \end_inset
25957
25958 Notes 
25959 \begin_inset Quotes grd
25960 \end_inset
25961
25962 in 
25963 \begin_inset Quotes gld
25964 \end_inset
25965
25966 Anmerkungen
25967 \begin_inset Quotes grd
25968 \end_inset
25969
25970 :
25971 \end_layout
25972
25973 \begin_layout Standard
25974
25975 \series bold
25976
25977 \backslash
25978 renewcommand{
25979 \backslash
25980 notesname}{Anmerkungen}
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset VSpace medskip
25985 \end_inset
25986
25987 Wenn Sie in den Befehlen von Abschnitt
25988 \begin_inset space ~
25989 \end_inset
25990
25991
25992 \begin_inset CommandInset ref
25993 LatexCommand ref
25994 reference "uab:Fußnoten-Nummerierung"
25995
25996 \end_inset
25997
25998  
25999 \series bold
26000
26001 \backslash
26002 thefootnote
26003 \series default
26004  durch 
26005 \series bold
26006
26007 \backslash
26008 theendnote
26009 \series default
26010  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26011  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26012 \series bold
26013
26014 \backslash
26015 @addtoreset
26016 \series default
26017  wie in Abschnitt
26018 \begin_inset space \space{}
26019 \end_inset
26020
26021
26022 \begin_inset CommandInset ref
26023 LatexCommand ref
26024 reference "uab:Fußnoten-Nummerierung"
26025
26026 \end_inset
26027
26028  beschrieben und ersetzen 
26029 \series bold
26030 footnote
26031 \series default
26032  durch 
26033 \series bold
26034 endnote
26035 \series default
26036 .
26037 \end_layout
26038
26039 \begin_layout Standard
26040 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
26041  
26042 \series bold
26043
26044 \backslash
26045 endnotemark[Nummer]
26046 \series default
26047  ähnlich wie 
26048 \series bold
26049
26050 \backslash
26051 footnotemark
26052 \series default
26053  Abschnitt
26054 \begin_inset space ~
26055 \end_inset
26056
26057
26058 \begin_inset CommandInset ref
26059 LatexCommand ref
26060 reference "abs:Fußnoten"
26061
26062 \end_inset
26063
26064 .
26065 \end_layout
26066
26067 \begin_layout Standard
26068 \begin_inset VSpace bigskip
26069 \end_inset
26070
26071 Mit dem LaTeX-Paket 
26072 \series bold
26073 footmisc
26074 \series default
26075
26076 \begin_inset Index
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080 LaTeX-Pakete ! footmisc
26081 \end_layout
26082
26083 \end_inset
26084
26085  (
26086 \begin_inset CommandInset citation
26087 LatexCommand cite
26088 key "footmisc"
26089
26090 \end_inset
26091
26092 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26093 \end_layout
26094
26095 \begin_layout Standard
26096 In LaTeX-Büchern, 
26097 \begin_inset CommandInset citation
26098 LatexCommand cite
26099 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26100
26101 \end_inset
26102
26103 , finden Sie weiteres zu Fußnoten.
26104 \end_layout
26105
26106 \begin_layout Section
26107 Randnotizen
26108 \begin_inset Index
26109 status collapsed
26110
26111 \begin_layout Plain Layout
26112 Randnotizen
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \begin_inset Index
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122 Notizen ! Randnotizen
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26132  Sie fügen sie mit einem Klick auf den Schalter 
26133 \begin_inset Graphics
26134         filename ../../images/marginalnote-insert.png
26135         scale 70
26136         scaleBeforeRotation
26137
26138 \end_inset
26139
26140  oder über 
26141 \family sans
26142 Einfügen\SpecialChar \menuseparator
26143 Randnotiz
26144 \family default
26145  ein.
26146  Ein graues Kästchen mit der Aufschrift 
26147 \begin_inset Quotes gld
26148 \end_inset
26149
26150 Rand
26151 \begin_inset Quotes grd
26152 \end_inset
26153
26154  erscheint
26155 \family roman
26156 \series medium
26157 , und dort, wo der Cursor steht, können Sie Text eingeben.
26158 \end_layout
26159
26160 \begin_layout Standard
26161 Hier am Rand sehen Sie eine Randnotiz.
26162  
26163 \begin_inset Marginal
26164 status open
26165
26166 \begin_layout Plain Layout
26167 Dies ist eine Randnotiz.
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26177  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26178  Seiten und rechts auf den ungeraden.
26179  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26180  wird und umgekehrt.
26181  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26182  wurde.
26183 \end_layout
26184
26185 \begin_layout Standard
26186 \begin_inset VSpace bigskip
26187 \end_inset
26188
26189 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26190 \end_layout
26191
26192 \begin_layout Standard
26193
26194 \series bold
26195
26196 \backslash
26197 reversemarginpar
26198 \end_layout
26199
26200 \begin_layout Standard
26201 als TeX-Code vor einer Randnotiz ein.
26202  Das gilt dann für alle folgenden Randnotizen.
26203  
26204 \begin_inset ERT
26205 status collapsed
26206
26207 \begin_layout Plain Layout
26208
26209
26210 \backslash
26211 reversemarginpar 
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \begin_inset Marginal
26218 status open
26219
26220 \begin_layout Plain Layout
26221 Hier ist ein Beispiel im inneren Rand.
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \begin_inset Newline newline
26228 \end_inset
26229
26230
26231 \begin_inset Note Greyedout
26232 status open
26233
26234 \begin_layout Plain Layout
26235  
26236 \series bold
26237 Achtung:
26238 \series default
26239  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26249 \end_layout
26250
26251 \begin_layout Standard
26252
26253 \series bold
26254
26255 \backslash
26256 normalmarginpar
26257 \end_layout
26258
26259 \begin_layout Standard
26260 als TeX-Code ein.
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 normalmarginpar 
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \begin_inset Note Greyedout
26278 status open
26279
26280 \begin_layout Plain Layout
26281
26282 \series bold
26283 Achtung:
26284 \series default
26285  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26286 \series bold
26287
26288 \backslash
26289 reversemarginpar
26290 \series default
26291  verwendet wird.
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Standard
26300 \begin_inset VSpace bigskip
26301 \end_inset
26302
26303
26304 \begin_inset Marginal
26305 status open
26306
26307 \begin_layout Plain Layout
26308
26309 \family roman
26310 \series medium
26311 EinSehrLangesWort am Anfang, das umgebrochen wird.
26312 \end_layout
26313
26314 \end_inset
26315
26316  Ähnlich wie in Abschnitt
26317 \begin_inset space ~
26318 \end_inset
26319
26320
26321 \begin_inset CommandInset ref
26322 LatexCommand ref
26323 reference "uab:Mehrfache-Zeilen-in"
26324
26325 \end_inset
26326
26327  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26328  Wort der Randnotiz sind.
26329  Um das zu vermeiden, fügen sie 0
26330 \begin_inset space \thinspace{}
26331 \end_inset
26332
26333 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26334 \begin_inset Marginal
26335 status open
26336
26337 \begin_layout Plain Layout
26338 \begin_inset space \hspace{}
26339 \length 0pt
26340 \end_inset
26341
26342
26343 \family roman
26344 \series medium
26345 EinSehrLangesWort am Anfang, das umgebrochen wird.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Standard
26354 \begin_inset VSpace bigskip
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Standard
26361 \begin_inset Note Greyedout
26362 status open
26363
26364 \begin_layout Plain Layout
26365
26366 \series bold
26367 Bemerkung:
26368 \series default
26369  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26370  verwendet werden.
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 \begin_inset VSpace bigskip
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \begin_layout Standard
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 ifmarginnote
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \begin_inset Note Note
26400 status open
26401
26402 \begin_layout Plain Layout
26403 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26404 \series bold
26405 marginnote
26406 \series default
26407  installiert ist.
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Standard
26416 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26417 \series bold
26418 marginnote
26419 \series default
26420
26421 \begin_inset Index
26422 status collapsed
26423
26424 \begin_layout Plain Layout
26425 LaTeX-Pakete ! marginnote
26426 \end_layout
26427
26428 \end_inset
26429
26430  verwendet wird.
26431  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26432  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26433  des Pakets 
26434 \series bold
26435 marginnote
26436 \series default
26437  für Randnotizen verwendet wird:
26438 \end_layout
26439
26440 \begin_layout Standard
26441
26442 \series bold
26443
26444 \backslash
26445 usepackage{marginnote}
26446 \begin_inset Newline newline
26447 \end_inset
26448
26449
26450 \backslash
26451 let
26452 \backslash
26453 marginpar
26454 \backslash
26455 marginnote
26456 \end_layout
26457
26458 \begin_layout Standard
26459 Dies wird auch in diesem Dokument verwendet, denn 
26460 \series bold
26461 marginnote
26462 \series default
26463  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26464  für Randnotizen angeben.
26465  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26466 n zu dicht beieinander sind.
26467  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26468  Schema
26469 \end_layout
26470
26471 \begin_layout Standard
26472
26473 \series bold
26474 [Versatz]
26475 \end_layout
26476
26477 \begin_layout Standard
26478 angegeben.
26479  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26480 \begin_inset space ~
26481 \end_inset
26482
26483
26484 \begin_inset CommandInset ref
26485 LatexCommand ref
26486 reference "tab:Maßeinheiten"
26487
26488 \end_inset
26489
26490  aufgelistet sind.
26491  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26492  nach unten.
26493  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26494 \begin_inset space \thinspace{}
26495 \end_inset
26496
26497 cm mit dem TeX-Code-Befehl  
26498 \begin_inset Quotes gld
26499 \end_inset
26500
26501
26502 \series bold
26503 [-1.5cm]
26504 \series default
26505
26506 \begin_inset Quotes grd
26507 \end_inset
26508
26509  nach oben versetzt.
26510 \begin_inset Marginal
26511 status open
26512
26513 \begin_layout Plain Layout
26514 Diese Randnotiz ist 1.5
26515 \begin_inset space \thinspace{}
26516 \end_inset
26517
26518 cm von ihrer Originalposition nach oben versetzt.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \begin_inset ERT
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528
26529 [-1.5cm]
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \begin_layout Standard
26538 \begin_inset VSpace medskip
26539 \end_inset
26540
26541 Mit 
26542 \series bold
26543 marginnote
26544 \series default
26545  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26546  Zum Beispiel setzen die Befehle
26547 \end_layout
26548
26549 \begin_layout Standard
26550
26551 \series bold
26552
26553 \backslash
26554 renewcommand*{
26555 \backslash
26556 raggedleftmarginnote}{
26557 \backslash
26558 centering}
26559 \begin_inset Newline newline
26560 \end_inset
26561
26562
26563 \backslash
26564 renewcommand*{
26565 \backslash
26566 raggedrightmarginnote}{
26567 \backslash
26568 centering}
26569 \end_layout
26570
26571 \begin_layout Standard
26572 die Ausrichtung auf zentriert.
26573  
26574 \series bold
26575
26576 \backslash
26577 raggedleftmarginnote
26578 \series default
26579  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26580  
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 renewcommand*{
26589 \backslash
26590 raggedleftmarginnote}{
26591 \backslash
26592 centering}
26593 \end_layout
26594
26595 \begin_layout Plain Layout
26596
26597
26598 \backslash
26599 renewcommand*{
26600 \backslash
26601 raggedrightmarginnote}{
26602 \backslash
26603 centering}
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \begin_inset Marginal
26610 status open
26611
26612 \begin_layout Plain Layout
26613 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26614 \end_layout
26615
26616 \end_inset
26617
26618  Die Voreinstellung ist
26619 \end_layout
26620
26621 \begin_layout Standard
26622
26623 \series bold
26624
26625 \backslash
26626 renewcommand*{
26627 \backslash
26628 raggedleftmarginnote}{
26629 \backslash
26630 raggedleft}
26631 \begin_inset Newline newline
26632 \end_inset
26633
26634
26635 \backslash
26636 renewcommand*{
26637 \backslash
26638 raggedrightmarginnote}{
26639 \backslash
26640 raggedright}
26641 \series default
26642
26643 \begin_inset ERT
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647
26648
26649 \backslash
26650 renewcommand*{
26651 \backslash
26652 raggedleftmarginnote}{
26653 \backslash
26654 raggedleft}
26655 \end_layout
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 renewcommand*{
26662 \backslash
26663 raggedrightmarginnote}{
26664 \backslash
26665 raggedright}
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Standard
26674 \begin_inset VSpace medskip
26675 \end_inset
26676
26677 Für weitere Fähigkeiten des Pakets 
26678 \series bold
26679 marginnote
26680 \series default
26681  sei auf dessen Dokumentation verwiesen 
26682 \begin_inset CommandInset citation
26683 LatexCommand cite
26684 key "marginnote"
26685
26686 \end_inset
26687
26688 .
26689 \end_layout
26690
26691 \begin_layout Standard
26692 \begin_inset VSpace bigskip
26693 \end_inset
26694
26695 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26696  geändert werden.
26697  Um z.
26698 \begin_inset space \thinspace{}
26699 \end_inset
26700
26701 B.
26702  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26703  und fettgedruckten Text 
26704 \begin_inset Quotes eld
26705 \end_inset
26706
26707
26708 \family sans
26709 \series bold
26710 \bar under
26711 Achtung!
26712 \family default
26713 \series default
26714 \bar default
26715
26716 \begin_inset Quotes erd
26717 \end_inset
26718
26719  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26720 \end_layout
26721
26722 \begin_layout Standard
26723
26724 \series bold
26725
26726 \backslash
26727 let
26728 \backslash
26729 myMarginpar
26730 \backslash
26731 marginpar
26732 \begin_inset Newline newline
26733 \end_inset
26734
26735
26736 \backslash
26737 renewcommand{
26738 \backslash
26739 marginpar}[1]{
26740 \backslash
26741 myMarginpar{%
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745
26746 \begin_inset ERT
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 hphantom{ }
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \backslash
26760 hspace{0pt}
26761 \backslash
26762 textsf{
26763 \backslash
26764 textbf{
26765 \backslash
26766 underbar{Achtung!}}}%
26767 \begin_inset Newline newline
26768 \end_inset
26769
26770
26771 \begin_inset ERT
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 hphantom{ }
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \backslash
26785 vspace{1.5mm}
26786 \backslash
26787
26788 \backslash
26789 #1}}
26790 \end_layout
26791
26792 \begin_layout Standard
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 let
26801 \backslash
26802 myMarginpar
26803 \backslash
26804 marginpar
26805 \end_layout
26806
26807 \begin_layout Plain Layout
26808
26809
26810 \backslash
26811 renewcommand{
26812 \backslash
26813 marginpar}[1]{
26814 \backslash
26815 myMarginpar{%
26816 \end_layout
26817
26818 \begin_layout Plain Layout
26819
26820    
26821 \backslash
26822 textsf{
26823 \backslash
26824 textbf{
26825 \backslash
26826 underbar{Achtung!}}}%
26827 \end_layout
26828
26829 \begin_layout Plain Layout
26830
26831    
26832 \backslash
26833 vspace{1.5mm}
26834 \backslash
26835
26836 \backslash
26837 #1}}
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \begin_inset Marginal
26844 status open
26845
26846 \begin_layout Plain Layout
26847 Dies ist eine Randnotiz mit einer definierten Überschrift.
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \begin_inset ERT
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857
26858 [-1.5cm]
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 renewcommand{
26872 \backslash
26873 marginpar}[1]{
26874 \backslash
26875 myMarginpar{#1}}
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \begin_inset Note Note
26882 status open
26883
26884 \begin_layout Plain Layout
26885 Das Format wurde nur für dieses Beispiel geändert.
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \begin_layout Standard
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 else
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \begin_inset Note Note
26908 status open
26909
26910 \begin_layout Plain Layout
26911 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26912 \series bold
26913 marginnote
26914 \series default
26915  nicht installiert ist:
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \begin_layout Standard
26924 Das LaTeX-Paket 
26925 \series bold
26926 marginnote
26927 \series default
26928  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26929 \end_layout
26930
26931 \begin_layout Standard
26932 \begin_inset ERT
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936
26937
26938 \backslash
26939 fi
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Chapter
26948 Boxen
26949 \end_layout
26950
26951 \begin_layout Section
26952 Einleitung
26953 \begin_inset Index
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957 Boxen ! Einleitung
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Standard
26966 Boxen werden benutzt, um einen Textblock zu formatieren.
26967  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26968  siehe Abschnitt
26969 \begin_inset space ~
26970 \end_inset
26971
26972
26973 \begin_inset CommandInset ref
26974 LatexCommand ref
26975 reference "abs:Minipage"
26976
26977 \end_inset
26978
26979 , um Text zu umrahmen, siehe Abschnitt
26980 \begin_inset space ~
26981 \end_inset
26982
26983
26984 \begin_inset CommandInset ref
26985 LatexCommand ref
26986 reference "uab:Verzierung"
26987
26988 \end_inset
26989
26990 , um Silbentrennung zu verhindern, siehe Abschnitt
26991 \begin_inset space ~
26992 \end_inset
26993
26994
26995 \begin_inset CommandInset ref
26996 LatexCommand ref
26997 reference "abs:Silbentrennung-unterbinden"
26998
26999 \end_inset
27000
27001 , um Text senkrecht auszurichten, siehe Abschnitt
27002 \begin_inset space ~
27003 \end_inset
27004
27005
27006 \begin_inset CommandInset ref
27007 LatexCommand ref
27008 reference "uab:Vertikale-Ausrichtung"
27009
27010 \end_inset
27011
27012  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "abs:Farbige-Boxen"
27020
27021 \end_inset
27022
27023 .
27024 \end_layout
27025
27026 \begin_layout Standard
27027 Boxen werden mit 
27028 \family sans
27029 Einfügen\SpecialChar \menuseparator
27030 Box
27031 \family default
27032  oder dem Schalter 
27033 \begin_inset Graphics
27034         filename ../../images/box-insert.png
27035         scale 70
27036         scaleBeforeRotation
27037
27038 \end_inset
27039
27040  eingefügt.
27041  Ein graues Kästchen mit der Aufschrift 
27042 \begin_inset Quotes gld
27043 \end_inset
27044
27045 Box (Minipage)
27046 \begin_inset Quotes grd
27047 \end_inset
27048
27049  erscheint: 
27050 \begin_inset Graphics
27051         filename clipart/StandardBoxQt4.png
27052         scale 85
27053         scaleBeforeRotation
27054
27055 \end_inset
27056
27057  Mit einem Rechts\SpecialChar \-
27058 klick auf das graue Kästchen kann der Typ spezifiziert
27059  werden.
27060  Das Dialogfenster bietet bei 
27061 \family sans
27062 Innere
27063 \begin_inset space ~
27064 \end_inset
27065
27066 Box
27067 \family default
27068  die Typen 
27069 \family sans
27070 Parbox
27071 \family default
27072  und 
27073 \family sans
27074 Minipage
27075 \family default
27076  an.
27077  
27078 \family sans
27079 Minipage
27080 \family default
27081  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27082 \begin_inset space ~
27083 \end_inset
27084
27085
27086 \begin_inset CommandInset ref
27087 LatexCommand ref
27088 reference "abs:Minipage"
27089
27090 \end_inset
27091
27092  beschrieben, 
27093 \family sans
27094 Parbox
27095 \family default
27096  in Abschnitt
27097 \begin_inset space ~
27098 \end_inset
27099
27100
27101 \begin_inset CommandInset ref
27102 LatexCommand ref
27103 reference "abs:Parbox"
27104
27105 \end_inset
27106
27107 .
27108 \end_layout
27109
27110 \begin_layout Standard
27111 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27112  wie auf Gleitobjekte und Fußnoten.
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset Note Greyedout
27117 status open
27118
27119 \begin_layout Plain Layout
27120
27121 \series bold
27122 Bemerkung
27123 \begin_inset space ~
27124 \end_inset
27125
27126 1:
27127 \series default
27128  Boxen dürfen in 
27129 \family sans
27130 List-
27131 \family default
27132  oder 
27133 \family sans
27134 Beschreibung-
27135 \family default
27136 Umgebungen nicht verwendet werden.
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Standard
27145 \begin_inset Note Greyedout
27146 status open
27147
27148 \begin_layout Plain Layout
27149
27150 \series bold
27151 Bemerkung
27152 \begin_inset space ~
27153 \end_inset
27154
27155 2:
27156 \series default
27157  Boxen ohne 
27158 \family sans
27159 Innere
27160 \begin_inset space ~
27161 \end_inset
27162
27163 Box
27164 \family default
27165  und ohne Rahmen werden in Abschnitt
27166 \begin_inset space ~
27167 \end_inset
27168
27169
27170 \begin_inset CommandInset ref
27171 LatexCommand ref
27172 reference "abs:Silbentrennung-unterbinden"
27173
27174 \end_inset
27175
27176  beschrieben.
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \begin_layout Section
27185 Das Box-Einstellungen-Fenster
27186 \begin_inset CommandInset label
27187 LatexCommand label
27188 name "abs:Box-Dialog"
27189
27190 \end_inset
27191
27192
27193 \begin_inset Index
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 Boxen ! Box-Dialog-Fenster
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Subsection
27206 Box-Größe
27207 \begin_inset Index
27208 status collapsed
27209
27210 \begin_layout Plain Layout
27211 Boxen ! Größe
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Im 
27221 \family sans
27222 Box-Einstellungen
27223 \family default
27224 -Fenster können Sie die Größe der Box mit 
27225 \family sans
27226 Breite
27227 \family default
27228  und 
27229 \family sans
27230 Höhe 
27231 \family default
27232 festlegen.
27233  Die verfügbaren Einheiten werden in Tabelle
27234 \begin_inset space ~
27235 \end_inset
27236
27237
27238 \begin_inset CommandInset ref
27239 LatexCommand ref
27240 reference "tab:Maßeinheiten"
27241
27242 \end_inset
27243
27244  aufgelistet.
27245  Das Feld
27246 \family sans
27247  Höhe
27248 \family default
27249  bietet die folgenden zusätzlichen Größen:
27250 \end_layout
27251
27252 \begin_layout Description
27253 Tiefe Dies ist die reine Text-
27254 \begin_inset Quotes gld
27255 \end_inset
27256
27257 Höhe
27258 \begin_inset Quotes grd
27259 \end_inset
27260
27261 .
27262  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27263 \begin_inset Newline newline
27264 \end_inset
27265
27266
27267 \begin_inset Newline newline
27268 \end_inset
27269
27270
27271 \begin_inset Newline newline
27272 \end_inset
27273
27274
27275 \begin_inset Box Boxed
27276 position "c"
27277 hor_pos "c"
27278 has_inner_box 1
27279 inner_pos "c"
27280 use_parbox 0
27281 width "12col%"
27282 special "none"
27283 height "1in"
27284 height_special "depth"
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288 \align center
27289 Box-Höhe = 1
27290 \begin_inset space \thinspace{}
27291 \end_inset
27292
27293 Tiefe
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \begin_inset Newline newline
27300 \end_inset
27301
27302
27303 \begin_inset Newline newline
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Description
27310 Höhe Dies ist die Texthöhe innerhalb der Box.
27311  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27312  Texthöhe setzen: 
27313 \begin_inset Box Boxed
27314 position "c"
27315 hor_pos "c"
27316 has_inner_box 1
27317 inner_pos "c"
27318 use_parbox 0
27319 width "20col%"
27320 special "none"
27321 height "2in"
27322 height_special "height"
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326 \align center
27327 Boxhöhe = 2
27328 \begin_inset space \thinspace{}
27329 \end_inset
27330
27331 Höhe
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Description
27340 Gesamthöhe Dies ist Höhe
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 +
27345 \begin_inset space \thinspace{}
27346 \end_inset
27347
27348 Tiefe: 
27349 \begin_inset Box Boxed
27350 position "c"
27351 hor_pos "c"
27352 has_inner_box 1
27353 inner_pos "c"
27354 use_parbox 0
27355 width "20col%"
27356 special "none"
27357 height "1in"
27358 height_special "totalheight"
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362 \align center
27363 Boxhöhe = 1
27364 \begin_inset space \thinspace{}
27365 \end_inset
27366
27367 Gesamthöhe
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Description
27376 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27377 \begin_inset Box Boxed
27378 position "c"
27379 hor_pos "c"
27380 has_inner_box 1
27381 inner_pos "c"
27382 use_parbox 0
27383 width "12col%"
27384 special "none"
27385 height "1in"
27386 height_special "width"
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 \align center
27391 Boxhöhe = 1
27392 \begin_inset space \thinspace{}
27393 \end_inset
27394
27395 Breite
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Subsection
27404 Ausrichtung
27405 \begin_inset Index
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 Boxen ! Ausrichtung
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Wenn Sie eine 
27419 \family sans
27420 Innere
27421 \begin_inset space ~
27422 \end_inset
27423
27424 Box
27425 \family default
27426  gewählt haben, kann die Box mit folgenden Werten für 
27427 \family sans
27428 Box
27429 \family default
27430  senkrecht ausgerichtet werden:
27431 \end_layout
27432
27433 \begin_layout Description
27434 Oben Dies ist ein Beispieltext.
27435  
27436 \begin_inset Box Boxed
27437 position "t"
27438 hor_pos "c"
27439 has_inner_box 1
27440 inner_pos "c"
27441 use_parbox 0
27442 width "20col%"
27443 special "none"
27444 height "1in"
27445 height_special "totalheight"
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 \align center
27450 Die Ober\SpecialChar \-
27451 kante der Box ist in der Zeile.
27452 \end_layout
27453
27454 \end_inset
27455
27456  Dies ist ein Beispieltext.
27457 \end_layout
27458
27459 \begin_layout Description
27460 Mitte Dies ist ein Beispieltext.
27461  
27462 \begin_inset Box Boxed
27463 position "c"
27464 hor_pos "c"
27465 has_inner_box 1
27466 inner_pos "c"
27467 use_parbox 0
27468 width "20col%"
27469 special "none"
27470 height "1in"
27471 height_special "totalheight"
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475 \align center
27476 Die Mitte der Box ist in der Zeile.
27477 \end_layout
27478
27479 \end_inset
27480
27481  Dies ist ein Beispieltext.
27482 \end_layout
27483
27484 \begin_layout Description
27485 Unten Dies ist ein Beispieltext.
27486  
27487 \begin_inset Box Boxed
27488 position "b"
27489 hor_pos "c"
27490 has_inner_box 1
27491 inner_pos "c"
27492 use_parbox 0
27493 width "20col%"
27494 special "none"
27495 height "1in"
27496 height_special "totalheight"
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 \align center
27501 Die Unter\SpecialChar \-
27502 kante der Box ist in der Zeile.
27503 \end_layout
27504
27505 \end_inset
27506
27507  Dies ist ein Beispieltext.
27508 \end_layout
27509
27510 \begin_layout Standard
27511 \begin_inset Note Greyedout
27512 status open
27513
27514 \begin_layout Plain Layout
27515
27516 \series bold
27517 Bemerkung:
27518 \series default
27519  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27520  Boxen in einer Zeile sind und eine Box z.
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 B.
27525  schattiert ist, die andere abere nicht.
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Standard
27534 Eine Box kann mit dem Dialog 
27535 \family sans
27536 Absatz-Einstellungen
27537 \family default
27538  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset VSpace bigskip
27543 \end_inset
27544
27545 Wenn Sie eine 
27546 \family sans
27547 Innere
27548 \begin_inset space ~
27549 \end_inset
27550
27551 Box
27552 \family default
27553  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27554 \family sans
27555 Inhalt
27556 \family default
27557  senkrecht ausgerichtet werden:
27558 \end_layout
27559
27560 \begin_layout Description
27561 Oben Dies ist ein Beispieltext.
27562  
27563 \begin_inset Box Boxed
27564 position "c"
27565 hor_pos "c"
27566 has_inner_box 1
27567 inner_pos "t"
27568 use_parbox 0
27569 width "20col%"
27570 special "none"
27571 height "1.5in"
27572 height_special "totalheight"
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 \align center
27577 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27578 \end_layout
27579
27580 \end_inset
27581
27582  Dies ist ein Beispieltext.
27583 \end_layout
27584
27585 \begin_layout Description
27586 Mitte Dies ist ein Beispieltext.
27587  
27588 \begin_inset Box Boxed
27589 position "c"
27590 hor_pos "c"
27591 has_inner_box 1
27592 inner_pos "c"
27593 use_parbox 0
27594 width "20col%"
27595 special "none"
27596 height "1.5in"
27597 height_special "totalheight"
27598 status collapsed
27599
27600 \begin_layout Plain Layout
27601 \align center
27602 Der Boxinhalt ist zentriert ausgerichtet.
27603 \end_layout
27604
27605 \end_inset
27606
27607  Dies ist ein Beispieltext.
27608 \end_layout
27609
27610 \begin_layout Description
27611 Unten Dies ist ein Beispieltext.
27612  
27613 \begin_inset Box Boxed
27614 position "c"
27615 hor_pos "c"
27616 has_inner_box 1
27617 inner_pos "b"
27618 use_parbox 0
27619 width "20col%"
27620 special "none"
27621 height "1.5in"
27622 height_special "totalheight"
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 \align center
27627 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27628 \end_layout
27629
27630 \end_inset
27631
27632  Dies ist ein Beispieltext.
27633 \end_layout
27634
27635 \begin_layout Description
27636 Dehnen Dies ist ein Beispieltext.
27637  
27638 \begin_inset Box Boxed
27639 position "c"
27640 hor_pos "c"
27641 has_inner_box 1
27642 inner_pos "s"
27643 use_parbox 0
27644 width "20col%"
27645 special "none"
27646 height "1in"
27647 height_special "totalheight"
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 \align center
27652 Der Boxinhalt
27653 \end_layout
27654
27655 \begin_layout Plain Layout
27656 \align center
27657 ist über die
27658 \end_layout
27659
27660 \begin_layout Plain Layout
27661 \align center
27662 Boxhöhe
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \align center
27667 gleichmäßig verteilt.
27668 \end_layout
27669
27670 \end_inset
27671
27672  Dies ist ein Beispieltext.
27673 \end_layout
27674
27675 \begin_layout Standard
27676 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27677  besteht.
27678  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27679 \end_layout
27680
27681 \begin_layout Standard
27682 Ein Boxinhalt kann mit dem Dialog 
27683 \family sans
27684 Absatz-Einstellungen
27685 \family default
27686  waagerecht ausgerichtet werden, wenn Sie eine
27687 \family sans
27688  Innere
27689 \begin_inset space ~
27690 \end_inset
27691
27692 Box
27693 \family default
27694  gewählt haben.
27695 \end_layout
27696
27697 \begin_layout Standard
27698 \align center
27699 \begin_inset Box Boxed
27700 position "c"
27701 hor_pos "c"
27702 has_inner_box 1
27703 inner_pos "s"
27704 use_parbox 0
27705 width "30col%"
27706 special "none"
27707 height "1.25in"
27708 height_special "totalheight"
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 \align left
27713 Hier ist jede Zeile
27714 \end_layout
27715
27716 \begin_layout Plain Layout
27717 \align center
27718 anders
27719 \end_layout
27720
27721 \begin_layout Plain Layout
27722 \align right
27723 ausgerichtet.
27724 \end_layout
27725
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \begin_layout Standard
27732 Wenn Sie keine
27733 \family sans
27734  Innere
27735 \begin_inset space ~
27736 \end_inset
27737
27738 Box
27739 \family default
27740  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27741 \family sans
27742 Box-Einstellungen-
27743 \family default
27744 Dialog ausrichten
27745 \end_layout
27746
27747 \begin_layout Standard
27748 \align center
27749 \begin_inset Box Boxed
27750 position "c"
27751 hor_pos "s"
27752 has_inner_box 0
27753 inner_pos "s"
27754 use_parbox 0
27755 width "90col%"
27756 special "none"
27757 height "1.25in"
27758 height_special "totalheight"
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762 \align left
27763 Dieser Boxinhalt wurde horizontal gedehnt.
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Subsection
27772 Verzierung
27773 \begin_inset CommandInset label
27774 LatexCommand label
27775 name "uab:Verzierung"
27776
27777 \end_inset
27778
27779
27780 \begin_inset Index
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 Boxen ! Verzierung
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Standard
27793 Im 
27794 \family sans
27795 Box-Einstellungen-
27796 \family default
27797 Dialog können Sie mit der 
27798 \family sans
27799 Verzierung
27800 \family default
27801  den Typ der Box auswählen:
27802 \end_layout
27803
27804 \begin_layout Description
27805 Einfacher
27806 \begin_inset space ~
27807 \end_inset
27808
27809 rechteckiger
27810 \begin_inset space ~
27811 \end_inset
27812
27813 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27814  Die Rahmendicke wird durch 
27815 \series bold
27816
27817 \backslash
27818 fboxrule
27819 \series default
27820  festgelegt.
27821  
27822 \begin_inset Box Boxed
27823 position "c"
27824 hor_pos "c"
27825 has_inner_box 1
27826 inner_pos "c"
27827 use_parbox 0
27828 width "21col%"
27829 special "none"
27830 height "1in"
27831 height_special "totalheight"
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836 \series medium
27837 Rechteckige
27838 \begin_inset space ~
27839 \end_inset
27840
27841 Box
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Description
27850 erlaube
27851 \begin_inset space ~
27852 \end_inset
27853
27854 Seitenumbrüche Wenn Sie die Verzierung 
27855 \family sans
27856 Einfacher rechteckiger Rahmen
27857 \family default
27858  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27859  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27860  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27861  für sich ist und 
27862 \series bold
27863
27864 \backslash
27865 fboxrule
27866 \series default
27867  und 
27868 \series bold
27869
27870 \backslash
27871 fboxsep
27872 \series default
27873  keinen Einfluss auf diesen Box Typ haben.
27874  Die Rahmendicke wird durch 
27875 \series bold
27876
27877 \backslash
27878 FrameRule
27879 \series default
27880  festgelegt.
27881  
27882 \begin_inset Box Framed
27883 position "t"
27884 hor_pos "c"
27885 has_inner_box 0
27886 inner_pos "t"
27887 use_parbox 0
27888 width "100col%"
27889 special "none"
27890 height "1in"
27891 height_special "totalheight"
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895 Box erlaubt Seitenumbruch
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \begin_layout Description
27904 Ovaler
27905 \begin_inset space ~
27906 \end_inset
27907
27908 Rahmen,
27909 \begin_inset space ~
27910 \end_inset
27911
27912 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27913  Die Rahmendicke ist 0.4
27914 \begin_inset space \thinspace{}
27915 \end_inset
27916
27917 pt.
27918  
27919 \begin_inset Box ovalbox
27920 position "c"
27921 hor_pos "c"
27922 has_inner_box 1
27923 inner_pos "c"
27924 use_parbox 0
27925 width "20col%"
27926 special "none"
27927 height "1in"
27928 height_special "totalheight"
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Ovale
27933 \begin_inset space ~
27934 \end_inset
27935
27936 Box,
27937 \begin_inset space ~
27938 \end_inset
27939
27940 dünn
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Description
27949 Ovaler
27950 \begin_inset space ~
27951 \end_inset
27952
27953 Rahmen,
27954 \begin_inset space ~
27955 \end_inset
27956
27957 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27958  Die Rahmendicke ist 0.8
27959 \begin_inset space \thinspace{}
27960 \end_inset
27961
27962 pt.
27963  
27964 \begin_inset Box Ovalbox
27965 position "c"
27966 hor_pos "c"
27967 has_inner_box 1
27968 inner_pos "c"
27969 use_parbox 0
27970 width "20col%"
27971 special "none"
27972 height "1in"
27973 height_special "totalheight"
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Ovale
27978 \begin_inset space ~
27979 \end_inset
27980
27981 Box,
27982 \begin_inset space ~
27983 \end_inset
27984
27985 dick
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Description
27994 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27995  Die Rahmendicke wird durch 
27996 \series bold
27997
27998 \backslash
27999 fboxrule
28000 \series default
28001  festgelegt, der Schatten ist 4
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 pt breit.
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009
28010 \begin_inset Box Shadowbox
28011 position "c"
28012 hor_pos "c"
28013 has_inner_box 1
28014 inner_pos "c"
28015 use_parbox 0
28016 width "20col%"
28017 special "none"
28018 height "1in"
28019 height_special "totalheight"
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 Schattierte
28024 \begin_inset space ~
28025 \end_inset
28026
28027 Box
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Description
28036 Schattierter
28037 \begin_inset space ~
28038 \end_inset
28039
28040 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28041  Im Gegensatz zu farbigen Boxen
28042 \begin_inset Foot
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 siehe Abschnitt
28047 \begin_inset space ~
28048 \end_inset
28049
28050
28051 \begin_inset CommandInset ref
28052 LatexCommand ref
28053 reference "abs:Farbige-Boxen"
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \end_inset
28061
28062  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28063  die Box ist ein Absatz für sich.
28064  
28065 \begin_inset Box Shaded
28066 position "t"
28067 hor_pos "c"
28068 has_inner_box 0
28069 inner_pos "t"
28070 use_parbox 0
28071 width "50col%"
28072 special "none"
28073 height "1in"
28074 height_special "totalheight"
28075 status collapsed
28076
28077 \begin_layout Plain Layout
28078 Schattierter Hintergrund Box
28079 \end_layout
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \begin_layout Description
28087 Doppelter
28088 \begin_inset space ~
28089 \end_inset
28090
28091 rechteckiger
28092 \begin_inset space ~
28093 \end_inset
28094
28095 Rahmen zeichnet einen doppelten Rahmen um die Box.
28096  Der innere Rahmen ist 0.75
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100
28101 \series bold
28102
28103 \backslash
28104 fboxrule
28105 \series default
28106  breit, der äußere 1.5
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110
28111 \series bold
28112
28113 \backslash
28114 fboxrule
28115 \series default
28116 , der Zwischenraum 1.5
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120
28121 \series bold
28122
28123 \backslash
28124 fboxrule
28125 \series default
28126
28127 \begin_inset space \thinspace{}
28128 \end_inset
28129
28130 +
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 0.5
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138 pt.
28139  
28140 \begin_inset Box Doublebox
28141 position "c"
28142 hor_pos "c"
28143 has_inner_box 1
28144 inner_pos "c"
28145 use_parbox 0
28146 width "20col%"
28147 special "none"
28148 height "1in"
28149 height_special "totalheight"
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Doppelt
28154 \begin_inset space ~
28155 \end_inset
28156
28157 gerahmte
28158 \begin_inset space ~
28159 \end_inset
28160
28161 Box
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Standard
28170 \begin_inset VSpace bigskip
28171 \end_inset
28172
28173 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28174  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28175 \series bold
28176 fancybox
28177 \series default
28178
28179 \begin_inset Index
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 LaTeX-Pakete ! fancybox
28184 \end_layout
28185
28186 \end_inset
28187
28188  installiert sein.
28189 \end_layout
28190
28191 \begin_layout Section
28192 Box-Anpassung
28193 \begin_inset Index
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 Boxen ! Anpassung
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Der Standardwert für 
28207 \series bold
28208
28209 \backslash
28210 fboxrule
28211 \series default
28212  ist 0.4
28213 \begin_inset space \thinspace{}
28214 \end_inset
28215
28216 pt.
28217  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 pt gesetzt werden:
28222 \end_layout
28223
28224 \begin_layout Standard
28225
28226 \series bold
28227
28228 \backslash
28229 setlength{
28230 \backslash
28231 fboxrule}{2pt}
28232 \end_layout
28233
28234 \begin_layout Standard
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 setlength{
28243 \backslash
28244 fboxrule}{2pt}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Box Boxed
28251 position "c"
28252 hor_pos "c"
28253 has_inner_box 1
28254 inner_pos "c"
28255 use_parbox 0
28256 width "30col%"
28257 special "none"
28258 height "1in"
28259 height_special "totalheight"
28260 status open
28261
28262 \begin_layout Plain Layout
28263 \align center
28264 Rechteckige Box mit einer Rahmenbreite von 2
28265 \begin_inset space \thinspace{}
28266 \end_inset
28267
28268 pt
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \begin_inset ERT
28275 status collapsed
28276
28277 \begin_layout Plain Layout
28278
28279
28280 \backslash
28281 setlength{
28282 \backslash
28283 fboxrule}{0.4pt}
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \begin_inset VSpace bigskip
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28297 \begin_inset space \thinspace{}
28298 \end_inset
28299
28300 pt.
28301  Sie können das ändern, indem Sie den Wert von 
28302 \series bold
28303
28304 \backslash
28305 fboxsep
28306 \series default
28307  mit einem TeX-Code-Befehl ändern:
28308 \end_layout
28309
28310 \begin_layout Standard
28311
28312 \series bold
28313
28314 \backslash
28315 setlength{
28316 \backslash
28317 fboxsep}{10pt}
28318 \end_layout
28319
28320 \begin_layout Standard
28321 setzt den Wert auf 10
28322 \begin_inset space \thinspace{}
28323 \end_inset
28324
28325 pt, wie in der folgenden Box:
28326 \end_layout
28327
28328 \begin_layout Standard
28329 \begin_inset ERT
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333
28334
28335 \backslash
28336 setlength{
28337 \backslash
28338 fboxsep}{10pt}
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \begin_inset Box Boxed
28345 position "c"
28346 hor_pos "c"
28347 has_inner_box 1
28348 inner_pos "c"
28349 use_parbox 0
28350 width "25col%"
28351 special "none"
28352 height "1in"
28353 height_special "totalheight"
28354 status open
28355
28356 \begin_layout Plain Layout
28357 \align center
28358 Rechteckige Box mit 
28359 \series bold
28360
28361 \backslash
28362 fboxsep
28363 \series default
28364
28365 \begin_inset space \thinspace{}
28366 \end_inset
28367
28368 =
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 10
28373 \begin_inset space \thinspace{}
28374 \end_inset
28375
28376 pt
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \begin_inset ERT
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386
28387
28388 \backslash
28389 setlength{
28390 \backslash
28391 fboxsep}{3pt}
28392 \end_layout
28393
28394 \end_inset
28395
28396
28397 \end_layout
28398
28399 \begin_layout Standard
28400 \noindent
28401 \begin_inset VSpace bigskip
28402 \end_inset
28403
28404 Der Durchmesser der abgerundeten Ecken kann mit 
28405 \series bold
28406
28407 \backslash
28408 cornersize
28409 \series default
28410  gesetzt werden.
28411  Der TeX-Code-Befehl
28412 \end_layout
28413
28414 \begin_layout Standard
28415
28416 \series bold
28417
28418 \backslash
28419 cornersize*{1cm}
28420 \end_layout
28421
28422 \begin_layout Standard
28423 setzt den Durchmesser auf 1
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 cm.
28428  Der TeX-Code-Befehl
28429 \end_layout
28430
28431 \begin_layout Standard
28432
28433 \series bold
28434
28435 \backslash
28436 cornersize{num}
28437 \end_layout
28438
28439 \begin_layout Standard
28440 setzt den Durchmesser auf 
28441 \family sans
28442 num
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 ×
28447 \begin_inset space \thinspace{}
28448 \end_inset
28449
28450 Minimum(Breite der Box, Höhe der Box)
28451 \family default
28452 .
28453  Der Standardwert ist 
28454 \series bold
28455
28456 \backslash
28457 cornersize{0.5}
28458 \series default
28459 .
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset ERT
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467
28468
28469 \backslash
28470 cornersize*{1.5cm}
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \begin_inset Box Ovalbox
28477 position "c"
28478 hor_pos "c"
28479 has_inner_box 1
28480 inner_pos "c"
28481 use_parbox 0
28482 width "30col%"
28483 special "none"
28484 height "1in"
28485 height_special "totalheight"
28486 status open
28487
28488 \begin_layout Plain Layout
28489 \align center
28490 Ovale Box, dicker Rand, mit 
28491 \series bold
28492
28493 \backslash
28494 cornersize
28495 \series default
28496
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 =
28501 \begin_inset space \thinspace{}
28502 \end_inset
28503
28504 1.5
28505 \begin_inset space \thinspace{}
28506 \end_inset
28507
28508 cm
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \begin_inset ERT
28515 status collapsed
28516
28517 \begin_layout Plain Layout
28518
28519
28520 \backslash
28521 cornersize{0.5}
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Standard
28530 \begin_inset VSpace bigskip
28531 \end_inset
28532
28533 Die Breite des Schattens wird mit 
28534 \series bold
28535
28536 \backslash
28537 shadowsize
28538 \series default
28539  festgelegt.
28540  Mit dem TeX-Code-Befehl
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \series bold
28546
28547 \backslash
28548 setlength{
28549 \backslash
28550 shadowsize}{2pt}
28551 \end_layout
28552
28553 \begin_layout Standard
28554 wird er für die folgende Box auf 2
28555 \begin_inset space \thinspace{}
28556 \end_inset
28557
28558 pt festgelegt.
28559 \end_layout
28560
28561 \begin_layout Standard
28562 \begin_inset ERT
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567
28568 \backslash
28569 setlength{
28570 \backslash
28571 shadowsize}{2pt}
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \begin_inset Box Shadowbox
28578 position "c"
28579 hor_pos "c"
28580 has_inner_box 1
28581 inner_pos "c"
28582 use_parbox 0
28583 width "25col%"
28584 special "none"
28585 height "1in"
28586 height_special "totalheight"
28587 status open
28588
28589 \begin_layout Plain Layout
28590 \align center
28591 Schattierte Box mit 
28592 \series bold
28593
28594 \backslash
28595 shadowsize
28596 \series default
28597
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 =
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 2
28606 \begin_inset space \thinspace{}
28607 \end_inset
28608
28609 pt
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \begin_inset ERT
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619
28620
28621 \backslash
28622 setlength{
28623 \backslash
28624 shadowsize}{4pt}
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \begin_inset VSpace bigskip
28634 \end_inset
28635
28636 Der Standardwert für 
28637 \series bold
28638
28639 \backslash
28640 FrameRule
28641 \series default
28642  ist 0.4
28643 \begin_inset space \thinspace{}
28644 \end_inset
28645
28646 pt.
28647  Der Standard-Abstand zwischen Rahmen und Text ist 9
28648 \begin_inset space \thinspace{}
28649 \end_inset
28650
28651 pt und kann mit dem Wert für 
28652 \series bold
28653
28654 \backslash
28655 FrameSep
28656 \series default
28657  geändert werden.
28658  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28659  TeX-Code Befehlen geändert:
28660 \end_layout
28661
28662 \begin_layout Standard
28663
28664 \series bold
28665
28666 \backslash
28667 setlength{
28668 \backslash
28669 FrameRule}{5pt}
28670 \begin_inset Newline newline
28671 \end_inset
28672
28673
28674 \backslash
28675 setlength{
28676 \backslash
28677 FrameSep}{0.5cm}
28678 \end_layout
28679
28680 \begin_layout Standard
28681 \begin_inset ERT
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685
28686
28687 \backslash
28688 setlength{
28689 \backslash
28690 FrameRule}{5pt}
28691 \end_layout
28692
28693 \begin_layout Plain Layout
28694
28695
28696 \backslash
28697 setlength{
28698 \backslash
28699 FrameSep}{0.5cm}
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \begin_inset Box Framed
28706 position "t"
28707 hor_pos "c"
28708 has_inner_box 0
28709 inner_pos "t"
28710 use_parbox 0
28711 width "100col%"
28712 special "none"
28713 height "1in"
28714 height_special "totalheight"
28715 status open
28716
28717 \begin_layout Plain Layout
28718 Dies ist Text in einer 
28719 \family sans
28720 Seitenumbruch erlaubt
28721 \family default
28722  Box.
28723 \end_layout
28724
28725 \end_inset
28726
28727
28728 \begin_inset ERT
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732
28733
28734 \backslash
28735 setlength{
28736 \backslash
28737 FrameRule}{0.4pt}
28738 \end_layout
28739
28740 \begin_layout Plain Layout
28741
28742
28743 \backslash
28744 setlength{
28745 \backslash
28746 FrameSep}{9pt}
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Standard
28755 \begin_inset VSpace bigskip
28756 \end_inset
28757
28758 Für Boxen mit 
28759 \family sans
28760 schattiertem Hintergrund
28761 \family default
28762  beträgt der Abstand zwischen Rand und Text 3
28763 \begin_inset space \thinspace{}
28764 \end_inset
28765
28766 pt und kann mit 
28767 \series bold
28768
28769 \backslash
28770 fboxsep
28771 \series default
28772  geändert werden.
28773  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28774  
28775 \series bold
28776
28777 \backslash
28778 definecolor{shadebox}
28779 \series default
28780  oder global über das Menü 
28781 \family sans
28782 Werkzeuge\SpecialChar \menuseparator
28783 Einstellungen\SpecialChar \menuseparator
28784 Farben\SpecialChar \menuseparator
28785 Schattierte
28786 \begin_inset space ~
28787 \end_inset
28788
28789 Box
28790 \family default
28791  geändert werden.
28792  Das Schema des 
28793 \series bold
28794
28795 \backslash
28796 definecolor
28797 \series default
28798  Befehls ist  in Abschnitt
28799 \begin_inset space ~
28800 \end_inset
28801
28802
28803 \begin_inset CommandInset ref
28804 LatexCommand ref
28805 reference "abs:Farbige-Tabellen"
28806
28807 \end_inset
28808
28809  erklärt.
28810 \begin_inset Foot
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Beachten Sie, dass 
28815 \series bold
28816
28817 \backslash
28818 definecolor
28819 \series default
28820  das LaTeX-Paket 
28821 \series bold
28822 color
28823 \series default
28824  im LaTeX-Vorspann benötigt, siehe Abschnitt
28825 \begin_inset space ~
28826 \end_inset
28827
28828
28829 \begin_inset CommandInset ref
28830 LatexCommand ref
28831 reference "abs:Farbige-Boxen"
28832
28833 \end_inset
28834
28835 .
28836 \end_layout
28837
28838 \end_inset
28839
28840  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28841 \end_layout
28842
28843 \begin_layout Standard
28844
28845 \series bold
28846
28847 \backslash
28848 setlength{
28849 \backslash
28850 fboxsep}{0.5cm}
28851 \begin_inset Newline newline
28852 \end_inset
28853
28854
28855 \backslash
28856 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865
28866 \backslash
28867 setlength{
28868 \backslash
28869 fboxsep}{0.5cm}
28870 \end_layout
28871
28872 \begin_layout Plain Layout
28873
28874
28875 \backslash
28876 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \begin_inset Box Shaded
28883 position "t"
28884 hor_pos "c"
28885 has_inner_box 0
28886 inner_pos "t"
28887 use_parbox 0
28888 width "100col%"
28889 special "none"
28890 height "1in"
28891 height_special "totalheight"
28892 status open
28893
28894 \begin_layout Plain Layout
28895
28896 \color yellow
28897 Dies ist gelber Text in einer 
28898 \family sans
28899 schattierten Hintergrund
28900 \begin_inset space ~
28901 \end_inset
28902
28903
28904 \family default
28905 Box auf dunkelgrünem Hintergrund.
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916
28917 \backslash
28918 setlength{
28919 \backslash
28920 fboxsep}{3pt}
28921 \end_layout
28922
28923 \begin_layout Plain Layout
28924
28925
28926 \backslash
28927 definecolor{shadecolor}{rgb}{1,0,0}
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \begin_layout Standard
28936 \begin_inset VSpace bigskip
28937 \end_inset
28938
28939 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28940  der sie ändert.
28941 \end_layout
28942
28943 \begin_layout Section
28944 Minipage
28945 \begin_inset CommandInset label
28946 LatexCommand label
28947 name "abs:Minipage"
28948
28949 \end_inset
28950
28951
28952 \begin_inset Index
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Boxen ! Minipage
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28966  deshalb unter anderem eigene Fußnoten haben.
28967 \end_layout
28968
28969 \begin_layout Standard
28970 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28971 \end_layout
28972
28973 \begin_layout Standard
28974 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28975  Ihre Breite ist 45 Spaltenbreite
28976 \begin_inset space ~
28977 \end_inset
28978
28979 %, und sie sind durch einen 
28980 \family sans
28981 HFill
28982 \family default
28983  getrennt (
28984 \family sans
28985 Einfügen\SpecialChar \menuseparator
28986 Formatierung\SpecialChar \menuseparator
28987 Horizontaler
28988 \begin_inset space \space{}
28989 \end_inset
28990
28991 Abstand\SpecialChar \menuseparator
28992 Abstand\SpecialChar \menuseparator
28993 Variabler
28994 \begin_inset space ~
28995 \end_inset
28996
28997 horiz.
28998 \begin_inset space ~
28999 \end_inset
29000
29001 Abstand
29002 \family default
29003 ).
29004 \begin_inset Newpage newpage
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \noindent
29012 \begin_inset Box Frameless
29013 position "t"
29014 hor_pos "c"
29015 has_inner_box 1
29016 inner_pos "c"
29017 use_parbox 0
29018 width "45col%"
29019 special "none"
29020 height "1in"
29021 height_special "totalheight"
29022 status open
29023
29024 \begin_layout Plain Layout
29025 Dies ist ein deutscher Text.
29026  Dies ist ein deutscher Text.
29027  Dies ist ein deutscher Text.
29028  Dies ist ein deutscher Text.
29029  Dies ist ein deutscher Text.
29030  Dies ist ein deutscher Text.
29031  Dies ist ein deutscher Text.
29032  Dies ist ein deutscher Text.
29033  Dies ist ein deutscher Text.
29034  Dies ist ein deutscher Text.
29035  Dies ist ein deutscher Text.
29036  Dies ist ein deutscher Text.
29037  Dies ist ein deutscher Text
29038 \begin_inset Foot
29039 status open
29040
29041 \begin_layout Plain Layout
29042 Dies ist eine deutsche Fußnote.
29043 \end_layout
29044
29045 \end_inset
29046
29047 .
29048  Dies ist ein deutscher Text.
29049  Dies ist ein deutscher Text.
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \begin_inset space \hfill{}
29056 \end_inset
29057
29058
29059 \begin_inset Box Frameless
29060 position "t"
29061 hor_pos "c"
29062 has_inner_box 1
29063 inner_pos "c"
29064 use_parbox 0
29065 width "45col%"
29066 special "none"
29067 height "1in"
29068 height_special "totalheight"
29069 status open
29070
29071 \begin_layout Plain Layout
29072
29073 \lang english
29074 This is an English Text.
29075  This is an English Text.
29076  This is an English Text.
29077  This is an English Text.
29078  This is an English Text.
29079  This is an English Text.
29080  This is an English Text.
29081  This is an English Text.
29082  This is an English Text.
29083  This is an English Text.
29084  This is an English Text.
29085  This is an English Text.
29086  This is an English Text.
29087  This is an English Text.
29088  This is an English Text.
29089  This is an English Text.
29090 \begin_inset Foot
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095 \lang english
29096 This is an English footnote.
29097 \end_layout
29098
29099 \end_inset
29100
29101  This is an English Text.
29102  
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Standard
29111 \noindent
29112 \begin_inset VSpace bigskip
29113 \end_inset
29114
29115 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29116  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29117  auf der die Tabelle gedruckt wird: 
29118 \begin_inset Tabular
29119 <lyxtabular version="3" rows="3" columns="4">
29120 <features>
29121 <column alignment="center" valignment="top" width="0pt">
29122 <column alignment="center" valignment="top" width="0pt">
29123 <column alignment="center" valignment="top" width="0pt">
29124 <column alignment="center" valignment="top" width="0pt">
29125 <row>
29126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29127 \begin_inset Text
29128
29129 \begin_layout Plain Layout
29130 1
29131 \end_layout
29132
29133 \end_inset
29134 </cell>
29135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29136 \begin_inset Text
29137
29138 \begin_layout Plain Layout
29139 2
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148 3
29149 \begin_inset Foot
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Dies ist eine Fußnote in einer Tabelle.
29154 \end_layout
29155
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \end_inset
29162 </cell>
29163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29164 \begin_inset Text
29165
29166 \begin_layout Plain Layout
29167 4
29168 \end_layout
29169
29170 \end_inset
29171 </cell>
29172 </row>
29173 <row>
29174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29175 \begin_inset Text
29176
29177 \begin_layout Plain Layout
29178 a
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187 b
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196 c
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205 d
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 </row>
29211 <row>
29212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29213 \begin_inset Text
29214
29215 \begin_layout Plain Layout
29216 e
29217 \end_layout
29218
29219 \end_inset
29220 </cell>
29221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29222 \begin_inset Text
29223
29224 \begin_layout Plain Layout
29225 f
29226 \end_layout
29227
29228 \end_inset
29229 </cell>
29230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29231 \begin_inset Text
29232
29233 \begin_layout Plain Layout
29234 g
29235 \end_layout
29236
29237 \end_inset
29238 </cell>
29239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 h
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 </row>
29249 </lyxtabular>
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 \noindent
29258 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29259  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29260  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29261  außerhalb.
29262 \end_layout
29263
29264 \begin_layout Standard
29265 \align center
29266 \begin_inset Box Frameless
29267 position "t"
29268 hor_pos "c"
29269 has_inner_box 1
29270 inner_pos "c"
29271 use_parbox 0
29272 width "30col%"
29273 special "none"
29274 height "1in"
29275 height_special "totalheight"
29276 status open
29277
29278 \begin_layout Plain Layout
29279 \align center
29280 \begin_inset Tabular
29281 <lyxtabular version="3" rows="3" columns="4">
29282 <features>
29283 <column alignment="center" valignment="top" width="0pt">
29284 <column alignment="center" valignment="top" width="0pt">
29285 <column alignment="center" valignment="top" width="0pt">
29286 <column alignment="center" valignment="top" width="0pt">
29287 <row>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 1
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 2
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 3
29311 \begin_inset Foot
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Dies ist eine Fußnote in einer Tabelle.
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 4
29330 \end_layout
29331
29332 \end_inset
29333 </cell>
29334 </row>
29335 <row>
29336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340 a
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 b
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358 c
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 d
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 </row>
29373 <row>
29374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378 e
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 f
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396 g
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 h
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 </row>
29411 </lyxtabular>
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Standard
29424 \begin_inset VSpace bigskip
29425 \end_inset
29426
29427 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29428  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29429  Absätze nicht eingerückt werden, obwohl Sie das in 
29430 \family sans
29431 Dokument
29432 \family default
29433 \SpecialChar \menuseparator
29434
29435 \family sans
29436 Einstellun\SpecialChar \-
29437 gen\SpecialChar \menuseparator
29438 Textformat
29439 \family default
29440  festgelegt haben.
29441  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29442  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29443 \series bold
29444
29445 \backslash
29446 hspace*{1em}
29447 \series default
29448 .
29449 \end_layout
29450
29451 \begin_layout Standard
29452 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29453  zu verpassen, siehe Abschnitt
29454 \begin_inset space ~
29455 \end_inset
29456
29457
29458 \begin_inset CommandInset ref
29459 LatexCommand ref
29460 reference "uab:Farbe-für-Absätze"
29461
29462 \end_inset
29463
29464 .
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset Note Greyedout
29469 status open
29470
29471 \begin_layout Plain Layout
29472
29473 \series bold
29474 Bemerkung:
29475 \series default
29476  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29477  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Section
29486 Parbox
29487 \begin_inset CommandInset label
29488 LatexCommand label
29489 name "abs:Parbox"
29490
29491 \end_inset
29492
29493
29494 \begin_inset Index
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 Boxen ! Parbox
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Parbox ist eine Abkürzung für 
29508 \begin_inset Quotes gld
29509 \end_inset
29510
29511 paragraph box
29512 \begin_inset Quotes grd
29513 \end_inset
29514
29515 , was Absatzbox bedeutet.
29516  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29517  Parboxen einige Einschränkungen.
29518  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29519  gedruckt:
29520 \end_layout
29521
29522 \begin_layout Standard
29523 \align center
29524 \begin_inset Box Frameless
29525 position "t"
29526 hor_pos "c"
29527 has_inner_box 1
29528 inner_pos "t"
29529 use_parbox 1
29530 width "33col%"
29531 special "none"
29532 height "1in"
29533 height_special "totalheight"
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Dies ist Text in einer Parbox.
29538  Dies ist Text in einer Parbox.
29539 \end_layout
29540
29541 \begin_layout Plain Layout
29542 Diese Fußnote wird nicht gedruckt:
29543 \begin_inset Foot
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29562  und Theoreme enthalten.
29563 \end_layout
29564
29565 \begin_layout Section
29566 Boxen für Worte und Buchstaben
29567 \begin_inset Index
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 Boxen ! für Buchstaben
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Subsection
29580 Silbentrennung unterbinden 
29581 \begin_inset CommandInset label
29582 LatexCommand label
29583 name "abs:Silbentrennung-unterbinden"
29584
29585 \end_inset
29586
29587
29588 \begin_inset Index
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 Boxen ! zur Vermeidung von Silbentrennung
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29602 \begin_inset Newline newline
29603 \end_inset
29604
29605 Hier ist ein Beispiel: 
29606 \end_layout
29607
29608 \begin_layout Standard
29609 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29610 \begin_inset Quotes gld
29611 \end_inset
29612
29613 einsehrsehrsehrlangeswort
29614 \begin_inset Quotes grd
29615 \end_inset
29616
29617 .
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29622  soll, den TeX-Code
29623 \end_layout
29624
29625 \begin_layout Standard
29626
29627 \series bold
29628
29629 \backslash
29630 mbox{
29631 \end_layout
29632
29633 \begin_layout Standard
29634 ein.
29635  Hinter dem Wort fügen Sie 
29636 \series bold
29637
29638 \begin_inset Quotes gld
29639 \end_inset
29640
29641 }
29642 \series default
29643
29644 \begin_inset Quotes grd
29645 \end_inset
29646
29647  als TeX-Code ein.
29648  Hier ist das Ergebnis:
29649 \end_layout
29650
29651 \begin_layout Standard
29652 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657
29658
29659 \backslash
29660 mbox{
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Quotes gld
29667 \end_inset
29668
29669 einsehrsehrsehrlangeswort
29670 \begin_inset Quotes grd
29671 \end_inset
29672
29673
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679 }
29680 \end_layout
29681
29682 \end_inset
29683
29684 .
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Alternativ dazu kann man auch den Befehl 
29689 \begin_inset Quotes gld
29690 \end_inset
29691
29692
29693 \series bold
29694
29695 \backslash
29696 -
29697 \series default
29698
29699 \begin_inset Quotes grd
29700 \end_inset
29701
29702  als TeX-Code direkt vor das Wort setzen:
29703 \end_layout
29704
29705 \begin_layout Standard
29706 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29707 \begin_inset Quotes gld
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 -
29719 \end_layout
29720
29721 \end_inset
29722
29723 einsehrsehrsehrlangeswort
29724 \begin_inset Quotes grd
29725 \end_inset
29726
29727 .
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29732  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29733 \series bold
29734 Strg-Eingabe
29735 \series default
29736 ) einfügen: 
29737 \end_layout
29738
29739 \begin_layout Standard
29740 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750
29751 \backslash
29752 mbox{
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \begin_inset Quotes gld
29759 \end_inset
29760
29761 einsehrsehrsehrlangeswort
29762 \begin_inset Quotes grd
29763 \end_inset
29764
29765
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771 }
29772 \end_layout
29773
29774 \end_inset
29775
29776 .
29777 \end_layout
29778
29779 \begin_layout Subsection
29780 Vertikale Ausrichtung
29781 \begin_inset CommandInset label
29782 LatexCommand label
29783 name "uab:Vertikale-Ausrichtung"
29784
29785 \end_inset
29786
29787
29788 \begin_inset Index
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792 Boxen ! für Vertikale Ausrichtung
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \begin_inset Index
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802 Boxen ! raisebox
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \begin_layout Standard
29811 Mit dem LaTeX-Befehl 
29812 \series bold
29813
29814 \backslash
29815 raisebox
29816 \series default
29817  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29818 n Textes ausrichten.
29819  
29820 \series bold
29821
29822 \backslash
29823 raisebox
29824 \series default
29825  wird folgendermaßen benutzt:
29826 \end_layout
29827
29828 \begin_layout Standard
29829
29830 \series bold
29831
29832 \backslash
29833 raisebox{Verschiebung}[oben][unten]{Text}
29834 \end_layout
29835
29836 \begin_layout Standard
29837 Positive Werte für Verschiebung
29838 \series bold
29839  
29840 \series default
29841 verschieben die Box nach oben, negative nach unten.
29842  Die beiden optionalen Parameter 
29843 \family typewriter
29844 oben
29845 \family default
29846  und 
29847 \family typewriter
29848 unten
29849 \family default
29850  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29851  hinausgeht, wenn sie nicht verschoben ist.
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Um zum Beispiel das Wort 
29856 \begin_inset Quotes gld
29857 \end_inset
29858
29859 provokant
29860 \begin_inset Quotes grd
29861 \end_inset
29862
29863  mit seinem 
29864 \begin_inset Quotes gld
29865 \end_inset
29866
29867 niedrigsten
29868 \begin_inset Quotes grd
29869 \end_inset
29870
29871  Buchstaben 
29872 \begin_inset Quotes gld
29873 \end_inset
29874
29875 p
29876 \begin_inset Quotes grd
29877 \end_inset
29878
29879  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29880 \end_layout
29881
29882 \begin_layout Standard
29883
29884 \series bold
29885
29886 \backslash
29887 raisebox{
29888 \backslash
29889 depth}{
29890 \end_layout
29891
29892 \begin_layout Standard
29893 vor dem Wort einfügen und 
29894 \begin_inset Quotes gld
29895 \end_inset
29896
29897
29898 \series bold
29899 }
29900 \series default
29901
29902 \begin_inset Quotes grd
29903 \end_inset
29904
29905  als TeX-Code dahinter:
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Dies ist eine Zeile, in der das Wort 
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 raisebox{
29918 \backslash
29919 depth}{
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset Quotes gld
29926 \end_inset
29927
29928 provokant
29929 \begin_inset Quotes grd
29930 \end_inset
29931
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 }
29939 \end_layout
29940
29941 \end_inset
29942
29943  nach oben verschoben wurde.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \begin_inset VSpace bigskip
29948 \end_inset
29949
29950 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29951  gedehnt:
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Dies ist eine Zeile, in der das Wort 
29956 \begin_inset ERT
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960
29961
29962 \backslash
29963 raisebox{-
29964 \backslash
29965 depth}{
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \begin_inset Quotes gld
29972 \end_inset
29973
29974 provokant
29975 \begin_inset Quotes grd
29976 \end_inset
29977
29978
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984 }
29985 \end_layout
29986
29987 \end_inset
29988
29989  nach unten verschoben wurde.
29990 \end_layout
29991
29992 \begin_layout Standard
29993 Dies ist eine Zeile, in der das Wort 
29994 \begin_inset ERT
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998
29999
30000 \backslash
30001 raisebox{0.5cm}{
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \begin_inset Quotes gld
30008 \end_inset
30009
30010 testen
30011 \begin_inset Quotes grd
30012 \end_inset
30013
30014
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020 }
30021 \end_layout
30022
30023 \end_inset
30024
30025  um 0.5
30026 \begin_inset space \thinspace{}
30027 \end_inset
30028
30029 cm nach oben verschoben wurde.
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 raisebox{-
30042 \backslash
30043 depth}[0pt]{
30044 \end_layout
30045
30046 \begin_layout Standard
30047 Dies ist eine Zeile, in der das Wort 
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 raisebox{-
30056 \backslash
30057 depth}[0pt]{
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Quotes gld
30064 \end_inset
30065
30066 provokant
30067 \begin_inset Quotes grd
30068 \end_inset
30069
30070
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076 }
30077 \end_layout
30078
30079 \end_inset
30080
30081  nach unten verschoben wurde.
30082 \end_layout
30083
30084 \begin_layout Standard
30085 Dies ist eine Zeile, in der das Wort 
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 raisebox{0.5cm}[0pt]{
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \begin_inset Quotes gld
30100 \end_inset
30101
30102 testen
30103 \begin_inset Quotes grd
30104 \end_inset
30105
30106
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112 }
30113 \end_layout
30114
30115 \end_inset
30116
30117  um 0.5
30118 \begin_inset space \thinspace{}
30119 \end_inset
30120
30121 cm nach oben verschoben wurde.
30122  Jetzt überschneiden sich die verschobenen Worte.
30123 \end_layout
30124
30125 \begin_layout Section
30126 Farbige Boxen
30127 \begin_inset CommandInset label
30128 LatexCommand label
30129 name "abs:Farbige-Boxen"
30130
30131 \end_inset
30132
30133
30134 \begin_inset Index
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 Boxen ! farbige
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Subsection
30147 Text-Hintergrundfarbe
30148 \begin_inset Index
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152 Farbe ! für Text-Hintergrund
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30162  sogenannten 
30163 \begin_inset Quotes gld
30164 \end_inset
30165
30166 colorbox
30167 \begin_inset Quotes grd
30168 \end_inset
30169
30170  stehen.
30171  Dafür muss das LaTeX-Paket 
30172 \series bold
30173 color
30174 \series default
30175
30176 \begin_inset Index
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180 LaTeX-Pakete ! color
30181 \end_layout
30182
30183 \end_inset
30184
30185  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30186 \end_layout
30187
30188 \begin_layout Standard
30189
30190 \series bold
30191
30192 \backslash
30193 @ifundefined{textcolor}
30194 \begin_inset Newline newline
30195 \end_inset
30196
30197
30198 \begin_inset ERT
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202
30203
30204 \backslash
30205 hphantom{ }
30206 \end_layout
30207
30208 \end_inset
30209
30210 {
30211 \backslash
30212 usepackage{color}}{}
30213 \end_layout
30214
30215 \begin_layout Standard
30216 Wenn Sie Text einfärben, lädt LyX das Paket 
30217 \series bold
30218 color
30219 \series default
30220  automatisch.
30221 \begin_inset Foot
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Der Befehl 
30226 \series bold
30227
30228 \backslash
30229 @ifundefined
30230 \series default
30231  vermeidet, dass es in diesem Fall doppelt geladen wird.
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset VSpace medskip
30241 \end_inset
30242
30243 Colorboxen werden mit dem Befehl 
30244 \series bold
30245
30246 \backslash
30247 colorbox
30248 \series default
30249  erzeugt:
30250 \end_layout
30251
30252 \begin_layout Standard
30253
30254 \series bold
30255
30256 \backslash
30257 colorbox{Farbe}{Boxinhalt}
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30262  Boxen sein.
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Die folgenden Farben sind vordefiniert:
30267 \family sans
30268  schwarz
30269 \family default
30270
30271 \family sans
30272 wei
30273 \family default
30274 ß, 
30275 \family sans
30276 rot
30277 \family default
30278 \series bold
30279 ,
30280 \series default
30281  
30282 \family sans
30283 grün
30284 \family default
30285
30286 \family sans
30287 blau
30288 \family default
30289
30290 \family sans
30291 türkis
30292 \family default
30293
30294 \family sans
30295 purpurrot
30296 \family default
30297  und 
30298 \family sans
30299 gelb
30300 \family default
30301 .
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30306 \begin_inset space ~
30307 \end_inset
30308
30309
30310 \begin_inset CommandInset ref
30311 LatexCommand ref
30312 reference "abs:Farbige-Tabellen"
30313
30314 \end_inset
30315
30316  beschrieben.
30317 \end_layout
30318
30319 \begin_layout Standard
30320 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30321  den TeX-Code-Befehl
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 colorbox{red}{
30330 \end_layout
30331
30332 \begin_layout Standard
30333 vor dem Wort ein.
30334  Hinter dem Wort fügen Sie 
30335 \series bold
30336
30337 \begin_inset Quotes gld
30338 \end_inset
30339
30340 }
30341 \series default
30342
30343 \begin_inset Quotes grd
30344 \end_inset
30345
30346  als TeX-Code ein.
30347  Hier ist das Ergebnis:
30348 \end_layout
30349
30350 \begin_layout Standard
30351 In dieser Zeile hat 
30352 \begin_inset ERT
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356
30357
30358 \backslash
30359 colorbox{red}{
30360 \end_layout
30361
30362 \end_inset
30363
30364 Achtung!
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370 }
30371 \end_layout
30372
30373 \end_inset
30374
30375  einen roten Hintergrund.
30376 \end_layout
30377
30378 \begin_layout Standard
30379 \begin_inset VSpace bigskip
30380 \end_inset
30381
30382 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30383  
30384 \series bold
30385
30386 \backslash
30387 fcolorbox
30388 \series default
30389  verwenden:
30390 \end_layout
30391
30392 \begin_layout Standard
30393
30394 \series bold
30395
30396 \backslash
30397 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30398 \end_layout
30399
30400 \begin_layout Standard
30401
30402 \series bold
30403
30404 \backslash
30405 fcolorbox
30406 \series default
30407  ist eine Erweiterung von 
30408 \series bold
30409
30410 \backslash
30411 colorbox
30412 \series default
30413 .
30414  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30415  
30416 \series bold
30417
30418 \backslash
30419 fboxrule
30420 \series default
30421  und 
30422 \series bold
30423
30424 \backslash
30425 fboxsep
30426 \series default
30427  gesteuert werden, wie in Abschnitt
30428 \begin_inset space ~
30429 \end_inset
30430
30431
30432 \begin_inset CommandInset ref
30433 LatexCommand ref
30434 reference "uab:Verzierung"
30435
30436 \end_inset
30437
30438  beschrieben.
30439 \end_layout
30440
30441 \begin_layout Standard
30442 Für das folgende Beispiel wurde der Befehl
30443 \end_layout
30444
30445 \begin_layout Standard
30446
30447 \series bold
30448
30449 \backslash
30450 fcolorbox{cyan}{magenta}{
30451 \end_layout
30452
30453 \begin_layout Standard
30454 benutzt.
30455  Hier wurden die Rahmendicke und der Abstand auf 1
30456 \begin_inset space \thinspace{}
30457 \end_inset
30458
30459 mm gesetzt:
30460 \begin_inset Newline newline
30461 \end_inset
30462
30463
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 fboxrule 1mm 
30472 \backslash
30473 fboxsep 1mm
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 fcolorbox{cyan}{green}{
30487 \end_layout
30488
30489 \end_inset
30490
30491 Dies ist Text in einer farbigen, gerahmten Box.
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497 }
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 \begin_inset VSpace bigskip
30507 \end_inset
30508
30509 Natürlich gibt es auch farbigen Text in einer Colorbox:
30510 \begin_inset Newline newline
30511 \end_inset
30512
30513
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519
30520 \backslash
30521 fcolorbox{cyan}{green}{
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \color yellow
30528 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30529 \color none
30530
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 }
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 fboxrule 0.4pt 
30550 \backslash
30551 fboxsep 3pt
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Standard
30560 \begin_inset VSpace bigskip
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 \begin_inset Note Greyedout
30568 status open
30569
30570 \begin_layout Plain Layout
30571 \noindent
30572
30573 \series bold
30574 Bemerkung:
30575 \series default
30576  Text in Colorboxen kann nicht umgebrochen werden.
30577  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30578  wie im folgenden beschrieben.
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Subsection
30587 Farbe für Absätze
30588 \begin_inset CommandInset label
30589 LatexCommand label
30590 name "uab:Farbe-für-Absätze"
30591
30592 \end_inset
30593
30594
30595 \begin_inset Index
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599 Farbe ! für Absätze
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \begin_layout Standard
30608 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30609  den Text in eine Minipage stellen.
30610  Vor der Minipage fügen Sie den TeX-Code-Befehl
30611 \end_layout
30612
30613 \begin_layout Standard
30614
30615 \series bold
30616
30617 \backslash
30618 colorbox{color}{
30619 \end_layout
30620
30621 \begin_layout Standard
30622 ein.
30623  Hinter der Minipage fügen Sie 
30624 \series bold
30625
30626 \begin_inset Quotes gld
30627 \end_inset
30628
30629 }
30630 \series default
30631
30632 \begin_inset Quotes grd
30633 \end_inset
30634
30635  als TeX-Code ein.
30636 \end_layout
30637
30638 \begin_layout Standard
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 colorbox{hellgrau}{
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \begin_inset Box Frameless
30653 position "t"
30654 hor_pos "c"
30655 has_inner_box 1
30656 inner_pos "t"
30657 use_parbox 0
30658 width "100col%"
30659 special "none"
30660 height "1in"
30661 height_special "totalheight"
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Dies ist Text mit einer Hintergrundfarbe.
30666  Dies ist Text mit einer Hintergrundfarbe.
30667 \end_layout
30668
30669 \begin_layout Plain Layout
30670 Der Text kann Fußnoten
30671 \begin_inset Foot
30672 status open
30673
30674 \begin_layout Plain Layout
30675 Eine weitere Fußnote
30676 \end_layout
30677
30678 \end_inset
30679
30680  und Tabellen und Abbildungen enthalten.
30681 \end_layout
30682
30683 \begin_layout Plain Layout
30684 \align center
30685 \begin_inset Tabular
30686 <lyxtabular version="3" rows="3" columns="3">
30687 <features>
30688 <column alignment="center" valignment="top" width="0">
30689 <column alignment="center" valignment="top" width="0">
30690 <column alignment="center" valignment="top" width="0">
30691 <row>
30692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30693 \begin_inset Text
30694
30695 \begin_layout Plain Layout
30696 a
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30702 \begin_inset Text
30703
30704 \begin_layout Plain Layout
30705 !
30706 \end_layout
30707
30708 \end_inset
30709 </cell>
30710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30711 \begin_inset Text
30712
30713 \begin_layout Plain Layout
30714 3
30715 \end_layout
30716
30717 \end_inset
30718 </cell>
30719 </row>
30720 <row>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 <
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 b2
30735 \begin_inset Quotes erd
30736 \end_inset
30737
30738 |
30739 \end_layout
30740
30741 \end_inset
30742 </cell>
30743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30744 \begin_inset Text
30745
30746 \begin_layout Plain Layout
30747 >
30748 \end_layout
30749
30750 \end_inset
30751 </cell>
30752 </row>
30753 <row>
30754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30755 \begin_inset Text
30756
30757 \begin_layout Plain Layout
30758 1
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767 §
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30773 \begin_inset Text
30774
30775 \begin_layout Plain Layout
30776 c
30777 \end_layout
30778
30779 \end_inset
30780 </cell>
30781 </row>
30782 </lyxtabular>
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 }
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \end_layout
30804
30805 \begin_layout Section
30806 Rotierte und skalierte Boxen
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30811 \series bold
30812 graphicx
30813 \series default
30814
30815 \begin_inset Index
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819 LaTeX-Pakete ! graphicx
30820 \end_layout
30821
30822 \end_inset
30823
30824  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30825 \end_layout
30826
30827 \begin_layout Standard
30828
30829 \series bold
30830
30831 \backslash
30832 @ifundefined{rotatebox}
30833 \begin_inset Newline newline
30834 \end_inset
30835
30836
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 hphantom{ }
30845 \end_layout
30846
30847 \end_inset
30848
30849 {
30850 \backslash
30851 usepackage{graphicx}}{}
30852 \end_layout
30853
30854 \begin_layout Standard
30855 \begin_inset Note Greyedout
30856 status open
30857
30858 \begin_layout Plain Layout
30859
30860 \series bold
30861 Bemerkung:
30862 \series default
30863  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30864  darstellen.
30865  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \begin_inset Note Greyedout
30875 status open
30876
30877 \begin_layout Plain Layout
30878
30879 \series bold
30880 Bemerkung:
30881 \series default
30882  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Subsection
30891 Rotierte Boxen
30892 \begin_inset Index
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896 Boxen ! rotierte
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \begin_inset Index
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Rotiertes Material
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \begin_inset Index
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Abbildungen ! rotierte
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Tabellen ! rotierte
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Um Text zu drehen, verwendet man den Befehl 
30936 \series bold
30937
30938 \backslash
30939 rotatebox
30940 \series default
30941  im TeX-Code nach folgendem Schema:
30942 \end_layout
30943
30944 \begin_layout Standard
30945
30946 \series bold
30947
30948 \backslash
30949 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Der Drehpunkt wird mit 
30954 \series bold
30955 origin=Position
30956 \series default
30957  angegeben.
30958  Folgende Positionen sind möglich: 
30959 \emph on
30960 c
30961 \emph default
30962  (mittig), 
30963 \emph on
30964 l
30965 \emph default
30966  (links), 
30967 \emph on
30968 r
30969 \emph default
30970  (rechts), 
30971 \emph on
30972 b
30973 \emph default
30974  (unten), 
30975 \emph on
30976 t
30977 \emph default
30978  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30979  Z.
30980 \begin_inset space \thinspace{}
30981 \end_inset
30982
30983 B.
30984  bedeutet 
30985 \emph on
30986 lt
30987 \emph default
30988 , dass sich der Drehpunkt links oben befindet.
30989  Wird kein Drehpunkt angegeben, wird die Position 
30990 \emph on
30991 l
30992 \emph default
30993  verwendet.
30994  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30995  Gedreht wird gegen den Uhrzeigersinn.
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Im folgenden Beispiel wurde vor dem Text der Befehl 
31000 \series bold
31001
31002 \backslash
31003 rotatebox[origin=c]{60}{
31004 \series default
31005  im TeX-Modus eingegeben.
31006  Nach dem Text wurde die schließende Klammer 
31007 \series bold
31008 }
31009 \series default
31010  wiederum im TeX-Modus eingegeben.
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Dies ist eine Zeile 
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 rotatebox[origin=c]{60}{
31023 \end_layout
31024
31025 \end_inset
31026
31027 mit rotiertem
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 }
31034 \end_layout
31035
31036 \end_inset
31037
31038  Text.
31039 \end_layout
31040
31041 \begin_layout Standard
31042 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Dies ist eine Zeile 
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 rotatebox[origin=r]{-60}{
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \begin_inset Box Doublebox
31061 position "c"
31062 hor_pos "c"
31063 has_inner_box 0
31064 inner_pos "c"
31065 use_parbox 0
31066 width "1in"
31067 special "width"
31068 height "1in"
31069 height_special "totalheight"
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073 mit rotiertem
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084 }
31085 \end_layout
31086
31087 \end_inset
31088
31089  umrandeten Text 
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095
31096 \backslash
31097 rotatebox[origin=lb]{60}{
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31104 \end_inset
31105
31106
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112 }
31113 \end_layout
31114
31115 \end_inset
31116
31117  und einer Formel.
31118 \end_layout
31119
31120 \begin_layout Standard
31121 Oder ein Bild oder Tabelle:
31122 \end_layout
31123
31124 \begin_layout Standard
31125 Dies ist eine Zeile 
31126 \begin_inset ERT
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130
31131
31132 \backslash
31133 rotatebox[origin=lb]{90}{
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset Graphics
31140         filename ../clipart/platypus.eps
31141         lyxscale 50
31142         width 25col%
31143
31144 \end_inset
31145
31146
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152 }
31153 \end_layout
31154
31155 \end_inset
31156
31157  mit einem rotierten Bild 
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 rotatebox[origin=l]{-90}{
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \begin_inset Tabular
31172 <lyxtabular version="3" rows="2" columns="2">
31173 <features>
31174 <column alignment="center" valignment="top" width="0">
31175 <column alignment="center" valignment="top" width="0">
31176 <row>
31177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Plain Layout
31181 q
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 w
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 </row>
31196 <row>
31197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201 e
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 r
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 </row>
31216 </lyxtabular>
31217
31218 \end_inset
31219
31220
31221 \begin_inset ERT
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225
31226 }
31227 \end_layout
31228
31229 \end_inset
31230
31231  und Tabelle.
31232 \end_layout
31233
31234 \begin_layout Subsection
31235 Skalierte Boxen
31236 \begin_inset Index
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240 Boxen ! skalierte
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \begin_inset Index
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 Skaliertes Material
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \begin_inset Index
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Abbildungen ! skalierte
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \begin_inset Index
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 Tabellen ! skalierte
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 Um Text zu skalieren, kann man die Befehle 
31280 \series bold
31281
31282 \backslash
31283 scalebox
31284 \series default
31285  und 
31286 \series bold
31287
31288 \backslash
31289 resizebox
31290 \series default
31291  im TeX-Modus verwenden.
31292 \end_layout
31293
31294 \begin_layout Standard
31295
31296 \series bold
31297
31298 \backslash
31299 scalebox
31300 \series default
31301  wird nach folgendem Schema verwendet:
31302 \end_layout
31303
31304 \begin_layout Standard
31305
31306 \series bold
31307
31308 \backslash
31309 scalebox{horizontal}[vertikal]{Boxinhalt}
31310 \end_layout
31311
31312 \begin_layout Standard
31313 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31314  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31315  verwendet.
31316 \end_layout
31317
31318 \begin_layout Standard
31319 Z.
31320 \begin_inset space \thinspace{}
31321 \end_inset
31322
31323 B.
31324  ergibt der Befehl 
31325 \series bold
31326
31327 \backslash
31328 scalebox{2}{Hallo}
31329 \series default
31330  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 scalebox{2}{
31339 \end_layout
31340
31341 \end_inset
31342
31343 Hallo
31344 \begin_inset ERT
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348
31349 }
31350 \end_layout
31351
31352 \end_inset
31353
31354 .
31355 \end_layout
31356
31357 \begin_layout Standard
31358
31359 \series bold
31360
31361 \backslash
31362 scalebox{2}[1]{Hallo}
31363 \series default
31364  verzerrt hingegen das 
31365 \begin_inset ERT
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369
31370
31371 \backslash
31372 scalebox{2}[1]{
31373 \end_layout
31374
31375 \end_inset
31376
31377 Hallo
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383 }
31384 \end_layout
31385
31386 \end_inset
31387
31388 .
31389 \end_layout
31390
31391 \begin_layout Standard
31392 Die Skalierungsfaktoren dürfen auch negativ sein.
31393  In diesem Fall wird der Boxinhalt gespiegelt.
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Daher lässt sich mit dem Befehl 
31398 \series bold
31399
31400 \backslash
31401 scalebox{-1}[1]{Hallo}
31402 \series default
31403  Spiegelschrift erstellen: 
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 scalebox{-1}[1]{
31412 \end_layout
31413
31414 \end_inset
31415
31416 Hallo
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422 }
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431
31432 \series bold
31433
31434 \backslash
31435 scalebox{1}[-1]{Hallo}
31436 \series default
31437  spiegelt das 
31438 \begin_inset ERT
31439 status collapsed
31440
31441 \begin_layout Plain Layout
31442
31443
31444 \backslash
31445 scalebox{1}[-1]{
31446 \end_layout
31447
31448 \end_inset
31449
31450 Hallo
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456 }
31457 \end_layout
31458
31459 \end_inset
31460
31461  an der Grundlinie.
31462 \end_layout
31463
31464 \begin_layout Standard
31465 Zu 
31466 \series bold
31467
31468 \backslash
31469 scalebox{-1}[1]{Boxinhalt}
31470 \series default
31471  gibt es den äquivalenten Befehl
31472 \begin_inset Newline newline
31473 \end_inset
31474
31475
31476 \series bold
31477
31478 \backslash
31479 reflectbox{Boxinhalt}
31480 \series default
31481 .
31482 \end_layout
31483
31484 \begin_layout Standard
31485 \begin_inset VSpace bigskip
31486 \end_inset
31487
31488
31489 \series bold
31490
31491 \backslash
31492 resizebox
31493 \series default
31494  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31495  skalieren.
31496  Das Befehlsschema ist folgendes:
31497 \end_layout
31498
31499 \begin_layout Standard
31500
31501 \series bold
31502
31503 \backslash
31504 resizebox{Breite}{Höhe}{Boxinhalt}
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31509 \series bold
31510 !
31511 \series default
31512  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31513  wird.
31514 \end_layout
31515
31516 \begin_layout Standard
31517 Der Befehl 
31518 \series bold
31519
31520 \backslash
31521 resizebox{2cm}{1cm}{Hallo}
31522 \series default
31523  ergibt: 
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 resizebox{2cm}{1cm}{
31532 \end_layout
31533
31534 \end_inset
31535
31536 Hallo
31537 \begin_inset ERT
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541
31542 }
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \begin_inset Newline newline
31549 \end_inset
31550
31551 Der Befehl 
31552 \series bold
31553
31554 \backslash
31555 resizebox{2cm}{!}{Hallo}
31556 \series default
31557  ergibt: 
31558 \begin_inset ERT
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563
31564 \backslash
31565 resizebox{2cm}{!}{
31566 \end_layout
31567
31568 \end_inset
31569
31570 Hallo
31571 \begin_inset ERT
31572 status collapsed
31573
31574 \begin_layout Plain Layout
31575
31576 }
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \end_layout
31583
31584 \begin_layout Standard
31585 \begin_inset VSpace bigskip
31586 \end_inset
31587
31588
31589 \begin_inset Note Greyedout
31590 status open
31591
31592 \begin_layout Plain Layout
31593
31594 \series bold
31595 Bemerkung:
31596 \series default
31597  Wurde in Argumenten von 
31598 \series bold
31599
31600 \backslash
31601 scalebox
31602 \series default
31603  oder 
31604 \series bold
31605
31606 \backslash
31607 resizebox
31608 \series default
31609  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31610  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31611  werden.
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Standard
31620 \begin_inset VSpace bigskip
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 Alle Boxen können beliebig miteinander kombiniert werden.
31628  So ergibt z.
31629 \begin_inset space \thinspace{}
31630 \end_inset
31631
31632 B.
31633  der Befehl
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637
31638 \series bold
31639
31640 \backslash
31641 rotatebox[origin=c]{-45}{
31642 \backslash
31643 resizebox{2cm}{!}{
31644 \backslash
31645 reflectbox{Hallo}}}
31646 \series default
31647 :
31648 \end_layout
31649
31650 \begin_layout Standard
31651 \align center
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 rotatebox[origin=c]{-45}{
31660 \backslash
31661 resizebox{2cm}{!}{
31662 \backslash
31663 reflectbox{
31664 \end_layout
31665
31666 \end_inset
31667
31668 Hallo
31669 \begin_inset ERT
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673
31674 }}}
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \noindent
31684 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \align center
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694
31695 \backslash
31696 rotatebox[origin=c]{-30}{
31697 \backslash
31698 resizebox{2cm}{!}{
31699 \backslash
31700 reflectbox{
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \begin_inset Graphics
31707         filename ../clipart/platypus.eps
31708         lyxscale 50
31709         width 25col%
31710
31711 \end_inset
31712
31713
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719 }}}
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730
31731 \backslash
31732 rotatebox[origin=c]{-45}{
31733 \backslash
31734 resizebox{2cm}{!}{
31735 \backslash
31736 reflectbox{
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \begin_inset Tabular
31743 <lyxtabular version="3" rows="2" columns="2">
31744 <features>
31745 <column alignment="center" valignment="top" width="0">
31746 <column alignment="center" valignment="top" width="0">
31747 <row>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 q
31753 \end_layout
31754
31755 \end_inset
31756 </cell>
31757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761 w
31762 \end_layout
31763
31764 \end_inset
31765 </cell>
31766 </row>
31767 <row>
31768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Plain Layout
31772 e
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 r
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 </row>
31787 </lyxtabular>
31788
31789 \end_inset
31790
31791
31792 \begin_inset ERT
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796
31797 }}}
31798 \end_layout
31799
31800 \end_inset
31801
31802
31803 \begin_inset ERT
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808
31809 \backslash
31810 rotatebox[origin=c]{-45}{
31811 \backslash
31812 resizebox{2cm}{!}{
31813 \backslash
31814 reflectbox{
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31821 \end_inset
31822
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829 }}}
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 Hat man den globalen Formelstil 
31839 \series bold
31840 fleqn
31841 \series default
31842
31843 \begin_inset Foot
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 Wenn 
31848 \begin_inset Quotes gld
31849 \end_inset
31850
31851 fleqn
31852 \begin_inset Quotes grd
31853 \end_inset
31854
31855  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31856 \end_layout
31857
31858 \end_inset
31859
31860  gewählt, kann man auch abgesetzte Formeln skalieren.
31861 \end_layout
31862
31863 \begin_layout Chapter
31864 Externe Dateien
31865 \begin_inset Index
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Dateien ! externe
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Standard
31878 Mit 
31879 \family sans
31880 Einfügen\SpecialChar \menuseparator
31881 Datei
31882 \family default
31883  können Sie fremdes Material in Ihr Dokument einsetzen.
31884  Das kann folgendes sein:
31885 \end_layout
31886
31887 \begin_layout Description
31888 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31889  eingefügt.
31890 \end_layout
31891
31892 \begin_layout Description
31893 Einfacher
31894 \begin_inset space ~
31895 \end_inset
31896
31897 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31898  eingefügt.
31899 \end_layout
31900
31901 \begin_layout Description
31902 Einfacher
31903 \begin_inset space ~
31904 \end_inset
31905
31906 Text,
31907 \begin_inset space ~
31908 \end_inset
31909
31910 Zeilen
31911 \begin_inset space ~
31912 \end_inset
31913
31914 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31915  Leerzeilen trennen die Absätze.
31916 \end_layout
31917
31918 \begin_layout Description
31919 Externes
31920 \begin_inset space ~
31921 \end_inset
31922
31923 Material Dateien in verschiedenen Formaten.
31924 \end_layout
31925
31926 \begin_layout Description
31927 Unterdokument LyX- oder LaTeX-Dokumente.
31928 \end_layout
31929
31930 \begin_layout Section
31931 Externes Material
31932 \begin_inset Index
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Externes Material
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Standard
31945 Mit 
31946 \family sans
31947 Einfügen\SpecialChar \menuseparator
31948 Datei\SpecialChar \menuseparator
31949  Externes Material
31950 \family default
31951  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31952  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31953  weil LyX sich darum kümmert.
31954  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31955  eingefügt werden können.
31956  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31957 \family sans
31958  Aussehen
31959 \begin_inset space ~
31960 \end_inset
31961
31962 &
31963 \begin_inset space ~
31964 \end_inset
31965
31966 Handhabung\SpecialChar \menuseparator
31967 Grafik
31968 \family default
31969 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Zur Zeit können Sie folgende Dateitypen (
31974 \family sans
31975 Vorlagen
31976 \family default
31977 ) benutzen:
31978 \end_layout
31979
31980 \begin_layout Description
31981 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31982 \series bold
31983
31984 \begin_inset CommandInset href
31985 LatexCommand href
31986 name "XBoard"
31987 target "http://en.wikipedia.org/wiki/XBoard"
31988
31989 \end_inset
31990
31991
31992 \series default
31993  erzeugt wurden.
31994 \end_layout
31995
31996 \begin_layout Description
31997 Datum fügt ein Datum mit dem Format 
31998 \emph on
31999 Tag-Monat-Jahr
32000 \emph default
32001  ein.
32002  Hier ist ein Beispiel: 
32003 \begin_inset External
32004         template Date
32005         filename .
32006
32007 \end_inset
32008
32009
32010 \begin_inset space ~
32011 \end_inset
32012
32013
32014 \begin_inset Note Note
32015 status open
32016
32017 \begin_layout Plain Layout
32018
32019 \lang english
32020 Remove the protected space when bug 4398 is fixed!
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32030  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32031  Menü 
32032 \family sans
32033 Einfügen\SpecialChar \menuseparator
32034 Datum
32035 \family default
32036  und mit dem LaTeX-Befehl 
32037 \series bold
32038
32039 \backslash
32040 today
32041 \series default
32042 .
32043  Die verschiedenen Methoden werden in Tabelle
32044 \begin_inset space ~
32045 \end_inset
32046
32047
32048 \begin_inset CommandInset ref
32049 LatexCommand ref
32050 reference "tab:Vergleich-der-Datums-Eingaben"
32051
32052 \end_inset
32053
32054  verglichen.
32055 \end_layout
32056
32057 \begin_layout Description
32058 Dia unterstützt Diagramme, die mit dem Programm 
32059 \series bold
32060
32061 \begin_inset CommandInset href
32062 LatexCommand href
32063 name "Dia"
32064 target "http://en.wikipedia.org/wiki/Dia_(software)"
32065
32066 \end_inset
32067
32068
32069 \series default
32070  erzeugt wurden.
32071 \end_layout
32072
32073 \begin_layout Description
32074 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32075 \series bold
32076
32077 \begin_inset CommandInset href
32078 LatexCommand href
32079 name "LilyPond"
32080 target "http://en.wikipedia.org/wiki/LilyPond"
32081
32082 \end_inset
32083
32084
32085 \series default
32086  schreiben.
32087 \end_layout
32088
32089 \begin_layout Description
32090 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32091  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32092 \emph on
32093 pages
32094 \emph default
32095  Option im Feld 
32096 \family sans
32097 Option
32098 \family default
32099  in der Karteikarte 
32100 \family sans
32101 LaTeX- und LyX-Optionen
32102 \family default
32103  entsprechend der Vorlagenbeschreibung im Dialog.
32104  Wenn keine 
32105 \emph on
32106 pages
32107 \emph default
32108  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32109 \end_layout
32110
32111 \begin_layout Description
32112 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32113  Fast alle bekannten Bildformate werden unterstützt.
32114  Die Bilddateien können im Dialogfenster 
32115 \family sans
32116 Externes
32117 \begin_inset space ~
32118 \end_inset
32119
32120 Material
32121 \family default
32122  genauso behandelt werden wie die mit dem normalen 
32123 \family sans
32124 Grafik
32125 \family default
32126 -Dialog eingefügten, siehe Abschnitt
32127 \begin_inset space ~
32128 \end_inset
32129
32130
32131 \begin_inset CommandInset ref
32132 LatexCommand ref
32133 reference "abs:Grafik-Dialog"
32134
32135 \end_inset
32136
32137 .
32138  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32139  und EPS-Bilder werden nicht unterstützt.
32140 \end_layout
32141
32142 \begin_layout Description
32143 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32144 \series bold
32145
32146 \begin_inset CommandInset href
32147 LatexCommand href
32148 name "Xfig"
32149 target "http://en.wikipedia.org/wiki/Xfig"
32150
32151 \end_inset
32152
32153
32154 \series default
32155  erzeugt wurden.
32156 \end_layout
32157
32158 \begin_layout Standard
32159 \begin_inset Float table
32160 placement h
32161 wide false
32162 sideways false
32163 status open
32164
32165 \begin_layout Plain Layout
32166 \begin_inset Caption
32167
32168 \begin_layout Plain Layout
32169 \begin_inset CommandInset label
32170 LatexCommand label
32171 name "tab:Vergleich-der-Datums-Eingaben"
32172
32173 \end_inset
32174
32175 Vergleich der Datums-Eingaben
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Plain Layout
32184 \align center
32185 \begin_inset Tabular
32186 <lyxtabular version="3" rows="4" columns="4">
32187 <features>
32188 <column alignment="center" valignment="top" width="0">
32189 <column alignment="center" valignment="top" width="0">
32190 <column alignment="center" valignment="top" width="0">
32191 <column alignment="center" valignment="top" width="0">
32192 <row>
32193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197 Dokumentformat
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206
32207 \family sans
32208 Externes Material\SpecialChar \menuseparator
32209 Datum
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218
32219 \family sans
32220 Einfügen\SpecialChar \menuseparator
32221 Datum
32222 \end_layout
32223
32224 \end_inset
32225 </cell>
32226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32227 \begin_inset Text
32228
32229 \begin_layout Plain Layout
32230 Befehl 
32231 \series bold
32232
32233 \backslash
32234 today
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 </row>
32240 <row>
32241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245 LyX
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254 als Box
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32260 \begin_inset Text
32261
32262 \begin_layout Plain Layout
32263 als Datum
32264 \end_layout
32265
32266 \end_inset
32267 </cell>
32268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32269 \begin_inset Text
32270
32271 \begin_layout Plain Layout
32272 als TeX-Code
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 </row>
32278 <row>
32279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283 LaTeX
32284 \end_layout
32285
32286 \end_inset
32287 </cell>
32288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32289 \begin_inset Text
32290
32291 \begin_layout Plain Layout
32292 als Datum
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 als Datum
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 als Befehl
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 </row>
32316 <row>
32317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321 DVI, PDF, PS
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 als Datum
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 als Datum
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 als Datum
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 </row>
32354 </lyxtabular>
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \end_layout
32365
32366 \begin_layout Standard
32367 Wenn Sie im Dialogfenster
32368 \family sans
32369  Externes
32370 \begin_inset space ~
32371 \end_inset
32372
32373 Material 
32374 \family default
32375 in der Karteikarte
32376 \family sans
32377  Datei
32378 \family default
32379  die Option 
32380 \family sans
32381 Entwurf
32382 \family default
32383  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387 LyX kann externes Material entweder als Box wie hier: 
32388 \begin_inset Graphics
32389         filename clipart/ExternesMaterialQt4.png
32390         scale 85
32391         scaleBeforeRotation
32392
32393 \end_inset
32394
32395  oder als Bild darstellen.
32396  Das hängt davon ab, ob Sie im Dialog
32397 \family sans
32398  
32399 \family default
32400 in der Karteikarte 
32401 \family sans
32402 LaTeX- und LyX-Optionen
32403 \family default
32404  die Option 
32405 \family sans
32406 In
32407 \begin_inset space ~
32408 \end_inset
32409
32410 LyX
32411 \begin_inset space ~
32412 \end_inset
32413
32414 anzeigen
32415 \family default
32416  gewählt haben oder nicht.
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Im LyX-Handbuch 
32421 \family sans
32422 \emph on
32423 Anpassung
32424 \family default
32425 \emph default
32426  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32427 \end_layout
32428
32429 \begin_layout Section
32430 Unterdokumente
32431 \begin_inset CommandInset label
32432 LatexCommand label
32433 name "abs:Unterdokumente"
32434
32435 \end_inset
32436
32437
32438 \begin_inset Index
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 Unterdokument
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Standard
32451 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32452  oder Abschnitten bestehen.
32453  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32454  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32455  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32456  z.
32457 \begin_inset space \thinspace{}
32458 \end_inset
32459
32460 B.
32461  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32462 \end_layout
32463
32464 \begin_layout Standard
32465 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32466  müssen, geben Sie im Unterdokument im Menü
32467 \family sans
32468  Dokument\SpecialChar \menuseparator
32469 Einstellungen\SpecialChar \menuseparator
32470 Dokumentklasse
32471 \family default
32472  das Hauptdokument an.
32473  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
32474  bearbeiten.
32475 \end_layout
32476
32477 \begin_layout Standard
32478 Unterdokumente werden in LyX als Box angezeigt: 
32479 \begin_inset Graphics
32480         filename clipart/UnterdokumentQt4.png
32481         scale 85
32482         scaleBeforeRotation
32483
32484 \end_inset
32485
32486  Sie werden über
32487 \family sans
32488  Einfügen\SpecialChar \menuseparator
32489 Datei\SpecialChar \menuseparator
32490 Unterdokument
32491 \family default
32492  eingebunden, was das Dialogfenster
32493 \family sans
32494  Unterdokument
32495 \family default
32496  öffnet.
32497  Für 
32498 \family sans
32499 die Art
32500 \begin_inset space ~
32501 \end_inset
32502
32503 der
32504 \begin_inset space ~
32505 \end_inset
32506
32507 Einbindung
32508 \family default
32509  gibt es dort vier Möglichkeiten:
32510 \end_layout
32511
32512 \begin_layout Description
32513 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32514  Wenn Sie im Dialogfenster
32515 \family sans
32516  Unterdokument
32517 \family default
32518  auf 
32519 \family sans
32520 Öffnen
32521 \family default
32522  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32523  und Sie können es editieren.
32524 \begin_inset Newline newline
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Standard
32531 Hier wird ein Unterdokument
32532 \family sans
32533  
32534 \family default
32535 per 
32536 \family sans
32537 Include
32538 \family default
32539  eingebunden: 
32540 \begin_inset CommandInset include
32541 LatexCommand include
32542 filename "DummyDocument1.lyx"
32543
32544 \end_inset
32545
32546 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32547  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32548  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32549 s.
32550  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32551 \begin_inset space ~
32552 \end_inset
32553
32554
32555 \begin_inset CommandInset ref
32556 LatexCommand ref
32557 reference "uab:Externer-Unterabschnitt-1"
32558
32559 \end_inset
32560
32561 .
32562 \end_layout
32563
32564 \begin_layout Standard
32565 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32566  wird benutzt.
32567  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32568  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32569  Unterdokumente, die per 
32570 \family sans
32571 Include
32572 \family default
32573  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32574  und enden mit einem Seitenumbruch.
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Mit dem LaTeX-Befehl 
32579 \series bold
32580
32581 \backslash
32582 includeonly 
32583 \series default
32584 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32585  erstellt werden soll.
32586  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32587  sehen wollen, und es geht schneller.
32588  
32589 \series bold
32590
32591 \backslash
32592 includeonly
32593 \series default
32594  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32595  Im folgenden Beispiel
32596 \end_layout
32597
32598 \begin_layout Standard
32599
32600 \series bold
32601
32602 \backslash
32603 includeonly{Kapitel1,Kapitel5}
32604 \end_layout
32605
32606 \begin_layout Standard
32607 werden nur die Dateien 
32608 \begin_inset Quotes gld
32609 \end_inset
32610
32611 Kapitel1.lyx
32612 \begin_inset Quotes grd
32613 \end_inset
32614
32615  (oder 
32616 \begin_inset Quotes gld
32617 \end_inset
32618
32619 Kapitel1.tex
32620 \begin_inset Quotes grd
32621 \end_inset
32622
32623 ) und 
32624 \begin_inset Quotes gld
32625 \end_inset
32626
32627 Kapitel5.lyx
32628 \begin_inset Quotes grd
32629 \end_inset
32630
32631
32632 \series bold
32633  
32634 \series default
32635 eingebunden.
32636 \end_layout
32637
32638 \begin_layout Standard
32639 \begin_inset Note Greyedout
32640 status open
32641
32642 \begin_layout Plain Layout
32643
32644 \series bold
32645 Bemerkung:
32646 \series default
32647  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32648  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32649  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32650  Ergebnissen führen wird.
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \begin_layout Description
32659 Input Diese Methode ist 
32660 \family sans
32661 Include
32662 \family default
32663  sehr ähnlich mit folgenden Unterschieden:
32664 \end_layout
32665
32666 \begin_deeper
32667 \begin_layout Itemize
32668 Unterdokumente, die per 
32669 \family sans
32670 Input
32671 \family default
32672  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32673  Seite und enden NICHT mit einem Seitenumbruch.
32674 \end_layout
32675
32676 \begin_layout Itemize
32677 Unterdokumente, die per 
32678 \family sans
32679 Input
32680 \family default
32681  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32682 \family sans
32683  Unterdokument Vorschau
32684 \begin_inset space ~
32685 \end_inset
32686
32687 anzeigen
32688 \family default
32689  angekreuzt wurde und in den LyX-Einstellungen unter
32690 \family sans
32691  Aussehen
32692 \begin_inset space ~
32693 \end_inset
32694
32695 &
32696 \begin_inset space ~
32697 \end_inset
32698
32699 Handhabung\SpecialChar \menuseparator
32700 Grafik\SpecialChar \menuseparator
32701 Sofortige
32702 \begin_inset space ~
32703 \end_inset
32704
32705 Vorschau
32706 \family default
32707  auf 
32708 \family sans
32709 An
32710 \family default
32711  gesetzt wurde.
32712  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32713  aus.
32714 \end_layout
32715
32716 \begin_layout Itemize
32717 Der LaTeX-Befehl 
32718 \series bold
32719
32720 \backslash
32721 includeonly
32722 \series default
32723  kann nicht benutzt werden.
32724 \end_layout
32725
32726 \end_deeper
32727 \begin_layout Standard
32728 Hier ist ein Unterdokument, das mit
32729 \family sans
32730  Input
32731 \family default
32732  eingebunden wurde: 
32733 \begin_inset CommandInset include
32734 LatexCommand input
32735 filename "DummyDocument2.lyx"
32736
32737 \end_inset
32738
32739 .
32740 \end_layout
32741
32742 \begin_layout Description
32743 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32744   In der Druckvorschau wird für den Text der Stil 
32745 \family typewriter
32746 Schreibmaschine
32747 \family default
32748  verwendet.
32749  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32750  Wenn Sie im Dialogfenster
32751 \family sans
32752  Unterdokument Leerzeichen
32753 \begin_inset space ~
32754 \end_inset
32755
32756 bei
32757 \begin_inset space ~
32758 \end_inset
32759
32760 der
32761 \begin_inset space ~
32762 \end_inset
32763
32764 Ausgabe
32765 \begin_inset space ~
32766 \end_inset
32767
32768 kennzeichnen 
32769 \family default
32770 ankreuzen, wird in der Druckvorschau das Zeichen 
32771 \begin_inset Quotes gld
32772 \end_inset
32773
32774
32775 \begin_inset ERT
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779
32780
32781 \backslash
32782 textvisiblespace 
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \begin_inset Quotes grd
32789 \end_inset
32790
32791  für jedes Leerzeichen eingefügt.
32792 \begin_inset Newline newline
32793 \end_inset
32794
32795 Im Gegensatz zu 
32796 \family sans
32797 Einfügen\SpecialChar \menuseparator
32798 Datei\SpecialChar \menuseparator
32799 Einfacher
32800 \begin_inset space ~
32801 \end_inset
32802
32803 Text
32804 \family default
32805  wird bei 
32806 \family sans
32807 Unformatiert
32808 \family default
32809  der Dateiinhalt in LyX nicht dargestellt.
32810 \end_layout
32811
32812 \begin_layout Standard
32813 Hier ist ein Unterdokument, das mit
32814 \family sans
32815  Unformatiert
32816 \family default
32817  eingebunden wurde: 
32818 \begin_inset CommandInset include
32819 LatexCommand verbatiminput
32820 filename "DummyTextDocument.txt"
32821
32822 \end_inset
32823
32824
32825 \begin_inset VSpace bigskip
32826 \end_inset
32827
32828 Hier ist ein Unterdokument, das mit
32829 \family sans
32830  Unformatiert
32831 \family default
32832  eingebunden wurde und
32833 \family sans
32834  Leerzeichen
32835 \begin_inset space ~
32836 \end_inset
32837
32838 bei
32839 \begin_inset space ~
32840 \end_inset
32841
32842 der
32843 \begin_inset space ~
32844 \end_inset
32845
32846 Ausgabe
32847 \begin_inset space ~
32848 \end_inset
32849
32850 kennzeichnen
32851 \family default
32852  angekreuzt hat: 
32853 \begin_inset CommandInset include
32854 LatexCommand verbatiminput*
32855 filename "DummyTextDocument.txt"
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \begin_layout Standard
32863 \begin_inset VSpace bigskip
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 \begin_inset Note Greyedout
32871 status open
32872
32873 \begin_layout Plain Layout
32874
32875 \series bold
32876 Bemerkung:
32877 \series default
32878  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32879  
32880 \family sans
32881 Unformatiert
32882 \family default
32883  eingebunden werden, am Zeilenende nicht umgebrochen.
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Description
32892 Listing Dieser Typ wird in Kapitel
32893 \begin_inset space ~
32894 \end_inset
32895
32896
32897 \begin_inset CommandInset ref
32898 LatexCommand ref
32899 reference "kap:Programm-Code-Listen"
32900
32901 \end_inset
32902
32903  beschrieben.
32904 \end_layout
32905
32906 \begin_layout Standard
32907 \begin_inset Note Greyedout
32908 status open
32909
32910 \begin_layout Plain Layout
32911
32912 \series bold
32913 Bemerkung:
32914 \series default
32915  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32916  das zu LaTeX-Problemen führen.
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \begin_layout Chapter
32925 Programm-Code-Listen
32926 \begin_inset CommandInset label
32927 LatexCommand label
32928 name "kap:Programm-Code-Listen"
32929
32930 \end_inset
32931
32932
32933 \begin_inset Index
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937 Listen
32938 \end_layout
32939
32940 \end_inset
32941
32942
32943 \begin_inset Index
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 Programm-Code
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32957 \family sans
32958 Einfügen\SpecialChar \menuseparator
32959 Pro\SpecialChar \-
32960 grammlisting
32961 \family default
32962  verwenden.
32963  Das LaTeX-Paket 
32964 \series bold
32965 listings
32966 \series default
32967
32968 \begin_inset Index
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 LaTeX-Pakete ! listings
32973 \end_layout
32974
32975 \end_inset
32976
32977  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32978 \end_layout
32979
32980 \begin_layout Standard
32981 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32982 rmat der Programm-Code-Liste festlegen.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32987  Die Platzierungsoption 
32988 \family sans
32989 Eingebettetes
32990 \begin_inset space ~
32991 \end_inset
32992
32993 Listing
32994 \family default
32995  druckt das Listing in der Zeile wie hier: 
32996 \begin_inset listings
32997 lstparams "language={C++}"
32998 inline true
32999 status open
33000
33001 \begin_layout Plain Layout
33002
33003 int a=5;
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \begin_inset Newline newline
33010 \end_inset
33011
33012 Die Option 
33013 \family sans
33014 Gleitobjekt
33015 \family default
33016  erzeugt ein Listing-Gleitobjekt, dessen 
33017 \family sans
33018 Platzierung 
33019 \family default
33020 Sie mit 
33021 \family sans
33022 h
33023 \family default
33024
33025 \family sans
33026 t
33027 \family default
33028
33029 \family sans
33030 b
33031 \family default
33032  und 
33033 \family sans
33034 p
33035 \family default
33036 , analog zu den in Abschnitt
33037 \begin_inset space ~
33038 \end_inset
33039
33040
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "abs:Gleitobjekt-Platzierung"
33044
33045 \end_inset
33046
33047  beschriebenen Platzierungsoptionen festlegen können.
33048  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33049  hintereinander angegeben, z.
33050 \begin_inset space \thinspace{}
33051 \end_inset
33052
33053 B.
33054  
33055 \begin_inset Quotes gld
33056 \end_inset
33057
33058
33059 \family sans
33060 htbp
33061 \family default
33062
33063 \begin_inset Quotes grd
33064 \end_inset
33065
33066 .
33067  Die Option 
33068 \begin_inset Quotes gld
33069 \end_inset
33070
33071 h
33072 \begin_inset Quotes grd
33073 \end_inset
33074
33075  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33076  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33077 \end_layout
33078
33079 \begin_layout Standard
33080 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33081  zu verweisen: Listing
33082 \begin_inset space ~
33083 \end_inset
33084
33085
33086 \begin_inset CommandInset ref
33087 LatexCommand ref
33088 reference "lst:Gleitendes-Programm-Listing"
33089
33090 \end_inset
33091
33092 .
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \begin_inset listings
33097 lstparams "language=Python"
33098 inline false
33099 status open
33100
33101 \begin_layout Plain Layout
33102
33103 \begin_inset Caption
33104
33105 \begin_layout Plain Layout
33106 \begin_inset CommandInset label
33107 LatexCommand label
33108 name "lst:Gleitendes-Programm-Listing"
33109
33110 \end_inset
33111
33112 Gleitendes Programm-Listing
33113 \end_layout
33114
33115 \end_inset
33116
33117 # Gleitendes Programm-Listing
33118 \end_layout
33119
33120 \begin_layout Plain Layout
33121
33122 def func(param):
33123 \end_layout
33124
33125 \begin_layout Plain Layout
33126
33127     'Dies ist eine Python-Funktion'
33128 \end_layout
33129
33130 \begin_layout Plain Layout
33131
33132     pass
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33142  der Sprache erkannt und besonders gedruckt, wie 
33143 \emph on
33144 #
33145 \emph default
33146
33147 \emph on
33148 def
33149 \emph default
33150  und 
33151 \emph on
33152 pass
33153 \emph default
33154  in Listing
33155 \begin_inset space ~
33156 \end_inset
33157
33158
33159 \begin_inset CommandInset ref
33160 LatexCommand ref
33161 reference "lst:Gleitendes-Programm-Listing"
33162
33163 \end_inset
33164
33165 .
33166 \end_layout
33167
33168 \begin_layout Standard
33169 \begin_inset Note Greyedout
33170 status open
33171
33172 \begin_layout Plain Layout
33173
33174 \series bold
33175 Bemerkung:
33176 \series default
33177  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33178 \family typewriter
33179 Schreib\SpecialChar \-
33180 maschine
33181 \family default
33182  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33183 h keine fett gedruckten Buchstaben.
33184  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33185 \family sans
33186 Dokument\SpecialChar \menuseparator
33187 Einstellungen\SpecialChar \menuseparator
33188 Schriften
33189 \family default
33190 .
33191  (Die Schriften 
33192 \emph on
33193 LuxiMono, BeraMono
33194 \emph default
33195  und 
33196 \emph on
33197 Courier
33198 \emph default
33199  enthalten fett gedruckte Buchstaben.)
33200 \end_layout
33201
33202 \end_inset
33203
33204
33205 \end_layout
33206
33207 \begin_layout Standard
33208 Im Abschnitt 
33209 \family sans
33210 Zeilennummerierung
33211 \family default
33212  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33213 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33214  jede wievielte Zeile nummeriert werden soll und die 
33215 \family sans
33216 Schriftgröße
33217 \family default
33218  der Nummerierung.
33219 \end_layout
33220
33221 \begin_layout Standard
33222 Im Abschnitt 
33223 \family sans
33224 Bereich
33225 \family default
33226  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33227  Im Abschnitt 
33228 \family sans
33229 Stil
33230 \family default
33231  legen Sie fest, wie die Liste ausgedruckt werden soll.
33232  Die Option 
33233 \family sans
33234 Erweiterte
33235 \begin_inset space ~
33236 \end_inset
33237
33238 Zeichentabelle
33239 \family default
33240  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33241 \end_layout
33242
33243 \begin_layout Standard
33244 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33245 \begin_inset Quotes gld
33246 \end_inset
33247
33248 3
33249 \begin_inset Quotes grd
33250 \end_inset
33251
33252 , Sprache 
33253 \begin_inset Quotes gld
33254 \end_inset
33255
33256 Python
33257 \begin_inset Quotes grd
33258 \end_inset
33259
33260 , Optionen 
33261 \begin_inset Quotes gld
33262 \end_inset
33263
33264 Erweiterte Zeichentabelle
33265 \begin_inset Quotes grd
33266 \end_inset
33267
33268  und 
33269 \begin_inset Quotes gld
33270 \end_inset
33271
33272 Leerzeichen als Symbol
33273 \begin_inset Quotes grd
33274 \end_inset
33275
33276  und Bereich Zeilen 3
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 -
33281 \begin_inset space \thinspace{}
33282 \end_inset
33283
33284 8:
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \begin_inset listings
33289 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33290 inline false
33291 status open
33292
33293 \begin_layout Plain Layout
33294
33295 def func(param):
33296 \end_layout
33297
33298 \begin_layout Plain Layout
33299
33300     'Dies ist eine Python-Funktion'
33301 \end_layout
33302
33303 \begin_layout Plain Layout
33304
33305     pass
33306 \end_layout
33307
33308 \begin_layout Plain Layout
33309
33310 def func(param):
33311 \end_layout
33312
33313 \begin_layout Plain Layout
33314
33315 'Sonderzeichen: Tschüß'
33316 \end_layout
33317
33318 \begin_layout Plain Layout
33319
33320 pass
33321 \end_layout
33322
33323 \begin_layout Plain Layout
33324
33325 def func(param):
33326 \end_layout
33327
33328 \begin_layout Plain Layout
33329
33330 'Dies ist eine Python-Funktion'
33331 \end_layout
33332
33333 \begin_layout Plain Layout
33334
33335 pass
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33345 \family sans
33346 Tabulatorgröße
33347 \family default
33348  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33349 \end_layout
33350
33351 \begin_layout Standard
33352 \noindent
33353 \begin_inset Note Greyedout
33354 status open
33355
33356 \begin_layout Plain Layout
33357
33358 \series bold
33359 Bemerkung:
33360 \series default
33361  Wegen eines Fehlers im 
33362 \series bold
33363 listings
33364 \series default
33365 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33366  verschoben.
33367  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33368  Listing nummeriert werden.
33369 \end_layout
33370
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Standard
33377 \begin_inset VSpace bigskip
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Standard
33384 \noindent
33385 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33386  Das machen Sie mit
33387 \family sans
33388  Einfügen\SpecialChar \menuseparator
33389 Datei\SpecialChar \menuseparator
33390 Unterdokument
33391 \family default
33392  und der 
33393 \family sans
33394 Art
33395 \begin_inset space ~
33396 \end_inset
33397
33398 der
33399 \begin_inset space ~
33400 \end_inset
33401
33402 Einbindung
33403 \family default
33404  
33405 \family sans
33406 Listing
33407 \family default
33408 .
33409 \begin_inset Foot
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33414 \begin_inset space ~
33415 \end_inset
33416
33417
33418 \begin_inset CommandInset ref
33419 LatexCommand ref
33420 reference "abs:Unterdokumente"
33421
33422 \end_inset
33423
33424  beschrieben.
33425 \end_layout
33426
33427 \end_inset
33428
33429  Im Dialogfenster
33430 \family sans
33431  Unterdokument
33432 \family default
33433  können Sie die Listing-Parameter unter 
33434 \family sans
33435 Weitere
33436 \begin_inset space ~
33437 \end_inset
33438
33439 Parameter
33440 \family default
33441  eingeben.
33442  Wenn Sie dort ein Fragezeichen 
33443 \begin_inset Quotes gld
33444 \end_inset
33445
33446 ?
33447 \begin_inset Quotes grd
33448 \end_inset
33449
33450  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33451 det.
33452 \end_layout
33453
33454 \begin_layout Standard
33455 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33456  Text ins Feld 
33457 \family sans
33458 Marke
33459 \family default
33460 , auf die dann wie üblich verwiesen werden kann.
33461 \end_layout
33462
33463 \begin_layout Standard
33464 Listing
33465 \begin_inset space ~
33466 \end_inset
33467
33468
33469 \begin_inset CommandInset ref
33470 LatexCommand ref
33471 reference "lst:Datei-Listing"
33472
33473 \end_inset
33474
33475  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33476 \begin_inset space \thinspace{}
33477 \end_inset
33478
33479 -
33480 \begin_inset space \thinspace{}
33481 \end_inset
33482
33483 15 gedruckt werden.
33484 \end_layout
33485
33486 \begin_layout Standard
33487 \begin_inset CommandInset include
33488 LatexCommand lstinputlisting
33489 filename "EmbeddedObjects.lyx"
33490 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Standard
33498 \begin_inset VSpace bigskip
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \noindent
33506 Dokumentweite Listing-Eigenschaften können in
33507 \family sans
33508  Dokument\SpecialChar \menuseparator
33509 Einstellungen\SpecialChar \menuseparator
33510 Textformat\SpecialChar \menuseparator
33511 Listing-Einstellungen
33512 \family default
33513  festgelegt werden.
33514  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33515 \begin_inset Quotes gld
33516 \end_inset
33517
33518 ?
33519 \begin_inset Quotes grd
33520 \end_inset
33521
33522  links davon eine Liste aller möglichen Parameter.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 Weitere Informationen über das 
33527 \series bold
33528 listings
33529 \series default
33530 -Paket finden Sie in 
33531 \begin_inset CommandInset citation
33532 LatexCommand cite
33533 key "listings"
33534
33535 \end_inset
33536
33537 .
33538 \begin_inset Newpage newpage
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Chapter
33545 \start_of_appendix
33546 In LyX verfügbare Maßeinheiten
33547 \begin_inset CommandInset label
33548 LatexCommand label
33549 name "kap:In-LyX-verfügbare"
33550
33551 \end_inset
33552
33553
33554 \begin_inset Index
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558 Einheiten
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Standard
33567 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33568  Tabelle
33569 \begin_inset space ~
33570 \end_inset
33571
33572
33573 \begin_inset CommandInset ref
33574 LatexCommand ref
33575 reference "tab:Maßeinheiten"
33576
33577 \end_inset
33578
33579  alle in LyX verfügbaren Maßeinheiten.
33580 \end_layout
33581
33582 \begin_layout Standard
33583 \begin_inset Float table
33584 placement h
33585 wide false
33586 sideways false
33587 status open
33588
33589 \begin_layout Plain Layout
33590 \begin_inset Caption
33591
33592 \begin_layout Plain Layout
33593 \begin_inset CommandInset label
33594 LatexCommand label
33595 name "tab:Maßeinheiten"
33596
33597 \end_inset
33598
33599 Maßeinheiten
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Plain Layout
33608 \begin_inset VSpace medskip
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Plain Layout
33615 \align center
33616 \begin_inset Tabular
33617 <lyxtabular version="3" rows="20" columns="2">
33618 <features>
33619 <column alignment="center" valignment="top" width="0">
33620 <column alignment="center" valignment="top" width="0">
33621 <row>
33622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Plain Layout
33626
33627 \series bold
33628 Maßeinheit
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637
33638 \series bold
33639 Name/Beschreibung
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 <row>
33646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650 mm
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 Millimeter
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 </row>
33665 <row>
33666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33667 \begin_inset Text
33668
33669 \begin_layout Plain Layout
33670 cm
33671 \end_layout
33672
33673 \end_inset
33674 </cell>
33675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 Zentimeter
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 </row>
33685 <row>
33686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690 in
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 Zoll (1
33700 \begin_inset space \thinspace{}
33701 \end_inset
33702
33703 in = 2.54
33704 \begin_inset space \thinspace{}
33705 \end_inset
33706
33707 cm
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 </row>
33713 <row>
33714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 pt
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33724 \begin_inset Text
33725
33726 \begin_layout Plain Layout
33727 Punkt (72.27
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 pt = 1
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 in)
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 </row>
33741 <row>
33742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746 pc
33747 \end_layout
33748
33749 \end_inset
33750 </cell>
33751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 Pica (1
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 pc = 12
33760 \begin_inset space \thinspace{}
33761 \end_inset
33762
33763 pt)
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 </row>
33769 <row>
33770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 sp
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 skalierter Punkt (65536
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 sp = 1
33788 \begin_inset space \thinspace{}
33789 \end_inset
33790
33791 pt)
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 </row>
33797 <row>
33798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802 bp
33803 \end_layout
33804
33805 \end_inset
33806 </cell>
33807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33808 \begin_inset Text
33809
33810 \begin_layout Plain Layout
33811 großer Punkt (72
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 bp = 1
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 in)
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 </row>
33825 <row>
33826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 dd
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 Didot (1
33840 \begin_inset space \thinspace{}
33841 \end_inset
33842
33843 dd 
33844 \begin_inset Formula $\approx$
33845 \end_inset
33846
33847  0,376
33848 \begin_inset space \thinspace{}
33849 \end_inset
33850
33851 mm)
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 </row>
33857 <row>
33858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 cc
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 Cicero (1
33872 \begin_inset space \thinspace{}
33873 \end_inset
33874
33875 cc = 12
33876 \begin_inset space \thinspace{}
33877 \end_inset
33878
33879 dd)
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 Skalierung%
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 % der originalen Bildbreite
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 Textbreite %
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33916 \begin_inset Text
33917
33918 \begin_layout Plain Layout
33919 % der Textbreite
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 <row>
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 Spaltenbreite %
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 % der Spaltenbreite
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 <row>
33946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 Seitenbreite %
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 % der Seitenbreite
33960 \end_layout
33961
33962 \end_inset
33963 </cell>
33964 </row>
33965 <row>
33966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33967 \begin_inset Text
33968
33969 \begin_layout Plain Layout
33970 Zeilenbreite %
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33976 \begin_inset Text
33977
33978 \begin_layout Plain Layout
33979 % der Zeilenbreite
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 </row>
33985 <row>
33986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 Texthöhe %
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999 % der Texthöhe
34000 \end_layout
34001
34002 \end_inset
34003 </cell>
34004 </row>
34005 <row>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 Seitenhöhe %
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019 % der Seitenhöhe
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 </row>
34025 <row>
34026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 ex
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 Die Höhe des Buchstabens 
34040 \emph on
34041 x
34042 \emph default
34043  im aktiven Zeichensatz
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 </row>
34049 <row>
34050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 em
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34060 \begin_inset Text
34061
34062 \begin_layout Plain Layout
34063 Die Breite des Buchstabens 
34064 \emph on
34065 M
34066 \emph default
34067  im aktiven Zeichensatz
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 </row>
34073 <row>
34074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078 mu
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 mathematische  Maßeinheit
34088 \series bold
34089  
34090 \series default
34091 (1
34092 \begin_inset space \thinspace{}
34093 \end_inset
34094
34095 mu = 1/18
34096 \begin_inset space \thinspace{}
34097 \end_inset
34098
34099 em)
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 </row>
34105 </lyxtabular>
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Chapter
34118 Ausgabedatei-Formate mit Grafiken
34119 \begin_inset CommandInset label
34120 LatexCommand label
34121 name "kap:Ausgabedatei-Formate"
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Section
34129 DVI
34130 \begin_inset Index
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 Dateiformat! DVI
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \begin_inset Index
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144 DVI
34145 \end_layout
34146
34147 \end_inset
34148
34149
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Dieser Dateityp hat die Erweiterung 
34154 \begin_inset Quotes gld
34155 \end_inset
34156
34157
34158 \family typewriter
34159 .dvi
34160 \family default
34161
34162 \begin_inset Quotes grd
34163 \end_inset
34164
34165  und wird 
34166 \begin_inset Quotes gld
34167 \end_inset
34168
34169 device independent
34170 \begin_inset Quotes grd
34171 \end_inset
34172
34173  genannt, weil er vollkommen portierbar ist.
34174  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34175  dvi-Betrachter installiert hat.
34176  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34177 ate wie PostScript benutzt.
34178 \end_layout
34179
34180 \begin_layout Standard
34181 \begin_inset Note Greyedout
34182 status open
34183
34184 \begin_layout Plain Layout
34185
34186 \series bold
34187 Bemerkung:
34188 \series default
34189  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34199  auf einen anderen Computer kopieren.
34200  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34201  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34202  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34203 \family typewriter
34204  
34205 \family default
34206 blättern.
34207
34208 \family typewriter
34209  
34210 \family default
34211 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34212  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34213  
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Sie können Ihr Dokument als DVI über das Menü 
34218 \family sans
34219 Datei\SpecialChar \menuseparator
34220 Exportieren\SpecialChar \menuseparator
34221 DVI
34222 \family default
34223  exportieren.
34224  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34225 \family sans
34226 Ansicht
34227 \family default
34228  oder den Werkzeugleistenknopf 
34229 \begin_inset Graphics
34230         filename ../../images/buffer-view_dvi.png
34231         scale 70
34232         scaleBeforeRotation
34233         BoundingBox 0bp 0bp 20bp 20bp
34234
34235 \end_inset
34236
34237  anschauen.
34238 \end_layout
34239
34240 \begin_layout Section
34241 PostScript
34242 \begin_inset CommandInset label
34243 LatexCommand label
34244 name "abs:PostScript"
34245
34246 \end_inset
34247
34248
34249 \begin_inset Index
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253 Dateiformat  ! PostScript
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \begin_inset Index
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 PostScript
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Standard
34272 Dieser Dateityp hat die Erweiterung 
34273 \begin_inset Quotes gld
34274 \end_inset
34275
34276
34277 \family typewriter
34278 .ps
34279 \family default
34280
34281 \begin_inset Quotes grd
34282 \end_inset
34283
34284 .
34285  PostScript wurde von der Firma
34286 \family typewriter
34287  Adobe
34288 \family default
34289  als Druckersprache entwickelt.
34290  Die Datei enthält deshalb Druckbefehle.
34291  PostScript kann als 
34292 \begin_inset Quotes gld
34293 \end_inset
34294
34295 Programmiersprache
34296 \begin_inset Quotes grd
34297 \end_inset
34298
34299  angesehen werden.
34300  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34301 \begin_inset Foot
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34306  von
34307 \series bold
34308  PSTricks
34309 \series default
34310  
34311 \begin_inset CommandInset citation
34312 LatexCommand cite
34313 key "pstricks"
34314
34315 \end_inset
34316
34317  oder 
34318 \begin_inset CommandInset citation
34319 LatexCommand cite
34320 key "latex-praxisbuch"
34321
34322 \end_inset
34323
34324  ansehen.
34325 \end_layout
34326
34327 \end_inset
34328
34329 .
34330  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34331 \end_layout
34332
34333 \begin_layout Standard
34334 PostScript kann nur Bilder im Format EPS
34335 \begin_inset Index
34336 status collapsed
34337
34338 \begin_layout Plain Layout
34339 EPS
34340 \end_layout
34341
34342 \end_inset
34343
34344  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34345 wei\SpecialChar \-
34346 ter\SpecialChar \-
34347 ung 
34348 \begin_inset Quotes gld
34349 \end_inset
34350
34351
34352 \family typewriter
34353 .eps
34354 \family default
34355
34356 \begin_inset Quotes grd
34357 \end_inset
34358
34359 ) enthalten.
34360  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34361  intern nach EPS konvertieren.
34362  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34363  verlangsamen.
34364  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34365  konvertieren und direkt als EPS einfügen.
34366 \end_layout
34367
34368 \begin_layout Standard
34369 Sie können Ihr Dokument als PostScript über das Menü 
34370 \family sans
34371 Datei\SpecialChar \menuseparator
34372 Exportieren\SpecialChar \menuseparator
34373 Post\SpecialChar \-
34374 Script
34375 \family default
34376  exportieren.
34377  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34378 \family sans
34379 Ansicht
34380 \family default
34381  oder den Werkzeugleistenknopf 
34382 \begin_inset Graphics
34383         filename ../../images/buffer-view_ps.png
34384         scale 70
34385         scaleBeforeRotation
34386
34387 \end_inset
34388
34389  anschauen.
34390 \end_layout
34391
34392 \begin_layout Section
34393 PDF
34394 \begin_inset Index
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 Dateiformat! PDF
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \begin_inset Index
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 PDF
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 Dieser Dateityp hat die Erweiterung 
34418 \begin_inset Quotes gld
34419 \end_inset
34420
34421
34422 \family typewriter
34423 .pdf
34424 \family default
34425
34426 \begin_inset Quotes grd
34427 \end_inset
34428
34429 .
34430  Das
34431 \emph on
34432  
34433 \emph default
34434
34435 \begin_inset Quotes gld
34436 \end_inset
34437
34438 Portable Document Format
34439 \begin_inset Quotes grd
34440 \end_inset
34441
34442  (PDF) wurde auch von der Firma 
34443 \family typewriter
34444 Adobe
34445 \family default
34446  als Derivat von PostScript entwickelt.
34447  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34448  Wie der Begriff 
34449 \begin_inset Quotes gld
34450 \end_inset
34451
34452 portable
34453 \begin_inset Quotes grd
34454 \end_inset
34455
34456  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34457  werden, und der Ausdruck sieht immer gleich aus.
34458 \end_layout
34459
34460 \begin_layout Standard
34461 PDF kann Bilder im eigenen PDF-Format, im Format 
34462 \begin_inset Quotes gld
34463 \end_inset
34464
34465 Joint Photographic Experts Group
34466 \begin_inset Quotes grd
34467 \end_inset
34468
34469  (JPEG
34470 \begin_inset Index
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474 JPG, JPEG
34475 \end_layout
34476
34477 \end_inset
34478
34479 , Datei-Erweiterung 
34480 \begin_inset Quotes gld
34481 \end_inset
34482
34483
34484 \family typewriter
34485 .jpg
34486 \family default
34487
34488 \begin_inset Quotes grd
34489 \end_inset
34490
34491  oder 
34492 \begin_inset Quotes gld
34493 \end_inset
34494
34495
34496 \family typewriter
34497 .jpeg
34498 \family default
34499
34500 \begin_inset Quotes grd
34501 \end_inset
34502
34503 ) und im Format 
34504 \begin_inset Quotes gld
34505 \end_inset
34506
34507 Portable Network Graphics
34508 \begin_inset Quotes grd
34509 \end_inset
34510
34511  (PNG
34512 \begin_inset Index
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 PNG
34517 \end_layout
34518
34519 \end_inset
34520
34521 , Datei-Erweiterung 
34522 \begin_inset Quotes gld
34523 \end_inset
34524
34525
34526 \family typewriter
34527 .png
34528 \family default
34529
34530 \begin_inset Quotes grd
34531 \end_inset
34532
34533 ) enthalten.
34534  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34535  Sie konvertieren wird.
34536  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34537  wird, eines der drei erwähnten Bildformate zu benutzen.
34538 \end_layout
34539
34540 \begin_layout Standard
34541 PDF-Dateien können Sie über 
34542 \family sans
34543 Datei\SpecialChar \menuseparator
34544 Exportieren
34545 \family default
34546  auf drei Arten erzeugen:
34547 \end_layout
34548
34549 \begin_layout Description
34550 PDF
34551 \begin_inset space ~
34552 \end_inset
34553
34554 (ps2pdf) benutzt das Programm
34555 \family typewriter
34556  ps2pdf
34557 \family default
34558 , das eine PDF-Datei aus einer Post\SpecialChar \-
34559 Script®-Version Ihres Dokument erstellt.
34560  Die PostScript-Version wird mit dem Programm 
34561 \family typewriter
34562 dvips
34563 \family default
34564  aus einer DVI-Version erstellt.
34565  Es werden also drei Konvertierungen verwendet.
34566 \end_layout
34567
34568 \begin_layout Description
34569 PDF
34570 \begin_inset space ~
34571 \end_inset
34572
34573 (dvipdfm) benutzt das Programm 
34574 \family typewriter
34575 dvipdfm
34576 \family default
34577 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34578  PDF konvertiert.
34579 \end_layout
34580
34581 \begin_layout Description
34582 PDF
34583 \begin_inset space ~
34584 \end_inset
34585
34586 (pdflatex) benutzt das Programm
34587 \family typewriter
34588  pdftex
34589 \family default
34590 , das Ihr Dokument direkt nach PDF konvertiert.
34591 \end_layout
34592
34593 \begin_layout Standard
34594
34595 \family sans
34596 PDF
34597 \begin_inset space ~
34598 \end_inset
34599
34600 (pdflatex)
34601 \family default
34602  wird empfohlen, weil
34603 \family typewriter
34604  pdftex
34605 \family default
34606  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34607  ohne Probleme arbeitet.
34608  Das Programm 
34609 \family typewriter
34610 dvi\SpecialChar \-
34611 pdfm
34612 \family default
34613  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Sie können Ihr Dokument als PDF über das Menü 
34618 \family sans
34619 Datei\SpecialChar \menuseparator
34620 Exportieren\SpecialChar \menuseparator
34621 PDF
34622 \family default
34623  exportieren.
34624  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34625 \family sans
34626 Ansicht
34627 \family default
34628  oder den Werkzeugleistenknopf 
34629 \begin_inset Graphics
34630         filename ../../images/buffer-view_pdf2.png
34631         scale 70
34632         scaleBeforeRotation
34633         BoundingBox 0bp 0bp 20bp 20bp
34634
34635 \end_inset
34636
34637  anschauen 
34638 \family sans
34639 (
34640 \family default
34641 der 
34642 \family sans
34643 PDF
34644 \begin_inset space ~
34645 \end_inset
34646
34647 (pdflatex)
34648 \family default
34649  verwendet).
34650 \end_layout
34651
34652 \begin_layout Chapter
34653 Erklärung der Gleichung
34654 \begin_inset space ~
34655 \end_inset
34656
34657
34658 \begin_inset CommandInset ref
34659 LatexCommand eqref
34660 reference "eq:Wgn"
34661
34662 \end_inset
34663
34664
34665 \begin_inset CommandInset label
34666 LatexCommand label
34667 name "kap:Exläuterung-einer-Gleichung"
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Standard
34675 Die Gesamtbreite von
34676 \emph on
34677  n
34678 \emph default
34679  Tabellenzellen 
34680 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34681 \end_inset
34682
34683  kann wie folgt berechnet werden:
34684 \end_layout
34685
34686 \begin_layout Standard
34687 \begin_inset Formula \begin{equation}
34688 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}
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Standard
34696 Dabei ist 
34697 \begin_inset Formula $W_{g\, n}$
34698 \end_inset
34699
34700  die Breite jeder Zelle.
34701
34702 \series bold
34703  
34704 \backslash
34705 tabcolsep
34706 \series default
34707  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34708  Standardwert 6
34709 \begin_inset space \thinspace{}
34710 \end_inset
34711
34712 pt.
34713  
34714 \series bold
34715
34716 \backslash
34717 arrayrulewidth
34718 \series default
34719  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34720 \begin_inset space \thinspace{}
34721 \end_inset
34722
34723 pt.
34724 \end_layout
34725
34726 \begin_layout Standard
34727 Nach Gleichung
34728 \begin_inset space ~
34729 \end_inset
34730
34731
34732 \begin_inset CommandInset ref
34733 LatexCommand ref
34734 reference "eq:Wtot_n"
34735
34736 \end_inset
34737
34738  ist die Gesamtbreite einer Mehrfachspalte, 
34739 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34740 \end_inset
34741
34742 ,
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \begin_inset Formula \begin{equation}
34747 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 Setzt man die Gleichungen
34756 \begin_inset space ~
34757 \end_inset
34758
34759
34760 \begin_inset CommandInset ref
34761 LatexCommand ref
34762 reference "eq:Wtot_n"
34763
34764 \end_inset
34765
34766  und 
34767 \begin_inset CommandInset ref
34768 LatexCommand ref
34769 reference "eq:Wtot_mult"
34770
34771 \end_inset
34772
34773  gleich, kann man die benötigte Breite 
34774 \begin_inset Formula $W_{g\, n}$
34775 \end_inset
34776
34777 , wenn 
34778 \emph on
34779 n
34780 \emph default
34781  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34782 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34783 \end_inset
34784
34785  hat, berechnen:
34786 \end_layout
34787
34788 \begin_layout Standard
34789 \begin_inset Formula \begin{equation}
34790 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \begin_layout Bibliography
34798 \begin_inset CommandInset bibitem
34799 LatexCommand bibitem
34800 key "latexcompanion"
34801
34802 \end_inset
34803
34804 Frank Mittelbach and Michel Goossens: 
34805 \emph on
34806 The LaTeX Companion Second Edition.
34807
34808 \emph default
34809  Addison-Wesley, 2004
34810 \end_layout
34811
34812 \begin_layout Bibliography
34813 \begin_inset CommandInset bibitem
34814 LatexCommand bibitem
34815 key "latexguide"
34816
34817 \end_inset
34818
34819 Helmut Kopka and Patrick W.
34820  Daly: 
34821 \emph on
34822 A Guide to LaTeX Fourth Edition.
34823
34824 \emph default
34825  Addison-Wesley, 2003
34826 \end_layout
34827
34828 \begin_layout Bibliography
34829 \begin_inset CommandInset bibitem
34830 LatexCommand bibitem
34831 key "lamport"
34832
34833 \end_inset
34834
34835 Leslie Lamport: 
34836 \emph on
34837 LaTeX: A Document Preparation System.
34838
34839 \emph default
34840  Addison-Wesley, second edition, 1994
34841 \end_layout
34842
34843 \begin_layout Bibliography
34844 \begin_inset CommandInset bibitem
34845 LatexCommand bibitem
34846 key "latex-praxisbuch"
34847
34848 \end_inset
34849
34850 Niedermair, Elke & Michael: 
34851 \emph on
34852 LaTeX-Praxisbuch
34853 \emph default
34854 , Franzis-Verlag, 2004
34855 \end_layout
34856
34857 \begin_layout Bibliography
34858 \begin_inset CommandInset bibitem
34859 LatexCommand bibitem
34860 key "booktabs"
34861
34862 \end_inset
34863
34864 Dokumentation des LaTeX-Pakets 
34865 \series bold
34866
34867 \begin_inset CommandInset href
34868 LatexCommand href
34869 name "booktabs"
34870 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34871
34872 \end_inset
34873
34874
34875 \series default
34876
34877 \begin_inset Index
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881 LaTeX-Pakete ! booktabs
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Bibliography
34890 \begin_inset CommandInset bibitem
34891 LatexCommand bibitem
34892 key "caption"
34893
34894 \end_inset
34895
34896 Dokumentation des LaTeX-Pakets 
34897 \series bold
34898
34899 \begin_inset CommandInset href
34900 LatexCommand href
34901 name "caption"
34902 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34903
34904 \end_inset
34905
34906
34907 \series default
34908
34909 \begin_inset Index
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913 LaTeX-Pakete ! caption
34914 \end_layout
34915
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \begin_layout Bibliography
34922 \begin_inset CommandInset bibitem
34923 LatexCommand bibitem
34924 key "endfloat"
34925
34926 \end_inset
34927
34928 Dokumentation des LaTeX-Pakets 
34929 \series bold
34930
34931 \begin_inset CommandInset href
34932 LatexCommand href
34933 name "endfloat"
34934 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34935
34936 \end_inset
34937
34938
34939 \series default
34940
34941 \begin_inset Index
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 LaTeX-Pakete ! endfloat
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Bibliography
34954 \begin_inset CommandInset bibitem
34955 LatexCommand bibitem
34956 key "wrapfig"
34957
34958 \end_inset
34959
34960 Dokumentation des LaTeX-Pakets 
34961 \series bold
34962
34963 \begin_inset CommandInset href
34964 LatexCommand href
34965 name "wrapfig"
34966 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34967
34968 \end_inset
34969
34970
34971 \series default
34972
34973 \begin_inset Index
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977 LaTeX-Pakete ! wrapfig
34978 \begin_inset ERT
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982
34983
34984 \backslash
34985 vspace{4mm}
34986 \end_layout
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \begin_layout Bibliography
34999 \begin_inset CommandInset bibitem
35000 LatexCommand bibitem
35001 key "footmisc"
35002
35003 \end_inset
35004
35005 Dokumentation des LaTeX-Pakets 
35006 \series bold
35007
35008 \begin_inset CommandInset href
35009 LatexCommand href
35010 name "footmisc"
35011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35012
35013 \end_inset
35014
35015
35016 \series default
35017
35018 \begin_inset Index
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022 LaTeX-Pakete ! footmisc
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Bibliography
35031 \begin_inset CommandInset bibitem
35032 LatexCommand bibitem
35033 key "hypcap"
35034
35035 \end_inset
35036
35037 Dokumentation des LaTeX-Pakets 
35038 \series bold
35039
35040 \begin_inset CommandInset href
35041 LatexCommand href
35042 name "hypcap"
35043 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35044
35045 \end_inset
35046
35047
35048 \series default
35049
35050 \begin_inset Index
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 LaTeX-Pakete ! hypcap
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Bibliography
35063 \begin_inset CommandInset bibitem
35064 LatexCommand bibitem
35065 key "hyperref"
35066
35067 \end_inset
35068
35069 Dokumentation des LaTeX-Pakets 
35070 \series bold
35071
35072 \begin_inset CommandInset href
35073 LatexCommand href
35074 name "hyperref"
35075 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35076
35077 \end_inset
35078
35079
35080 \series default
35081
35082 \begin_inset Index
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086 LaTeX-Pakete ! hyperref
35087 \end_layout
35088
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \begin_layout Bibliography
35095 \begin_inset CommandInset bibitem
35096 LatexCommand bibitem
35097 key "koma-script"
35098
35099 \end_inset
35100
35101 Dokumentation des LaTeX-Pakets 
35102 \series bold
35103
35104 \begin_inset CommandInset href
35105 LatexCommand href
35106 name "koma-script"
35107 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35108
35109 \end_inset
35110
35111
35112 \series default
35113
35114 \begin_inset Index
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118 LaTeX-Pakete ! koma-script
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Bibliography
35127 \begin_inset CommandInset bibitem
35128 LatexCommand bibitem
35129 key "listings"
35130
35131 \end_inset
35132
35133 Dokumentation des LaTeX-Pakets 
35134 \series bold
35135
35136 \begin_inset CommandInset href
35137 LatexCommand href
35138 name "listings"
35139 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35140
35141 \end_inset
35142
35143
35144 \series default
35145
35146 \begin_inset Index
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150 LaTeX-Pakete ! listings
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Bibliography
35159 \begin_inset CommandInset bibitem
35160 LatexCommand bibitem
35161 key "marginnote"
35162
35163 \end_inset
35164
35165 Dokumentation des LaTeX-Pakets 
35166 \series bold
35167
35168 \begin_inset CommandInset href
35169 LatexCommand href
35170 name "marginnote"
35171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35172
35173 \end_inset
35174
35175
35176 \series default
35177
35178 \begin_inset Index
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 LaTeX-Pakete ! marginnote
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Bibliography
35191 \begin_inset CommandInset bibitem
35192 LatexCommand bibitem
35193 key "pstricks"
35194
35195 \end_inset
35196
35197 Webseite des LaTeX-Pakets 
35198 \series bold
35199
35200 \begin_inset CommandInset href
35201 LatexCommand href
35202 name "PSTricks"
35203 target "http://tug.org/PSTricks/"
35204
35205 \end_inset
35206
35207
35208 \series default
35209
35210 \begin_inset Index
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214 LaTeX-Pakete ! pstricks
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Bibliography
35223 \begin_inset CommandInset bibitem
35224 LatexCommand bibitem
35225 key "sidecap"
35226
35227 \end_inset
35228
35229 Dokumentation des LaTeX-Pakets 
35230 \series bold
35231
35232 \begin_inset CommandInset href
35233 LatexCommand href
35234 name "sidecap"
35235 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35236
35237 \end_inset
35238
35239
35240 \series default
35241
35242 \begin_inset Index
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246 LaTeX-Pakete ! sidecap
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Bibliography
35255 \begin_inset CommandInset bibitem
35256 LatexCommand bibitem
35257 key "NewInLyX16"
35258
35259 \end_inset
35260
35261
35262 \begin_inset CommandInset href
35263 LatexCommand href
35264 name "Wiki-Seite"
35265 target "http://wiki.lyx.org/LyX/NewInLyX16"
35266
35267 \end_inset
35268
35269  über neue Funktionen in 
35270 \family sans
35271 LyX 1.6.0
35272 \family default
35273 .
35274 \end_layout
35275
35276 \begin_layout Standard
35277 \begin_inset CommandInset index_print
35278 LatexCommand printindex
35279
35280 \end_inset
35281
35282
35283 \end_layout
35284
35285 \begin_layout Standard
35286 \begin_inset FloatList figure
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Standard
35294 \begin_inset FloatList table
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Standard
35302 \begin_inset ERT
35303 status open
35304
35305 \begin_layout Plain Layout
35306
35307
35308 \backslash
35309 listof{algorithm}{Algorithmenverzeichnis}
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \begin_inset Note Note
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319 siehe Abschnitt
35320 \begin_inset space ~
35321 \end_inset
35322
35323
35324 \begin_inset CommandInset ref
35325 LatexCommand ref
35326 reference "uab:Gleitobjekt-Algorithmen"
35327
35328 \end_inset
35329
35330  für eine Beschreibung
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \end_body
35339 \end_document