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